@central-icons-react/square-outlined-radius-0-stroke-1 1.1.63 → 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/IconAffinity/index.d.ts +4 -0
- package/IconAffinity/index.js +2 -0
- package/IconAffinity/index.js.map +1 -0
- package/IconAffinity/index.mjs +2 -0
- package/IconAffinity/index.mjs.map +1 -0
- package/IconGoogle/index.js +1 -1
- package/IconGoogle/index.js.map +1 -1
- package/IconGoogle/index.mjs +1 -1
- package/IconGoogle/index.mjs.map +1 -1
- 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 +2 -0
- package/icons/index.d.ts +2 -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 +8 -4
- package/index.d.ts +2 -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-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.65",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1/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",
|
|
@@ -1305,8 +1306,9 @@
|
|
|
1305
1306
|
]
|
|
1306
1307
|
},
|
|
1307
1308
|
"Social Media & Brands": {
|
|
1308
|
-
"count":
|
|
1309
|
+
"count": 117,
|
|
1309
1310
|
"icons": [
|
|
1311
|
+
"IconAffinity",
|
|
1310
1312
|
"IconAnthropic",
|
|
1311
1313
|
"IconAntigravity",
|
|
1312
1314
|
"IconApple",
|
|
@@ -1833,6 +1835,7 @@
|
|
|
1833
1835
|
"IconAddToBasket": "add-to-basket",
|
|
1834
1836
|
"IconAddToBasket2": "add-to-basket-2",
|
|
1835
1837
|
"IconAdjustPhoto": "adjust-photo, tuning, settings",
|
|
1838
|
+
"IconAffinity": "affinity",
|
|
1836
1839
|
"IconAirdrop": "airdrop, file-sharing, radar",
|
|
1837
1840
|
"IconAirdrop2": "airdrop-2, free, drop, parachute",
|
|
1838
1841
|
"IconAirplane": "airplane, flight",
|
|
@@ -3278,6 +3281,7 @@
|
|
|
3278
3281
|
"IconTag": "tag, sale",
|
|
3279
3282
|
"IconTapas": "tapas, canabes",
|
|
3280
3283
|
"IconTape": "tape",
|
|
3284
|
+
"IconTape2": "tape-2, cassette, record, music",
|
|
3281
3285
|
"IconTarget": "target, focus, do-not-disdurb",
|
|
3282
3286
|
"IconTarget1": "target-1, zoom, crosshair",
|
|
3283
3287
|
"IconTarget2": "target-2, zoom, crosshair",
|
package/index.d.ts
CHANGED
|
@@ -21,6 +21,7 @@ export {
|
|
|
21
21
|
IconAdjustPhoto,
|
|
22
22
|
default as IconAdjustPhotoDefault,
|
|
23
23
|
} from "./IconAdjustPhoto";
|
|
24
|
+
export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
|
|
24
25
|
export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop";
|
|
25
26
|
export { IconAirdrop2, default as IconAirdrop2Default } from "./IconAirdrop2";
|
|
26
27
|
export { IconAirplane, default as IconAirplaneDefault } from "./IconAirplane";
|
|
@@ -4088,6 +4089,7 @@ export { IconTactics2, default as IconTactics2Default } from "./IconTactics2";
|
|
|
4088
4089
|
export { IconTag, default as IconTagDefault } from "./IconTag";
|
|
4089
4090
|
export { IconTapas, default as IconTapasDefault } from "./IconTapas";
|
|
4090
4091
|
export { IconTape, default as IconTapeDefault } from "./IconTape";
|
|
4092
|
+
export { IconTape2, default as IconTape2Default } from "./IconTape2";
|
|
4091
4093
|
export { IconTarget, default as IconTargetDefault } from "./IconTarget";
|
|
4092
4094
|
export { IconTarget1, default as IconTarget1Default } from "./IconTarget1";
|
|
4093
4095
|
export { IconTarget2, default as IconTarget2Default } from "./IconTarget2";
|