@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.130 → 1.1.132
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/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/IconNumbers01/index.d.ts +4 -0
- package/IconNumbers01/index.js +2 -0
- package/IconNumbers01/index.js.map +1 -0
- package/IconNumbers01/index.mjs +2 -0
- package/IconNumbers01/index.mjs.map +1 -0
- package/IconNumbers123/index.d.ts +4 -0
- package/IconNumbers123/index.js +2 -0
- package/IconNumbers123/index.js.map +1 -0
- package/IconNumbers123/index.mjs +2 -0
- package/IconNumbers123/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!L.call(r,n)&&n!==e&&C(r,n,{get:()=>o[n],enumerable:!(i=m(o,n))||i.enumerable});return r};var u=(r,o,e)=>(e=r!=null?c(h(r)):{},p(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>p(C({},"__esModule",{value:!0}),r);var g={};x(g,{IconFireExtinguisher:()=>l,default:()=>I});module.exports=B(g);var t=u(require("react"));var d=u(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...e})=>d.default.createElement(a.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 s=require("react-native-svg"),l=r=>t.default.createElement(k,{...r},t.default.createElement(s.Path,{d:"M14 19V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V19C8 20.1046 8.89543 21 10 21H12C13.1046 21 14 20.1046 14 19Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.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",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M14.502 6H10.0271C7.52038 6 5.37205 7.66915 4.69531 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M20 6.80179V5.19821C20 4.57431 19.435 4.10274 18.8211 4.21434L15.3211 4.85071C14.8456 4.93716 14.5 5.35129 14.5 5.83458V6.16542C14.5 6.64871 14.8456 7.06284 15.3211 7.14929L18.8211 7.78566C19.435 7.89726 20 7.42569 20 6.80179Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),I=l;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 19V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V19C8 20.1046 8.89543 21 10 21H12C13.1046 21 14 20.1046 14 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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 strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.502 6H10.0271C7.52038 6 5.37205 7.66915 4.69531 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 6.80179V5.19821C20 4.57431 19.435 4.10274 18.8211 4.21434L15.3211 4.85071C14.8456 4.93716 14.5 5.35129 14.5 5.83458V6.16542C14.5 6.64871 14.8456 7.06284 15.3211 7.14929L18.8211 7.78566C19.435 7.89726 20 7.42569 20 6.80179Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"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,6HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yDACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qOACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,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 C from"react";import{Svg as i}from"react-native-svg";var n=({children:t,size:r=24,...s})=>C.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var p=t=>o.createElement(n,{...t},o.createElement(e,{d:"M14 19V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V19C8 20.1046 8.89543 21 10 21H12C13.1046 21 14 20.1046 14 19Z",stroke:"currentColor",strokeWidth:"2",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",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M14.502 6H10.0271C7.52038 6 5.37205 7.66915 4.69531 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20 6.80179V5.19821C20 4.57431 19.435 4.10274 18.8211 4.21434L15.3211 4.85071C14.8456 4.93716 14.5 5.35129 14.5 5.83458V6.16542C14.5 6.64871 14.8456 7.06284 15.3211 7.14929L18.8211 7.78566C19.435 7.89726 20 7.42569 20 6.80179Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),L=p;export{p as IconFireExtinguisher,L 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 19V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V19C8 20.1046 8.89543 21 10 21H12C13.1046 21 14 20.1046 14 19Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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 strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.502 6H10.0271C7.52038 6 5.37205 7.66915 4.69531 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M20 6.80179V5.19821C20 4.57431 19.435 4.10274 18.8211 4.21434L15.3211 4.85071C14.8456 4.93716 14.5 5.35129 14.5 5.83458V6.16542C14.5 6.64871 14.8456 7.06284 15.3211 7.14929L18.8211 7.78566C19.435 7.89726 20 7.42569 20 6.80179Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"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,6HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yDACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qOACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFireExtinguisher","props","React","CentralIconBase","IconFireExtinguisher_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var V=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var b={};V(b,{IconNumbers01:()=>u,default:()=>v});module.exports=g(b);var p=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(f.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 C=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(C.Path,{d:"M17.9792 18.3413V7.68896H17.8298L14.6393 9.96533V8.03174L17.9792 5.65869H19.9479V18.3413H17.9792Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M7.84082 18.6489C4.91406 18.6489 3.15625 16.0913 3.15625 12.0044V11.9868C3.15625 7.8999 4.91406 5.35107 7.84082 5.35107C10.7588 5.35107 12.5254 7.8999 12.5254 11.9868V12.0044C12.5254 16.0913 10.7588 18.6489 7.84082 18.6489ZM7.84082 17.0142C9.53711 17.0142 10.5391 15.1069 10.5391 12.0044V11.9868C10.5391 8.88428 9.53711 6.99463 7.84082 6.99463C6.13574 6.99463 5.14258 8.88428 5.14258 11.9868V12.0044C5.14258 15.1069 6.13574 17.0142 7.84082 17.0142Z",fill:"currentColor"})),v=u;0&&(module.exports={IconNumbers01});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconNumbers01/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 IconNumbers01: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.9792 18.3413V7.68896H17.8298L14.6393 9.96533V8.03174L17.9792 5.65869H19.9479V18.3413H17.9792Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.84082 18.6489C4.91406 18.6489 3.15625 16.0913 3.15625 12.0044V11.9868C3.15625 7.8999 4.91406 5.35107 7.84082 5.35107C10.7588 5.35107 12.5254 7.8999 12.5254 11.9868V12.0044C12.5254 16.0913 10.7588 18.6489 7.84082 18.6489ZM7.84082 17.0142C9.53711 17.0142 10.5391 15.1069 10.5391 12.0044V11.9868C10.5391 8.88428 9.53711 6.99463 7.84082 6.99463C6.13574 6.99463 5.14258 8.88428 5.14258 11.9868V12.0044C5.14258 15.1069 6.13574 17.0142 7.84082 17.0142Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNumbers01;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oGACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mcACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconNumbers01_exports","__export","IconNumbers01","IconNumbers01_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconNumbers01","props","React","CentralIconBase","IconNumbers01_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(l,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(n,{d:"M17.9792 18.3413V7.68896H17.8298L14.6393 9.96533V8.03174L17.9792 5.65869H19.9479V18.3413H17.9792Z",fill:"currentColor"}),t.createElement(n,{d:"M7.84082 18.6489C4.91406 18.6489 3.15625 16.0913 3.15625 12.0044V11.9868C3.15625 7.8999 4.91406 5.35107 7.84082 5.35107C10.7588 5.35107 12.5254 7.8999 12.5254 11.9868V12.0044C12.5254 16.0913 10.7588 18.6489 7.84082 18.6489ZM7.84082 17.0142C9.53711 17.0142 10.5391 15.1069 10.5391 12.0044V11.9868C10.5391 8.88428 9.53711 6.99463 7.84082 6.99463C6.13574 6.99463 5.14258 8.88428 5.14258 11.9868V12.0044C5.14258 15.1069 6.13574 17.0142 7.84082 17.0142Z",fill:"currentColor"})),P=a;export{a as IconNumbers01,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconNumbers01/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 IconNumbers01: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.9792 18.3413V7.68896H17.8298L14.6393 9.96533V8.03174L17.9792 5.65869H19.9479V18.3413H17.9792Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.84082 18.6489C4.91406 18.6489 3.15625 16.0913 3.15625 12.0044V11.9868C3.15625 7.8999 4.91406 5.35107 7.84082 5.35107C10.7588 5.35107 12.5254 7.8999 12.5254 11.9868V12.0044C12.5254 16.0913 10.7588 18.6489 7.84082 18.6489ZM7.84082 17.0142C9.53711 17.0142 10.5391 15.1069 10.5391 12.0044V11.9868C10.5391 8.88428 9.53711 6.99463 7.84082 6.99463C6.13574 6.99463 5.14258 8.88428 5.14258 11.9868V12.0044C5.14258 15.1069 6.13574 17.0142 7.84082 17.0142Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNumbers01;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mcACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconNumbers01","props","React","CentralIconBase","IconNumbers01_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},m=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!P.call(C,t)&&t!==o&&n(C,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return C};var a=(C,r,o)=>(o=C!=null?i(x(C)):{},m(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),d=C=>m(n({},"__esModule",{value:!0}),C);var H={};g(H,{IconNumbers123:()=>u,default:()=>v});module.exports=d(H);var e=a(require("react"));var s=a(require("react")),f=require("react-native-svg"),c=({children:C,size:r=24,...o})=>s.default.createElement(f.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),u=C=>e.default.createElement(c,{...C},e.default.createElement(p.Path,{d:"M18.9018 17.1982C17.1723 17.1982 16.0512 16.4941 15.5385 15.5029C15.4086 15.2637 15.3539 15.0381 15.3539 14.8057C15.3539 14.3408 15.6479 14.0469 16.14 14.0469C16.5023 14.0469 16.7211 14.2041 16.9057 14.5664C17.2475 15.3115 17.8422 15.7559 18.9223 15.7559C20.0434 15.7559 20.8021 15.1133 20.8021 14.2178C20.809 13.165 20.0434 12.5771 18.7787 12.5771H18.2182C17.7807 12.5771 17.5209 12.3105 17.5209 11.9209C17.5209 11.5312 17.7807 11.2646 18.2182 11.2646H18.7377C19.8246 11.2646 20.5492 10.6426 20.5492 9.76758C20.5492 8.91309 19.9887 8.33887 18.8949 8.33887C17.9652 8.33887 17.4252 8.72168 17.0971 9.49414C16.9057 9.91797 16.7143 10.0752 16.3041 10.0752C15.8119 10.0752 15.5521 9.78809 15.5521 9.33691C15.5521 9.09082 15.6 8.87207 15.723 8.63281C16.1879 7.65527 17.2816 6.9375 18.8881 6.9375C20.932 6.9375 22.2445 8.00391 22.2445 9.52832C22.2445 10.7656 21.3627 11.5928 20.1732 11.8389V11.873C21.6293 12.0098 22.5932 12.8848 22.5932 14.2588C22.5932 16.0088 21.0619 17.1982 18.9018 17.1982Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M8.61641 17C8.06953 17 7.78242 16.6992 7.78242 16.2549C7.78242 15.9131 7.89863 15.708 8.27461 15.3525L11.2893 12.3652C12.5471 11.1211 12.8615 10.6221 12.8615 9.87012C12.8615 8.98828 12.1848 8.35254 11.2346 8.35254C10.3459 8.35254 9.72383 8.80371 9.3752 9.69238C9.19746 10.0479 8.99238 10.2324 8.58906 10.2324C8.11055 10.2324 7.82344 9.93848 7.82344 9.50098C7.82344 9.37109 7.84395 9.24805 7.87813 9.13184C8.14473 8.06543 9.32734 6.9375 11.2482 6.9375C13.2238 6.9375 14.5842 8.10645 14.5842 9.76074C14.5842 10.916 14.0305 11.6953 12.3967 13.2949L10.134 15.5234V15.5576H14.0715C14.5363 15.5576 14.8234 15.8447 14.8234 16.2822C14.8234 16.7129 14.5363 17 14.0715 17H8.61641Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M5.31738 17.1367C4.80469 17.1367 4.44922 16.7812 4.44922 16.248V8.84473H4.41504L2.82227 9.95215C2.65137 10.0752 2.51465 10.123 2.32324 10.123C1.9541 10.123 1.6875 9.85645 1.6875 9.4668C1.6875 9.19336 1.79688 8.98828 2.09082 8.7832L4.10742 7.36816C4.54492 7.06055 4.81836 6.99902 5.1875 6.99902C5.80957 6.99902 6.18555 7.375 6.18555 7.9834V16.248C6.18555 16.7812 5.83008 17.1367 5.31738 17.1367Z",fill:"currentColor"})),v=u;0&&(module.exports={IconNumbers123});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconNumbers123/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 IconNumbers123: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9018 17.1982C17.1723 17.1982 16.0512 16.4941 15.5385 15.5029C15.4086 15.2637 15.3539 15.0381 15.3539 14.8057C15.3539 14.3408 15.6479 14.0469 16.14 14.0469C16.5023 14.0469 16.7211 14.2041 16.9057 14.5664C17.2475 15.3115 17.8422 15.7559 18.9223 15.7559C20.0434 15.7559 20.8021 15.1133 20.8021 14.2178C20.809 13.165 20.0434 12.5771 18.7787 12.5771H18.2182C17.7807 12.5771 17.5209 12.3105 17.5209 11.9209C17.5209 11.5312 17.7807 11.2646 18.2182 11.2646H18.7377C19.8246 11.2646 20.5492 10.6426 20.5492 9.76758C20.5492 8.91309 19.9887 8.33887 18.8949 8.33887C17.9652 8.33887 17.4252 8.72168 17.0971 9.49414C16.9057 9.91797 16.7143 10.0752 16.3041 10.0752C15.8119 10.0752 15.5521 9.78809 15.5521 9.33691C15.5521 9.09082 15.6 8.87207 15.723 8.63281C16.1879 7.65527 17.2816 6.9375 18.8881 6.9375C20.932 6.9375 22.2445 8.00391 22.2445 9.52832C22.2445 10.7656 21.3627 11.5928 20.1732 11.8389V11.873C21.6293 12.0098 22.5932 12.8848 22.5932 14.2588C22.5932 16.0088 21.0619 17.1982 18.9018 17.1982Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.61641 17C8.06953 17 7.78242 16.6992 7.78242 16.2549C7.78242 15.9131 7.89863 15.708 8.27461 15.3525L11.2893 12.3652C12.5471 11.1211 12.8615 10.6221 12.8615 9.87012C12.8615 8.98828 12.1848 8.35254 11.2346 8.35254C10.3459 8.35254 9.72383 8.80371 9.3752 9.69238C9.19746 10.0479 8.99238 10.2324 8.58906 10.2324C8.11055 10.2324 7.82344 9.93848 7.82344 9.50098C7.82344 9.37109 7.84395 9.24805 7.87813 9.13184C8.14473 8.06543 9.32734 6.9375 11.2482 6.9375C13.2238 6.9375 14.5842 8.10645 14.5842 9.76074C14.5842 10.916 14.0305 11.6953 12.3967 13.2949L10.134 15.5234V15.5576H14.0715C14.5363 15.5576 14.8234 15.8447 14.8234 16.2822C14.8234 16.7129 14.5363 17 14.0715 17H8.61641Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.31738 17.1367C4.80469 17.1367 4.44922 16.7812 4.44922 16.248V8.84473H4.41504L2.82227 9.95215C2.65137 10.0752 2.51465 10.123 2.32324 10.123C1.9541 10.123 1.6875 9.85645 1.6875 9.4668C1.6875 9.19336 1.79688 8.98828 2.09082 8.7832L4.10742 7.36816C4.54492 7.06055 4.81836 6.99902 5.1875 6.99902C5.80957 6.99902 6.18555 7.375 6.18555 7.9834V16.248C6.18555 16.7812 5.83008 17.1367 5.31738 17.1367Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNumbers123;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,+9BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iqBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6YACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconNumbers123_exports","__export","IconNumbers123","IconNumbers123_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconNumbers123","props","React","CentralIconBase","IconNumbers123_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var m=o=>r.createElement(e,{...o},r.createElement(t,{d:"M18.9018 17.1982C17.1723 17.1982 16.0512 16.4941 15.5385 15.5029C15.4086 15.2637 15.3539 15.0381 15.3539 14.8057C15.3539 14.3408 15.6479 14.0469 16.14 14.0469C16.5023 14.0469 16.7211 14.2041 16.9057 14.5664C17.2475 15.3115 17.8422 15.7559 18.9223 15.7559C20.0434 15.7559 20.8021 15.1133 20.8021 14.2178C20.809 13.165 20.0434 12.5771 18.7787 12.5771H18.2182C17.7807 12.5771 17.5209 12.3105 17.5209 11.9209C17.5209 11.5312 17.7807 11.2646 18.2182 11.2646H18.7377C19.8246 11.2646 20.5492 10.6426 20.5492 9.76758C20.5492 8.91309 19.9887 8.33887 18.8949 8.33887C17.9652 8.33887 17.4252 8.72168 17.0971 9.49414C16.9057 9.91797 16.7143 10.0752 16.3041 10.0752C15.8119 10.0752 15.5521 9.78809 15.5521 9.33691C15.5521 9.09082 15.6 8.87207 15.723 8.63281C16.1879 7.65527 17.2816 6.9375 18.8881 6.9375C20.932 6.9375 22.2445 8.00391 22.2445 9.52832C22.2445 10.7656 21.3627 11.5928 20.1732 11.8389V11.873C21.6293 12.0098 22.5932 12.8848 22.5932 14.2588C22.5932 16.0088 21.0619 17.1982 18.9018 17.1982Z",fill:"currentColor"}),r.createElement(t,{d:"M8.61641 17C8.06953 17 7.78242 16.6992 7.78242 16.2549C7.78242 15.9131 7.89863 15.708 8.27461 15.3525L11.2893 12.3652C12.5471 11.1211 12.8615 10.6221 12.8615 9.87012C12.8615 8.98828 12.1848 8.35254 11.2346 8.35254C10.3459 8.35254 9.72383 8.80371 9.3752 9.69238C9.19746 10.0479 8.99238 10.2324 8.58906 10.2324C8.11055 10.2324 7.82344 9.93848 7.82344 9.50098C7.82344 9.37109 7.84395 9.24805 7.87813 9.13184C8.14473 8.06543 9.32734 6.9375 11.2482 6.9375C13.2238 6.9375 14.5842 8.10645 14.5842 9.76074C14.5842 10.916 14.0305 11.6953 12.3967 13.2949L10.134 15.5234V15.5576H14.0715C14.5363 15.5576 14.8234 15.8447 14.8234 16.2822C14.8234 16.7129 14.5363 17 14.0715 17H8.61641Z",fill:"currentColor"}),r.createElement(t,{d:"M5.31738 17.1367C4.80469 17.1367 4.44922 16.7812 4.44922 16.248V8.84473H4.41504L2.82227 9.95215C2.65137 10.0752 2.51465 10.123 2.32324 10.123C1.9541 10.123 1.6875 9.85645 1.6875 9.4668C1.6875 9.19336 1.79688 8.98828 2.09082 8.7832L4.10742 7.36816C4.54492 7.06055 4.81836 6.99902 5.1875 6.99902C5.80957 6.99902 6.18555 7.375 6.18555 7.9834V16.248C6.18555 16.7812 5.83008 17.1367 5.31738 17.1367Z",fill:"currentColor"})),P=m;export{m as IconNumbers123,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconNumbers123/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 IconNumbers123: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.9018 17.1982C17.1723 17.1982 16.0512 16.4941 15.5385 15.5029C15.4086 15.2637 15.3539 15.0381 15.3539 14.8057C15.3539 14.3408 15.6479 14.0469 16.14 14.0469C16.5023 14.0469 16.7211 14.2041 16.9057 14.5664C17.2475 15.3115 17.8422 15.7559 18.9223 15.7559C20.0434 15.7559 20.8021 15.1133 20.8021 14.2178C20.809 13.165 20.0434 12.5771 18.7787 12.5771H18.2182C17.7807 12.5771 17.5209 12.3105 17.5209 11.9209C17.5209 11.5312 17.7807 11.2646 18.2182 11.2646H18.7377C19.8246 11.2646 20.5492 10.6426 20.5492 9.76758C20.5492 8.91309 19.9887 8.33887 18.8949 8.33887C17.9652 8.33887 17.4252 8.72168 17.0971 9.49414C16.9057 9.91797 16.7143 10.0752 16.3041 10.0752C15.8119 10.0752 15.5521 9.78809 15.5521 9.33691C15.5521 9.09082 15.6 8.87207 15.723 8.63281C16.1879 7.65527 17.2816 6.9375 18.8881 6.9375C20.932 6.9375 22.2445 8.00391 22.2445 9.52832C22.2445 10.7656 21.3627 11.5928 20.1732 11.8389V11.873C21.6293 12.0098 22.5932 12.8848 22.5932 14.2588C22.5932 16.0088 21.0619 17.1982 18.9018 17.1982Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.61641 17C8.06953 17 7.78242 16.6992 7.78242 16.2549C7.78242 15.9131 7.89863 15.708 8.27461 15.3525L11.2893 12.3652C12.5471 11.1211 12.8615 10.6221 12.8615 9.87012C12.8615 8.98828 12.1848 8.35254 11.2346 8.35254C10.3459 8.35254 9.72383 8.80371 9.3752 9.69238C9.19746 10.0479 8.99238 10.2324 8.58906 10.2324C8.11055 10.2324 7.82344 9.93848 7.82344 9.50098C7.82344 9.37109 7.84395 9.24805 7.87813 9.13184C8.14473 8.06543 9.32734 6.9375 11.2482 6.9375C13.2238 6.9375 14.5842 8.10645 14.5842 9.76074C14.5842 10.916 14.0305 11.6953 12.3967 13.2949L10.134 15.5234V15.5576H14.0715C14.5363 15.5576 14.8234 15.8447 14.8234 16.2822C14.8234 16.7129 14.5363 17 14.0715 17H8.61641Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5.31738 17.1367C4.80469 17.1367 4.44922 16.7812 4.44922 16.248V8.84473H4.41504L2.82227 9.95215C2.65137 10.0752 2.51465 10.123 2.32324 10.123C1.9541 10.123 1.6875 9.85645 1.6875 9.4668C1.6875 9.19336 1.79688 8.98828 2.09082 8.7832L4.10742 7.36816C4.54492 7.06055 4.81836 6.99902 5.1875 6.99902C5.80957 6.99902 6.18555 7.375 6.18555 7.9834V16.248C6.18555 16.7812 5.83008 17.1367 5.31738 17.1367Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconNumbers123;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,+9BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iqBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6YACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconNumbers123","props","React","CentralIconBase","IconNumbers123_default"]}
|
package/README.md
CHANGED
|
@@ -1799,6 +1799,7 @@ Below is a complete list of available icons:
|
|
|
1799
1799
|
- IconFire1
|
|
1800
1800
|
- IconFire2
|
|
1801
1801
|
- IconFire3
|
|
1802
|
+
- IconFireExtinguisher
|
|
1802
1803
|
- IconFlag1
|
|
1803
1804
|
- IconFlag2
|
|
1804
1805
|
- IconFlashcards
|
|
@@ -1952,6 +1953,8 @@ Below is a complete list of available icons:
|
|
|
1952
1953
|
- IconLinebreak
|
|
1953
1954
|
- IconLineHeight
|
|
1954
1955
|
- IconNumberedList
|
|
1956
|
+
- IconNumbers01
|
|
1957
|
+
- IconNumbers123
|
|
1955
1958
|
- IconOmega
|
|
1956
1959
|
- IconOpenQuote1
|
|
1957
1960
|
- IconOpenQuote2
|
package/filtered-icons.json
CHANGED
|
@@ -10584,6 +10584,20 @@
|
|
|
10584
10584
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
10585
10585
|
"componentName": "IconFire3"
|
|
10586
10586
|
},
|
|
10587
|
+
{
|
|
10588
|
+
"category": "Things",
|
|
10589
|
+
"svg": "<path d=\"M14 19V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V19C8 20.1046 8.89543 21 10 21H12C13.1046 21 14 20.1046 14 19Z\" stroke=\"currentColor\" stroke-width=\"2\" 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-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.502 6H10.0271C7.52038 6 5.37205 7.66915 4.69531 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M20 6.80179V5.19821C20 4.57431 19.435 4.10274 18.8211 4.21434L15.3211 4.85071C14.8456 4.93716 14.5 5.35129 14.5 5.83458V6.16542C14.5 6.64871 14.8456 7.06284 15.3211 7.14929L18.8211 7.78566C19.435 7.89726 20 7.42569 20 6.80179Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
10590
|
+
"iconName": "fire-extinguisher, urgent",
|
|
10591
|
+
"variant": {
|
|
10592
|
+
"join": "round",
|
|
10593
|
+
"filled": "off",
|
|
10594
|
+
"radius": "2",
|
|
10595
|
+
"stroke": "2"
|
|
10596
|
+
},
|
|
10597
|
+
"createdAt": "2026-02-16T10:00:42.622774+00:00",
|
|
10598
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
10599
|
+
"componentName": "IconFireExtinguisher"
|
|
10600
|
+
},
|
|
10587
10601
|
{
|
|
10588
10602
|
"category": "Social Media & Brands",
|
|
10589
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\"/>",
|
|
@@ -15722,6 +15736,34 @@
|
|
|
15722
15736
|
"packageName": "round-outlined-radius-2-stroke-2",
|
|
15723
15737
|
"componentName": "IconNumberedList"
|
|
15724
15738
|
},
|
|
15739
|
+
{
|
|
15740
|
+
"category": "Typography",
|
|
15741
|
+
"svg": "<path d=\"M17.9792 18.3413V7.68896H17.8298L14.6393 9.96533V8.03174L17.9792 5.65869H19.9479V18.3413H17.9792Z\" fill=\"currentColor\"/><path d=\"M7.84082 18.6489C4.91406 18.6489 3.15625 16.0913 3.15625 12.0044V11.9868C3.15625 7.8999 4.91406 5.35107 7.84082 5.35107C10.7588 5.35107 12.5254 7.8999 12.5254 11.9868V12.0044C12.5254 16.0913 10.7588 18.6489 7.84082 18.6489ZM7.84082 17.0142C9.53711 17.0142 10.5391 15.1069 10.5391 12.0044V11.9868C10.5391 8.88428 9.53711 6.99463 7.84082 6.99463C6.13574 6.99463 5.14258 8.88428 5.14258 11.9868V12.0044C5.14258 15.1069 6.13574 17.0142 7.84082 17.0142Z\" fill=\"currentColor\"/>",
|
|
15742
|
+
"iconName": "numbers-01",
|
|
15743
|
+
"variant": {
|
|
15744
|
+
"join": "round",
|
|
15745
|
+
"filled": "off",
|
|
15746
|
+
"radius": "2",
|
|
15747
|
+
"stroke": "2"
|
|
15748
|
+
},
|
|
15749
|
+
"createdAt": "2026-02-17T09:00:51.39674+00:00",
|
|
15750
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
15751
|
+
"componentName": "IconNumbers01"
|
|
15752
|
+
},
|
|
15753
|
+
{
|
|
15754
|
+
"category": "Typography",
|
|
15755
|
+
"svg": "<path d=\"M18.9018 17.1982C17.1723 17.1982 16.0512 16.4941 15.5385 15.5029C15.4086 15.2637 15.3539 15.0381 15.3539 14.8057C15.3539 14.3408 15.6479 14.0469 16.14 14.0469C16.5023 14.0469 16.7211 14.2041 16.9057 14.5664C17.2475 15.3115 17.8422 15.7559 18.9223 15.7559C20.0434 15.7559 20.8021 15.1133 20.8021 14.2178C20.809 13.165 20.0434 12.5771 18.7787 12.5771H18.2182C17.7807 12.5771 17.5209 12.3105 17.5209 11.9209C17.5209 11.5312 17.7807 11.2646 18.2182 11.2646H18.7377C19.8246 11.2646 20.5492 10.6426 20.5492 9.76758C20.5492 8.91309 19.9887 8.33887 18.8949 8.33887C17.9652 8.33887 17.4252 8.72168 17.0971 9.49414C16.9057 9.91797 16.7143 10.0752 16.3041 10.0752C15.8119 10.0752 15.5521 9.78809 15.5521 9.33691C15.5521 9.09082 15.6 8.87207 15.723 8.63281C16.1879 7.65527 17.2816 6.9375 18.8881 6.9375C20.932 6.9375 22.2445 8.00391 22.2445 9.52832C22.2445 10.7656 21.3627 11.5928 20.1732 11.8389V11.873C21.6293 12.0098 22.5932 12.8848 22.5932 14.2588C22.5932 16.0088 21.0619 17.1982 18.9018 17.1982Z\" fill=\"currentColor\"/><path d=\"M8.61641 17C8.06953 17 7.78242 16.6992 7.78242 16.2549C7.78242 15.9131 7.89863 15.708 8.27461 15.3525L11.2893 12.3652C12.5471 11.1211 12.8615 10.6221 12.8615 9.87012C12.8615 8.98828 12.1848 8.35254 11.2346 8.35254C10.3459 8.35254 9.72383 8.80371 9.3752 9.69238C9.19746 10.0479 8.99238 10.2324 8.58906 10.2324C8.11055 10.2324 7.82344 9.93848 7.82344 9.50098C7.82344 9.37109 7.84395 9.24805 7.87813 9.13184C8.14473 8.06543 9.32734 6.9375 11.2482 6.9375C13.2238 6.9375 14.5842 8.10645 14.5842 9.76074C14.5842 10.916 14.0305 11.6953 12.3967 13.2949L10.134 15.5234V15.5576H14.0715C14.5363 15.5576 14.8234 15.8447 14.8234 16.2822C14.8234 16.7129 14.5363 17 14.0715 17H8.61641Z\" fill=\"currentColor\"/><path d=\"M5.31738 17.1367C4.80469 17.1367 4.44922 16.7812 4.44922 16.248V8.84473H4.41504L2.82227 9.95215C2.65137 10.0752 2.51465 10.123 2.32324 10.123C1.9541 10.123 1.6875 9.85645 1.6875 9.4668C1.6875 9.19336 1.79688 8.98828 2.09082 8.7832L4.10742 7.36816C4.54492 7.06055 4.81836 6.99902 5.1875 6.99902C5.80957 6.99902 6.18555 7.375 6.18555 7.9834V16.248C6.18555 16.7812 5.83008 17.1367 5.31738 17.1367Z\" fill=\"currentColor\"/>",
|
|
15756
|
+
"iconName": "numbers-123",
|
|
15757
|
+
"variant": {
|
|
15758
|
+
"join": "round",
|
|
15759
|
+
"filled": "off",
|
|
15760
|
+
"radius": "2",
|
|
15761
|
+
"stroke": "2"
|
|
15762
|
+
},
|
|
15763
|
+
"createdAt": "2026-02-17T09:00:51.39674+00:00",
|
|
15764
|
+
"packageName": "round-outlined-radius-2-stroke-2",
|
|
15765
|
+
"componentName": "IconNumbers123"
|
|
15766
|
+
},
|
|
15725
15767
|
{
|
|
15726
15768
|
"category": "Social Media & Brands",
|
|
15727
15769
|
"svg": "<path d=\"M9.212 8.97602V7.62002C9.339 7.61002 9.468 7.60302 9.6 7.59902C13.196 7.48202 15.557 10.783 15.557 10.783C15.557 10.783 13.009 14.43 10.275 14.43C9.91336 14.4317 9.55402 14.3725 9.212 14.255V10.146C10.612 10.32 10.893 10.958 11.735 12.404L13.608 10.777C13.1661 10.2223 12.6092 9.76999 11.9756 9.4513C11.342 9.1326 10.6468 8.9551 9.938 8.93102C9.69437 8.93221 9.451 8.9469 9.209 8.97502M9.209 4.49902V6.52402C9.339 6.51402 9.468 6.50502 9.597 6.50002C14.599 6.32602 17.858 10.726 17.858 10.726C17.858 10.726 14.115 15.416 10.215 15.416C9.877 15.416 9.54 15.385 9.208 15.324V16.574C9.486 16.612 9.766 16.631 10.046 16.631C13.675 16.631 16.299 14.721 18.84 12.462C19.261 12.809 20.986 13.655 21.341 14.026C18.925 16.109 13.293 17.789 10.101 17.789C9.793 17.789 9.498 17.769 9.207 17.741V19.5H23V4.50002H9.21L9.209 4.49902ZM9.209 14.255V15.323C5.853 14.707 4.922 11.113 4.922 11.113C6.06376 9.93013 7.57721 9.17535 9.209 8.97502V10.147H9.204C8.7252 10.1425 8.25155 10.246 7.81834 10.45C7.38513 10.654 7.00354 10.9531 6.702 11.325C6.702 11.325 7.317 13.6 9.209 14.255ZM3.248 10.956C4.684 9.02102 6.852 7.80802 9.209 7.62002V6.52302C4.81 6.88702 1 10.723 1 10.723C1 10.723 3.158 17.15 9.21 17.738V16.572C4.77 16 3.25 10.958 3.25 10.958H3.248V10.956Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -755,6 +755,7 @@ export type CentralIconName =
|
|
|
755
755
|
| "IconFire1"
|
|
756
756
|
| "IconFire2"
|
|
757
757
|
| "IconFire3"
|
|
758
|
+
| "IconFireExtinguisher"
|
|
758
759
|
| "IconFirefox"
|
|
759
760
|
| "IconFirewall"
|
|
760
761
|
| "IconFistbump"
|
|
@@ -1122,6 +1123,8 @@ export type CentralIconName =
|
|
|
1122
1123
|
| "IconNpm"
|
|
1123
1124
|
| "IconNuclearPowerPlant"
|
|
1124
1125
|
| "IconNumberedList"
|
|
1126
|
+
| "IconNumbers01"
|
|
1127
|
+
| "IconNumbers123"
|
|
1125
1128
|
| "IconNvidia"
|
|
1126
1129
|
| "IconOculus"
|
|
1127
1130
|
| "IconOffline"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.132",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/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": 1790,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 68,
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
]
|
|
1692
1692
|
},
|
|
1693
1693
|
"Things": {
|
|
1694
|
-
"count":
|
|
1694
|
+
"count": 124,
|
|
1695
1695
|
"icons": [
|
|
1696
1696
|
"IconAnvil",
|
|
1697
1697
|
"IconBackpack",
|
|
@@ -1733,6 +1733,7 @@
|
|
|
1733
1733
|
"IconFire1",
|
|
1734
1734
|
"IconFire2",
|
|
1735
1735
|
"IconFire3",
|
|
1736
|
+
"IconFireExtinguisher",
|
|
1736
1737
|
"IconFlag1",
|
|
1737
1738
|
"IconFlag2",
|
|
1738
1739
|
"IconFlashcards",
|
|
@@ -1862,7 +1863,7 @@
|
|
|
1862
1863
|
]
|
|
1863
1864
|
},
|
|
1864
1865
|
"Typography": {
|
|
1865
|
-
"count":
|
|
1866
|
+
"count": 55,
|
|
1866
1867
|
"icons": [
|
|
1867
1868
|
"IconAlignmentCenter",
|
|
1868
1869
|
"IconAlignmentJustify",
|
|
@@ -1890,6 +1891,8 @@
|
|
|
1890
1891
|
"IconLinebreak",
|
|
1891
1892
|
"IconLineHeight",
|
|
1892
1893
|
"IconNumberedList",
|
|
1894
|
+
"IconNumbers01",
|
|
1895
|
+
"IconNumbers123",
|
|
1893
1896
|
"IconOmega",
|
|
1894
1897
|
"IconOpenQuote1",
|
|
1895
1898
|
"IconOpenQuote2",
|
|
@@ -2745,6 +2748,7 @@
|
|
|
2745
2748
|
"IconFire1": "fire-1, flame, hot, heat",
|
|
2746
2749
|
"IconFire2": "fire-2, flame, hot, heat",
|
|
2747
2750
|
"IconFire3": "fire-3, flame, hot, heat",
|
|
2751
|
+
"IconFireExtinguisher": "fire-extinguisher, urgent",
|
|
2748
2752
|
"IconFirefox": "firefox",
|
|
2749
2753
|
"IconFirewall": "firewall, wall",
|
|
2750
2754
|
"IconFistbump": "fistbump, boom, hands, friends",
|
|
@@ -3112,6 +3116,8 @@
|
|
|
3112
3116
|
"IconNpm": "npm",
|
|
3113
3117
|
"IconNuclearPowerPlant": "nuclear-power-plant, radiation",
|
|
3114
3118
|
"IconNumberedList": "numbered-list",
|
|
3119
|
+
"IconNumbers01": "numbers-01",
|
|
3120
|
+
"IconNumbers123": "numbers-123",
|
|
3115
3121
|
"IconNvidia": "nvidia",
|
|
3116
3122
|
"IconOculus": "oculus",
|
|
3117
3123
|
"IconOffline": "offline, disconnect, energy",
|
package/index.d.ts
CHANGED
|
@@ -754,6 +754,7 @@ export { IconFingerPrint2, default as IconFingerPrint2Default, } from "./IconFin
|
|
|
754
754
|
export { IconFire1, default as IconFire1Default } from "./IconFire1";
|
|
755
755
|
export { IconFire2, default as IconFire2Default } from "./IconFire2";
|
|
756
756
|
export { IconFire3, default as IconFire3Default } from "./IconFire3";
|
|
757
|
+
export { IconFireExtinguisher, default as IconFireExtinguisherDefault, } from "./IconFireExtinguisher";
|
|
757
758
|
export { IconFirefox, default as IconFirefoxDefault } from "./IconFirefox";
|
|
758
759
|
export { IconFirewall, default as IconFirewallDefault } from "./IconFirewall";
|
|
759
760
|
export { IconFistbump, default as IconFistbumpDefault } from "./IconFistbump";
|
|
@@ -1121,6 +1122,8 @@ export { IconNotionAi, default as IconNotionAiDefault } from "./IconNotionAi";
|
|
|
1121
1122
|
export { IconNpm, default as IconNpmDefault } from "./IconNpm";
|
|
1122
1123
|
export { IconNuclearPowerPlant, default as IconNuclearPowerPlantDefault, } from "./IconNuclearPowerPlant";
|
|
1123
1124
|
export { IconNumberedList, default as IconNumberedListDefault, } from "./IconNumberedList";
|
|
1125
|
+
export { IconNumbers01, default as IconNumbers01Default, } from "./IconNumbers01";
|
|
1126
|
+
export { IconNumbers123, default as IconNumbers123Default, } from "./IconNumbers123";
|
|
1124
1127
|
export { IconNvidia, default as IconNvidiaDefault } from "./IconNvidia";
|
|
1125
1128
|
export { IconOculus, default as IconOculusDefault } from "./IconOculus";
|
|
1126
1129
|
export { IconOffline, default as IconOfflineDefault } from "./IconOffline";
|