@central-icons-react/square-outlined-radius-0-stroke-1.5 1.1.8 → 1.1.10

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.5",
3
- "version": "1.1.8",
3
+ "version": "1.1.10",
4
4
  "style": "square-outlined-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-outlined-radius-0-stroke-1.5/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": 1540,
15
+ "totalIcons": 1542,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 35,
@@ -620,7 +620,7 @@
620
620
  ]
621
621
  },
622
622
  "Food": {
623
- "count": 41,
623
+ "count": 42,
624
624
  "icons": [
625
625
  "IconAppleNewton",
626
626
  "IconApples",
@@ -650,6 +650,7 @@
650
650
  "IconHotDrinkCup",
651
651
  "IconIcebowl",
652
652
  "IconOrange",
653
+ "IconPan",
653
654
  "IconPancakes",
654
655
  "IconPizza",
655
656
  "IconPopcorn",
@@ -1611,7 +1612,7 @@
1611
1612
  ]
1612
1613
  },
1613
1614
  "Typography": {
1614
- "count": 53,
1615
+ "count": 54,
1615
1616
  "icons": [
1616
1617
  "IconAlignmentCenter",
1617
1618
  "IconAlignmentJustify",
@@ -1627,6 +1628,7 @@
1627
1628
  "IconCloseQuote2",
1628
1629
  "IconConcise",
1629
1630
  "IconDivider",
1631
+ "IconFontStyle",
1630
1632
  "IconH1",
1631
1633
  "IconH2",
1632
1634
  "IconH3",
@@ -2431,6 +2433,7 @@
2431
2433
  "IconFolders": "folders",
2432
2434
  "IconFolderShared": "folder-shared",
2433
2435
  "IconFolderUpload": "folder-upload",
2436
+ "IconFontStyle": "font-style, fonts, serif",
2434
2437
  "IconFoodBell": "food-bell, serving-bell, glosche, serve",
2435
2438
  "IconFoodExperiences": "food-experiences, plate",
2436
2439
  "IconFootsteps": "footsteps",
@@ -2755,6 +2758,7 @@
2755
2758
  "IconPaintBrush": "paint-brush, design, color, appearance",
2756
2759
  "IconPaintBucket": "paint-bucket, design, color, appearance",
2757
2760
  "IconPaintBucketDrop": "paint-bucket-drop",
2761
+ "IconPan": "pan, cooking, skills",
2758
2762
  "IconPancakes": "pancakes, maple-syrup, breakfast",
2759
2763
  "IconPanoramaView": "panorama-view",
2760
2764
  "IconPaperclip1": "paperclip-1, attachment",
package/index.d.ts CHANGED
@@ -2021,6 +2021,10 @@ export {
2021
2021
  default as IconFolderUploadDefault,
2022
2022
  } from "./IconFolderUpload";
2023
2023
  export { IconFolders, default as IconFoldersDefault } from "./IconFolders";
2024
+ export {
2025
+ IconFontStyle,
2026
+ default as IconFontStyleDefault,
2027
+ } from "./IconFontStyle";
2024
2028
  export { IconFoodBell, default as IconFoodBellDefault } from "./IconFoodBell";
2025
2029
  export {
2026
2030
  IconFoodExperiences,
@@ -2906,6 +2910,7 @@ export {
2906
2910
  IconPaintBucketDrop,
2907
2911
  default as IconPaintBucketDropDefault,
2908
2912
  } from "./IconPaintBucketDrop";
2913
+ export { IconPan, default as IconPanDefault } from "./IconPan";
2909
2914
  export { IconPancakes, default as IconPancakesDefault } from "./IconPancakes";
2910
2915
  export {
2911
2916
  IconPanoramaView,