@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.45 → 1.1.46

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/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-outlined-radius-2-stroke-2",
21
- version: "1.1.45",
21
+ version: "1.1.46",
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-outlined-radius-2-stroke-2",
3
- "version": "1.1.45",
3
+ "version": "1.1.46",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://iconists.co/central",
6
6
  "bugs": {
package/tsx-icons.json CHANGED
@@ -4417,6 +4417,13 @@
4417
4417
  "iconName": "euro, currency, money, coin, EURO",
4418
4418
  "pathname": "src/IconEuro"
4419
4419
  },
4420
+ {
4421
+ "svg": "<Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 8V12.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Circle cx=\"12\" cy=\"15.7996\" r=\"1.2\" fill=\"currentColor\"/>",
4422
+ "tags": "Circle, Path",
4423
+ "componentName": "IconExclamationCircle",
4424
+ "iconName": "exclamation-circle, info, warning",
4425
+ "pathname": "src/IconExclamationCircle"
4426
+ },
4420
4427
  {
4421
4428
  "svg": "<Path d=\"M4 10V6C4 4.89543 4.89543 4 6 4H19C20.1046 4 21 4.89543 21 6V13C21 14.1046 20.1046 15 19 15H15M17 8V11M17 8H14M17 8L14 11M9 21H5C3.89543 21 3 20.1046 3 19V16C3 14.8954 3.89543 14 5 14H9C10.1046 14 11 14.8954 11 16V19C11 20.1046 10.1046 21 9 21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4422
4429
  "tags": "Path",