mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 09:28:23 +02:00
* feat(icons): replaces `podcast` icon with new `mic-*` icons * fix(icons): change contributors, since these are now essentially brand new icons * fix(prettier): remove path fill from allowed SVG element attributes
47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"karsa-mistmere",
|
|
"jguddas"
|
|
],
|
|
"use-cases": [
|
|
"representing a microphone actively broadcasting or transmitting voice",
|
|
"indicating live podcast, radio, streaming, or voice channel features",
|
|
"showing wireless microphone connections or remote audio capture",
|
|
"marking push-to-talk, voice chat, or walkie-talkie communication controls",
|
|
"identifying features that send spoken audio across a network or airwaves"
|
|
],
|
|
"tags": [
|
|
"podcast",
|
|
"audio",
|
|
"broadcast",
|
|
"signal",
|
|
"wireless",
|
|
"radio",
|
|
"airwaves",
|
|
"microphone",
|
|
"talk",
|
|
"voice",
|
|
"speech",
|
|
"stream",
|
|
"live",
|
|
"voice chat",
|
|
"push to talk",
|
|
"transmission"
|
|
],
|
|
"categories": [
|
|
"devices",
|
|
"communication",
|
|
"connectivity",
|
|
"multimedia"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "podcast",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.name",
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|