@central-icons-react-native/round-filled-radius-3-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 u=Object.create;var C=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&C(r,t,{get:()=>o[t],enumerable:!(p=x(o,t))||p.enumerable});return r};var a=(r,o,e)=>(e=r!=null?u(I(r)):{},l(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>l(C({},"__esModule",{value:!0}),r);var V={};g(V,{IconFireExtinguisher:()=>f,default:()=>P});module.exports=v(V);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...e})=>m.default.createElement(s.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"),f=r=>n.default.createElement(i,{...r},n.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.25186 1.5C10.7706 1.50005 12.0019 2.73125 12.0019 4.25V5H13.6855C13.9514 4.42239 14.4851 3.98706 15.1444 3.86719L18.6444 3.23047C19.8719 3.00755 21.0019 3.95058 21.0019 5.19824V6.80176C21.0019 8.04942 19.8719 8.99245 18.6444 8.76953L15.1444 8.13281C14.4851 8.01294 13.9514 7.57761 13.6855 7H12.0019V8.12598C13.7271 8.57005 15.0019 10.1362 15.0019 12V18C15.0019 20.2091 13.211 21.9999 11.0019 22C8.79272 22 7.00186 20.2091 7.00186 18V12C7.00186 10.1362 8.27662 8.57002 10.0019 8.12598V7C7.95823 7.01118 6.20765 8.37646 5.65518 10.2793C5.50098 10.8093 4.9461 11.1138 4.41592 10.96C3.88587 10.8058 3.58132 10.2509 3.73526 9.7207C4.23569 7.99767 5.41686 6.58076 6.95694 5.7627C6.67017 5.32854 6.50186 4.80925 6.50186 4.25C6.50186 2.73122 7.73307 1.5 9.25186 1.5ZM9.25186 3.5C8.83764 3.5 8.50186 3.83579 8.50186 4.25C8.50186 4.66421 8.83764 5 9.25186 5H10.0019V4.25C10.0019 3.83582 9.66603 3.50005 9.25186 3.5Z",fill:"currentColor"})),P=f;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.25186 1.5C10.7706 1.50005 12.0019 2.73125 12.0019 4.25V5H13.6855C13.9514 4.42239 14.4851 3.98706 15.1444 3.86719L18.6444 3.23047C19.8719 3.00755 21.0019 3.95058 21.0019 5.19824V6.80176C21.0019 8.04942 19.8719 8.99245 18.6444 8.76953L15.1444 8.13281C14.4851 8.01294 13.9514 7.57761 13.6855 7H12.0019V8.12598C13.7271 8.57005 15.0019 10.1362 15.0019 12V18C15.0019 20.2091 13.211 21.9999 11.0019 22C8.79272 22 7.00186 20.2091 7.00186 18V12C7.00186 10.1362 8.27662 8.57002 10.0019 8.12598V7C7.95823 7.01118 6.20765 8.37646 5.65518 10.2793C5.50098 10.8093 4.9461 11.1138 4.41592 10.96C3.88587 10.8058 3.58132 10.2509 3.73526 9.7207C4.23569 7.99767 5.41686 6.58076 6.95694 5.7627C6.67017 5.32854 6.50186 4.80925 6.50186 4.25C6.50186 2.73122 7.73307 1.5 9.25186 1.5ZM9.25186 3.5C8.83764 3.5 8.50186 3.83579 8.50186 4.25C8.50186 4.66421 8.83764 5 9.25186 5H10.0019V4.25C10.0019 3.83582 9.66603 3.50005 9.25186 3.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,+4BACF,KAAK,eACP,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 t from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:o,size:r=24,...C})=>n.createElement(p,{...C,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 l}from"react-native-svg";var a=o=>t.createElement(e,{...o},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M9.25186 1.5C10.7706 1.50005 12.0019 2.73125 12.0019 4.25V5H13.6855C13.9514 4.42239 14.4851 3.98706 15.1444 3.86719L18.6444 3.23047C19.8719 3.00755 21.0019 3.95058 21.0019 5.19824V6.80176C21.0019 8.04942 19.8719 8.99245 18.6444 8.76953L15.1444 8.13281C14.4851 8.01294 13.9514 7.57761 13.6855 7H12.0019V8.12598C13.7271 8.57005 15.0019 10.1362 15.0019 12V18C15.0019 20.2091 13.211 21.9999 11.0019 22C8.79272 22 7.00186 20.2091 7.00186 18V12C7.00186 10.1362 8.27662 8.57002 10.0019 8.12598V7C7.95823 7.01118 6.20765 8.37646 5.65518 10.2793C5.50098 10.8093 4.9461 11.1138 4.41592 10.96C3.88587 10.8058 3.58132 10.2509 3.73526 9.7207C4.23569 7.99767 5.41686 6.58076 6.95694 5.7627C6.67017 5.32854 6.50186 4.80925 6.50186 4.25C6.50186 2.73122 7.73307 1.5 9.25186 1.5ZM9.25186 3.5C8.83764 3.5 8.50186 3.83579 8.50186 4.25C8.50186 4.66421 8.83764 5 9.25186 5H10.0019V4.25C10.0019 3.83582 9.66603 3.50005 9.25186 3.5Z",fill:"currentColor"})),d=a;export{a as IconFireExtinguisher,d 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M9.25186 1.5C10.7706 1.50005 12.0019 2.73125 12.0019 4.25V5H13.6855C13.9514 4.42239 14.4851 3.98706 15.1444 3.86719L18.6444 3.23047C19.8719 3.00755 21.0019 3.95058 21.0019 5.19824V6.80176C21.0019 8.04942 19.8719 8.99245 18.6444 8.76953L15.1444 8.13281C14.4851 8.01294 13.9514 7.57761 13.6855 7H12.0019V8.12598C13.7271 8.57005 15.0019 10.1362 15.0019 12V18C15.0019 20.2091 13.211 21.9999 11.0019 22C8.79272 22 7.00186 20.2091 7.00186 18V12C7.00186 10.1362 8.27662 8.57002 10.0019 8.12598V7C7.95823 7.01118 6.20765 8.37646 5.65518 10.2793C5.50098 10.8093 4.9461 11.1138 4.41592 10.96C3.88587 10.8058 3.58132 10.2509 3.73526 9.7207C4.23569 7.99767 5.41686 6.58076 6.95694 5.7627C6.67017 5.32854 6.50186 4.80925 6.50186 4.25C6.50186 2.73122 7.73307 1.5 9.25186 1.5ZM9.25186 3.5C8.83764 3.5 8.50186 3.83579 8.50186 4.25C8.50186 4.66421 8.83764 5 9.25186 5H10.0019V4.25C10.0019 3.83582 9.66603 3.50005 9.25186 3.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,+4BACF,KAAK,eACP,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-filled-radius-3-stroke-2",
|
|
10585
10585
|
"componentName": "IconFire3"
|
|
10586
10586
|
},
|
|
10587
|
+
{
|
|
10588
|
+
"category": "Things",
|
|
10589
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.25186 1.5C10.7706 1.50005 12.0019 2.73125 12.0019 4.25V5H13.6855C13.9514 4.42239 14.4851 3.98706 15.1444 3.86719L18.6444 3.23047C19.8719 3.00755 21.0019 3.95058 21.0019 5.19824V6.80176C21.0019 8.04942 19.8719 8.99245 18.6444 8.76953L15.1444 8.13281C14.4851 8.01294 13.9514 7.57761 13.6855 7H12.0019V8.12598C13.7271 8.57005 15.0019 10.1362 15.0019 12V18C15.0019 20.2091 13.211 21.9999 11.0019 22C8.79272 22 7.00186 20.2091 7.00186 18V12C7.00186 10.1362 8.27662 8.57002 10.0019 8.12598V7C7.95823 7.01118 6.20765 8.37646 5.65518 10.2793C5.50098 10.8093 4.9461 11.1138 4.41592 10.96C3.88587 10.8058 3.58132 10.2509 3.73526 9.7207C4.23569 7.99767 5.41686 6.58076 6.95694 5.7627C6.67017 5.32854 6.50186 4.80925 6.50186 4.25C6.50186 2.73122 7.73307 1.5 9.25186 1.5ZM9.25186 3.5C8.83764 3.5 8.50186 3.83579 8.50186 4.25C8.50186 4.66421 8.83764 5 9.25186 5H10.0019V4.25C10.0019 3.83582 9.66603 3.50005 9.25186 3.5Z\" fill=\"currentColor\"/>",
|
|
10590
|
+
"iconName": "fire-extinguisher, urgent",
|
|
10591
|
+
"variant": {
|
|
10592
|
+
"join": "round",
|
|
10593
|
+
"filled": "on",
|
|
10594
|
+
"radius": "3",
|
|
10595
|
+
"stroke": "2"
|
|
10596
|
+
},
|
|
10597
|
+
"createdAt": "2026-02-16T10:00:42.622774+00:00",
|
|
10598
|
+
"packageName": "round-filled-radius-3-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-filled-radius-3-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.131",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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";
|