@central-icons-react/square-filled-radius-0-stroke-2 1.1.67 → 1.1.68

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/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.67",
3
+ "version": "1.1.68",
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": 1639,
15
+ "totalIcons": 1641,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -287,7 +287,7 @@
287
287
  ]
288
288
  },
289
289
  "Code": {
290
- "count": 44,
290
+ "count": 45,
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",
@@ -412,7 +413,7 @@
412
413
  ]
413
414
  },
414
415
  "Devices & Signals": {
415
- "count": 67,
416
+ "count": 69,
416
417
  "icons": [
417
418
  "IconAirdrop",
418
419
  "IconAirplay",
@@ -430,6 +431,8 @@
430
431
  "IconChipSimple",
431
432
  "IconChromecast",
432
433
  "IconCircleRecord",
434
+ "IconConnectors1",
435
+ "IconConnectors2",
433
436
  "IconDevices",
434
437
  "IconFullscreen",
435
438
  "IconHaptic",
@@ -1706,7 +1709,7 @@
1706
1709
  ]
1707
1710
  },
1708
1711
  "Typography": {
1709
- "count": 54,
1712
+ "count": 53,
1710
1713
  "icons": [
1711
1714
  "IconAlignmentCenter",
1712
1715
  "IconAlignmentJustify",
@@ -1730,7 +1733,6 @@
1730
1733
  "IconHorizontalAlignmentBottom",
1731
1734
  "IconHorizontalAlignmentCenter",
1732
1735
  "IconHorizontalAlignmentTop",
1733
- "IconInsertHtml",
1734
1736
  "IconItalic",
1735
1737
  "IconLinebreak",
1736
1738
  "IconLineHeight",
@@ -2306,6 +2308,7 @@
2306
2308
  "IconCodeInsert": "code-insert",
2307
2309
  "IconCodeLarge": "code-large, syntax, brackets",
2308
2310
  "IconCodeLines": "code-lines",
2311
+ "IconCodeMedium": "code-medium, syntax, brackets, dev",
2309
2312
  "IconCodepen": "codepen",
2310
2313
  "IconCoin1": "coin-1, credits, money",
2311
2314
  "IconCoin2": "coin-2, credits",
@@ -2332,6 +2335,8 @@
2332
2335
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2333
2336
  "IconComponents": "components, figma",
2334
2337
  "IconConcise": "concise, text-shorten, squeeze",
2338
+ "IconConnectors1": "connectors-1, connection, apps",
2339
+ "IconConnectors2": "connectors-2, connection, apps",
2335
2340
  "IconConsole": "console, terminal",
2336
2341
  "IconConsoleSimple": "console-simple",
2337
2342
  "IconConsoleSimple1": "console-simple, terminal",
@@ -2699,7 +2704,6 @@
2699
2704
  "IconInitiatives": "initiatives, nav, rooting",
2700
2705
  "IconInjection": "injection",
2701
2706
  "IconInputForm": "input-form, text-area, prompt",
2702
- "IconInsertHtml": "insert-html, code, brackets",
2703
2707
  "IconInsights": "insights, analyze",
2704
2708
  "IconInstagram": "instagram",
2705
2709
  "IconInvite": "invite, briefing",
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,