@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.46 → 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/round-outlined-radius-1-stroke-2",
21
- version: "1.1.46",
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/round-outlined-radius-1-stroke-2",
3
- "version": "1.1.46",
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
@@ -4424,6 +4424,13 @@
4424
4424
  "iconName": "exclamation-circle, info, warning",
4425
4425
  "pathname": "src/IconExclamationCircle"
4426
4426
  },
4427
+ {
4428
+ "svg": "<Path d=\"M11.9971 10.0156V12.0121M12 15H12.01M11.1354 3.49213L2.88661 17.4956C2.4946 18.1611 2.9751 19 3.74825 19H20.2459C21.019 19 21.4995 18.1611 21.1075 17.4956L12.8587 3.49213C12.4722 2.83596 11.5219 2.83596 11.1354 3.49213ZM12.25 15C12.25 15.1381 12.1381 15.25 12 15.25C11.8619 15.25 11.75 15.1381 11.75 15C11.75 14.8619 11.8619 14.75 12 14.75C12.1381 14.75 12.25 14.8619 12.25 15Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
4429
+ "tags": "Path",
4430
+ "componentName": "IconExclamationTriangle",
4431
+ "iconName": "exclamation-triangle, error, warning, alert",
4432
+ "pathname": "src/IconExclamationTriangle"
4433
+ },
4427
4434
  {
4428
4435
  "svg": "<Path d=\"M4 10V5C4 4.44772 4.44772 4 5 4H20C20.5523 4 21 4.44771 21 5V14C21 14.5523 20.5523 15 20 15H15M17 8V11M17 8H14M17 8L14 11M10 21H4C3.44772 21 3 20.5523 3 20V15C3 14.4477 3.44772 14 4 14H10C10.5523 14 11 14.4477 11 15V20C11 20.5523 10.5523 21 10 21Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
4429
4436
  "tags": "Path",
@@ -10521,13 +10528,6 @@
10521
10528
  "iconName": "trending-circle",
10522
10529
  "pathname": "src/IconTrendingCircle"
10523
10530
  },
10524
- {
10525
- "svg": "<Path d=\"M11.9971 10.0156V12.0121M12 15H12.01M11.1354 3.49213L2.88661 17.4956C2.4946 18.1611 2.9751 19 3.74825 19H20.2459C21.019 19 21.4995 18.1611 21.1075 17.4956L12.8587 3.49213C12.4722 2.83596 11.5219 2.83596 11.1354 3.49213ZM12.25 15C12.25 15.1381 12.1381 15.25 12 15.25C11.8619 15.25 11.75 15.1381 11.75 15C11.75 14.8619 11.8619 14.75 12 14.75C12.1381 14.75 12.25 14.8619 12.25 15Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
10526
- "tags": "Path",
10527
- "componentName": "IconTriangleExclamation",
10528
- "iconName": "triangle-exclamation, error, warning, alert",
10529
- "pathname": "src/IconTriangleExclamation"
10530
- },
10531
10531
  {
10532
10532
  "svg": "<Path d=\"M12.0039 17V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M18 5H20C20.5523 5 21 5.44772 21 6V7C21 8.65685 19.6569 10 18 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M6 4C6 3.44772 6.44772 3 7 3H17C17.5523 3 18 3.44772 18 4V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M7 18C7 17.4477 7.44772 17 8 17H16C16.5523 17 17 17.4477 17 18V20C17 20.5523 16.5523 21 16 21H8C7.44772 21 7 20.5523 7 20V18Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M6 5H4C3.44772 5 3 5.44772 3 6V7C3 8.65685 4.34315 10 6 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
10533
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;