@central-icons-react-native/round-outlined-radius-0-stroke-1.5 1.1.50 → 1.1.52
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/IconArrowsZoom/index.d.ts +4 -0
- package/IconArrowsZoom/index.js +2 -0
- package/IconArrowsZoom/index.js.map +1 -0
- package/IconArrowsZoom/index.mjs +2 -0
- package/IconArrowsZoom/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/IconVectorAnchorPointAsymmetric/index.d.ts +4 -0
- package/IconVectorAnchorPointAsymmetric/index.js +2 -0
- package/IconVectorAnchorPointAsymmetric/index.js.map +1 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs +2 -0
- package/IconVectorAnchorPointAsymmetric/index.mjs.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.d.ts +4 -0
- package/IconVectorAnchorPointDisconnected/index.js +2 -0
- package/IconVectorAnchorPointDisconnected/index.js.map +1 -0
- package/IconVectorAnchorPointDisconnected/index.mjs +2 -0
- package/IconVectorAnchorPointDisconnected/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight/index.js +2 -0
- package/IconVectorAnchorPointStraight/index.js.map +1 -0
- package/IconVectorAnchorPointStraight/index.mjs +2 -0
- package/IconVectorAnchorPointStraight/index.mjs.map +1 -0
- package/IconVectorAnchorPointStraight1/index.d.ts +4 -0
- package/IconVectorAnchorPointStraight1/index.js +2 -0
- package/IconVectorAnchorPointStraight1/index.js.map +1 -0
- package/IconVectorAnchorPointStraight1/index.mjs +2 -0
- package/IconVectorAnchorPointStraight1/index.mjs.map +1 -0
- package/README.md +7 -0
- package/filtered-icons.json +98 -0
- package/icons/index.d.ts +7 -0
- package/icons-index.json +20 -6
- package/index.d.ts +7 -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/tsx-icons.json +49 -0
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.52",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-stroke-1.5/IconHome';",
|
|
@@ -11,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1618,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 62,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBag2Sparkle",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"IconPromptTextToImage",
|
|
58
58
|
"IconPromptTextToVideo",
|
|
59
59
|
"IconRobot",
|
|
60
|
+
"IconScanTextSparkle",
|
|
60
61
|
"IconSearchIntelligence",
|
|
61
62
|
"IconSearchlinesSparkle",
|
|
62
63
|
"IconSparkle",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
]
|
|
95
96
|
},
|
|
96
97
|
"Arrows": {
|
|
97
|
-
"count":
|
|
98
|
+
"count": 114,
|
|
98
99
|
"icons": [
|
|
99
100
|
"IconArrow",
|
|
100
101
|
"IconArrowBottomTop",
|
|
@@ -140,6 +141,7 @@
|
|
|
140
141
|
"IconArrowsRepeatLeftRight",
|
|
141
142
|
"IconArrowsRepeatRightLeft",
|
|
142
143
|
"IconArrowsRepeatRightLeftOff",
|
|
144
|
+
"IconArrowsZoom",
|
|
143
145
|
"IconArrowTopBottom",
|
|
144
146
|
"IconArrowTriangleBottom",
|
|
145
147
|
"IconArrowTriangleLeft",
|
|
@@ -467,7 +469,7 @@
|
|
|
467
469
|
]
|
|
468
470
|
},
|
|
469
471
|
"Edit": {
|
|
470
|
-
"count":
|
|
472
|
+
"count": 76,
|
|
471
473
|
"icons": [
|
|
472
474
|
"IconAddKeyframe",
|
|
473
475
|
"IconBezier",
|
|
@@ -536,6 +538,10 @@
|
|
|
536
538
|
"IconTextEdit",
|
|
537
539
|
"IconToolbox",
|
|
538
540
|
"IconVariables",
|
|
541
|
+
"IconVectorAnchorPointAsymmetric",
|
|
542
|
+
"IconVectorAnchorPointDisconnected",
|
|
543
|
+
"IconVectorAnchorPointStraight",
|
|
544
|
+
"IconVectorAnchorPointStraight1",
|
|
539
545
|
"IconVectorLogo",
|
|
540
546
|
"IconWhiteboard",
|
|
541
547
|
"IconWrite1",
|
|
@@ -773,7 +779,7 @@
|
|
|
773
779
|
]
|
|
774
780
|
},
|
|
775
781
|
"Interface General": {
|
|
776
|
-
"count":
|
|
782
|
+
"count": 172,
|
|
777
783
|
"icons": [
|
|
778
784
|
"IconAnchor1",
|
|
779
785
|
"IconAnchor2",
|
|
@@ -786,6 +792,7 @@
|
|
|
786
792
|
"IconArrowRounded",
|
|
787
793
|
"IconArrowsAllSides",
|
|
788
794
|
"IconArrowsAllSides2",
|
|
795
|
+
"IconArrowsAllSides21",
|
|
789
796
|
"IconBarcode",
|
|
790
797
|
"IconBarsThree",
|
|
791
798
|
"IconBarsThree2",
|
|
@@ -1913,6 +1920,7 @@
|
|
|
1913
1920
|
"IconArrowRounded": "arrow-rounded, share, arrow, login",
|
|
1914
1921
|
"IconArrowsAllSides": "arrows-all-sides, move, focus",
|
|
1915
1922
|
"IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
|
|
1923
|
+
"IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1916
1924
|
"IconArrowShareLeft": "arrow-share-left, back, last, reply",
|
|
1917
1925
|
"IconArrowShareRight": "arrow-share-right, next, forward",
|
|
1918
1926
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
@@ -1921,6 +1929,7 @@
|
|
|
1921
1929
|
"IconArrowsRepeatLeftRight": "arrows-repeat-left-right, retweet",
|
|
1922
1930
|
"IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
|
|
1923
1931
|
"IconArrowsRepeatRightLeftOff": "arrows-repeat-right-left-off, repost-off",
|
|
1932
|
+
"IconArrowsZoom": "arrows-zoom, scale, motion, move, directions",
|
|
1924
1933
|
"IconArrowTopBottom": "arrow-top-bottom, sort 1, switch vertical",
|
|
1925
1934
|
"IconArrowTriangleBottom": "arrow-triangle-bottom",
|
|
1926
1935
|
"IconArrowTriangleLeft": "arrow-triangle-left",
|
|
@@ -3039,6 +3048,7 @@
|
|
|
3039
3048
|
"IconSandbox": "sandbox, playground",
|
|
3040
3049
|
"IconSatellite1": "satellite-1, radar, feed",
|
|
3041
3050
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3051
|
+
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3042
3052
|
"IconSchool": "school, building",
|
|
3043
3053
|
"IconScissors1": "scissors-1, cut",
|
|
3044
3054
|
"IconScissors2": "scissors-2, cut",
|
|
@@ -3327,6 +3337,10 @@
|
|
|
3327
3337
|
"IconV0": "v0",
|
|
3328
3338
|
"IconVariables": "variables, figma",
|
|
3329
3339
|
"IconVault": "vault, safe",
|
|
3340
|
+
"IconVectorAnchorPointAsymmetric": "vector-anchor-point-asymmetric",
|
|
3341
|
+
"IconVectorAnchorPointDisconnected": "vector-anchor-point-disconnected",
|
|
3342
|
+
"IconVectorAnchorPointStraight": "vector-anchor-point-straight, no-smoothing",
|
|
3343
|
+
"IconVectorAnchorPointStraight1": "vector-anchor-point-straight, mirror-angle",
|
|
3330
3344
|
"IconVectorLogo": "vector-logo, svg",
|
|
3331
3345
|
"IconVenmo": "venmo",
|
|
3332
3346
|
"IconVercel": "vercel",
|
package/index.d.ts
CHANGED
|
@@ -135,11 +135,13 @@ export { IconArrowWallRight, default as IconArrowWallRightDefault, } from "./Ico
|
|
|
135
135
|
export { IconArrowWallUp, default as IconArrowWallUpDefault, } from "./IconArrowWallUp";
|
|
136
136
|
export { IconArrowsAllSides, default as IconArrowsAllSidesDefault, } from "./IconArrowsAllSides";
|
|
137
137
|
export { IconArrowsAllSides2, default as IconArrowsAllSides2Default, } from "./IconArrowsAllSides2";
|
|
138
|
+
export { IconArrowsAllSides21, default as IconArrowsAllSides21Default, } from "./IconArrowsAllSides21";
|
|
138
139
|
export { IconArrowsRepeat, default as IconArrowsRepeatDefault, } from "./IconArrowsRepeat";
|
|
139
140
|
export { IconArrowsRepeatCircle, default as IconArrowsRepeatCircleDefault, } from "./IconArrowsRepeatCircle";
|
|
140
141
|
export { IconArrowsRepeatLeftRight, default as IconArrowsRepeatLeftRightDefault, } from "./IconArrowsRepeatLeftRight";
|
|
141
142
|
export { IconArrowsRepeatRightLeft, default as IconArrowsRepeatRightLeftDefault, } from "./IconArrowsRepeatRightLeft";
|
|
142
143
|
export { IconArrowsRepeatRightLeftOff, default as IconArrowsRepeatRightLeftOffDefault, } from "./IconArrowsRepeatRightLeftOff";
|
|
144
|
+
export { IconArrowsZoom, default as IconArrowsZoomDefault, } from "./IconArrowsZoom";
|
|
143
145
|
export { IconArtifactNews, default as IconArtifactNewsDefault, } from "./IconArtifactNews";
|
|
144
146
|
export { IconAspectRatio11, default as IconAspectRatio11Default, } from "./IconAspectRatio11";
|
|
145
147
|
export { IconAspectRatio169, default as IconAspectRatio169Default, } from "./IconAspectRatio169";
|
|
@@ -1236,6 +1238,7 @@ export { IconSafeSimple, default as IconSafeSimpleDefault, } from "./IconSafeSim
|
|
|
1236
1238
|
export { IconSandbox, default as IconSandboxDefault } from "./IconSandbox";
|
|
1237
1239
|
export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatellite1";
|
|
1238
1240
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
1241
|
+
export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
|
|
1239
1242
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
1240
1243
|
export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
|
|
1241
1244
|
export { IconScissors2, default as IconScissors2Default, } from "./IconScissors2";
|
|
@@ -1524,6 +1527,10 @@ export { IconUsbC, default as IconUsbCDefault } from "./IconUsbC";
|
|
|
1524
1527
|
export { IconV0, default as IconV0Default } from "./IconV0";
|
|
1525
1528
|
export { IconVariables, default as IconVariablesDefault, } from "./IconVariables";
|
|
1526
1529
|
export { IconVault, default as IconVaultDefault } from "./IconVault";
|
|
1530
|
+
export { IconVectorAnchorPointAsymmetric, default as IconVectorAnchorPointAsymmetricDefault, } from "./IconVectorAnchorPointAsymmetric";
|
|
1531
|
+
export { IconVectorAnchorPointDisconnected, default as IconVectorAnchorPointDisconnectedDefault, } from "./IconVectorAnchorPointDisconnected";
|
|
1532
|
+
export { IconVectorAnchorPointStraight, default as IconVectorAnchorPointStraightDefault, } from "./IconVectorAnchorPointStraight";
|
|
1533
|
+
export { IconVectorAnchorPointStraight1, default as IconVectorAnchorPointStraight1Default, } from "./IconVectorAnchorPointStraight1";
|
|
1527
1534
|
export { IconVectorLogo, default as IconVectorLogoDefault, } from "./IconVectorLogo";
|
|
1528
1535
|
export { IconVenmo, default as IconVenmoDefault } from "./IconVenmo";
|
|
1529
1536
|
export { IconVercel, default as IconVercelDefault } from "./IconVercel";
|