@central-icons-react/square-filled-radius-0-stroke-1 1.1.18 → 1.1.19

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",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "style": "square-filled-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react/square-filled-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": 1554,
15
+ "totalIcons": 1555,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 44,
@@ -446,7 +446,7 @@
446
446
  ]
447
447
  },
448
448
  "Edit": {
449
- "count": 71,
449
+ "count": 72,
450
450
  "icons": [
451
451
  "IconAddKeyframe",
452
452
  "IconBezier",
@@ -474,6 +474,7 @@
474
474
  "IconComponents",
475
475
  "IconCornerRadius",
476
476
  "IconDispersion",
477
+ "IconDistortion",
477
478
  "IconDraw",
478
479
  "IconEditBig",
479
480
  "IconEditSmall1",
@@ -2302,6 +2303,7 @@
2302
2303
  "IconDiscord": "discord",
2303
2304
  "IconDishwasher": "dishwasher, clean",
2304
2305
  "IconDispersion": "dispersion, refraction",
2306
+ "IconDistortion": "distortion, liquid, material",
2305
2307
  "IconDivider": "divider, add-line",
2306
2308
  "IconDollar": "dollar, currency, money, coin, USD",
2307
2309
  "IconDonut": "donut",
package/index.d.ts CHANGED
@@ -1641,6 +1641,10 @@ export {
1641
1641
  IconDispersion,
1642
1642
  default as IconDispersionDefault,
1643
1643
  } from "./IconDispersion";
1644
+ export {
1645
+ IconDistortion,
1646
+ default as IconDistortionDefault,
1647
+ } from "./IconDistortion";
1644
1648
  export { IconDivider, default as IconDividerDefault } from "./IconDivider";
1645
1649
  export { IconDollar, default as IconDollarDefault } from "./IconDollar";
1646
1650
  export { IconDonut, default as IconDonutDefault } from "./IconDonut";