@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.45 → 1.1.48

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/square-outlined-radius-0-stroke-1",
21
- version: "1.1.45",
21
+ version: "1.1.48",
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/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.45",
3
+ "version": "1.1.48",
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,20 @@
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.5\" stroke=\"currentColor\"/><Path d=\"M12 6V14\" stroke=\"currentColor\"/><Circle cx=\"12.0002\" cy=\"16.8\" r=\"0.8\" fill=\"currentColor\"/>",
4422
+ "tags": "Circle, Path",
4423
+ "componentName": "IconExclamationCircle",
4424
+ "iconName": "exclamation-circle, info, warning",
4425
+ "pathname": "src/IconExclamationCircle"
4426
+ },
4427
+ {
4428
+ "svg": "<Path d=\"M12 9.5V14M12 16.49V16.5M12 3L2.25 19.5H21.75L12 3Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
4429
+ "tags": "Path",
4430
+ "componentName": "IconExclamationTriangle",
4431
+ "iconName": "exclamation-triangle, error, warning, alert",
4432
+ "pathname": "src/IconExclamationTriangle"
4433
+ },
4420
4434
  {
4421
4435
  "svg": "<Path d=\"M3.5 10.25V3.5H21.5V15.5H14.75M17.5 10.5V7.5H14.5M14 11L17.2512 7.74876M11.5 13.5H2.5V21.5H11.5V13.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
4422
4436
  "tags": "Path",
@@ -10514,13 +10528,6 @@
10514
10528
  "iconName": "trending-circle",
10515
10529
  "pathname": "src/IconTrendingCircle"
10516
10530
  },
10517
- {
10518
- "svg": "<Path d=\"M12 9.5V14M12 16.49V16.5M12 3L2.25 19.5H21.75L12 3Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
10519
- "tags": "Path",
10520
- "componentName": "IconTriangleExclamation",
10521
- "iconName": "triangle-exclamation, error, warning, alert",
10522
- "pathname": "src/IconTriangleExclamation"
10523
- },
10524
10531
  {
10525
10532
  "svg": "<Path d=\"M12.0039 17.5V15.5\" stroke=\"currentColor\"/><Path d=\"M18.5 4.5H21.5V7.5C21.5 9.15685 20.1569 10.5 18.5 10.5\" stroke=\"currentColor\"/><Path d=\"M5.5 2.5H18.5V9.5C18.5 12.8137 15.8137 15.5 12.5 15.5H11.5C8.18629 15.5 5.5 12.8137 5.5 9.5V2.5Z\" stroke=\"currentColor\"/><Path d=\"M6.5 17.5H17.5V21.5H6.5V17.5Z\" stroke=\"currentColor\"/><Path d=\"M5.5 4.5H2.5V7.5C2.5 9.15685 3.84315 10.5 5.5 10.5\" stroke=\"currentColor\"/>",
10526
10533
  "tags": "Path",
@@ -1,4 +0,0 @@
1
- import { FC } from "react";
2
- import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconTriangleExclamation: FC<CentralIconBaseProps>;
4
- export default IconTriangleExclamation;