@central-icons-react-native/round-filled-radius-3-stroke-1 1.1.304 → 1.1.305

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/index.d.ts CHANGED
@@ -236,7 +236,10 @@ export { IconBeer, default as IconBeerDefault } from "./IconBeer";
236
236
  export { IconBehance, default as IconBehanceDefault } from "./IconBehance";
237
237
  export { IconBell, default as IconBellDefault } from "./IconBell";
238
238
  export { IconBell2, default as IconBell2Default } from "./IconBell2";
239
+ export { IconBell2Active, default as IconBell2ActiveDefault } from "./IconBell2Active";
240
+ export { IconBell2Off, default as IconBell2OffDefault } from "./IconBell2Off";
239
241
  export { IconBell2Snooze, default as IconBell2SnoozeDefault } from "./IconBell2Snooze";
242
+ export { IconBellActive, default as IconBellActiveDefault } from "./IconBellActive";
240
243
  export { IconBellCheck, default as IconBellCheckDefault } from "./IconBellCheck";
241
244
  export { IconBellOff, default as IconBellOffDefault } from "./IconBellOff";
242
245
  export { IconBento, default as IconBentoDefault } from "./IconBento";
package/index.js CHANGED
@@ -714,9 +714,18 @@ exports.IconBellDefault = _IconBell.default;
714
714
  var _IconBell2 = require("./IconBell2/index.js");
715
715
  exports.IconBell2 = _IconBell2.IconBell2;
716
716
  exports.IconBell2Default = _IconBell2.default;
717
+ var _IconBell2Active = require("./IconBell2Active/index.js");
718
+ exports.IconBell2Active = _IconBell2Active.IconBell2Active;
719
+ exports.IconBell2ActiveDefault = _IconBell2Active.default;
720
+ var _IconBell2Off = require("./IconBell2Off/index.js");
721
+ exports.IconBell2Off = _IconBell2Off.IconBell2Off;
722
+ exports.IconBell2OffDefault = _IconBell2Off.default;
717
723
  var _IconBell2Snooze = require("./IconBell2Snooze/index.js");
718
724
  exports.IconBell2Snooze = _IconBell2Snooze.IconBell2Snooze;
719
725
  exports.IconBell2SnoozeDefault = _IconBell2Snooze.default;
726
+ var _IconBellActive = require("./IconBellActive/index.js");
727
+ exports.IconBellActive = _IconBellActive.IconBellActive;
728
+ exports.IconBellActiveDefault = _IconBellActive.default;
720
729
  var _IconBellCheck = require("./IconBellCheck/index.js");
721
730
  exports.IconBellCheck = _IconBellCheck.IconBellCheck;
722
731
  exports.IconBellCheckDefault = _IconBellCheck.default;
package/index.mjs CHANGED
@@ -236,7 +236,10 @@ export { IconBeer, default as IconBeerDefault } from "./IconBeer/index.mjs";
236
236
  export { IconBehance, default as IconBehanceDefault } from "./IconBehance/index.mjs";
237
237
  export { IconBell, default as IconBellDefault } from "./IconBell/index.mjs";
238
238
  export { IconBell2, default as IconBell2Default } from "./IconBell2/index.mjs";
239
+ export { IconBell2Active, default as IconBell2ActiveDefault } from "./IconBell2Active/index.mjs";
240
+ export { IconBell2Off, default as IconBell2OffDefault } from "./IconBell2Off/index.mjs";
239
241
  export { IconBell2Snooze, default as IconBell2SnoozeDefault } from "./IconBell2Snooze/index.mjs";
242
+ export { IconBellActive, default as IconBellActiveDefault } from "./IconBellActive/index.mjs";
240
243
  export { IconBellCheck, default as IconBellCheckDefault } from "./IconBellCheck/index.mjs";
241
244
  export { IconBellOff, default as IconBellOffDefault } from "./IconBellOff/index.mjs";
242
245
  export { IconBento, default as IconBentoDefault } from "./IconBento/index.mjs";
package/license-check.js CHANGED
@@ -18,7 +18,7 @@ const licenseCheck = async () => {
18
18
  },
19
19
  body: JSON.stringify({
20
20
  package: "central-icons-react-native/round-filled-radius-3-stroke-1",
21
- version: "1.1.304",
21
+ version: "1.1.305",
22
22
  }),
23
23
  signal: controller.signal,
24
24
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/round-filled-radius-3-stroke-1",
3
- "version": "1.1.304",
3
+ "version": "1.1.305",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
@@ -5,7 +5,7 @@ description: Use when inserting icons in React Native code that imports from @ce
5
5
 
6
6
  # Central Icons — React Native
7
7
 
8
- This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.304) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2089 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
8
+ This skill helps you find icons from the Central Icons React Native library (`@central-icons-react-native/*`, version 1.1.305) and insert them with the correct import path for whichever variant the consumer has installed. The set of 2092 icons is consistent across variants; only the stylistic rendering (round vs square, filled vs outlined, corner radius, stroke width) differs.
9
9
 
10
10
  The library uses `react-native-svg` under the hood — it must be installed as a peer dependency in the consumer's project.
11
11
 
@@ -1256,6 +1256,9 @@ Need the raw, unmasked shapes instead (e.g. to style individual paths)? Set `mod
1256
1256
  - **IconWindowSquareDelete** — window-square-delete, browser, app, desktop
1257
1257
  - **IconWindowSquareLocked** — window-square-locked, browser, app, desktop, lock
1258
1258
  - **IconWindowSquareSecurity** — window-square-security, browser, app, desktop, shield, privacy
1259
+ - **IconBellActive** — bell-active, notification, activity, alert, reminder
1260
+ - **IconBell2Active** — bell-2-active, notification, activity, alert, reminder
1261
+ - **IconBell2Off** — bell-2-off, notification, activity, alert, mute
1259
1262
 
1260
1263
  ### Keyboard
1261
1264
  - **IconRunShortcut** — run-shortcut, slash, skills