@central-icons-react-native/square-filled-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-filled-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-filled-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": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 16C11.5583 16.0001 11.2003 16.3581 11.2002 16.7998C11.2002 17.2416 11.5583 17.5995 12 17.5996C12.4418 17.5996 12.7998 17.2416 12.7998 16.7998C12.7997 16.3581 12.4418 16 12 16ZM11.5 14H12.5V6H11.5V14Z\" fill=\"currentColor\"/>",
4422
+ "tags": "Path",
4423
+ "componentName": "IconExclamationCircle",
4424
+ "iconName": "exclamation-circle, info, warning",
4425
+ "pathname": "src/IconExclamationCircle"
4426
+ },
4427
+ {
4428
+ "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0012 2.01709L1.375 19.9999H22.6274L12.0012 2.01709ZM12.5 9V14.5H11.5V9H12.5ZM12.5 16H11.5V17H12.5V16Z\" fill=\"currentColor\"/>",
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=\"M12 13V22H2V13H12Z\" fill=\"currentColor\"/><Path d=\"M22 3V16H14.25V15H21V4H4V10.75H3V3H22Z\" fill=\"currentColor\"/><Path d=\"M18 7V11H17V8.70711L14 11.7071L13.2929 11L16.2929 8H14V7H18Z\" fill=\"currentColor\"/>",
4422
4436
  "tags": "Path",
@@ -10514,13 +10528,6 @@
10514
10528
  "iconName": "trending-circle",
10515
10529
  "pathname": "src/IconTrendingCircle"
10516
10530
  },
10517
- {
10518
- "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M12.0012 2.01709L1.375 19.9999H22.6274L12.0012 2.01709ZM12.5 9V14.5H11.5V9H12.5ZM12.5 16H11.5V17H12.5V16Z\" fill=\"currentColor\"/>",
10519
- "tags": "Path",
10520
- "componentName": "IconTriangleExclamation",
10521
- "iconName": "triangle-exclamation, error, warning, alert",
10522
- "pathname": "src/IconTriangleExclamation"
10523
- },
10524
10531
  {
10525
10532
  "svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M5 2V4H2V7.5C2 9.32182 3.39194 10.8185 5.17033 10.9847C5.84192 13.8591 8.42094 16 11.5 16H11.5039V17H6V22H18V17H12.5039V16C15.5812 15.9982 18.1584 13.8579 18.8297 10.9847C20.6081 10.8185 22 9.32182 22 7.5V4H19V2H5ZM3 5H5V9.5C5 9.65231 5.00524 9.8034 5.01555 9.95309C3.86669 9.7275 3 8.71496 3 7.5V5ZM21 7.5C21 8.71497 20.1333 9.72751 18.9845 9.9531C18.9948 9.8034 19 9.65231 19 9.5V5H21V7.5Z\" fill=\"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;