@central-icons-react/square-outlined-radius-0-stroke-1 1.1.66 → 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-outlined-radius-0-stroke-1",
3
- "version": "1.1.66",
3
+ "version": "1.1.68",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1/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": 1638,
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": 43,
290
+ "count": 45,
291
291
  "icons": [
292
292
  "IconAnchor",
293
293
  "IconAnimation",
@@ -315,6 +315,8 @@
315
315
  "IconCodeInsert",
316
316
  "IconCodeLarge",
317
317
  "IconCodeLines",
318
+ "IconCodeMedium",
319
+ "IconCommits",
318
320
  "IconConsole",
319
321
  "IconConsoleSimple",
320
322
  "IconConsoleSimple1",
@@ -411,7 +413,7 @@
411
413
  ]
412
414
  },
413
415
  "Devices & Signals": {
414
- "count": 67,
416
+ "count": 69,
415
417
  "icons": [
416
418
  "IconAirdrop",
417
419
  "IconAirplay",
@@ -429,6 +431,8 @@
429
431
  "IconChipSimple",
430
432
  "IconChromecast",
431
433
  "IconCircleRecord",
434
+ "IconConnectors1",
435
+ "IconConnectors2",
432
436
  "IconDevices",
433
437
  "IconFullscreen",
434
438
  "IconHaptic",
@@ -1705,7 +1709,7 @@
1705
1709
  ]
1706
1710
  },
1707
1711
  "Typography": {
1708
- "count": 54,
1712
+ "count": 53,
1709
1713
  "icons": [
1710
1714
  "IconAlignmentCenter",
1711
1715
  "IconAlignmentJustify",
@@ -1729,7 +1733,6 @@
1729
1733
  "IconHorizontalAlignmentBottom",
1730
1734
  "IconHorizontalAlignmentCenter",
1731
1735
  "IconHorizontalAlignmentTop",
1732
- "IconInsertHtml",
1733
1736
  "IconItalic",
1734
1737
  "IconLinebreak",
1735
1738
  "IconLineHeight",
@@ -2305,6 +2308,7 @@
2305
2308
  "IconCodeInsert": "code-insert",
2306
2309
  "IconCodeLarge": "code-large, syntax, brackets",
2307
2310
  "IconCodeLines": "code-lines",
2311
+ "IconCodeMedium": "code-medium, syntax, brackets, dev",
2308
2312
  "IconCodepen": "codepen",
2309
2313
  "IconCoin1": "coin-1, credits, money",
2310
2314
  "IconCoin2": "coin-2, credits",
@@ -2326,10 +2330,13 @@
2326
2330
  "IconColumnWideHalfAdd": "column-wide-half-add",
2327
2331
  "IconColumnWideHalfRemove": "column-wide-half-remove",
2328
2332
  "IconColumnWideRemove": "column-wide-remove",
2333
+ "IconCommits": "commits",
2329
2334
  "IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
2330
2335
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2331
2336
  "IconComponents": "components, figma",
2332
2337
  "IconConcise": "concise, text-shorten, squeeze",
2338
+ "IconConnectors1": "connectors-1, connection, apps",
2339
+ "IconConnectors2": "connectors-2, connection, apps",
2333
2340
  "IconConsole": "console, terminal",
2334
2341
  "IconConsoleSimple": "console-simple",
2335
2342
  "IconConsoleSimple1": "console-simple, terminal",
@@ -2697,7 +2704,6 @@
2697
2704
  "IconInitiatives": "initiatives, nav, rooting",
2698
2705
  "IconInjection": "injection",
2699
2706
  "IconInputForm": "input-form, text-area, prompt",
2700
- "IconInsertHtml": "insert-html, code, brackets",
2701
2707
  "IconInsights": "insights, analyze",
2702
2708
  "IconInstagram": "instagram",
2703
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";
@@ -1491,6 +1495,7 @@ export {
1491
1495
  IconColumnWideRemove,
1492
1496
  default as IconColumnWideRemoveDefault,
1493
1497
  } from "./IconColumnWideRemove";
1498
+ export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
1494
1499
  export {
1495
1500
  IconCompassRound,
1496
1501
  default as IconCompassRoundDefault,
@@ -1504,6 +1509,14 @@ export {
1504
1509
  default as IconComponentsDefault,
1505
1510
  } from "./IconComponents";
1506
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";
1507
1520
  export { IconConsole, default as IconConsoleDefault } from "./IconConsole";
1508
1521
  export {
1509
1522
  IconConsoleSimple,
@@ -2462,10 +2475,6 @@ export {
2462
2475
  IconInputForm,
2463
2476
  default as IconInputFormDefault,
2464
2477
  } from "./IconInputForm";
2465
- export {
2466
- IconInsertHtml,
2467
- default as IconInsertHtmlDefault,
2468
- } from "./IconInsertHtml";
2469
2478
  export { IconInsights, default as IconInsightsDefault } from "./IconInsights";
2470
2479
  export {
2471
2480
  IconInstagram,