@central-icons-react/square-outlined-radius-0-stroke-1 1.1.63 → 1.1.64

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.63",
3
+ "version": "1.1.64",
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": 1634,
15
+ "totalIcons": 1635,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
18
  "count": 63,
@@ -1305,8 +1305,9 @@
1305
1305
  ]
1306
1306
  },
1307
1307
  "Social Media & Brands": {
1308
- "count": 116,
1308
+ "count": 117,
1309
1309
  "icons": [
1310
+ "IconAffinity",
1310
1311
  "IconAnthropic",
1311
1312
  "IconAntigravity",
1312
1313
  "IconApple",
@@ -1833,6 +1834,7 @@
1833
1834
  "IconAddToBasket": "add-to-basket",
1834
1835
  "IconAddToBasket2": "add-to-basket-2",
1835
1836
  "IconAdjustPhoto": "adjust-photo, tuning, settings",
1837
+ "IconAffinity": "affinity",
1836
1838
  "IconAirdrop": "airdrop, file-sharing, radar",
1837
1839
  "IconAirdrop2": "airdrop-2, free, drop, parachute",
1838
1840
  "IconAirplane": "airplane, flight",
package/index.d.ts CHANGED
@@ -21,6 +21,7 @@ export {
21
21
  IconAdjustPhoto,
22
22
  default as IconAdjustPhotoDefault,
23
23
  } from "./IconAdjustPhoto";
24
+ export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
24
25
  export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop";
25
26
  export { IconAirdrop2, default as IconAirdrop2Default } from "./IconAirdrop2";
26
27
  export { IconAirplane, default as IconAirplaneDefault } from "./IconAirplane";