@central-icons-react/square-filled-radius-0-stroke-2 1.1.67 → 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/{IconInsertHtml → IconCodeMedium}/index.d.ts +2 -2
- package/IconCodeMedium/index.js +2 -0
- package/IconCodeMedium/index.js.map +1 -0
- package/IconCodeMedium/index.mjs +2 -0
- package/IconCodeMedium/index.mjs.map +1 -0
- package/IconConnectors1/index.d.ts +4 -0
- package/IconConnectors1/index.js +2 -0
- package/IconConnectors1/index.js.map +1 -0
- package/IconConnectors1/index.mjs +2 -0
- package/IconConnectors1/index.mjs.map +1 -0
- package/IconConnectors2/index.d.ts +4 -0
- package/IconConnectors2/index.js +2 -0
- package/IconConnectors2/index.js.map +1 -0
- package/IconConnectors2/index.mjs +2 -0
- package/IconConnectors2/index.mjs.map +1 -0
- 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 +4 -1
- package/icons/index.d.ts +4 -1
- 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 +13 -7
- package/index.d.ts +16 -4
- 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/IconInsertHtml/index.js +0 -2
- package/IconInsertHtml/index.js.map +0 -1
- package/IconInsertHtml/index.mjs +0 -2
- package/IconInsertHtml/index.mjs.map +0 -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",
|
|
@@ -315,6 +315,7 @@
|
|
|
315
315
|
"IconCodeInsert",
|
|
316
316
|
"IconCodeLarge",
|
|
317
317
|
"IconCodeLines",
|
|
318
|
+
"IconCodeMedium",
|
|
318
319
|
"IconCommits",
|
|
319
320
|
"IconConsole",
|
|
320
321
|
"IconConsoleSimple",
|
|
@@ -332,6 +333,7 @@
|
|
|
332
333
|
"IconShip",
|
|
333
334
|
"IconTestflight",
|
|
334
335
|
"IconVibeCoding",
|
|
336
|
+
"IconVibeCoding2",
|
|
335
337
|
"IconWebsite"
|
|
336
338
|
]
|
|
337
339
|
},
|
|
@@ -412,7 +414,7 @@
|
|
|
412
414
|
]
|
|
413
415
|
},
|
|
414
416
|
"Devices & Signals": {
|
|
415
|
-
"count":
|
|
417
|
+
"count": 69,
|
|
416
418
|
"icons": [
|
|
417
419
|
"IconAirdrop",
|
|
418
420
|
"IconAirplay",
|
|
@@ -430,6 +432,8 @@
|
|
|
430
432
|
"IconChipSimple",
|
|
431
433
|
"IconChromecast",
|
|
432
434
|
"IconCircleRecord",
|
|
435
|
+
"IconConnectors1",
|
|
436
|
+
"IconConnectors2",
|
|
433
437
|
"IconDevices",
|
|
434
438
|
"IconFullscreen",
|
|
435
439
|
"IconHaptic",
|
|
@@ -1706,7 +1710,7 @@
|
|
|
1706
1710
|
]
|
|
1707
1711
|
},
|
|
1708
1712
|
"Typography": {
|
|
1709
|
-
"count":
|
|
1713
|
+
"count": 53,
|
|
1710
1714
|
"icons": [
|
|
1711
1715
|
"IconAlignmentCenter",
|
|
1712
1716
|
"IconAlignmentJustify",
|
|
@@ -1730,7 +1734,6 @@
|
|
|
1730
1734
|
"IconHorizontalAlignmentBottom",
|
|
1731
1735
|
"IconHorizontalAlignmentCenter",
|
|
1732
1736
|
"IconHorizontalAlignmentTop",
|
|
1733
|
-
"IconInsertHtml",
|
|
1734
1737
|
"IconItalic",
|
|
1735
1738
|
"IconLinebreak",
|
|
1736
1739
|
"IconLineHeight",
|
|
@@ -2306,6 +2309,7 @@
|
|
|
2306
2309
|
"IconCodeInsert": "code-insert",
|
|
2307
2310
|
"IconCodeLarge": "code-large, syntax, brackets",
|
|
2308
2311
|
"IconCodeLines": "code-lines",
|
|
2312
|
+
"IconCodeMedium": "code-medium, syntax, brackets, dev",
|
|
2309
2313
|
"IconCodepen": "codepen",
|
|
2310
2314
|
"IconCoin1": "coin-1, credits, money",
|
|
2311
2315
|
"IconCoin2": "coin-2, credits",
|
|
@@ -2332,6 +2336,8 @@
|
|
|
2332
2336
|
"IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
|
|
2333
2337
|
"IconComponents": "components, figma",
|
|
2334
2338
|
"IconConcise": "concise, text-shorten, squeeze",
|
|
2339
|
+
"IconConnectors1": "connectors-1, connection, apps",
|
|
2340
|
+
"IconConnectors2": "connectors-2, connection, apps",
|
|
2335
2341
|
"IconConsole": "console, terminal",
|
|
2336
2342
|
"IconConsoleSimple": "console-simple",
|
|
2337
2343
|
"IconConsoleSimple1": "console-simple, terminal",
|
|
@@ -2699,7 +2705,6 @@
|
|
|
2699
2705
|
"IconInitiatives": "initiatives, nav, rooting",
|
|
2700
2706
|
"IconInjection": "injection",
|
|
2701
2707
|
"IconInputForm": "input-form, text-area, prompt",
|
|
2702
|
-
"IconInsertHtml": "insert-html, code, brackets",
|
|
2703
2708
|
"IconInsights": "insights, analyze",
|
|
2704
2709
|
"IconInstagram": "instagram",
|
|
2705
2710
|
"IconInvite": "invite, briefing",
|
|
@@ -3391,6 +3396,7 @@
|
|
|
3391
3396
|
"IconVerticalAlignmentLeft": "vertical-alignment-left",
|
|
3392
3397
|
"IconVerticalAlignmentRight": "vertical-alignment-right",
|
|
3393
3398
|
"IconVibeCoding": "vibe-coding, ai, ide, syntax",
|
|
3399
|
+
"IconVibeCoding2": "vibe-coding-2, ai, ide, syntax",
|
|
3394
3400
|
"IconVibeCodingBird": "vibe-coding-bird, laptop, work",
|
|
3395
3401
|
"IconVibeCodingStar": "vibe-coding-star, working, home-office",
|
|
3396
3402
|
"IconVideo": "video, camera, movie, play",
|
package/index.d.ts
CHANGED
|
@@ -1434,6 +1434,10 @@ export {
|
|
|
1434
1434
|
IconCodeLines,
|
|
1435
1435
|
default as IconCodeLinesDefault,
|
|
1436
1436
|
} from "./IconCodeLines";
|
|
1437
|
+
export {
|
|
1438
|
+
IconCodeMedium,
|
|
1439
|
+
default as IconCodeMediumDefault,
|
|
1440
|
+
} from "./IconCodeMedium";
|
|
1437
1441
|
export { IconCodepen, default as IconCodepenDefault } from "./IconCodepen";
|
|
1438
1442
|
export { IconCoin1, default as IconCoin1Default } from "./IconCoin1";
|
|
1439
1443
|
export { IconCoin2, default as IconCoin2Default } from "./IconCoin2";
|
|
@@ -1505,6 +1509,14 @@ export {
|
|
|
1505
1509
|
default as IconComponentsDefault,
|
|
1506
1510
|
} from "./IconComponents";
|
|
1507
1511
|
export { IconConcise, default as IconConciseDefault } from "./IconConcise";
|
|
1512
|
+
export {
|
|
1513
|
+
IconConnectors1,
|
|
1514
|
+
default as IconConnectors1Default,
|
|
1515
|
+
} from "./IconConnectors1";
|
|
1516
|
+
export {
|
|
1517
|
+
IconConnectors2,
|
|
1518
|
+
default as IconConnectors2Default,
|
|
1519
|
+
} from "./IconConnectors2";
|
|
1508
1520
|
export { IconConsole, default as IconConsoleDefault } from "./IconConsole";
|
|
1509
1521
|
export {
|
|
1510
1522
|
IconConsoleSimple,
|
|
@@ -2463,10 +2475,6 @@ export {
|
|
|
2463
2475
|
IconInputForm,
|
|
2464
2476
|
default as IconInputFormDefault,
|
|
2465
2477
|
} from "./IconInputForm";
|
|
2466
|
-
export {
|
|
2467
|
-
IconInsertHtml,
|
|
2468
|
-
default as IconInsertHtmlDefault,
|
|
2469
|
-
} from "./IconInsertHtml";
|
|
2470
2478
|
export { IconInsights, default as IconInsightsDefault } from "./IconInsights";
|
|
2471
2479
|
export {
|
|
2472
2480
|
IconInstagram,
|
|
@@ -4373,6 +4381,10 @@ export {
|
|
|
4373
4381
|
IconVibeCoding,
|
|
4374
4382
|
default as IconVibeCodingDefault,
|
|
4375
4383
|
} from "./IconVibeCoding";
|
|
4384
|
+
export {
|
|
4385
|
+
IconVibeCoding2,
|
|
4386
|
+
default as IconVibeCoding2Default,
|
|
4387
|
+
} from "./IconVibeCoding2";
|
|
4376
4388
|
export {
|
|
4377
4389
|
IconVibeCodingBird,
|
|
4378
4390
|
default as IconVibeCodingBirdDefault,
|