@central-icons-react/square-filled-radius-0-stroke-2 1.1.65 → 1.1.66
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/IconCodeLarge/index.d.ts +4 -0
- package/IconCodeLarge/index.js +2 -0
- package/IconCodeLarge/index.js.map +1 -0
- package/IconCodeLarge/index.mjs +2 -0
- package/IconCodeLarge/index.mjs.map +1 -0
- package/IconVibeCoding/index.d.ts +4 -0
- package/IconVibeCoding/index.js +2 -0
- package/IconVibeCoding/index.js.map +1 -0
- package/IconVibeCoding/index.mjs +2 -0
- package/IconVibeCoding/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-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.66",
|
|
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": 1638,
|
|
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": 43,
|
|
291
291
|
"icons": [
|
|
292
292
|
"IconAnchor",
|
|
293
293
|
"IconAnimation",
|
|
@@ -313,6 +313,7 @@
|
|
|
313
313
|
"IconCodeAssistant",
|
|
314
314
|
"IconCodeBrackets",
|
|
315
315
|
"IconCodeInsert",
|
|
316
|
+
"IconCodeLarge",
|
|
316
317
|
"IconCodeLines",
|
|
317
318
|
"IconConsole",
|
|
318
319
|
"IconConsoleSimple",
|
|
@@ -329,6 +330,7 @@
|
|
|
329
330
|
"IconSandbox",
|
|
330
331
|
"IconShip",
|
|
331
332
|
"IconTestflight",
|
|
333
|
+
"IconVibeCoding",
|
|
332
334
|
"IconWebsite"
|
|
333
335
|
]
|
|
334
336
|
},
|
|
@@ -2301,6 +2303,7 @@
|
|
|
2301
2303
|
"IconCodeAssistant": "code-assistant, vibe-coding",
|
|
2302
2304
|
"IconCodeBrackets": "code-brackets",
|
|
2303
2305
|
"IconCodeInsert": "code-insert",
|
|
2306
|
+
"IconCodeLarge": "code-large, syntax, brackets",
|
|
2304
2307
|
"IconCodeLines": "code-lines",
|
|
2305
2308
|
"IconCodepen": "codepen",
|
|
2306
2309
|
"IconCoin1": "coin-1, credits, money",
|
|
@@ -3385,6 +3388,7 @@
|
|
|
3385
3388
|
"IconVerticalAlignmentCenter": "vertical-alignment-center",
|
|
3386
3389
|
"IconVerticalAlignmentLeft": "vertical-alignment-left",
|
|
3387
3390
|
"IconVerticalAlignmentRight": "vertical-alignment-right",
|
|
3391
|
+
"IconVibeCoding": "vibe-coding, ai, ide, syntax",
|
|
3388
3392
|
"IconVibeCodingBird": "vibe-coding-bird, laptop, work",
|
|
3389
3393
|
"IconVibeCodingStar": "vibe-coding-star, working, home-office",
|
|
3390
3394
|
"IconVideo": "video, camera, movie, play",
|
package/index.d.ts
CHANGED
|
@@ -1426,6 +1426,10 @@ export {
|
|
|
1426
1426
|
IconCodeInsert,
|
|
1427
1427
|
default as IconCodeInsertDefault,
|
|
1428
1428
|
} from "./IconCodeInsert";
|
|
1429
|
+
export {
|
|
1430
|
+
IconCodeLarge,
|
|
1431
|
+
default as IconCodeLargeDefault,
|
|
1432
|
+
} from "./IconCodeLarge";
|
|
1429
1433
|
export {
|
|
1430
1434
|
IconCodeLines,
|
|
1431
1435
|
default as IconCodeLinesDefault,
|
|
@@ -4364,6 +4368,10 @@ export {
|
|
|
4364
4368
|
IconVerticalAlignmentRight,
|
|
4365
4369
|
default as IconVerticalAlignmentRightDefault,
|
|
4366
4370
|
} from "./IconVerticalAlignmentRight";
|
|
4371
|
+
export {
|
|
4372
|
+
IconVibeCoding,
|
|
4373
|
+
default as IconVibeCodingDefault,
|
|
4374
|
+
} from "./IconVibeCoding";
|
|
4367
4375
|
export {
|
|
4368
4376
|
IconVibeCodingBird,
|
|
4369
4377
|
default as IconVibeCodingBirdDefault,
|