@central-icons-react-native/round-filled-radius-3-stroke-1.5 1.1.56 → 1.1.57
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/IconExclamationCircleBold/index.d.ts +4 -0
- package/IconExclamationCircleBold/index.js +2 -0
- package/IconExclamationCircleBold/index.js.map +1 -0
- package/IconExclamationCircleBold/index.mjs +2 -0
- package/IconExclamationCircleBold/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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(x(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconExclamationCircleBold:()=>i,default:()=>g});module.exports=P(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(s,{...o},C.default.createElement(f.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 14.7998C11.3926 14.7998 10.9006 15.2921 10.9004 15.8994C10.9004 16.5069 11.3925 17 12 17C12.6075 16.9999 13.0996 16.5069 13.0996 15.8994C13.0994 15.2921 12.6073 14.7999 12 14.7998ZM12 7C11.4575 7 11.0271 7.45647 11.0586 7.99805L11.3125 12.3516C11.334 12.7157 11.6352 13 12 13C12.3648 13 12.666 12.7157 12.6875 12.3516L12.9414 7.99805C12.9729 7.45647 12.5425 7 12 7Z",fill:"currentColor"})),g=i;0&&(module.exports={IconExclamationCircleBold});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconExclamationCircleBold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 14.7998C11.3926 14.7998 10.9006 15.2921 10.9004 15.8994C10.9004 16.5069 11.3925 17 12 17C12.6075 16.9999 13.0996 16.5069 13.0996 15.8994C13.0994 15.2921 12.6073 14.7999 12 14.7998ZM12 7C11.4575 7 11.0271 7.45647 11.0586 7.99805L11.3125 12.3516C11.334 12.7157 11.6352 13 12 13C12.3648 13 12.666 12.7157 12.6875 12.3516L12.9414 7.99805C12.9729 7.45647 12.5425 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,+BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oeACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconExclamationCircleBold_exports","__export","IconExclamationCircleBold","IconExclamationCircleBold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{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 14.7998C11.3926 14.7998 10.9006 15.2921 10.9004 15.8994C10.9004 16.5069 11.3925 17 12 17C12.6075 16.9999 13.0996 16.5069 13.0996 15.8994C13.0994 15.2921 12.6073 14.7999 12 14.7998ZM12 7C11.4575 7 11.0271 7.45647 11.0586 7.99805L11.3125 12.3516C11.334 12.7157 11.6352 13 12 13C12.3648 13 12.666 12.7157 12.6875 12.3516L12.9414 7.99805C12.9729 7.45647 12.5425 7 12 7Z",fill:"currentColor"})),I=a;export{a as IconExclamationCircleBold,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconExclamationCircleBold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n 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 14.7998C11.3926 14.7998 10.9006 15.2921 10.9004 15.8994C10.9004 16.5069 11.3925 17 12 17C12.6075 16.9999 13.0996 16.5069 13.0996 15.8994C13.0994 15.2921 12.6073 14.7999 12 14.7998ZM12 7C11.4575 7 11.0271 7.45647 11.0586 7.99805L11.3125 12.3516C11.334 12.7157 11.6352 13 12 13C12.3648 13 12.666 12.7157 12.6875 12.3516L12.9414 7.99805C12.9729 7.45647 12.5425 7 12 7Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oeACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -8918,6 +8918,20 @@
|
|
|
8918
8918
|
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
8919
8919
|
"componentName": "IconExclamationCircle"
|
|
8920
8920
|
},
|
|
8921
|
+
{
|
|
8922
|
+
"category": "Interface General",
|
|
8923
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"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 14.7998C11.3926 14.7998 10.9006 15.2921 10.9004 15.8994C10.9004 16.5069 11.3925 17 12 17C12.6075 16.9999 13.0996 16.5069 13.0996 15.8994C13.0994 15.2921 12.6073 14.7999 12 14.7998ZM12 7C11.4575 7 11.0271 7.45647 11.0586 7.99805L11.3125 12.3516C11.334 12.7157 11.6352 13 12 13C12.3648 13 12.666 12.7157 12.6875 12.3516L12.9414 7.99805C12.9729 7.45647 12.5425 7 12 7Z\" fill=\"currentColor\"/>",
|
|
8924
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
8925
|
+
"variant": {
|
|
8926
|
+
"join": "round",
|
|
8927
|
+
"filled": "on",
|
|
8928
|
+
"radius": "3",
|
|
8929
|
+
"stroke": "1.5"
|
|
8930
|
+
},
|
|
8931
|
+
"createdAt": "2025-12-04T16:02:15.840784+00:00",
|
|
8932
|
+
"packageName": "round-filled-radius-3-stroke-1.5",
|
|
8933
|
+
"componentName": "IconExclamationCircleBold"
|
|
8934
|
+
},
|
|
8921
8935
|
{
|
|
8922
8936
|
"category": "Interface General",
|
|
8923
8937
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.80897 3.98172C10.2747 1.61156 13.722 1.61156 15.1877 3.98172L21.5552 14.278C23.1001 16.7762 21.3032 20.0003 18.3658 20.0003H5.63094C2.69355 20.0003 0.896573 16.7762 2.44156 14.278L8.80897 3.98172ZM12 8.00024C12.4142 8.00024 12.75 8.33603 12.75 8.75024V12.7502C12.75 13.1645 12.4142 13.5002 12 13.5002C11.5858 13.5002 11.25 13.1645 11.25 12.7502V8.75024C11.25 8.33603 11.5858 8.00024 12 8.00024ZM13 15.5002C13 16.0525 12.5523 16.5002 12 16.5002C11.4477 16.5002 11 16.0525 11 15.5002C11 14.948 11.4477 14.5002 12 14.5002C12.5523 14.5002 13 14.948 13 15.5002Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-3-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.57",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-stroke-1.5/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1623,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
]
|
|
783
783
|
},
|
|
784
784
|
"Interface General": {
|
|
785
|
-
"count":
|
|
785
|
+
"count": 174,
|
|
786
786
|
"icons": [
|
|
787
787
|
"IconAnchor1",
|
|
788
788
|
"IconAnchor2",
|
|
@@ -861,6 +861,7 @@
|
|
|
861
861
|
"IconDoupleCheckmark2Small",
|
|
862
862
|
"IconElectrocardiogram",
|
|
863
863
|
"IconExclamationCircle",
|
|
864
|
+
"IconExclamationCircleBold",
|
|
864
865
|
"IconExclamationTriangle",
|
|
865
866
|
"IconFeature",
|
|
866
867
|
"IconGauge",
|
|
@@ -2449,6 +2450,7 @@
|
|
|
2449
2450
|
"IconEthereum": "ethereum",
|
|
2450
2451
|
"IconEuro": "euro, currency, money, coin, EURO",
|
|
2451
2452
|
"IconExclamationCircle": "exclamation-circle, info, warning",
|
|
2453
|
+
"IconExclamationCircleBold": "exclamation-circle-bold, info, warning",
|
|
2452
2454
|
"IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
|
|
2453
2455
|
"IconExpand": "expand, window, layout",
|
|
2454
2456
|
"IconExpand315": "expand-315, enlarge",
|
package/index.d.ts
CHANGED
|
@@ -635,6 +635,7 @@ export { IconEsc, default as IconEscDefault } from "./IconEsc";
|
|
|
635
635
|
export { IconEthereum, default as IconEthereumDefault } from "./IconEthereum";
|
|
636
636
|
export { IconEuro, default as IconEuroDefault } from "./IconEuro";
|
|
637
637
|
export { IconExclamationCircle, default as IconExclamationCircleDefault, } from "./IconExclamationCircle";
|
|
638
|
+
export { IconExclamationCircleBold, default as IconExclamationCircleBoldDefault, } from "./IconExclamationCircleBold";
|
|
638
639
|
export { IconExclamationTriangle, default as IconExclamationTriangleDefault, } from "./IconExclamationTriangle";
|
|
639
640
|
export { IconExpand, default as IconExpandDefault } from "./IconExpand";
|
|
640
641
|
export { IconExpand315, default as IconExpand315Default, } from "./IconExpand315";
|