@central-icons-react/square-outlined-radius-0-stroke-1 1.1.50 → 1.1.51
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/IconArrowsAllSides21/index.d.ts +4 -0
- package/IconArrowsAllSides21/index.js +2 -0
- package/IconArrowsAllSides21/index.js.map +1 -0
- package/IconArrowsAllSides21/index.mjs +2 -0
- package/IconArrowsAllSides21/index.mjs.map +1 -0
- package/IconScanTextSparkle/index.d.ts +4 -0
- package/IconScanTextSparkle/index.js +2 -0
- package/IconScanTextSparkle/index.js.map +1 -0
- package/IconScanTextSparkle/index.mjs +2 -0
- package/IconScanTextSparkle/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 +8 -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.51",
|
|
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,10 +12,10 @@
|
|
|
12
12
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
13
13
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
14
14
|
},
|
|
15
|
-
"totalIcons":
|
|
15
|
+
"totalIcons": 1613,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
|
-
"count":
|
|
18
|
+
"count": 62,
|
|
19
19
|
"icons": [
|
|
20
20
|
"IconAppleIntelligenceIcon",
|
|
21
21
|
"IconBag2Sparkle",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"IconPromptTextToImage",
|
|
59
59
|
"IconPromptTextToVideo",
|
|
60
60
|
"IconRobot",
|
|
61
|
+
"IconScanTextSparkle",
|
|
61
62
|
"IconSearchIntelligence",
|
|
62
63
|
"IconSearchlinesSparkle",
|
|
63
64
|
"IconSparkle",
|
|
@@ -774,7 +775,7 @@
|
|
|
774
775
|
]
|
|
775
776
|
},
|
|
776
777
|
"Interface General": {
|
|
777
|
-
"count":
|
|
778
|
+
"count": 172,
|
|
778
779
|
"icons": [
|
|
779
780
|
"IconAnchor1",
|
|
780
781
|
"IconAnchor2",
|
|
@@ -787,6 +788,7 @@
|
|
|
787
788
|
"IconArrowRounded",
|
|
788
789
|
"IconArrowsAllSides",
|
|
789
790
|
"IconArrowsAllSides2",
|
|
791
|
+
"IconArrowsAllSides21",
|
|
790
792
|
"IconBarcode",
|
|
791
793
|
"IconBarsThree",
|
|
792
794
|
"IconBarsThree2",
|
|
@@ -1914,6 +1916,7 @@
|
|
|
1914
1916
|
"IconArrowRounded": "arrow-rounded, share, arrow, login",
|
|
1915
1917
|
"IconArrowsAllSides": "arrows-all-sides, move, focus",
|
|
1916
1918
|
"IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
|
|
1919
|
+
"IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1917
1920
|
"IconArrowShareLeft": "arrow-share-left, back, last, reply",
|
|
1918
1921
|
"IconArrowShareRight": "arrow-share-right, next, forward",
|
|
1919
1922
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
@@ -3040,6 +3043,7 @@
|
|
|
3040
3043
|
"IconSandbox": "sandbox, playground",
|
|
3041
3044
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3042
3045
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3046
|
+
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3043
3047
|
"IconSchool": "school, building",
|
|
3044
3048
|
"IconScissors1": "scissors-1, cut",
|
|
3045
3049
|
"IconScissors2": "scissors-2, cut",
|
package/index.d.ts
CHANGED
|
@@ -453,6 +453,10 @@ export {
|
|
|
453
453
|
IconArrowsAllSides2,
|
|
454
454
|
default as IconArrowsAllSides2Default,
|
|
455
455
|
} from "./IconArrowsAllSides2";
|
|
456
|
+
export {
|
|
457
|
+
IconArrowsAllSides21,
|
|
458
|
+
default as IconArrowsAllSides21Default,
|
|
459
|
+
} from "./IconArrowsAllSides21";
|
|
456
460
|
export {
|
|
457
461
|
IconArrowsRepeat,
|
|
458
462
|
default as IconArrowsRepeatDefault,
|
|
@@ -3489,6 +3493,10 @@ export {
|
|
|
3489
3493
|
IconSatellite2,
|
|
3490
3494
|
default as IconSatellite2Default,
|
|
3491
3495
|
} from "./IconSatellite2";
|
|
3496
|
+
export {
|
|
3497
|
+
IconScanTextSparkle,
|
|
3498
|
+
default as IconScanTextSparkleDefault,
|
|
3499
|
+
} from "./IconScanTextSparkle";
|
|
3492
3500
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
3493
3501
|
export {
|
|
3494
3502
|
IconScissors1,
|