@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.13 → 1.1.14
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/IconImagine/index.d.ts +4 -0
- package/IconImagine/index.js +2 -0
- package/IconImagine/index.js.map +1 -0
- package/IconImagine/index.mjs +2 -0
- package/IconImagine/index.mjs.map +1 -0
- package/IconImagineAi/index.d.ts +4 -0
- package/IconImagineAi/index.js +2 -0
- package/IconImagineAi/index.js.map +1 -0
- package/IconImagineAi/index.mjs +2 -0
- package/IconImagineAi/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 +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.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1.5/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": 1548,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
|
-
"count":
|
|
18
|
+
"count": 44,
|
|
19
19
|
"icons": [
|
|
20
20
|
"IconAppleIntelligenceIcon",
|
|
21
21
|
"IconBoxSparkle",
|
|
@@ -30,6 +30,8 @@
|
|
|
30
30
|
"IconHatSparkle",
|
|
31
31
|
"IconImageAvatarSparkle",
|
|
32
32
|
"IconImageSparkle",
|
|
33
|
+
"IconImagine",
|
|
34
|
+
"IconImagineAi",
|
|
33
35
|
"IconListSparkle",
|
|
34
36
|
"IconMagicBook",
|
|
35
37
|
"IconMagicEdit",
|
|
@@ -2548,6 +2550,8 @@
|
|
|
2548
2550
|
"IconImages5": "images-5, photos, pictures, shot",
|
|
2549
2551
|
"IconImagesCircle": "images-circle",
|
|
2550
2552
|
"IconImageSparkle": "image-sparkle, midjourney, ai generated, star",
|
|
2553
|
+
"IconImagine": "imagine, head, thinking",
|
|
2554
|
+
"IconImagineAi": "imagine-ai, cube, room, 3d, opject, vector",
|
|
2551
2555
|
"IconImessage": "imessage",
|
|
2552
2556
|
"IconImport": "import, download, save",
|
|
2553
2557
|
"IconImport2": "import-2, download, save",
|
package/index.d.ts
CHANGED
|
@@ -2288,6 +2288,11 @@ export {
|
|
|
2288
2288
|
IconImagesCircle,
|
|
2289
2289
|
default as IconImagesCircleDefault,
|
|
2290
2290
|
} from "./IconImagesCircle";
|
|
2291
|
+
export { IconImagine, default as IconImagineDefault } from "./IconImagine";
|
|
2292
|
+
export {
|
|
2293
|
+
IconImagineAi,
|
|
2294
|
+
default as IconImagineAiDefault,
|
|
2295
|
+
} from "./IconImagineAi";
|
|
2291
2296
|
export { IconImessage, default as IconImessageDefault } from "./IconImessage";
|
|
2292
2297
|
export { IconImport, default as IconImportDefault } from "./IconImport";
|
|
2293
2298
|
export { IconImport2, default as IconImport2Default } from "./IconImport2";
|