@central-icons-react-native/round-outlined-radius-3-stroke-2 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/IconExclamationCircle/index.d.ts +4 -0
- package/IconExclamationCircle/index.js +2 -0
- package/IconExclamationCircle/index.js.map +1 -0
- package/IconExclamationCircle/index.mjs +2 -0
- package/IconExclamationCircle/index.mjs.map +1 -0
- package/IconExclamationTriangle/index.d.ts +4 -0
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js.map +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs.map +1 -1
- package/README.md +2 -1
- package/filtered-icons.json +28 -14
- package/icons/index.d.ts +2 -1
- package/icons-index.json +7 -5
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -7
- package/IconTriangleExclamation/index.d.ts +0 -4
package/license-check.js
CHANGED
package/package.json
CHANGED
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\" 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
|
+
},
|
|
4427
|
+
{
|
|
4428
|
+
"svg": "<Path d=\"M12 8.8846V11.9192M12 15H12.01M9.48223 4.43254L3.45153 14.3633C2.22395 16.3848 3.64405 19 5.9693 19H18.0307C20.3559 19 21.7761 16.3848 20.5485 14.3633L14.5178 4.43254C13.3578 2.52249 10.6422 2.52249 9.48223 4.43254ZM12.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
|
+
},
|
|
4420
4434
|
{
|
|
4421
4435
|
"svg": "<Path d=\"M4 10V7C4 5.34315 5.34315 4 7 4H18C19.6569 4 21 5.34315 21 7V12C21 13.6569 19.6569 15 18 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
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 8.8846V11.9192M12 15H12.01M9.48223 4.43254L3.45153 14.3633C2.22395 16.3848 3.64405 19 5.9693 19H18.0307C20.3559 19 21.7761 16.3848 20.5485 14.3633L14.5178 4.43254C13.3578 2.52249 10.6422 2.52249 9.48223 4.43254ZM12.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\"/>",
|
|
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 17V14\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M18 5H19C20.1046 5 21 5.89543 21 7C21 8.65685 19.6569 10 18 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M6 6C6 4.34315 7.34315 3 9 3H15C16.6569 3 18 4.34315 18 6V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V6Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M7 19C7 17.8954 7.89543 17 9 17H15C16.1046 17 17 17.8954 17 19C17 20.1046 16.1046 21 15 21H9C7.89543 21 7 20.1046 7 19Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M6 5H5C3.89543 5 3 5.89543 3 7C3 8.65685 4.34315 10 6 10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
10526
10533
|
"tags": "Path",
|