@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.101 → 1.1.103

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.
Files changed (41) hide show
  1. package/IconGyroscopeSensor/index.d.ts +4 -0
  2. package/IconGyroscopeSensor/index.js +2 -0
  3. package/IconGyroscopeSensor/index.js.map +1 -0
  4. package/IconGyroscopeSensor/index.mjs +2 -0
  5. package/IconGyroscopeSensor/index.mjs.map +1 -0
  6. package/{IconClawdbot → IconLadybug}/index.d.ts +2 -2
  7. package/IconLadybug/index.js +2 -0
  8. package/IconLadybug/index.js.map +1 -0
  9. package/IconLadybug/index.mjs +2 -0
  10. package/IconLadybug/index.mjs.map +1 -0
  11. package/IconProgress100/index.d.ts +4 -0
  12. package/IconProgress100/index.js +2 -0
  13. package/IconProgress100/index.js.map +1 -0
  14. package/IconProgress100/index.mjs +2 -0
  15. package/IconProgress100/index.mjs.map +1 -0
  16. package/IconRedDotAward/index.d.ts +4 -0
  17. package/IconRedDotAward/index.js +2 -0
  18. package/IconRedDotAward/index.js.map +1 -0
  19. package/IconRedDotAward/index.mjs +2 -0
  20. package/IconRedDotAward/index.mjs.map +1 -0
  21. package/IconSpeedDots/index.d.ts +4 -0
  22. package/IconSpeedDots/index.js +2 -0
  23. package/IconSpeedDots/index.js.map +1 -0
  24. package/IconSpeedDots/index.mjs +2 -0
  25. package/IconSpeedDots/index.mjs.map +1 -0
  26. package/README.md +5 -1
  27. package/filtered-icons.json +70 -14
  28. package/icons/index.d.ts +5 -1
  29. package/icons-index.json +15 -7
  30. package/index.d.ts +5 -1
  31. package/index.js +1 -1
  32. package/index.js.map +1 -1
  33. package/index.mjs +1 -1
  34. package/index.mjs.map +1 -1
  35. package/license-check.js +1 -1
  36. package/package.json +1 -1
  37. package/tsx-icons.json +35 -7
  38. package/IconClawdbot/index.js +0 -2
  39. package/IconClawdbot/index.js.map +0 -1
  40. package/IconClawdbot/index.mjs +0 -2
  41. package/IconClawdbot/index.mjs.map +0 -1
package/icons/index.d.ts CHANGED
@@ -460,7 +460,6 @@ export type CentralIconName =
460
460
  | "IconClapboard"
461
461
  | "IconClapboardWide"
462
462
  | "IconClaudeai"
463
- | "IconClawdbot"
464
463
  | "IconClipboard"
465
464
  | "IconClipboard2"
466
465
  | "IconClipboard2Sparkle"
@@ -846,6 +845,7 @@ export type CentralIconName =
846
845
  | "IconGroup3"
847
846
  | "IconGrowth"
848
847
  | "IconGumroad"
848
+ | "IconGyroscopeSensor"
849
849
  | "IconH1"
850
850
  | "IconH2"
851
851
  | "IconH3"
@@ -935,6 +935,7 @@ export type CentralIconName =
935
935
  | "IconKeyhole"
936
936
  | "IconKickball"
937
937
  | "IconLab"
938
+ | "IconLadybug"
938
939
  | "IconLaw"
939
940
  | "IconLayersBehind"
940
941
  | "IconLayersThree"
@@ -1231,6 +1232,7 @@ export type CentralIconName =
1231
1232
  | "IconPrinter"
1232
1233
  | "IconProcessor"
1233
1234
  | "IconProducthunt"
1235
+ | "IconProgress100"
1234
1236
  | "IconProgress25"
1235
1237
  | "IconProgress50"
1236
1238
  | "IconProgress75"
@@ -1270,6 +1272,7 @@ export type CentralIconName =
1270
1272
  | "IconRecord"
1271
1273
  | "IconRecraft"
1272
1274
  | "IconReddit"
1275
+ | "IconRedDotAward"
1273
1276
  | "IconRedirectArrow"
1274
1277
  | "IconRemix"
1275
1278
  | "IconRemoveBackground"
@@ -1432,6 +1435,7 @@ export type CentralIconName =
1432
1435
  | "IconSpatialCapture"
1433
1436
  | "IconSpeachToText"
1434
1437
  | "IconSpeaker"
1438
+ | "IconSpeedDots"
1435
1439
  | "IconSplit"
1436
1440
  | "IconSpotify"
1437
1441
  | "IconSquareArrowBottomRight"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
3
- "version": "1.1.101",
3
+ "version": "1.1.103",
4
4
  "style": "square-filled-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1712,
14
+ "totalIcons": 1716,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 66,
@@ -295,7 +295,7 @@
295
295
  ]
296
296
  },
297
297
  "Code": {
298
- "count": 50,
298
+ "count": 52,
299
299
  "icons": [
300
300
  "IconAgent",
301
301
  "IconAnchor",
@@ -337,12 +337,14 @@
337
337
  "IconForkCode",
338
338
  "IconHammer",
339
339
  "IconHook",
340
+ "IconLadybug",
340
341
  "IconPullRequest",
341
342
  "IconPush",
342
343
  "IconRequestClosed",
343
344
  "IconRunShortcut",
344
345
  "IconSandbox",
345
346
  "IconShip",
347
+ "IconSpeedDots",
346
348
  "IconTestflight",
347
349
  "IconVibeCoding",
348
350
  "IconVibeCoding2",
@@ -427,7 +429,7 @@
427
429
  ]
428
430
  },
429
431
  "Devices & Signals": {
430
- "count": 73,
432
+ "count": 74,
431
433
  "icons": [
432
434
  "IconAirdrop",
433
435
  "IconAirplay",
@@ -450,6 +452,7 @@
450
452
  "IconDevices",
451
453
  "IconFullscreen1",
452
454
  "IconFullscreen2",
455
+ "IconGyroscopeSensor",
453
456
  "IconHaptic",
454
457
  "IconImac",
455
458
  "IconKeyboardCable",
@@ -852,7 +855,7 @@
852
855
  ]
853
856
  },
854
857
  "Interface General": {
855
- "count": 178,
858
+ "count": 179,
856
859
  "icons": [
857
860
  "IconAnchor1",
858
861
  "IconAnchor2",
@@ -974,6 +977,7 @@
974
977
  "IconPlusLarge",
975
978
  "IconPlusSmall",
976
979
  "IconPreview",
980
+ "IconProgress100",
977
981
  "IconProgress25",
978
982
  "IconProgress50",
979
983
  "IconProgress75",
@@ -1411,7 +1415,6 @@
1411
1415
  "IconCentralIconSystem",
1412
1416
  "IconChrome",
1413
1417
  "IconClaudeai",
1414
- "IconClawdbot",
1415
1418
  "IconCodepen",
1416
1419
  "IconCopilot",
1417
1420
  "IconCosmos",
@@ -1478,6 +1481,7 @@
1478
1481
  "IconQuora",
1479
1482
  "IconRecraft",
1480
1483
  "IconReddit",
1484
+ "IconRedDotAward",
1481
1485
  "IconReplit",
1482
1486
  "IconRiotGames",
1483
1487
  "IconRive",
@@ -2368,7 +2372,6 @@
2368
2372
  "IconClapboard": "clapboard, movie, film",
2369
2373
  "IconClapboardWide": "clapboard-wide, movie, film",
2370
2374
  "IconClaudeai": "claudeai",
2371
- "IconClawdbot": "clawdbot",
2372
2375
  "IconClipboard": "clipboard, copy, list",
2373
2376
  "IconClipboard2": "clipboard-2, copy, list",
2374
2377
  "IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list",
@@ -2754,6 +2757,7 @@
2754
2757
  "IconGroup3": "group-3",
2755
2758
  "IconGrowth": "growth, grow, leafs",
2756
2759
  "IconGumroad": "gumroad",
2760
+ "IconGyroscopeSensor": "gyroscope-sensor",
2757
2761
  "IconH1": "h1, heading, headline",
2758
2762
  "IconH2": "h2, heading, headline",
2759
2763
  "IconH3": "h3, heading, headline",
@@ -2843,6 +2847,7 @@
2843
2847
  "IconKeyhole": "keyhole",
2844
2848
  "IconKickball": "kickball",
2845
2849
  "IconLab": "lab",
2850
+ "IconLadybug": "ladybug, issue",
2846
2851
  "IconLaw": "law, legal, terms, imprint, balance",
2847
2852
  "IconLayersBehind": "layers-behind, slides, pages",
2848
2853
  "IconLayersThree": "layers-three, stack",
@@ -3139,6 +3144,7 @@
3139
3144
  "IconPrinter": "printer, print",
3140
3145
  "IconProcessor": "processor, chip",
3141
3146
  "IconProducthunt": "producthunt",
3147
+ "IconProgress100": "progress-100, ideas, open, status, task",
3142
3148
  "IconProgress25": "progress-25, ideas, open, status, task",
3143
3149
  "IconProgress50": "progress-50, ideas, open, status, tas",
3144
3150
  "IconProgress75": "progress-75, ideas, open, status, tas",
@@ -3178,6 +3184,7 @@
3178
3184
  "IconRecord": "record",
3179
3185
  "IconRecraft": "recraft",
3180
3186
  "IconReddit": "reddit",
3187
+ "IconRedDotAward": "red-dot-award",
3181
3188
  "IconRedirectArrow": "redirect-arrow",
3182
3189
  "IconRemix": "remix, new-try, repeat",
3183
3190
  "IconRemoveBackground": "remove-background",
@@ -3340,6 +3347,7 @@
3340
3347
  "IconSpatialCapture": "spatial-capture",
3341
3348
  "IconSpeachToText": "speach-to-text, voice-to-text",
3342
3349
  "IconSpeaker": "speaker, music, sound",
3350
+ "IconSpeedDots": "speed-dots, motion, animation",
3343
3351
  "IconSplit": "split",
3344
3352
  "IconSpotify": "spotify",
3345
3353
  "IconSquareArrowBottomRight": "square-arrow-bottom-right, resize small, box, arrow",
package/index.d.ts CHANGED
@@ -459,7 +459,6 @@ export { IconCirclesThree, default as IconCirclesThreeDefault, } from "./IconCir
459
459
  export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard";
460
460
  export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
461
461
  export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
462
- export { IconClawdbot, default as IconClawdbotDefault } from "./IconClawdbot";
463
462
  export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard";
464
463
  export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
465
464
  export { IconClipboard2Sparkle, default as IconClipboard2SparkleDefault, } from "./IconClipboard2Sparkle";
@@ -845,6 +844,7 @@ export { IconGroup2, default as IconGroup2Default } from "./IconGroup2";
845
844
  export { IconGroup3, default as IconGroup3Default } from "./IconGroup3";
846
845
  export { IconGrowth, default as IconGrowthDefault } from "./IconGrowth";
847
846
  export { IconGumroad, default as IconGumroadDefault } from "./IconGumroad";
847
+ export { IconGyroscopeSensor, default as IconGyroscopeSensorDefault, } from "./IconGyroscopeSensor";
848
848
  export { IconH1, default as IconH1Default } from "./IconH1";
849
849
  export { IconH2, default as IconH2Default } from "./IconH2";
850
850
  export { IconH3, default as IconH3Default } from "./IconH3";
@@ -934,6 +934,7 @@ export { IconKeyframe, default as IconKeyframeDefault } from "./IconKeyframe";
934
934
  export { IconKeyhole, default as IconKeyholeDefault } from "./IconKeyhole";
935
935
  export { IconKickball, default as IconKickballDefault } from "./IconKickball";
936
936
  export { IconLab, default as IconLabDefault } from "./IconLab";
937
+ export { IconLadybug, default as IconLadybugDefault } from "./IconLadybug";
937
938
  export { IconLaw, default as IconLawDefault } from "./IconLaw";
938
939
  export { IconLayersBehind, default as IconLayersBehindDefault, } from "./IconLayersBehind";
939
940
  export { IconLayersThree, default as IconLayersThreeDefault, } from "./IconLayersThree";
@@ -1230,6 +1231,7 @@ export { IconPreview, default as IconPreviewDefault } from "./IconPreview";
1230
1231
  export { IconPrinter, default as IconPrinterDefault } from "./IconPrinter";
1231
1232
  export { IconProcessor, default as IconProcessorDefault, } from "./IconProcessor";
1232
1233
  export { IconProducthunt, default as IconProducthuntDefault, } from "./IconProducthunt";
1234
+ export { IconProgress100, default as IconProgress100Default, } from "./IconProgress100";
1233
1235
  export { IconProgress25, default as IconProgress25Default, } from "./IconProgress25";
1234
1236
  export { IconProgress50, default as IconProgress50Default, } from "./IconProgress50";
1235
1237
  export { IconProgress75, default as IconProgress75Default, } from "./IconProgress75";
@@ -1268,6 +1270,7 @@ export { IconReceiptTax, default as IconReceiptTaxDefault, } from "./IconReceipt
1268
1270
  export { IconReceiptionBell, default as IconReceiptionBellDefault, } from "./IconReceiptionBell";
1269
1271
  export { IconRecord, default as IconRecordDefault } from "./IconRecord";
1270
1272
  export { IconRecraft, default as IconRecraftDefault } from "./IconRecraft";
1273
+ export { IconRedDotAward, default as IconRedDotAwardDefault, } from "./IconRedDotAward";
1271
1274
  export { IconReddit, default as IconRedditDefault } from "./IconReddit";
1272
1275
  export { IconRedirectArrow, default as IconRedirectArrowDefault, } from "./IconRedirectArrow";
1273
1276
  export { IconRemix, default as IconRemixDefault } from "./IconRemix";
@@ -1431,6 +1434,7 @@ export { IconSparklesTwo2, default as IconSparklesTwo2Default, } from "./IconSpa
1431
1434
  export { IconSpatialCapture, default as IconSpatialCaptureDefault, } from "./IconSpatialCapture";
1432
1435
  export { IconSpeachToText, default as IconSpeachToTextDefault, } from "./IconSpeachToText";
1433
1436
  export { IconSpeaker, default as IconSpeakerDefault } from "./IconSpeaker";
1437
+ export { IconSpeedDots, default as IconSpeedDotsDefault, } from "./IconSpeedDots";
1434
1438
  export { IconSplit, default as IconSplitDefault } from "./IconSplit";
1435
1439
  export { IconSpotify, default as IconSpotifyDefault } from "./IconSpotify";
1436
1440
  export { IconSquareArrowBottomRight, default as IconSquareArrowBottomRightDefault, } from "./IconSquareArrowBottomRight";