@central-icons-react-native/square-outlined-radius-0-stroke-1.5 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
@@ -19,7 +19,7 @@ const licenseCheck = async () => {
19
19
  body: JSON.stringify({
20
20
  package:
21
21
  "central-icons-react-native/square-outlined-radius-0-stroke-1.5",
22
- version: "1.1.45",
22
+ version: "1.1.48",
23
23
  }),
24
24
  signal: controller.signal,
25
25
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@central-icons-react-native/square-outlined-radius-0-stroke-1.5",
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.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 7V13\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Circle cx=\"12\" cy=\"16\" r=\"1\" 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.75V13.75M12 16.24V16.25M12 3.25L2.5 19.25H21.5L12 3.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.75 10.25V3.75H21.25V15.25H14.75M17.25 10.75V7.75H14.25M14 11L16.7465 8.25346M11.25 13.75H2.75V21.25H11.25V13.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.75V13.75M12 16.24V16.25M12 3.25L2.5 19.25H21.5L12 3.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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 18V15\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M18.25 4.75H21.25V7.25C21.25 8.90685 19.9069 10.25 18.25 10.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M5.75 2.75H18.25V9.25C18.25 12.5637 15.5637 15.25 12.25 15.25H11.75C8.43629 15.25 5.75 12.5637 5.75 9.25V2.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M6.75 17.75H17.25V21.25H6.75V17.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M5.75 4.75H2.75V7.25C2.75 8.90685 4.09315 10.25 5.75 10.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/>",
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;