@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.55 → 1.1.56

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.55",
3
+ "version": "1.1.56",
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,10 +12,10 @@
12
12
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
13
13
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
14
14
  },
15
- "totalIcons": 1621,
15
+ "totalIcons": 1622,
16
16
  "categories": {
17
17
  "AI & Magic": {
18
- "count": 62,
18
+ "count": 63,
19
19
  "icons": [
20
20
  "IconAppleIntelligenceIcon",
21
21
  "IconBag2Sparkle",
@@ -25,6 +25,7 @@
25
25
  "IconBroomSparkle",
26
26
  "IconBubbleSparkle",
27
27
  "IconBubbleWideSparkle",
28
+ "IconCalenderSparkle",
28
29
  "IconClipboard2Sparkle",
29
30
  "IconCloudySparkle",
30
31
  "IconConsoleSparkle",
@@ -2135,6 +2136,7 @@
2135
2136
  "IconCalenderAdd": "calender-add, date-add",
2136
2137
  "IconCalenderNextWeek": "calender-next-week",
2137
2138
  "IconCalenderRemove": "calender-remove, date-remove",
2139
+ "IconCalenderSparkle": "calender-sparkle, date, plan",
2138
2140
  "IconCalenderToday": "calender-today",
2139
2141
  "IconCalenderTomorrow": "calender-tomorrow",
2140
2142
  "IconCall": "call, phone",
package/index.d.ts CHANGED
@@ -993,6 +993,10 @@ export {
993
993
  IconCalenderRemove,
994
994
  default as IconCalenderRemoveDefault,
995
995
  } from "./IconCalenderRemove";
996
+ export {
997
+ IconCalenderSparkle,
998
+ default as IconCalenderSparkleDefault,
999
+ } from "./IconCalenderSparkle";
996
1000
  export {
997
1001
  IconCalenderToday,
998
1002
  default as IconCalenderTodayDefault,