@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.45 → 1.1.46
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/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- 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 +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4417,6 +4417,13 @@
|
|
|
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 6.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><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
|
+
},
|
|
4420
4427
|
{
|
|
4421
4428
|
"svg": "<Path d=\"M3.5 10.25V4.5C3.5 3.94772 3.94772 3.5 4.5 3.5H20.5C21.0523 3.5 21.5 3.94772 21.5 4.5V14.5C21.5 15.0523 21.0523 15.5 20.5 15.5H14.75M17.5 7.5V10.5M17.5 7.5H14.5M17.5 7.5L14 11M10.5 21.5H3.5C2.94772 21.5 2.5 21.0523 2.5 20.5V14.5C2.5 13.9477 2.94772 13.5 3.5 13.5H10.5C11.0523 13.5 11.5 13.9477 11.5 14.5V20.5C11.5 21.0523 11.0523 21.5 10.5 21.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4422
4429
|
"tags": "Path",
|