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

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.109",
3
+ "version": "1.1.110",
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": 1732,
15
+ "totalIcons": 1734,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 66,
@@ -509,7 +509,7 @@
509
509
  ]
510
510
  },
511
511
  "Edit": {
512
- "count": 80,
512
+ "count": 81,
513
513
  "icons": [
514
514
  "Icon3d",
515
515
  "IconAddKeyframe",
@@ -546,6 +546,7 @@
546
546
  "IconEraser",
547
547
  "IconEraserSimple",
548
548
  "IconFeather",
549
+ "IconFeather2",
549
550
  "IconGlass",
550
551
  "IconGooey",
551
552
  "IconHdr",
@@ -1025,7 +1026,7 @@
1025
1026
  "IconSquareCircleTopRight",
1026
1027
  "IconSquareDotedBehindSquare",
1027
1028
  "IconSquareGridCircle",
1028
- "IconSquareGridMaginfyingGlass",
1029
+ "IconSquareGridMagnifyingGlass",
1029
1030
  "IconSquareInfo",
1030
1031
  "IconSquareLines",
1031
1032
  "IconSquareMinus",
@@ -1153,13 +1154,14 @@
1153
1154
  ]
1154
1155
  },
1155
1156
  "Nature & Energy": {
1156
- "count": 18,
1157
+ "count": 19,
1157
1158
  "icons": [
1158
1159
  "IconAtom",
1159
1160
  "IconBlossom",
1160
1161
  "IconChargingStation",
1161
1162
  "IconDrillingRig",
1162
1163
  "IconExposure2",
1164
+ "IconGrass",
1163
1165
  "IconGreenPower",
1164
1166
  "IconGrowth",
1165
1167
  "IconHomeEnergy",
@@ -2638,6 +2640,7 @@
2638
2640
  "IconFastForward5s": "fast-forward-5s",
2639
2641
  "IconFastShipping": "fast-shipping, truck, delivery",
2640
2642
  "IconFeather": "feather, writing",
2643
+ "IconFeather2": "feather-2, writing",
2641
2644
  "IconFeature": "feature, shine",
2642
2645
  "IconFigma": "figma",
2643
2646
  "IconFigmaSimple": "figma-simple",
@@ -2787,6 +2790,7 @@
2787
2790
  "IconGoose": "goose",
2788
2791
  "IconGovernment": "government, bank, building",
2789
2792
  "IconGraduateCap": "graduate-cap, study, education, academic, student",
2793
+ "IconGrass": "grass, logout, signout",
2790
2794
  "IconGreenPower": "green-power, green-energy",
2791
2795
  "IconGrok": "grok",
2792
2796
  "IconGroup1": "group-1, users",
@@ -3408,7 +3412,7 @@
3408
3412
  "IconSquareCursor": "square-cursor, cursor box, arrow",
3409
3413
  "IconSquareDotedBehindSquare": "square-doted-behind-square, copy, layers, pages",
3410
3414
  "IconSquareGridCircle": "square-grid-circle, layout, grid, list, category, categories",
3411
- "IconSquareGridMaginfyingGlass": "square-grid-maginfying-glass, layout, grid, list, search, find, magifier",
3415
+ "IconSquareGridMagnifyingGlass": "square-grid-magnifying-glass, layout, grid, list, search, find, magifier",
3412
3416
  "IconSquareInfo": "square-info, information, tooltip",
3413
3417
  "IconSquareLines": "square-lines, note, card, text",
3414
3418
  "IconSquareLinesBottom": "square-lines-bottom, transcription",
package/index.d.ts CHANGED
@@ -2077,6 +2077,7 @@ export {
2077
2077
  default as IconFastShippingDefault,
2078
2078
  } from "./IconFastShipping";
2079
2079
  export { IconFeather, default as IconFeatherDefault } from "./IconFeather";
2080
+ export { IconFeather2, default as IconFeather2Default } from "./IconFeather2";
2080
2081
  export { IconFeature, default as IconFeatureDefault } from "./IconFeature";
2081
2082
  export { IconFigma, default as IconFigmaDefault } from "./IconFigma";
2082
2083
  export {
@@ -2499,6 +2500,7 @@ export {
2499
2500
  IconGraduateCap,
2500
2501
  default as IconGraduateCapDefault,
2501
2502
  } from "./IconGraduateCap";
2503
+ export { IconGrass, default as IconGrassDefault } from "./IconGrass";
2502
2504
  export {
2503
2505
  IconGreenPower,
2504
2506
  default as IconGreenPowerDefault,
@@ -4225,9 +4227,9 @@ export {
4225
4227
  default as IconSquareGridCircleDefault,
4226
4228
  } from "./IconSquareGridCircle";
4227
4229
  export {
4228
- IconSquareGridMaginfyingGlass,
4229
- default as IconSquareGridMaginfyingGlassDefault,
4230
- } from "./IconSquareGridMaginfyingGlass";
4230
+ IconSquareGridMagnifyingGlass,
4231
+ default as IconSquareGridMagnifyingGlassDefault,
4232
+ } from "./IconSquareGridMagnifyingGlass";
4231
4233
  export {
4232
4234
  IconSquareInfo,
4233
4235
  default as IconSquareInfoDefault,