@central-icons-react-native/round-outlined-radius-1-stroke-1 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.
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(i=L(o,s))||i.enumerable});return r};var d=(r,o,n)=>(n=r!=null?c(f(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),j=r=>u(p({},"__esModule",{value:!0}),r);var M={};I(M,{IconCalenderRemove:()=>a,default:()=>x});module.exports=j(M);var e=d(require("react"));var C=d(require("react")),k=require("react-native-svg"),l=({children:r,size:o=24,...n})=>C.default.createElement(k.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>e.default.createElement(l,{...r},e.default.createElement(t.Path,{d:"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H19.5C20.0523 8.5 20.5 8.05228 20.5 7.5V5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 8.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M7.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 15.5L15.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 15.5L20.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;0&&(module.exports={IconCalenderRemove});
1
+ "use strict";var c=Object.create;var p=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},u=(r,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!B.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(i=L(o,s))||i.enumerable});return r};var d=(r,o,n)=>(n=r!=null?c(f(r)):{},u(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),j=r=>u(p({},"__esModule",{value:!0}),r);var M={};I(M,{IconCalenderRemove:()=>a,default:()=>x});module.exports=j(M);var e=d(require("react"));var C=d(require("react")),k=require("react-native-svg"),l=({children:r,size:o=24,...n})=>C.default.createElement(k.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>e.default.createElement(l,{...r},e.default.createElement(t.Path,{d:"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H20.5V5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 8.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M7.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M20.5 15.5L15.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M15.5 15.5L20.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;0&&(module.exports={IconCalenderRemove});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCalenderRemove/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 IconCalenderRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H19.5C20.0523 8.5 20.5 8.05228 20.5 7.5V5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5L15.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15.5L20.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderRemove;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCalenderRemove_exports","__export","IconCalenderRemove","IconCalenderRemove_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCalenderRemove","props","React","CentralIconBase","IconCalenderRemove_default"]}
1
+ {"version":3,"sources":["../src/IconCalenderRemove/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 IconCalenderRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H20.5V5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5L15.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15.5L20.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderRemove;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCalenderRemove_exports","__export","IconCalenderRemove","IconCalenderRemove_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCalenderRemove","props","React","CentralIconBase","IconCalenderRemove_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:n=24,...s})=>p.createElement(i,{...s,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(o,{d:"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H19.5C20.0523 8.5 20.5 8.05228 20.5 7.5V5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M20.5 8.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M7.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M16.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M20.5 15.5L15.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M15.5 15.5L20.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconCalenderRemove,B as default};
1
+ import r from"react";import p from"react";import{Svg as i}from"react-native-svg";var t=({children:e,size:n=24,...s})=>p.createElement(i,{...s,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var u=e=>r.createElement(t,{...e},r.createElement(o,{d:"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H20.5V5.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M20.5 8.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M7.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M16.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M20.5 15.5L15.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M15.5 15.5L20.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconCalenderRemove,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconCalenderRemove/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 IconCalenderRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H19.5C20.0523 8.5 20.5 8.05228 20.5 7.5V5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5L15.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15.5L20.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderRemove;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCalenderRemove","props","React","CentralIconBase","IconCalenderRemove_default"]}
1
+ {"version":3,"sources":["../src/IconCalenderRemove/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 IconCalenderRemove: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H20.5V5.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 8.5V12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 4.5V2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20.5 15.5L15.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15.5 15.5L20.5 20.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderRemove;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCalenderRemove","props","React","CentralIconBase","IconCalenderRemove_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconExclamationCircleBold: FC<CentralIconBaseProps>;
4
+ export default IconExclamationCircleBold;
@@ -0,0 +1,2 @@
1
+ "use strict";var x=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=u(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?x(I(r)):{},c(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>c(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconExclamationCircleBold:()=>i,default:()=>v});module.exports=y(d);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),n.default.createElement(l.Path,{d:"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z",fill:"currentColor"}),n.default.createElement(l.Circle,{cx:"12.0001",cy:"15.9996",r:"0.9",fill:"currentColor"})),v=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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\" />\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,EAA6B,4BAEhBC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QACC,EAAE,+MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,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 o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as n,Path as c}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(c,{d:"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z",fill:"currentColor"}),o.createElement(n,{cx:"12.0001",cy:"15.9996",r:"0.9",fill:"currentColor"})),g=a;export{a as IconExclamationCircleBold,g 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path\n d=\"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\" />\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CACC,EAAE,+MACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
package/README.md CHANGED
@@ -957,6 +957,7 @@ Below is a complete list of available icons:
957
957
  - IconDoupleCheckmark2Small
958
958
  - IconElectrocardiogram
959
959
  - IconExclamationCircle
960
+ - IconExclamationCircleBold
960
961
  - IconExclamationTriangle
961
962
  - IconFeature
962
963
  - IconGauge
@@ -4510,7 +4510,7 @@
4510
4510
  },
4511
4511
  {
4512
4512
  "category": "Time & Date",
4513
- "svg": "<path d=\"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H19.5C20.0523 8.5 20.5 8.05228 20.5 7.5V5.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 15.5L15.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 15.5L20.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
4513
+ "svg": "<path d=\"M20.5 5.5C20.5 4.94772 20.0523 4.5 19.5 4.5H4.5C3.94772 4.5 3.5 4.94772 3.5 5.5V8.5H20.5V5.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.5 8.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H12.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20.5 15.5L15.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 15.5L20.5 20.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
4514
4514
  "iconName": "calender-remove, date-remove",
4515
4515
  "variant": {
4516
4516
  "join": "round",
@@ -8918,6 +8918,20 @@
8918
8918
  "packageName": "round-outlined-radius-1-stroke-1",
8919
8919
  "componentName": "IconExclamationCircle"
8920
8920
  },
8921
+ {
8922
+ "category": "Interface General",
8923
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M11.4808 13.0004L11.2788 7.74945C11.2631 7.34028 11.5905 7 12 7C12.4095 7 12.7369 7.34028 12.7212 7.74945L12.5192 13.0004C12.5085 13.2794 12.2792 13.5 12 13.5C11.7208 13.5 11.4915 13.2794 11.4808 13.0004Z\" fill=\"currentColor\"/><circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\"/>",
8924
+ "iconName": "exclamation-circle-bold, info, warning",
8925
+ "variant": {
8926
+ "join": "round",
8927
+ "filled": "off",
8928
+ "radius": "1",
8929
+ "stroke": "1"
8930
+ },
8931
+ "createdAt": "2025-12-04T16:02:15.840784+00:00",
8932
+ "packageName": "round-outlined-radius-1-stroke-1",
8933
+ "componentName": "IconExclamationCircleBold"
8934
+ },
8921
8935
  {
8922
8936
  "category": "Interface General",
8923
8937
  "svg": "<path d=\"M12.0001 9.4999V13.9999M12.0001 16.4999H12.0101M11.1372 3.47311L2.63179 17.9945C2.24133 18.6611 2.72209 19.4999 3.49468 19.4999H20.5054C21.278 19.4999 21.7588 18.6611 21.3683 17.9945L12.8629 3.47311C12.4767 2.81365 11.5234 2.81365 11.1372 3.47311ZM12.2501 16.4999C12.2501 16.638 12.1381 16.7499 12.0001 16.7499C11.862 16.7499 11.7501 16.638 11.7501 16.4999C11.7501 16.3618 11.862 16.2499 12.0001 16.2499C12.1381 16.2499 12.2501 16.3618 12.2501 16.4999Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -636,6 +636,7 @@ export type CentralIconName =
636
636
  | "IconEthereum"
637
637
  | "IconEuro"
638
638
  | "IconExclamationCircle"
639
+ | "IconExclamationCircleBold"
639
640
  | "IconExclamationTriangle"
640
641
  | "IconExpand"
641
642
  | "IconExpand315"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.1.56",
3
+ "version": "1.1.57",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/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": 1622,
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": 173,
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";