@central-icons-react/square-outlined-radius-0-stroke-1 1.1.72 → 1.1.73
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/IconRemix/index.d.ts +4 -0
- package/IconRemix/index.js +2 -0
- package/IconRemix/index.js.map +1 -0
- package/IconRemix/index.mjs +2 -0
- package/IconRemix/index.mjs.map +1 -0
- package/README.md +1 -0
- package/icons/index.d.ts +1 -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 +5 -3
- package/index.d.ts +1 -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.73",
|
|
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": 1648,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 63,
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
]
|
|
98
98
|
},
|
|
99
99
|
"Arrows": {
|
|
100
|
-
"count":
|
|
100
|
+
"count": 120,
|
|
101
101
|
"icons": [
|
|
102
102
|
"IconArrow",
|
|
103
103
|
"IconArrowBottomTop",
|
|
@@ -205,6 +205,7 @@
|
|
|
205
205
|
"IconMinimize45",
|
|
206
206
|
"IconOngoing",
|
|
207
207
|
"IconRandom",
|
|
208
|
+
"IconRemix",
|
|
208
209
|
"IconRotate360Left",
|
|
209
210
|
"IconRotate360Right",
|
|
210
211
|
"IconShareArrowDown",
|
|
@@ -3055,6 +3056,7 @@
|
|
|
3055
3056
|
"IconRecord": "record",
|
|
3056
3057
|
"IconRecraft": "recraft",
|
|
3057
3058
|
"IconReddit": "reddit",
|
|
3059
|
+
"IconRemix": "remix, new-try, repeat",
|
|
3058
3060
|
"IconRemoveBackground": "remove-background",
|
|
3059
3061
|
"IconRemoveBackground2": "remove-background-2",
|
|
3060
3062
|
"IconRemoveFromBasket": "remove-from-basket",
|
package/index.d.ts
CHANGED
|
@@ -3444,6 +3444,7 @@ export {
|
|
|
3444
3444
|
export { IconRecord, default as IconRecordDefault } from "./IconRecord";
|
|
3445
3445
|
export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
|
|
3446
3446
|
export { IconReddit, default as IconRedditDefault } from "./IconReddit";
|
|
3447
|
+
export { IconRemix, default as IconRemixDefault } from "./IconRemix";
|
|
3447
3448
|
export {
|
|
3448
3449
|
IconRemoveBackground,
|
|
3449
3450
|
default as IconRemoveBackgroundDefault,
|