@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.40 → 1.1.41

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-1.5",
3
- "version": "1.1.40",
3
+ "version": "1.1.41",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-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": 1586,
15
+ "totalIcons": 1590,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 47,
@@ -758,7 +758,7 @@
758
758
  ]
759
759
  },
760
760
  "Interface General": {
761
- "count": 164,
761
+ "count": 168,
762
762
  "icons": [
763
763
  "IconAnchor1",
764
764
  "IconAnchor2",
@@ -798,6 +798,7 @@
798
798
  "IconChainLink2",
799
799
  "IconChainLink3",
800
800
  "IconChainLink4",
801
+ "IconCheckCircle2",
801
802
  "IconChecklist",
802
803
  "IconCheckmark1",
803
804
  "IconCheckmark1Small",
@@ -829,6 +830,9 @@
829
830
  "IconDotGrid1x3Vertical",
830
831
  "IconDotGrid2x3",
831
832
  "IconDotGrid3x3",
833
+ "IconDoupleCheck",
834
+ "IconDoupleCheckmark1",
835
+ "IconDoupleCheckmark1Small",
832
836
  "IconElectrocardiogram",
833
837
  "IconFeature",
834
838
  "IconGauge",
@@ -2154,6 +2158,7 @@
2154
2158
  "IconChart5": "chart-5, statistics, graph",
2155
2159
  "IconChart6": "chart-6, statistics, graph",
2156
2160
  "IconChart7": "chart-7, statistics, graph",
2161
+ "IconCheckCircle2": "check-circle-2, done, confirm, save, success",
2157
2162
  "IconChecklist": "checklist, list",
2158
2163
  "IconCheckmark1": "checkmark-1",
2159
2164
  "IconCheckmark1Small": "checkmark-1-small",
@@ -2355,6 +2360,9 @@
2355
2360
  "IconDotGrid1x3Vertical": "dot-grid-1x3-vertical, menu, drag, grab",
2356
2361
  "IconDotGrid2x3": "dot-grid-2x3, menu, drag, grab",
2357
2362
  "IconDotGrid3x3": "dot-grid-3x3, menu, drag, grab",
2363
+ "IconDoupleCheck": "douple-check",
2364
+ "IconDoupleCheckmark1": "douple-checkmark-1",
2365
+ "IconDoupleCheckmark1Small": "douple-checkmark-1-small",
2358
2366
  "IconDownsize": "downsize, exit-full-screen, scale-down",
2359
2367
  "IconDownsize2": "downsize-2, exit-full-screen, scale-down",
2360
2368
  "IconDraft": "draft",
package/index.d.ts CHANGED
@@ -1074,6 +1074,10 @@ export { IconChart4, default as IconChart4Default } from "./IconChart4";
1074
1074
  export { IconChart5, default as IconChart5Default } from "./IconChart5";
1075
1075
  export { IconChart6, default as IconChart6Default } from "./IconChart6";
1076
1076
  export { IconChart7, default as IconChart7Default } from "./IconChart7";
1077
+ export {
1078
+ IconCheckCircle2,
1079
+ default as IconCheckCircle2Default,
1080
+ } from "./IconCheckCircle2";
1077
1081
  export {
1078
1082
  IconChecklist,
1079
1083
  default as IconChecklistDefault,
@@ -1686,6 +1690,18 @@ export {
1686
1690
  IconDotGrid3x3,
1687
1691
  default as IconDotGrid3x3Default,
1688
1692
  } from "./IconDotGrid3x3";
1693
+ export {
1694
+ IconDoupleCheck,
1695
+ default as IconDoupleCheckDefault,
1696
+ } from "./IconDoupleCheck";
1697
+ export {
1698
+ IconDoupleCheckmark1,
1699
+ default as IconDoupleCheckmark1Default,
1700
+ } from "./IconDoupleCheckmark1";
1701
+ export {
1702
+ IconDoupleCheckmark1Small,
1703
+ default as IconDoupleCheckmark1SmallDefault,
1704
+ } from "./IconDoupleCheckmark1Small";
1689
1705
  export { IconDownsize, default as IconDownsizeDefault } from "./IconDownsize";
1690
1706
  export {
1691
1707
  IconDownsize2,