@central-icons-react/square-outlined-radius-0-stroke-1 1.1.100 → 1.1.102
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/IconFileArrowLeftIn/index.d.ts +4 -0
- package/IconFileArrowLeftIn/index.js +2 -0
- package/IconFileArrowLeftIn/index.js.map +1 -0
- package/IconFileArrowLeftIn/index.mjs +2 -0
- package/IconFileArrowLeftIn/index.mjs.map +1 -0
- package/IconFileArrowLeftOut/index.d.ts +4 -0
- package/IconFileArrowLeftOut/index.js +2 -0
- package/IconFileArrowLeftOut/index.js.map +1 -0
- package/IconFileArrowLeftOut/index.mjs +2 -0
- package/IconFileArrowLeftOut/index.mjs.map +1 -0
- package/IconFileArrowRightIn/index.d.ts +4 -0
- package/IconFileArrowRightIn/index.js +2 -0
- package/IconFileArrowRightIn/index.js.map +1 -0
- package/IconFileArrowRightIn/index.mjs +2 -0
- package/IconFileArrowRightIn/index.mjs.map +1 -0
- package/IconFileArrowRightOut/index.d.ts +4 -0
- package/IconFileArrowRightOut/index.js +2 -0
- package/IconFileArrowRightOut/index.js.map +1 -0
- package/IconFileArrowRightOut/index.mjs +2 -0
- package/IconFileArrowRightOut/index.mjs.map +1 -0
- package/IconGyroscopeSensor/index.d.ts +4 -0
- package/IconGyroscopeSensor/index.js +2 -0
- package/IconGyroscopeSensor/index.js.map +1 -0
- package/IconGyroscopeSensor/index.mjs +2 -0
- package/IconGyroscopeSensor/index.mjs.map +1 -0
- package/IconPhoneTopDynamicIsland/index.d.ts +4 -0
- package/IconPhoneTopDynamicIsland/index.js +2 -0
- package/IconPhoneTopDynamicIsland/index.js.map +1 -0
- package/IconPhoneTopDynamicIsland/index.mjs +2 -0
- package/IconPhoneTopDynamicIsland/index.mjs.map +1 -0
- package/IconPhoneTopPunchHoleCenter/index.d.ts +4 -0
- package/IconPhoneTopPunchHoleCenter/index.js +2 -0
- package/IconPhoneTopPunchHoleCenter/index.js.map +1 -0
- package/IconPhoneTopPunchHoleCenter/index.mjs +2 -0
- package/IconPhoneTopPunchHoleCenter/index.mjs.map +1 -0
- package/IconProgress100/index.d.ts +4 -0
- package/IconProgress100/index.js +2 -0
- package/IconProgress100/index.js.map +1 -0
- package/IconProgress100/index.mjs +2 -0
- package/IconProgress100/index.mjs.map +1 -0
- package/README.md +8 -1
- package/icons/index.d.ts +8 -1
- 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 +22 -8
- package/index.d.ts +32 -1
- 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/IconClawdbot/index.d.ts +0 -4
- package/IconClawdbot/index.js +0 -2
- package/IconClawdbot/index.js.map +0 -1
- package/IconClawdbot/index.mjs +0 -2
- package/IconClawdbot/index.mjs.map +0 -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.102",
|
|
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": 1713,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 66,
|
|
@@ -428,7 +428,7 @@
|
|
|
428
428
|
]
|
|
429
429
|
},
|
|
430
430
|
"Devices & Signals": {
|
|
431
|
-
"count":
|
|
431
|
+
"count": 74,
|
|
432
432
|
"icons": [
|
|
433
433
|
"IconAirdrop",
|
|
434
434
|
"IconAirplay",
|
|
@@ -451,6 +451,7 @@
|
|
|
451
451
|
"IconDevices",
|
|
452
452
|
"IconFullscreen1",
|
|
453
453
|
"IconFullscreen2",
|
|
454
|
+
"IconGyroscopeSensor",
|
|
454
455
|
"IconHaptic",
|
|
455
456
|
"IconImac",
|
|
456
457
|
"IconKeyboardCable",
|
|
@@ -475,6 +476,8 @@
|
|
|
475
476
|
"IconPhone",
|
|
476
477
|
"IconPhoneDynamicIsland",
|
|
477
478
|
"IconPhoneHaptic",
|
|
479
|
+
"IconPhoneTopDynamicIsland",
|
|
480
|
+
"IconPhoneTopPunchHoleCenter",
|
|
478
481
|
"IconPrinter",
|
|
479
482
|
"IconProcessor",
|
|
480
483
|
"IconRadar",
|
|
@@ -641,13 +644,17 @@
|
|
|
641
644
|
]
|
|
642
645
|
},
|
|
643
646
|
"Folders & Files": {
|
|
644
|
-
"count":
|
|
647
|
+
"count": 83,
|
|
645
648
|
"icons": [
|
|
646
649
|
"IconArchive",
|
|
647
650
|
"IconBlankPageLandscape",
|
|
648
651
|
"IconBlankPagePortrait",
|
|
649
652
|
"IconDossier",
|
|
650
653
|
"IconFaceIdFace",
|
|
654
|
+
"IconFileArrowLeftIn",
|
|
655
|
+
"IconFileArrowLeftOut",
|
|
656
|
+
"IconFileArrowRightIn",
|
|
657
|
+
"IconFileArrowRightOut",
|
|
651
658
|
"IconFileBend",
|
|
652
659
|
"IconFileChart",
|
|
653
660
|
"IconFileCloud",
|
|
@@ -847,7 +854,7 @@
|
|
|
847
854
|
]
|
|
848
855
|
},
|
|
849
856
|
"Interface General": {
|
|
850
|
-
"count":
|
|
857
|
+
"count": 179,
|
|
851
858
|
"icons": [
|
|
852
859
|
"IconAnchor1",
|
|
853
860
|
"IconAnchor2",
|
|
@@ -969,6 +976,7 @@
|
|
|
969
976
|
"IconPlusLarge",
|
|
970
977
|
"IconPlusSmall",
|
|
971
978
|
"IconPreview",
|
|
979
|
+
"IconProgress100",
|
|
972
980
|
"IconProgress25",
|
|
973
981
|
"IconProgress50",
|
|
974
982
|
"IconProgress75",
|
|
@@ -1384,7 +1392,7 @@
|
|
|
1384
1392
|
]
|
|
1385
1393
|
},
|
|
1386
1394
|
"Social Media & Brands": {
|
|
1387
|
-
"count":
|
|
1395
|
+
"count": 118,
|
|
1388
1396
|
"icons": [
|
|
1389
1397
|
"IconAdobeAcrobat",
|
|
1390
1398
|
"IconAffinity",
|
|
@@ -1406,7 +1414,6 @@
|
|
|
1406
1414
|
"IconCentralIconSystem",
|
|
1407
1415
|
"IconChrome",
|
|
1408
1416
|
"IconClaudeai",
|
|
1409
|
-
"IconClawdbot",
|
|
1410
1417
|
"IconCodepen",
|
|
1411
1418
|
"IconCopilot",
|
|
1412
1419
|
"IconCosmos",
|
|
@@ -2363,7 +2370,6 @@
|
|
|
2363
2370
|
"IconClapboard": "clapboard, movie, film",
|
|
2364
2371
|
"IconClapboardWide": "clapboard-wide, movie, film",
|
|
2365
2372
|
"IconClaudeai": "claudeai",
|
|
2366
|
-
"IconClawdbot": "clawdbot",
|
|
2367
2373
|
"IconClipboard": "clipboard, copy, list",
|
|
2368
2374
|
"IconClipboard2": "clipboard-2, copy, list",
|
|
2369
2375
|
"IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list",
|
|
@@ -2610,6 +2616,10 @@
|
|
|
2610
2616
|
"IconFeature": "feature, shine",
|
|
2611
2617
|
"IconFigma": "figma",
|
|
2612
2618
|
"IconFigmaSimple": "figma-simple",
|
|
2619
|
+
"IconFileArrowLeftIn": "file-arrow-left-in, document-arrow-left-in, incoming",
|
|
2620
|
+
"IconFileArrowLeftOut": "file-arrow-left-out, document-arrow-left-out, outgoing",
|
|
2621
|
+
"IconFileArrowRightIn": "file-arrow-right-in, document-arrow-right-in, incoming",
|
|
2622
|
+
"IconFileArrowRightOut": "file-arrow-right-out, document-arrow-right-out, outgoing",
|
|
2613
2623
|
"IconFileBend": "file-bend, document",
|
|
2614
2624
|
"IconFileChart": "file-chart, document",
|
|
2615
2625
|
"IconFileCloud": "file-cloud, document",
|
|
@@ -2745,6 +2755,7 @@
|
|
|
2745
2755
|
"IconGroup3": "group-3",
|
|
2746
2756
|
"IconGrowth": "growth, grow, leafs",
|
|
2747
2757
|
"IconGumroad": "gumroad",
|
|
2758
|
+
"IconGyroscopeSensor": "gyroscope-sensor",
|
|
2748
2759
|
"IconH1": "h1, heading, headline",
|
|
2749
2760
|
"IconH2": "h2, heading, headline",
|
|
2750
2761
|
"IconH3": "h3, heading, headline",
|
|
@@ -3080,6 +3091,8 @@
|
|
|
3080
3091
|
"IconPhone": "phone, iphone, mobile",
|
|
3081
3092
|
"IconPhoneDynamicIsland": "phone-dynamic-island",
|
|
3082
3093
|
"IconPhoneHaptic": "phone-haptic, vibration",
|
|
3094
|
+
"IconPhoneTopDynamicIsland": "phone-top-dynamic-island",
|
|
3095
|
+
"IconPhoneTopPunchHoleCenter": "phone-top-punch-hole-center",
|
|
3083
3096
|
"IconPhp": "php",
|
|
3084
3097
|
"IconPhpElephant": "php-elephant",
|
|
3085
3098
|
"IconPhyton": "phyton",
|
|
@@ -3128,6 +3141,7 @@
|
|
|
3128
3141
|
"IconPrinter": "printer, print",
|
|
3129
3142
|
"IconProcessor": "processor, chip",
|
|
3130
3143
|
"IconProducthunt": "producthunt",
|
|
3144
|
+
"IconProgress100": "progress-100, ideas, open, status, task",
|
|
3131
3145
|
"IconProgress25": "progress-25, ideas, open, status, task",
|
|
3132
3146
|
"IconProgress50": "progress-50, ideas, open, status, tas",
|
|
3133
3147
|
"IconProgress75": "progress-75, ideas, open, status, tas",
|
package/index.d.ts
CHANGED
|
@@ -1380,7 +1380,6 @@ export {
|
|
|
1380
1380
|
default as IconClapboardWideDefault,
|
|
1381
1381
|
} from "./IconClapboardWide";
|
|
1382
1382
|
export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
|
|
1383
|
-
export { IconClawdbot, default as IconClawdbotDefault } from "./IconClawdbot";
|
|
1384
1383
|
export {
|
|
1385
1384
|
IconClipboard,
|
|
1386
1385
|
default as IconClipboardDefault,
|
|
@@ -2080,6 +2079,22 @@ export {
|
|
|
2080
2079
|
IconFigmaSimple,
|
|
2081
2080
|
default as IconFigmaSimpleDefault,
|
|
2082
2081
|
} from "./IconFigmaSimple";
|
|
2082
|
+
export {
|
|
2083
|
+
IconFileArrowLeftIn,
|
|
2084
|
+
default as IconFileArrowLeftInDefault,
|
|
2085
|
+
} from "./IconFileArrowLeftIn";
|
|
2086
|
+
export {
|
|
2087
|
+
IconFileArrowLeftOut,
|
|
2088
|
+
default as IconFileArrowLeftOutDefault,
|
|
2089
|
+
} from "./IconFileArrowLeftOut";
|
|
2090
|
+
export {
|
|
2091
|
+
IconFileArrowRightIn,
|
|
2092
|
+
default as IconFileArrowRightInDefault,
|
|
2093
|
+
} from "./IconFileArrowRightIn";
|
|
2094
|
+
export {
|
|
2095
|
+
IconFileArrowRightOut,
|
|
2096
|
+
default as IconFileArrowRightOutDefault,
|
|
2097
|
+
} from "./IconFileArrowRightOut";
|
|
2083
2098
|
export { IconFileBend, default as IconFileBendDefault } from "./IconFileBend";
|
|
2084
2099
|
export {
|
|
2085
2100
|
IconFileChart,
|
|
@@ -2440,6 +2455,10 @@ export { IconGroup2, default as IconGroup2Default } from "./IconGroup2";
|
|
|
2440
2455
|
export { IconGroup3, default as IconGroup3Default } from "./IconGroup3";
|
|
2441
2456
|
export { IconGrowth, default as IconGrowthDefault } from "./IconGrowth";
|
|
2442
2457
|
export { IconGumroad, default as IconGumroadDefault } from "./IconGumroad";
|
|
2458
|
+
export {
|
|
2459
|
+
IconGyroscopeSensor,
|
|
2460
|
+
default as IconGyroscopeSensorDefault,
|
|
2461
|
+
} from "./IconGyroscopeSensor";
|
|
2443
2462
|
export { IconH1, default as IconH1Default } from "./IconH1";
|
|
2444
2463
|
export { IconH2, default as IconH2Default } from "./IconH2";
|
|
2445
2464
|
export { IconH3, default as IconH3Default } from "./IconH3";
|
|
@@ -3381,6 +3400,14 @@ export {
|
|
|
3381
3400
|
IconPhoneHaptic,
|
|
3382
3401
|
default as IconPhoneHapticDefault,
|
|
3383
3402
|
} from "./IconPhoneHaptic";
|
|
3403
|
+
export {
|
|
3404
|
+
IconPhoneTopDynamicIsland,
|
|
3405
|
+
default as IconPhoneTopDynamicIslandDefault,
|
|
3406
|
+
} from "./IconPhoneTopDynamicIsland";
|
|
3407
|
+
export {
|
|
3408
|
+
IconPhoneTopPunchHoleCenter,
|
|
3409
|
+
default as IconPhoneTopPunchHoleCenterDefault,
|
|
3410
|
+
} from "./IconPhoneTopPunchHoleCenter";
|
|
3384
3411
|
export { IconPhp, default as IconPhpDefault } from "./IconPhp";
|
|
3385
3412
|
export {
|
|
3386
3413
|
IconPhpElephant,
|
|
@@ -3501,6 +3528,10 @@ export {
|
|
|
3501
3528
|
IconProducthunt,
|
|
3502
3529
|
default as IconProducthuntDefault,
|
|
3503
3530
|
} from "./IconProducthunt";
|
|
3531
|
+
export {
|
|
3532
|
+
IconProgress100,
|
|
3533
|
+
default as IconProgress100Default,
|
|
3534
|
+
} from "./IconProgress100";
|
|
3504
3535
|
export {
|
|
3505
3536
|
IconProgress25,
|
|
3506
3537
|
default as IconProgress25Default,
|