@central-icons-react/square-outlined-radius-0-stroke-1 1.1.110 → 1.1.111

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.110",
3
+ "version": "1.1.111",
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": 1734,
15
+ "totalIcons": 1736,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -1415,7 +1415,7 @@
1415
1415
  ]
1416
1416
  },
1417
1417
  "Social Media & Brands": {
1418
- "count": 121,
1418
+ "count": 122,
1419
1419
  "icons": [
1420
1420
  "IconAdobeAcrobat",
1421
1421
  "IconAffinity",
@@ -1521,6 +1521,7 @@
1521
1521
  "IconSubstack",
1522
1522
  "IconSupabase",
1523
1523
  "IconTelegram",
1524
+ "IconThings",
1524
1525
  "IconThreads",
1525
1526
  "IconTiktok",
1526
1527
  "IconTumblr",
@@ -1647,7 +1648,7 @@
1647
1648
  ]
1648
1649
  },
1649
1650
  "Things": {
1650
- "count": 117,
1651
+ "count": 118,
1651
1652
  "icons": [
1652
1653
  "IconAnvil",
1653
1654
  "IconBackpack",
@@ -1765,7 +1766,8 @@
1765
1766
  "IconWaste",
1766
1767
  "IconWeight",
1767
1768
  "IconWip",
1768
- "IconWreath"
1769
+ "IconWreath",
1770
+ "IconWreathSimple"
1769
1771
  ]
1770
1772
  },
1771
1773
  "Time & Date": {
@@ -3514,6 +3516,7 @@
3514
3516
  "IconTextToImage": "text-to-image",
3515
3517
  "IconTextToSpeach": "text-to-speach",
3516
3518
  "IconThermostat": "thermostat, temprature",
3519
+ "IconThings": "things",
3517
3520
  "IconThinkingBubble": "thinking-bubble",
3518
3521
  "IconThinkingBubble1": "thinking-bubble-1, thoughts",
3519
3522
  "IconThread": "thread",
@@ -3657,6 +3660,7 @@
3657
3660
  "IconWizardHat": "wizard-hat, magician, fantasy",
3658
3661
  "IconWorld": "world, globus, internet, web, globe",
3659
3662
  "IconWreath": "wreath, crown, laurel-leafs",
3663
+ "IconWreathSimple": "wreath-simple, laurel-leafs, winner",
3660
3664
  "IconWrite": "write, edit-list, list",
3661
3665
  "IconWrite1": "write-1, fountain-pen",
3662
3666
  "IconWrite2": "write-2, fountain-pen",
package/index.d.ts CHANGED
@@ -4481,6 +4481,7 @@ export {
4481
4481
  IconThermostat,
4482
4482
  default as IconThermostatDefault,
4483
4483
  } from "./IconThermostat";
4484
+ export { IconThings, default as IconThingsDefault } from "./IconThings";
4484
4485
  export {
4485
4486
  IconThinkingBubble,
4486
4487
  default as IconThinkingBubbleDefault,
@@ -4852,6 +4853,10 @@ export {
4852
4853
  } from "./IconWizardHat";
4853
4854
  export { IconWorld, default as IconWorldDefault } from "./IconWorld";
4854
4855
  export { IconWreath, default as IconWreathDefault } from "./IconWreath";
4856
+ export {
4857
+ IconWreathSimple,
4858
+ default as IconWreathSimpleDefault,
4859
+ } from "./IconWreathSimple";
4855
4860
  export { IconWrite, default as IconWriteDefault } from "./IconWrite";
4856
4861
  export { IconWrite1, default as IconWrite1Default } from "./IconWrite1";
4857
4862
  export { IconWrite2, default as IconWrite2Default } from "./IconWrite2";