@central-icons-react-native/round-outlined-radius-3-stroke-2 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\" 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
|
+
},
|
|
4420
4427
|
{
|
|
4421
4428
|
"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
4429
|
"tags": "Path",
|