@central-icons-react/square-filled-radius-0-stroke-2 1.1.68 → 1.1.69
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/IconVibeCoding2/index.d.ts +4 -0
- package/IconVibeCoding2/index.js +2 -0
- package/IconVibeCoding2/index.js.map +1 -0
- package/IconVibeCoding2/index.mjs +2 -0
- package/IconVibeCoding2/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 +4 -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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.69",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react/square-filled-radius-0-stroke-2/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": 1642,
|
|
16
16
|
"categories": {
|
|
17
17
|
"AI & Magic": {
|
|
18
18
|
"count": 63,
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
]
|
|
288
288
|
},
|
|
289
289
|
"Code": {
|
|
290
|
-
"count":
|
|
290
|
+
"count": 46,
|
|
291
291
|
"icons": [
|
|
292
292
|
"IconAnchor",
|
|
293
293
|
"IconAnimation",
|
|
@@ -333,6 +333,7 @@
|
|
|
333
333
|
"IconShip",
|
|
334
334
|
"IconTestflight",
|
|
335
335
|
"IconVibeCoding",
|
|
336
|
+
"IconVibeCoding2",
|
|
336
337
|
"IconWebsite"
|
|
337
338
|
]
|
|
338
339
|
},
|
|
@@ -3395,6 +3396,7 @@
|
|
|
3395
3396
|
"IconVerticalAlignmentLeft": "vertical-alignment-left",
|
|
3396
3397
|
"IconVerticalAlignmentRight": "vertical-alignment-right",
|
|
3397
3398
|
"IconVibeCoding": "vibe-coding, ai, ide, syntax",
|
|
3399
|
+
"IconVibeCoding2": "vibe-coding-2, ai, ide, syntax",
|
|
3398
3400
|
"IconVibeCodingBird": "vibe-coding-bird, laptop, work",
|
|
3399
3401
|
"IconVibeCodingStar": "vibe-coding-star, working, home-office",
|
|
3400
3402
|
"IconVideo": "video, camera, movie, play",
|
package/index.d.ts
CHANGED
|
@@ -4381,6 +4381,10 @@ export {
|
|
|
4381
4381
|
IconVibeCoding,
|
|
4382
4382
|
default as IconVibeCodingDefault,
|
|
4383
4383
|
} from "./IconVibeCoding";
|
|
4384
|
+
export {
|
|
4385
|
+
IconVibeCoding2,
|
|
4386
|
+
default as IconVibeCoding2Default,
|
|
4387
|
+
} from "./IconVibeCoding2";
|
|
4384
4388
|
export {
|
|
4385
4389
|
IconVibeCodingBird,
|
|
4386
4390
|
default as IconVibeCodingBirdDefault,
|