@central-icons-react/square-outlined-radius-0-stroke-1 1.1.52 → 1.1.53
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/IconArrowsHide/index.d.ts +4 -0
- package/IconArrowsHide/index.js +2 -0
- package/IconArrowsHide/index.js.map +1 -0
- package/IconArrowsHide/index.mjs +2 -0
- package/IconArrowsHide/index.mjs.map +1 -0
- package/IconArrowsShow/index.d.ts +4 -0
- package/IconArrowsShow/index.js +2 -0
- package/IconArrowsShow/index.js.map +1 -0
- package/IconArrowsShow/index.mjs +2 -0
- package/IconArrowsShow/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 +7 -3
- 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.53",
|
|
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": 1620,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 62,
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
]
|
|
97
97
|
},
|
|
98
98
|
"Arrows": {
|
|
99
|
-
"count":
|
|
99
|
+
"count": 116,
|
|
100
100
|
"icons": [
|
|
101
101
|
"IconArrow",
|
|
102
102
|
"IconArrowBottomTop",
|
|
@@ -136,12 +136,14 @@
|
|
|
136
136
|
"IconArrowRotateRightLeft",
|
|
137
137
|
"IconArrowShareLeft",
|
|
138
138
|
"IconArrowShareRight",
|
|
139
|
+
"IconArrowsHide",
|
|
139
140
|
"IconArrowSplit",
|
|
140
141
|
"IconArrowsRepeat",
|
|
141
142
|
"IconArrowsRepeatCircle",
|
|
142
143
|
"IconArrowsRepeatLeftRight",
|
|
143
144
|
"IconArrowsRepeatRightLeft",
|
|
144
145
|
"IconArrowsRepeatRightLeftOff",
|
|
146
|
+
"IconArrowsShow",
|
|
145
147
|
"IconArrowsZoom",
|
|
146
148
|
"IconArrowTopBottom",
|
|
147
149
|
"IconArrowTriangleBottom",
|
|
@@ -1924,12 +1926,14 @@
|
|
|
1924
1926
|
"IconArrowsAllSides21": "arrows-all-sides-2, scan-text, text, focus, list",
|
|
1925
1927
|
"IconArrowShareLeft": "arrow-share-left, back, last, reply",
|
|
1926
1928
|
"IconArrowShareRight": "arrow-share-right, next, forward",
|
|
1929
|
+
"IconArrowsHide": "arrows-hide, collapse, minimize",
|
|
1927
1930
|
"IconArrowSplit": "arrow-split, rules, direction, split",
|
|
1928
1931
|
"IconArrowsRepeat": "arrows-repeat, repost",
|
|
1929
1932
|
"IconArrowsRepeatCircle": "arrows-repeat-circle, repost",
|
|
1930
1933
|
"IconArrowsRepeatLeftRight": "arrows-repeat-left-right, retweet",
|
|
1931
1934
|
"IconArrowsRepeatRightLeft": "arrows-repeat-right-left, repost",
|
|
1932
1935
|
"IconArrowsRepeatRightLeftOff": "arrows-repeat-right-left-off, repost-off",
|
|
1936
|
+
"IconArrowsShow": "arrows-show, expand, maximize",
|
|
1933
1937
|
"IconArrowsZoom": "arrows-zoom, scale, motion, move, directions",
|
|
1934
1938
|
"IconArrowTopBottom": "arrow-top-bottom, sort 1, switch vertical",
|
|
1935
1939
|
"IconArrowTriangleBottom": "arrow-triangle-bottom",
|
package/index.d.ts
CHANGED
|
@@ -457,6 +457,10 @@ export {
|
|
|
457
457
|
IconArrowsAllSides21,
|
|
458
458
|
default as IconArrowsAllSides21Default,
|
|
459
459
|
} from "./IconArrowsAllSides21";
|
|
460
|
+
export {
|
|
461
|
+
IconArrowsHide,
|
|
462
|
+
default as IconArrowsHideDefault,
|
|
463
|
+
} from "./IconArrowsHide";
|
|
460
464
|
export {
|
|
461
465
|
IconArrowsRepeat,
|
|
462
466
|
default as IconArrowsRepeatDefault,
|
|
@@ -477,6 +481,10 @@ export {
|
|
|
477
481
|
IconArrowsRepeatRightLeftOff,
|
|
478
482
|
default as IconArrowsRepeatRightLeftOffDefault,
|
|
479
483
|
} from "./IconArrowsRepeatRightLeftOff";
|
|
484
|
+
export {
|
|
485
|
+
IconArrowsShow,
|
|
486
|
+
default as IconArrowsShowDefault,
|
|
487
|
+
} from "./IconArrowsShow";
|
|
480
488
|
export {
|
|
481
489
|
IconArrowsZoom,
|
|
482
490
|
default as IconArrowsZoomDefault,
|