@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.130 → 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/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 +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var i=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)i(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of f(o))!L.call(r,n)&&n!==e&&i(r,n,{get:()=>o[n],enumerable:!(p=m(o,n))||p.enumerable});return r};var u=(r,o,e)=>(e=r!=null?c(h(r)):{},C(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>C(i({},"__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 21V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V21H14Z",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.002 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 8V4L14.5 5V7L20 8Z",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 21V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V21H14Z\"\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.002 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 8V4L14.5 5V7L20 8Z\"\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,sEACF,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,yBACF,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 i from"react";import{Svg as p}from"react-native-svg";var n=({children:t,size:r=24,...s})=>i.createElement(p,{...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 C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M14 21V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V21H14Z",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.002 6H10.0271C7.52038 6 5.37205 7.66915 4.69531 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M20 8V4L14.5 5V7L20 8Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"})),L=C;export{C 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 21V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V21H14Z\"\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.002 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 8V4L14.5 5V7L20 8Z\"\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,sEACF,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,yBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFireExtinguisher","props","React","CentralIconBase","IconFireExtinguisher_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -10584,6 +10584,20 @@
|
|
|
10584
10584
|
"packageName": "round-outlined-radius-0-stroke-2",
|
|
10585
10585
|
"componentName": "IconFire3"
|
|
10586
10586
|
},
|
|
10587
|
+
{
|
|
10588
|
+
"category": "Things",
|
|
10589
|
+
"svg": "<path d=\"M14 21V12C14 10.3431 12.6569 9 11 9C9.34315 9 8 10.3431 8 12V21H14Z\" 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.002 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 8V4L14.5 5V7L20 8Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
|
10590
|
+
"iconName": "fire-extinguisher, urgent",
|
|
10591
|
+
"variant": {
|
|
10592
|
+
"join": "round",
|
|
10593
|
+
"filled": "off",
|
|
10594
|
+
"radius": "0",
|
|
10595
|
+
"stroke": "2"
|
|
10596
|
+
},
|
|
10597
|
+
"createdAt": "2026-02-16T10:00:42.622774+00:00",
|
|
10598
|
+
"packageName": "round-outlined-radius-0-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\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.131",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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": 1788,
|
|
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",
|
|
@@ -2745,6 +2746,7 @@
|
|
|
2745
2746
|
"IconFire1": "fire-1, flame, hot, heat",
|
|
2746
2747
|
"IconFire2": "fire-2, flame, hot, heat",
|
|
2747
2748
|
"IconFire3": "fire-3, flame, hot, heat",
|
|
2749
|
+
"IconFireExtinguisher": "fire-extinguisher, urgent",
|
|
2748
2750
|
"IconFirefox": "firefox",
|
|
2749
2751
|
"IconFirewall": "firewall, wall",
|
|
2750
2752
|
"IconFistbump": "fistbump, boom, hands, friends",
|
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";
|