@central-icons-react/square-outlined-radius-0-stroke-1 1.1.94 → 1.1.96

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.94",
3
+ "version": "1.1.96",
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": 1698,
15
+ "totalIcons": 1701,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -100,7 +100,7 @@
100
100
  ]
101
101
  },
102
102
  "Arrows": {
103
- "count": 122,
103
+ "count": 123,
104
104
  "icons": [
105
105
  "IconArrow",
106
106
  "IconArrowBottomTop",
@@ -126,6 +126,7 @@
126
126
  "IconArrowLeftRight",
127
127
  "IconArrowLeftSquare",
128
128
  "IconArrowLeftUpCircle",
129
+ "IconArrowLoopDownLeft",
129
130
  "IconArrowPathDown",
130
131
  "IconArrowPathLeft",
131
132
  "IconArrowPathRight",
@@ -637,7 +638,7 @@
637
638
  ]
638
639
  },
639
640
  "Folders & Files": {
640
- "count": 78,
641
+ "count": 79,
641
642
  "icons": [
642
643
  "IconArchive",
643
644
  "IconBlankPageLandscape",
@@ -675,6 +676,7 @@
675
676
  "IconFolderPaper",
676
677
  "IconFolderRestricted",
677
678
  "IconFolders",
679
+ "IconFolders2",
678
680
  "IconFolderShared",
679
681
  "IconFolderShield",
680
682
  "IconFolderUpload",
@@ -1607,12 +1609,13 @@
1607
1609
  ]
1608
1610
  },
1609
1611
  "Things": {
1610
- "count": 116,
1612
+ "count": 117,
1611
1613
  "icons": [
1612
1614
  "IconAnvil",
1613
1615
  "IconBackpack",
1614
1616
  "IconBag",
1615
1617
  "IconBag2",
1618
+ "IconBag3",
1616
1619
  "IconBalloon",
1617
1620
  "IconBaymax",
1618
1621
  "IconBean",
@@ -1994,6 +1997,7 @@
1994
1997
  "IconArrowLeftSquare": "arrow-left-square",
1995
1998
  "IconArrowLeftUpCircle": "arrow-left-up-circle",
1996
1999
  "IconArrowLeftX": "arrow-left-x, delete, remove, backspace",
2000
+ "IconArrowLoopDownLeft": "arrow-loop-down-left, restore, reset",
1997
2001
  "IconArrowOutOfBox": "arrow-out-of-box, upload, share",
1998
2002
  "IconArrowPathDown": "arrow-path-down",
1999
2003
  "IconArrowPathLeft": "arrow-path-left",
@@ -2070,6 +2074,7 @@
2070
2074
  "IconBag": "bag, luggage, buggage",
2071
2075
  "IconBag2": "bag-2, luggage, buggage",
2072
2076
  "IconBag2Sparkle": "bag 2-sparkle, shopping, add, plus",
2077
+ "IconBag3": "bag-3, luggage, suitcase, work",
2073
2078
  "IconBalloon": "balloon, birthday",
2074
2079
  "IconBanana": "banana, fruit",
2075
2080
  "IconBank": "bank",
@@ -2659,6 +2664,7 @@
2659
2664
  "IconFolderPaper": "folder-paper",
2660
2665
  "IconFolderRestricted": "folder-restricted",
2661
2666
  "IconFolders": "folders",
2667
+ "IconFolders2": "folders-2, collection, stuff",
2662
2668
  "IconFolderShared": "folder-shared",
2663
2669
  "IconFolderShield": "folder-shield, folder-security",
2664
2670
  "IconFolderSparkle": "Folder-sparkle, plus",
package/index.d.ts CHANGED
@@ -310,6 +310,10 @@ export {
310
310
  IconArrowLeftX,
311
311
  default as IconArrowLeftXDefault,
312
312
  } from "./IconArrowLeftX";
313
+ export {
314
+ IconArrowLoopDownLeft,
315
+ default as IconArrowLoopDownLeftDefault,
316
+ } from "./IconArrowLoopDownLeft";
313
317
  export {
314
318
  IconArrowOutOfBox,
315
319
  default as IconArrowOutOfBoxDefault,
@@ -564,6 +568,7 @@ export {
564
568
  IconBag2Sparkle,
565
569
  default as IconBag2SparkleDefault,
566
570
  } from "./IconBag2Sparkle";
571
+ export { IconBag3, default as IconBag3Default } from "./IconBag3";
567
572
  export { IconBalloon, default as IconBalloonDefault } from "./IconBalloon";
568
573
  export { IconBanana, default as IconBananaDefault } from "./IconBanana";
569
574
  export { IconBank, default as IconBankDefault } from "./IconBank";
@@ -2258,6 +2263,7 @@ export {
2258
2263
  default as IconFolderUploadDefault,
2259
2264
  } from "./IconFolderUpload";
2260
2265
  export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
2266
+ export { IconFolders2, default as IconFolders2Default } from "./IconFolders2";
2261
2267
  export {
2262
2268
  IconFontStyle,
2263
2269
  default as IconFontStyleDefault,