@central-icons-react/square-filled-radius-0-stroke-2 1.1.64 → 1.1.65
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/IconTape2/index.d.ts +4 -0
- package/IconTape2/index.js +2 -0
- package/IconTape2/index.js.map +1 -0
- package/IconTape2/index.mjs +2 -0
- package/IconTape2/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.65",
|
|
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": 1636,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 63,
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
]
|
|
410
410
|
},
|
|
411
411
|
"Devices & Signals": {
|
|
412
|
-
"count":
|
|
412
|
+
"count": 67,
|
|
413
413
|
"icons": [
|
|
414
414
|
"IconAirdrop",
|
|
415
415
|
"IconAirplay",
|
|
@@ -468,6 +468,7 @@
|
|
|
468
468
|
"IconStudioDisplay",
|
|
469
469
|
"IconTablet",
|
|
470
470
|
"IconTape",
|
|
471
|
+
"IconTape2",
|
|
471
472
|
"IconTelevision",
|
|
472
473
|
"IconTelevisionOld",
|
|
473
474
|
"IconUsb",
|
|
@@ -3280,6 +3281,7 @@
|
|
|
3280
3281
|
"IconTag": "tag, sale",
|
|
3281
3282
|
"IconTapas": "tapas, canabes",
|
|
3282
3283
|
"IconTape": "tape",
|
|
3284
|
+
"IconTape2": "tape-2, cassette, record, music",
|
|
3283
3285
|
"IconTarget": "target, focus, do-not-disdurb",
|
|
3284
3286
|
"IconTarget1": "target-1, zoom, crosshair",
|
|
3285
3287
|
"IconTarget2": "target-2, zoom, crosshair",
|
package/index.d.ts
CHANGED
|
@@ -4089,6 +4089,7 @@ export { IconTactics2, default as IconTactics2Default } from "./IconTactics2";
|
|
|
4089
4089
|
export { IconTag, default as IconTagDefault } from "./IconTag";
|
|
4090
4090
|
export { IconTapas, default as IconTapasDefault } from "./IconTapas";
|
|
4091
4091
|
export { IconTape, default as IconTapeDefault } from "./IconTape";
|
|
4092
|
+
export { IconTape2, default as IconTape2Default } from "./IconTape2";
|
|
4092
4093
|
export { IconTarget, default as IconTargetDefault } from "./IconTarget";
|
|
4093
4094
|
export { IconTarget1, default as IconTarget1Default } from "./IconTarget1";
|
|
4094
4095
|
export { IconTarget2, default as IconTarget2Default } from "./IconTarget2";
|