@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.129 → 1.1.131
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/IconCloseCircleDashed/index.d.ts +4 -0
- package/IconCloseCircleDashed/index.js +2 -0
- package/IconCloseCircleDashed/index.js.map +1 -0
- package/IconCloseCircleDashed/index.mjs +2 -0
- package/IconCloseCircleDashed/index.mjs.map +1 -0
- package/IconFireExtinguisher/index.d.ts +4 -0
- package/IconFireExtinguisher/index.js +2 -0
- package/IconFireExtinguisher/index.js.map +1 -0
- package/IconFireExtinguisher/index.mjs +2 -0
- package/IconFireExtinguisher/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!I.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(a=k(o,n))||a.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>C(s({},"__esModule",{value:!0}),r);var g={};L(g,{IconCloseCircleDashed:()=>m,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...e})=>l.default.createElement(u.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"}),t.default.createElement(p.Path,{d:"M15 9L9 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M15 15L9 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconCloseCircleDashed});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloseCircleDashed/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 IconCloseCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path\n d=\"M15 9L9 15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 15L9 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloseCircleDashed;\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,2BAAAE,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,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloseCircleDashed_exports","__export","IconCloseCircleDashed","IconCloseCircleDashed_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloseCircleDashed","props","React","CentralIconBase","IconCloseCircleDashed_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:e,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var C=e=>o.createElement(t,{...e},o.createElement(n,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 4"}),o.createElement(n,{d:"M15 9L9 15",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M15 15L9 9",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=C;export{C as IconCloseCircleDashed,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloseCircleDashed/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 IconCloseCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path\n d=\"M15 9L9 15\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M15 15L9 9\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloseCircleDashed;\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,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloseCircleDashed","props","React","CentralIconBase","IconCloseCircleDashed_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=k(o,t))||s.enumerable});return r};var u=(r,o,e)=>(e=r!=null?d(x(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>i(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconFireExtinguisher:()=>m,default:()=>g});module.exports=L(P);var n=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>a.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),m=r=>n.default.createElement(l,{...r},n.default.createElement(C.Path,{d:"M14.5 19.5V12.5C14.5 10.567 12.933 9 11 9C9.067 9 7.5 10.567 7.5 12.5V19.5C7.5 20.6046 8.39543 21.5 9.5 21.5H12.5C13.6046 21.5 14.5 20.6046 14.5 19.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M11 9V4.25C11 3.2835 10.2165 2.5 9.25 2.5C8.2835 2.5 7.5 3.2835 7.5 4.25C7.5 5.2165 8.2835 6 9.25 6H10.625",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M20.5 6.8792V5.1208C20.5 4.52353 19.9799 4.05945 19.3865 4.12726L14.3865 4.69869C13.8814 4.75641 13.5 5.18387 13.5 5.69222V6.30778C13.5 6.81613 13.8814 7.24359 14.3865 7.30131L19.3865 7.87274C19.9799 7.94056 20.5 7.47647 20.5 6.8792Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M13.4969 6H9.51932C6.95198 6 4.80234 7.9454 4.54688 10.5",stroke:"currentColor",strokeLinecap:"round"})),g=m;0&&(module.exports={IconFireExtinguisher});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFireExtinguisher/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 IconFireExtinguisher: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 19.5V12.5C14.5 10.567 12.933 9 11 9C9.067 9 7.5 10.567 7.5 12.5V19.5C7.5 20.6046 8.39543 21.5 9.5 21.5H12.5C13.6046 21.5 14.5 20.6046 14.5 19.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 9V4.25C11 3.2835 10.2165 2.5 9.25 2.5C8.2835 2.5 7.5 3.2835 7.5 4.25C7.5 5.2165 8.2835 6 9.25 6H10.625\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M20.5 6.8792V5.1208C20.5 4.52353 19.9799 4.05945 19.3865 4.12726L14.3865 4.69869C13.8814 4.75641 13.5 5.18387 13.5 5.69222V6.30778C13.5 6.81613 13.8814 7.24359 14.3865 7.30131L19.3865 7.87274C19.9799 7.94056 20.5 7.47647 20.5 6.8792Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.4969 6H9.51932C6.95198 6 4.80234 7.9454 4.54688 10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFireExtinguisher;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2DACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconFireExtinguisher_exports","__export","IconFireExtinguisher","IconFireExtinguisher_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFireExtinguisher","props","React","CentralIconBase","IconFireExtinguisher_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var i=n=>o.createElement(t,{...n},o.createElement(e,{d:"M14.5 19.5V12.5C14.5 10.567 12.933 9 11 9C9.067 9 7.5 10.567 7.5 12.5V19.5C7.5 20.6046 8.39543 21.5 9.5 21.5H12.5C13.6046 21.5 14.5 20.6046 14.5 19.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11 9V4.25C11 3.2835 10.2165 2.5 9.25 2.5C8.2835 2.5 7.5 3.2835 7.5 4.25C7.5 5.2165 8.2835 6 9.25 6H10.625",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M20.5 6.8792V5.1208C20.5 4.52353 19.9799 4.05945 19.3865 4.12726L14.3865 4.69869C13.8814 4.75641 13.5 5.18387 13.5 5.69222V6.30778C13.5 6.81613 13.8814 7.24359 14.3865 7.30131L19.3865 7.87274C19.9799 7.94056 20.5 7.47647 20.5 6.8792Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.4969 6H9.51932C6.95198 6 4.80234 7.9454 4.54688 10.5",stroke:"currentColor",strokeLinecap:"round"})),B=i;export{i as IconFireExtinguisher,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconFireExtinguisher/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 IconFireExtinguisher: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.5 19.5V12.5C14.5 10.567 12.933 9 11 9C9.067 9 7.5 10.567 7.5 12.5V19.5C7.5 20.6046 8.39543 21.5 9.5 21.5H12.5C13.6046 21.5 14.5 20.6046 14.5 19.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 9V4.25C11 3.2835 10.2165 2.5 9.25 2.5C8.2835 2.5 7.5 3.2835 7.5 4.25C7.5 5.2165 8.2835 6 9.25 6H10.625\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M20.5 6.8792V5.1208C20.5 4.52353 19.9799 4.05945 19.3865 4.12726L14.3865 4.69869C13.8814 4.75641 13.5 5.18387 13.5 5.69222V6.30778C13.5 6.81613 13.8814 7.24359 14.3865 7.30131L19.3865 7.87274C19.9799 7.94056 20.5 7.47647 20.5 6.8792Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.4969 6H9.51932C6.95198 6 4.80234 7.9454 4.54688 10.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFireExtinguisher;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2DACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFireExtinguisher","props","React","CentralIconBase","IconFireExtinguisher_default"]}
|
package/README.md
CHANGED
|
@@ -1044,6 +1044,7 @@ Below is a complete list of available icons:
|
|
|
1044
1044
|
- IconCircleX
|
|
1045
1045
|
- IconClipboard
|
|
1046
1046
|
- IconClipboard2
|
|
1047
|
+
- IconCloseCircleDashed
|
|
1047
1048
|
- IconCompassRound
|
|
1048
1049
|
- IconCompassSquare
|
|
1049
1050
|
- IconCrossLarge
|
|
@@ -1798,6 +1799,7 @@ Below is a complete list of available icons:
|
|
|
1798
1799
|
- IconFire1
|
|
1799
1800
|
- IconFire2
|
|
1800
1801
|
- IconFire3
|
|
1802
|
+
- IconFireExtinguisher
|
|
1801
1803
|
- IconFlag1
|
|
1802
1804
|
- IconFlag2
|
|
1803
1805
|
- IconFlashcards
|
package/filtered-icons.json
CHANGED
|
@@ -6664,6 +6664,20 @@
|
|
|
6664
6664
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
6665
6665
|
"componentName": "IconClockSquare"
|
|
6666
6666
|
},
|
|
6667
|
+
{
|
|
6668
|
+
"category": "Interface General",
|
|
6669
|
+
"svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"4 4\"/><path d=\"M15 9L9 15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15 15L9 9\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6670
|
+
"iconName": "close-circle-dashed, close, checkbox, remove",
|
|
6671
|
+
"variant": {
|
|
6672
|
+
"join": "round",
|
|
6673
|
+
"filled": "off",
|
|
6674
|
+
"radius": "2",
|
|
6675
|
+
"stroke": "1"
|
|
6676
|
+
},
|
|
6677
|
+
"createdAt": "2026-02-16T09:01:03.597362+00:00",
|
|
6678
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
6679
|
+
"componentName": "IconCloseCircleDashed"
|
|
6680
|
+
},
|
|
6667
6681
|
{
|
|
6668
6682
|
"category": "Photography & Video",
|
|
6669
6683
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.4142 10.5858C9.63316 9.80474 8.36684 9.80474 7.58579 10.5858C6.80474 11.3668 6.80474 12.6332 7.58579 13.4142C8.36684 14.1953 9.63316 14.1953 10.4142 13.4142C10.6095 13.219 10.9261 13.219 11.1213 13.4142C11.3166 13.6095 11.3166 13.9261 11.1213 14.1213C9.94975 15.2929 8.05025 15.2929 6.87868 14.1213C5.70711 12.9497 5.70711 11.0503 6.87868 9.87868C8.05025 8.70711 9.94975 8.70711 11.1213 9.87868C11.3166 10.0739 11.3166 10.3905 11.1213 10.5858C10.9261 10.781 10.6095 10.781 10.4142 10.5858ZM16.8942 10.5858C16.1132 9.80474 14.8468 9.80474 14.0658 10.5858C13.2847 11.3668 13.2847 12.6332 14.0658 13.4142C14.8468 14.1953 16.1132 14.1953 16.8942 13.4142C17.0895 13.219 17.4061 13.219 17.6013 13.4142C17.7966 13.6095 17.7966 13.9261 17.6013 14.1213C16.4297 15.2929 14.5303 15.2929 13.3587 14.1213C12.1871 12.9497 12.1871 11.0503 13.3587 9.87868C14.5303 8.70711 16.4297 8.70711 17.6013 9.87868C17.7966 10.0739 17.7966 10.3905 17.6013 10.5858C17.4061 10.781 17.0895 10.781 16.8942 10.5858Z\" fill=\"currentColor\"/><path d=\"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
@@ -10570,6 +10584,20 @@
|
|
|
10570
10584
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
10571
10585
|
"componentName": "IconFire3"
|
|
10572
10586
|
},
|
|
10587
|
+
{
|
|
10588
|
+
"category": "Things",
|
|
10589
|
+
"svg": "<path d=\"M14.5 19.5V12.5C14.5 10.567 12.933 9 11 9C9.067 9 7.5 10.567 7.5 12.5V19.5C7.5 20.6046 8.39543 21.5 9.5 21.5H12.5C13.6046 21.5 14.5 20.6046 14.5 19.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 9V4.25C11 3.2835 10.2165 2.5 9.25 2.5C8.2835 2.5 7.5 3.2835 7.5 4.25C7.5 5.2165 8.2835 6 9.25 6H10.625\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M20.5 6.8792V5.1208C20.5 4.52353 19.9799 4.05945 19.3865 4.12726L14.3865 4.69869C13.8814 4.75641 13.5 5.18387 13.5 5.69222V6.30778C13.5 6.81613 13.8814 7.24359 14.3865 7.30131L19.3865 7.87274C19.9799 7.94056 20.5 7.47647 20.5 6.8792Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.4969 6H9.51932C6.95198 6 4.80234 7.9454 4.54688 10.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
10590
|
+
"iconName": "fire-extinguisher, urgent",
|
|
10591
|
+
"variant": {
|
|
10592
|
+
"join": "round",
|
|
10593
|
+
"filled": "off",
|
|
10594
|
+
"radius": "2",
|
|
10595
|
+
"stroke": "1"
|
|
10596
|
+
},
|
|
10597
|
+
"createdAt": "2026-02-16T10:00:42.622774+00:00",
|
|
10598
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
10599
|
+
"componentName": "IconFireExtinguisher"
|
|
10600
|
+
},
|
|
10573
10601
|
{
|
|
10574
10602
|
"category": "Social Media & Brands",
|
|
10575
10603
|
"svg": "<path d=\"M19.99 5.93207C19.6621 5.49642 19.2998 5.09001 18.9072 4.71642C18.6557 4.46925 18.3888 4.24047 18.1092 4.02979C17.6364 3.62717 17.0891 3.28199 16.4627 3.01122C15.1971 2.38819 13.8121 2.0438 12.401 2.00224C10.0797 1.95567 8.47592 2.65425 7.56828 3.21617L7.56741 3.21668C7.24611 3.40754 6.94752 3.63441 6.67741 3.89289C8.27135 2.99999 10.1203 2.64955 11.9289 2.90287C15.4644 3.3677 18.6969 6.12291 18.6969 9.75846C18.6969 12.5557 16.5392 14.6923 14.0124 14.5388C10.2587 14.3134 9.31244 10.4565 11.2652 8.78997C10.7387 8.67651 9.74919 8.89891 9.06019 9.93077C8.44194 10.8574 8.47694 12.2875 8.85844 13.3021C8.61456 12.8017 8.44893 12.2668 8.36741 11.716C7.87341 8.37246 10.1147 5.52108 12.1699 4.81505C11.0612 3.84481 8.28291 3.91068 6.21516 5.43467C5.0156 6.31881 4.15548 7.57437 3.6991 9.07027C3.82966 7.89099 4.18032 6.74636 4.73322 5.69614C4.04097 6.05504 3.15947 7.19008 2.72447 8.24147C2.09124 9.84562 1.86799 11.5828 2.07497 13.2953L2.08781 13.4085C2.09812 13.5004 2.10841 13.592 2.12047 13.6833C2.37969 15.1786 2.97417 16.5956 3.85914 17.8274C4.74411 19.0593 5.89651 20.074 7.22958 20.7951C8.56265 21.5163 10.0417 21.925 11.5552 21.9906C13.0688 22.0563 14.5775 21.777 15.9678 21.174C17.3581 20.5709 18.5937 19.6598 19.5816 18.5091C20.5695 17.3584 21.2839 15.9982 21.6711 14.5309C22.0583 13.0635 22.1082 11.5273 21.817 10.0379C21.5258 8.54848 20.9011 7.14463 19.99 5.93207Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -475,6 +475,7 @@ export type CentralIconName =
|
|
|
475
475
|
| "IconClockAlert"
|
|
476
476
|
| "IconClockSnooze"
|
|
477
477
|
| "IconClockSquare"
|
|
478
|
+
| "IconCloseCircleDashed"
|
|
478
479
|
| "IconClosedCaptioning"
|
|
479
480
|
| "IconCloseQuote1"
|
|
480
481
|
| "IconCloseQuote2"
|
|
@@ -754,6 +755,7 @@ export type CentralIconName =
|
|
|
754
755
|
| "IconFire1"
|
|
755
756
|
| "IconFire2"
|
|
756
757
|
| "IconFire3"
|
|
758
|
+
| "IconFireExtinguisher"
|
|
757
759
|
| "IconFirefox"
|
|
758
760
|
| "IconFirewall"
|
|
759
761
|
| "IconFistbump"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.131",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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":
|
|
14
|
+
"totalIcons": 1788,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 68,
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
]
|
|
887
887
|
},
|
|
888
888
|
"Interface General": {
|
|
889
|
-
"count":
|
|
889
|
+
"count": 186,
|
|
890
890
|
"icons": [
|
|
891
891
|
"IconAnchor1",
|
|
892
892
|
"IconAnchor2",
|
|
@@ -952,6 +952,7 @@
|
|
|
952
952
|
"IconCircleX",
|
|
953
953
|
"IconClipboard",
|
|
954
954
|
"IconClipboard2",
|
|
955
|
+
"IconCloseCircleDashed",
|
|
955
956
|
"IconCompassRound",
|
|
956
957
|
"IconCompassSquare",
|
|
957
958
|
"IconCrossLarge",
|
|
@@ -1690,7 +1691,7 @@
|
|
|
1690
1691
|
]
|
|
1691
1692
|
},
|
|
1692
1693
|
"Things": {
|
|
1693
|
-
"count":
|
|
1694
|
+
"count": 124,
|
|
1694
1695
|
"icons": [
|
|
1695
1696
|
"IconAnvil",
|
|
1696
1697
|
"IconBackpack",
|
|
@@ -1732,6 +1733,7 @@
|
|
|
1732
1733
|
"IconFire1",
|
|
1733
1734
|
"IconFire2",
|
|
1734
1735
|
"IconFire3",
|
|
1736
|
+
"IconFireExtinguisher",
|
|
1735
1737
|
"IconFlag1",
|
|
1736
1738
|
"IconFlag2",
|
|
1737
1739
|
"IconFlashcards",
|
|
@@ -2464,6 +2466,7 @@
|
|
|
2464
2466
|
"IconClockAlert": "clock-alert, timer",
|
|
2465
2467
|
"IconClockSnooze": "clock-snooze, timer, snooze, zz",
|
|
2466
2468
|
"IconClockSquare": "clock-square, time, timer",
|
|
2469
|
+
"IconCloseCircleDashed": "close-circle-dashed, close, checkbox, remove",
|
|
2467
2470
|
"IconClosedCaptioning": "closed-captioning, cc",
|
|
2468
2471
|
"IconCloseQuote1": "close-quote-1, blockquote",
|
|
2469
2472
|
"IconCloseQuote2": "close-quote-2, blockquote",
|
|
@@ -2743,6 +2746,7 @@
|
|
|
2743
2746
|
"IconFire1": "fire-1, flame, hot, heat",
|
|
2744
2747
|
"IconFire2": "fire-2, flame, hot, heat",
|
|
2745
2748
|
"IconFire3": "fire-3, flame, hot, heat",
|
|
2749
|
+
"IconFireExtinguisher": "fire-extinguisher, urgent",
|
|
2746
2750
|
"IconFirefox": "firefox",
|
|
2747
2751
|
"IconFirewall": "firewall, wall",
|
|
2748
2752
|
"IconFistbump": "fistbump, boom, hands, friends",
|
package/index.d.ts
CHANGED
|
@@ -474,6 +474,7 @@ export { IconClock, default as IconClockDefault } from "./IconClock";
|
|
|
474
474
|
export { IconClockAlert, default as IconClockAlertDefault, } from "./IconClockAlert";
|
|
475
475
|
export { IconClockSnooze, default as IconClockSnoozeDefault, } from "./IconClockSnooze";
|
|
476
476
|
export { IconClockSquare, default as IconClockSquareDefault, } from "./IconClockSquare";
|
|
477
|
+
export { IconCloseCircleDashed, default as IconCloseCircleDashedDefault, } from "./IconCloseCircleDashed";
|
|
477
478
|
export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconCloseQuote1";
|
|
478
479
|
export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
|
|
479
480
|
export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
|
|
@@ -753,6 +754,7 @@ export { IconFingerPrint2, default as IconFingerPrint2Default, } from "./IconFin
|
|
|
753
754
|
export { IconFire1, default as IconFire1Default } from "./IconFire1";
|
|
754
755
|
export { IconFire2, default as IconFire2Default } from "./IconFire2";
|
|
755
756
|
export { IconFire3, default as IconFire3Default } from "./IconFire3";
|
|
757
|
+
export { IconFireExtinguisher, default as IconFireExtinguisherDefault, } from "./IconFireExtinguisher";
|
|
756
758
|
export { IconFirefox, default as IconFirefoxDefault } from "./IconFirefox";
|
|
757
759
|
export { IconFirewall, default as IconFirewallDefault } from "./IconFirewall";
|
|
758
760
|
export { IconFistbump, default as IconFistbumpDefault } from "./IconFistbump";
|