@central-icons-react/square-filled-radius-0-stroke-2 1.1.20 → 1.1.22

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.20",
3
+ "version": "1.1.22",
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": 1555,
15
+ "totalIcons": 1558,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 44,
@@ -752,7 +752,7 @@
752
752
  ]
753
753
  },
754
754
  "Interface General": {
755
- "count": 160,
755
+ "count": 161,
756
756
  "icons": [
757
757
  "IconAnchor1",
758
758
  "IconAnchor2",
@@ -816,6 +816,7 @@
816
816
  "IconCompassRound",
817
817
  "IconCompassSquare",
818
818
  "IconCrossLarge",
819
+ "IconCrossMedium",
819
820
  "IconCrossSmall",
820
821
  "IconDeepSearch",
821
822
  "IconDotGrid1x3Horizontal",
@@ -1456,9 +1457,10 @@
1456
1457
  ]
1457
1458
  },
1458
1459
  "Things": {
1459
- "count": 122,
1460
+ "count": 124,
1460
1461
  "icons": [
1461
1462
  "IconAlien",
1463
+ "IconAnvil",
1462
1464
  "IconBackpack",
1463
1465
  "IconBag",
1464
1466
  "IconBag2",
@@ -1533,6 +1535,7 @@
1533
1535
  "IconPillow",
1534
1536
  "IconPillowZz",
1535
1537
  "IconPilone",
1538
+ "IconPlan",
1536
1539
  "IconPlayground",
1537
1540
  "IconPlugin1",
1538
1541
  "IconPlugin2",
@@ -1792,6 +1795,7 @@
1792
1795
  "IconAnimationUndershoot": "animation-undershoot",
1793
1796
  "IconAnonymous": "anonymous, anonym, hidden",
1794
1797
  "IconAnthropic": "anthropic",
1798
+ "IconAnvil": "anvil, crafting, hard, strong",
1795
1799
  "IconApiAggregate": "api-aggregate",
1796
1800
  "IconApiConnection": "api-connection",
1797
1801
  "IconApple": "apple",
@@ -2249,6 +2253,7 @@
2249
2253
  "IconCreditCardAdd": "credit-card-add, card, payment",
2250
2254
  "IconCrop": "crop",
2251
2255
  "IconCrossLarge": "cross-large, crossed large, close",
2256
+ "IconCrossMedium": "cross-medium, crossed medium, close",
2252
2257
  "IconCrossSmall": "cross-small, crossed small, delete, remove",
2253
2258
  "IconCrown": "crown, vip",
2254
2259
  "IconCrypto": "crypto",
@@ -2838,6 +2843,7 @@
2838
2843
  "IconPinterestSimple": "pinterest-simple",
2839
2844
  "IconPizza": "pizza",
2840
2845
  "IconPlaceholder": "placeholder, generate",
2846
+ "IconPlan": "plan, process, connect, path",
2841
2847
  "IconPlanning": "planning, list, checklist",
2842
2848
  "IconPlay": "play, go",
2843
2849
  "IconPlayCircle": "play-circle",
package/index.d.ts CHANGED
@@ -140,6 +140,7 @@ export {
140
140
  IconAnthropic,
141
141
  default as IconAnthropicDefault,
142
142
  } from "./IconAnthropic";
143
+ export { IconAnvil, default as IconAnvilDefault } from "./IconAnvil";
143
144
  export {
144
145
  IconApiAggregate,
145
146
  default as IconApiAggregateDefault,
@@ -1491,6 +1492,10 @@ export {
1491
1492
  IconCrossLarge,
1492
1493
  default as IconCrossLargeDefault,
1493
1494
  } from "./IconCrossLarge";
1495
+ export {
1496
+ IconCrossMedium,
1497
+ default as IconCrossMediumDefault,
1498
+ } from "./IconCrossMedium";
1494
1499
  export {
1495
1500
  IconCrossSmall,
1496
1501
  default as IconCrossSmallDefault,
@@ -3094,6 +3099,7 @@ export {
3094
3099
  IconPlaceholder,
3095
3100
  default as IconPlaceholderDefault,
3096
3101
  } from "./IconPlaceholder";
3102
+ export { IconPlan, default as IconPlanDefault } from "./IconPlan";
3097
3103
  export { IconPlanning, default as IconPlanningDefault } from "./IconPlanning";
3098
3104
  export { IconPlay, default as IconPlayDefault } from "./IconPlay";
3099
3105
  export {