@central-icons-react/square-outlined-radius-0-stroke-1 1.1.96 → 1.1.97
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/IconArrowSplitDown1/index.d.ts +4 -0
- package/IconArrowSplitDown1/index.js +2 -0
- package/IconArrowSplitDown1/index.js.map +1 -0
- package/IconArrowSplitDown1/index.mjs +2 -0
- package/IconArrowSplitDown1/index.mjs.map +1 -0
- package/IconLibrary/index.js +1 -1
- package/IconLibrary/index.js.map +1 -1
- package/IconLibrary/index.mjs +1 -1
- package/IconLibrary/index.mjs.map +1 -1
- package/IconListAdd/index.d.ts +4 -0
- package/IconListAdd/index.js +2 -0
- package/IconListAdd/index.js.map +1 -0
- package/IconListAdd/index.mjs +2 -0
- package/IconListAdd/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 +9 -5
- package/index.d.ts +5 -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.97",
|
|
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": 1703,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 66,
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
"Arrows": {
|
|
103
|
-
"count":
|
|
103
|
+
"count": 124,
|
|
104
104
|
"icons": [
|
|
105
105
|
"IconArrow",
|
|
106
106
|
"IconArrowBottomTop",
|
|
@@ -147,6 +147,7 @@
|
|
|
147
147
|
"IconArrowsHide",
|
|
148
148
|
"IconArrowSplit",
|
|
149
149
|
"IconArrowSplitDown",
|
|
150
|
+
"IconArrowSplitDown1",
|
|
150
151
|
"IconArrowsRepeat",
|
|
151
152
|
"IconArrowsRepeatCircle",
|
|
152
153
|
"IconArrowsRepeatRightLeft",
|
|
@@ -844,7 +845,7 @@
|
|
|
844
845
|
]
|
|
845
846
|
},
|
|
846
847
|
"Interface General": {
|
|
847
|
-
"count":
|
|
848
|
+
"count": 178,
|
|
848
849
|
"icons": [
|
|
849
850
|
"IconAnchor1",
|
|
850
851
|
"IconAnchor2",
|
|
@@ -939,6 +940,7 @@
|
|
|
939
940
|
"IconLightBulb",
|
|
940
941
|
"IconLightbulbGlow",
|
|
941
942
|
"IconLightBulbSimple",
|
|
943
|
+
"IconListAdd",
|
|
942
944
|
"IconListBullets",
|
|
943
945
|
"IconLoader",
|
|
944
946
|
"IconLoadingCircle",
|
|
@@ -2023,6 +2025,7 @@
|
|
|
2023
2025
|
"IconArrowsHide": "arrows-hide, collapse, minimize",
|
|
2024
2026
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
2025
2027
|
"IconArrowSplitDown": "arrow-split-down, branch",
|
|
2028
|
+
"IconArrowSplitDown1": "arrow-split-down",
|
|
2026
2029
|
"IconArrowsRepeat": "arrows-repeat, repost",
|
|
2027
2030
|
"IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
|
|
2028
2031
|
"IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
|
|
@@ -2848,7 +2851,7 @@
|
|
|
2848
2851
|
"IconLayoutWindow": "layout-window, grid, window",
|
|
2849
2852
|
"IconLeaderboard": "leaderboard, winner, stats, graph",
|
|
2850
2853
|
"IconLemonsqueezy": "lemonsqueezy",
|
|
2851
|
-
"IconLibrary": "library",
|
|
2854
|
+
"IconLibrary": "library, stuff, vinyl-records",
|
|
2852
2855
|
"IconLifeVest": "life-vest, vest",
|
|
2853
2856
|
"IconLightBulb": "light-bulb, idea, light",
|
|
2854
2857
|
"IconLightbulbGlow": "lightbulb-glow, idea, reasoning, think",
|
|
@@ -2866,6 +2869,7 @@
|
|
|
2866
2869
|
"IconLinkedin": "linkedin",
|
|
2867
2870
|
"IconLinktree": "linktree",
|
|
2868
2871
|
"IconLiquidGlass": "liquid-glass, glass-effect",
|
|
2872
|
+
"IconListAdd": "list-add, list-plus, new-list",
|
|
2869
2873
|
"IconListBullets": "list-bullets",
|
|
2870
2874
|
"IconListBulletsSquare": "list-bullets-square",
|
|
2871
2875
|
"IconListSparkle": "list-sparkle, ai text, text generation",
|
package/index.d.ts
CHANGED
|
@@ -398,6 +398,10 @@ export {
|
|
|
398
398
|
IconArrowSplitDown,
|
|
399
399
|
default as IconArrowSplitDownDefault,
|
|
400
400
|
} from "./IconArrowSplitDown";
|
|
401
|
+
export {
|
|
402
|
+
IconArrowSplitDown1,
|
|
403
|
+
default as IconArrowSplitDown1Default,
|
|
404
|
+
} from "./IconArrowSplitDown1";
|
|
401
405
|
export {
|
|
402
406
|
IconArrowTopBottom,
|
|
403
407
|
default as IconArrowTopBottomDefault,
|
|
@@ -2782,6 +2786,7 @@ export {
|
|
|
2782
2786
|
IconLiquidGlass,
|
|
2783
2787
|
default as IconLiquidGlassDefault,
|
|
2784
2788
|
} from "./IconLiquidGlass";
|
|
2789
|
+
export { IconListAdd, default as IconListAddDefault } from "./IconListAdd";
|
|
2785
2790
|
export {
|
|
2786
2791
|
IconListBullets,
|
|
2787
2792
|
default as IconListBulletsDefault,
|