@central-icons-react/square-filled-radius-0-stroke-1.5 1.1.54 → 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.54",
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": 1620,
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",
@@ -782,7 +783,7 @@
782
783
  ]
783
784
  },
784
785
  "Interface General": {
785
- "count": 172,
786
+ "count": 173,
786
787
  "icons": [
787
788
  "IconAnchor1",
788
789
  "IconAnchor2",
@@ -907,6 +908,7 @@
907
908
  "IconQuickSearch",
908
909
  "IconReview",
909
910
  "IconSearchMenu",
911
+ "IconSearchOptions",
910
912
  "IconShapesPlusXSquareCircle",
911
913
  "IconShareAndroid",
912
914
  "IconShareOs",
@@ -2134,6 +2136,7 @@
2134
2136
  "IconCalenderAdd": "calender-add, date-add",
2135
2137
  "IconCalenderNextWeek": "calender-next-week",
2136
2138
  "IconCalenderRemove": "calender-remove, date-remove",
2139
+ "IconCalenderSparkle": "calender-sparkle, date, plan",
2137
2140
  "IconCalenderToday": "calender-today",
2138
2141
  "IconCalenderTomorrow": "calender-tomorrow",
2139
2142
  "IconCall": "call, phone",
@@ -3065,6 +3068,7 @@
3065
3068
  "IconSearchIntelligence": "search-intelligence, search-ai",
3066
3069
  "IconSearchlinesSparkle": "search lines-sparkle, magnifier, document, list, page, file",
3067
3070
  "IconSearchMenu": "search-menu, list-search",
3071
+ "IconSearchOptions": "search-options, settings",
3068
3072
  "IconSecretPhrase": "secret-phrase, code, private-phrase",
3069
3073
  "IconSend": "send, email, paper-plane, arrow",
3070
3074
  "IconServer": "server, data, storage",
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,
@@ -3537,6 +3541,10 @@ export {
3537
3541
  IconSearchMenu,
3538
3542
  default as IconSearchMenuDefault,
3539
3543
  } from "./IconSearchMenu";
3544
+ export {
3545
+ IconSearchOptions,
3546
+ default as IconSearchOptionsDefault,
3547
+ } from "./IconSearchOptions";
3540
3548
  export {
3541
3549
  IconSearchlinesSparkle,
3542
3550
  default as IconSearchlinesSparkleDefault,