@central-icons-react/square-filled-radius-0-stroke-2 1.1.61 → 1.1.62
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/IconRadio/index.d.ts +4 -0
- package/IconRadio/index.js +2 -0
- package/IconRadio/index.js.map +1 -0
- package/IconRadio/index.mjs +2 -0
- package/IconRadio/index.mjs.map +1 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.62",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-2/IconHome';",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1630,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 63,
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
]
|
|
407
407
|
},
|
|
408
408
|
"Devices & Signals": {
|
|
409
|
-
"count":
|
|
409
|
+
"count": 66,
|
|
410
410
|
"icons": [
|
|
411
411
|
"IconAirdrop",
|
|
412
412
|
"IconAirplay",
|
|
@@ -452,6 +452,7 @@
|
|
|
452
452
|
"IconPhoneHaptic",
|
|
453
453
|
"IconPrinter",
|
|
454
454
|
"IconProcessor",
|
|
455
|
+
"IconRadio",
|
|
455
456
|
"IconSatellite1",
|
|
456
457
|
"IconSatellite2",
|
|
457
458
|
"IconServer1",
|
|
@@ -3010,6 +3011,7 @@
|
|
|
3010
3011
|
"IconQuickSearch": "quick-search, quick-menu, command-k",
|
|
3011
3012
|
"IconQuora": "quora",
|
|
3012
3013
|
"IconRadar": "radar, location, search",
|
|
3014
|
+
"IconRadio": "radio, antenna, signal, broadcast, speaker",
|
|
3013
3015
|
"IconRainbow": "rainbow",
|
|
3014
3016
|
"IconRainy": "rainy, rain",
|
|
3015
3017
|
"IconRainyLight": "rainy-light",
|
package/index.d.ts
CHANGED
|
@@ -3375,6 +3375,7 @@ export {
|
|
|
3375
3375
|
} from "./IconQuickSearch";
|
|
3376
3376
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
3377
3377
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar";
|
|
3378
|
+
export { IconRadio, default as IconRadioDefault } from "./IconRadio";
|
|
3378
3379
|
export { IconRainbow, default as IconRainbowDefault } from "./IconRainbow";
|
|
3379
3380
|
export { IconRainy, default as IconRainyDefault } from "./IconRainy";
|
|
3380
3381
|
export {
|