@central-icons-react-native/round-filled-radius-3-stroke-2 1.1.260 → 1.1.262
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/IconPipe/index.d.ts +4 -0
- package/IconPipe/index.js +3 -0
- package/IconPipe/index.js.map +11 -0
- package/IconPipe/index.mjs +3 -0
- package/IconPipe/index.mjs.map +11 -0
- package/IconTorch/index.d.ts +4 -0
- package/IconTorch/index.js +3 -0
- package/IconTorch/index.js.map +11 -0
- package/IconTorch/index.mjs +3 -0
- package/IconTorch/index.mjs.map +11 -0
- package/README.md +2 -0
- package/filtered-icons.json +1 -1
- package/icons/index.d.ts +1 -1
- package/icons/index.js +2 -2
- package/icons/index.js.map +3 -3
- package/icons/index.mjs +2 -2
- package/icons/index.mjs.map +3 -3
- package/icons-index.json +4 -4
- package/index.d.ts +2 -0
- package/index.js +6 -0
- package/index.mjs +2 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var d=Object.create;var{getPrototypeOf:v,defineProperty:e,getOwnPropertyNames:i,getOwnPropertyDescriptor:h}=Object,H=Object.prototype.hasOwnProperty;function u(r){return this[r]}var y,F,B=(r,o,C)=>{var t=r!=null&&typeof r==="object";if(t){var f=o?y??=new WeakMap:F??=new WeakMap,s=f.get(r);if(s)return s}C=r!=null?d(v(r)):{};let p=o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C;for(let a of i(r))if(!H.call(p,a))e(p,a,{get:u.bind(r,a),enumerable:!0});if(t)f.set(r,p);return p},I=(r)=>{var o=(c??=new WeakMap).get(r),C;if(o)return o;if(o=e({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of i(r))if(!H.call(o,t))e(o,t,{get:u.bind(r,t),enumerable:!(C=h(r,t))||C.enumerable})}return c.set(r,o),o},c;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0,configurable:!0,set:b.bind(o,C)})};var M={};P(M,{CentralIconBase:()=>m});module.exports=I(M);var V=B(require("react")),x=require("react-native-svg"),m=({children:r,size:o=24,...C})=>{return V.default.createElement(x.Svg,{...C,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var Z={};P(Z,{default:()=>w,IconPipe:()=>g});module.exports=I(Z);var n=B(require("react"));var l=require("react-native-svg"),g=(r)=>{return n.default.createElement(m,{...r},n.default.createElement(l.Path,{d:"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z",fill:"currentColor"}),n.default.createElement(l.Path,{d:"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z",fill:"currentColor"}))},w=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=6A8EFFFEA5798A1B64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconPipe/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPipe: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><Path d=\"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z\" fill=\"currentColor\"/><Path d=\"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,oECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAqC,CAAC,IAAU,CAC3D,OAAO,wBAAmyC,EAAnyC,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,6fAA6f,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,ifAAif,KAAK,eAAc,CAAI,GAG7xC",
|
|
9
|
+
"debugId": "6A8EFFFEA5798A1B64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var e=({children:C,size:r=24,...n})=>{return p.createElement(l,{...n,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C)};import o from"react";import{Path as t}from"react-native-svg";var a=(C)=>{return o.createElement(e,{...C},o.createElement(t,{d:"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z",fill:"currentColor"}),o.createElement(t,{d:"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z",fill:"currentColor"}),o.createElement(t,{d:"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z",fill:"currentColor"}))},V=a;export{V as default,a as IconPipe};
|
|
2
|
+
|
|
3
|
+
//# debugId=DEC71902D02B206B64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconPipe/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPipe: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M9.00001 19H11V12H19V19H20C20.5523 19 21 19.4477 21 20C21 20.5523 20.5523 21 20 21H4.00001C3.44773 21 3.00001 20.5523 3.00001 20C3.00001 19.4477 3.44773 19 4.00001 19H5.00001V12H9.00001V19Z\" fill=\"currentColor\"/><Path d=\"M7.00001 10H6.4004C5.99687 10 5.63331 10.0011 5.33302 9.97657C5.0212 9.95107 4.68997 9.89296 4.36524 9.72755C3.89484 9.48786 3.51215 9.10517 3.27247 8.63477C3.10706 8.31005 3.04894 7.97881 3.02344 7.667C2.99891 7.36671 3.00001 7.00315 3.00001 6.59962V6.4004C3.00001 5.99687 2.99891 5.63331 3.02344 5.33302C3.04894 5.0212 3.10705 4.68997 3.27247 4.36524C3.51215 3.89484 3.89484 3.51215 4.36524 3.27247C4.68997 3.10705 5.0212 3.04894 5.33302 3.02344C5.63331 2.99891 5.99687 3.00001 6.4004 3.00001H7.00001V10Z\" fill=\"currentColor\"/><Path d=\"M17.5996 3.00001C18.0031 3.00001 18.3667 2.99891 18.667 3.02344C18.9788 3.04894 19.3101 3.10706 19.6348 3.27247C20.1052 3.51215 20.4879 3.89484 20.7275 4.36524C20.893 4.68997 20.9511 5.0212 20.9766 5.33302C21.0011 5.63331 21 5.99687 21 6.4004V6.59962C21 7.00315 21.0011 7.36671 20.9766 7.667C20.9511 7.97881 20.893 8.31005 20.7275 8.63477C20.4879 9.10518 20.1052 9.48786 19.6348 9.72755C19.31 9.89296 18.9788 9.95107 18.667 9.97657C18.3667 10.0011 18.0031 10 17.5996 10H9.00001V3.00001H17.5996Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconPipe;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAqC,CAAC,IAAU,CAC3D,OAAO,gBAAmyC,EAAnyC,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,gMAAgM,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,6fAA6f,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,ifAAif,KAAK,eAAc,CAAI,GAG7xC",
|
|
9
|
+
"debugId": "DEC71902D02B206B64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:L,getOwnPropertyDescriptor:y}=Object,i=Object.prototype.hasOwnProperty;function u(r){return this[r]}var F,S,d=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var c=o?F??=new WeakMap:S??=new WeakMap,f=c.get(r);if(f)return f}e=r!=null?g(h(r)):{};let C=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let l of L(r))if(!i.call(C,l))t(C,l,{get:u.bind(r,l),enumerable:!0});if(n)c.set(r,C);return C},B=(r)=>{var o=(s??=new WeakMap).get(r),e;if(o)return o;if(o=t({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of L(r))if(!i.call(o,n))t(o,n,{get:u.bind(r,n),enumerable:!(e=y(r,n))||e.enumerable})}return s.set(r,o),o},s;var b=(r)=>r;function M(r,o){this[r]=b.bind(null,o)}var I=(r,o)=>{for(var e in o)t(r,e,{get:o[e],enumerable:!0,configurable:!0,set:M.bind(o,e)})};var Z={};I(Z,{CentralIconBase:()=>a});module.exports=B(Z);var v=d(require("react")),x=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return v.default.createElement(x.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 w={};I(w,{default:()=>$,IconTorch:()=>P});module.exports=B(w);var p=d(require("react"));var m=require("react-native-svg"),P=(r)=>{return p.default.createElement(a,{...r},p.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.6186 14.2632C18.0555 14.7247 17.3765 15.0277 16.6509 15.1314L15.1313 15.3481C14.703 15.4094 14.3054 15.6077 13.9995 15.9136L9.12059 20.7925C7.9491 21.9637 6.04992 21.9637 4.8784 20.7925L3.20653 19.1206C2.03536 17.9491 2.03529 16.0499 3.20653 14.8784L8.08543 9.99952C8.39131 9.69359 8.58963 9.29594 8.65086 8.86768L8.86766 7.34815C8.98463 6.52963 9.3541 5.76938 9.92039 5.16944L18.6186 14.2632ZM11.7065 12.2925C11.316 11.9021 10.6829 11.9021 10.2925 12.2925L9.29246 13.2925C8.902 13.683 8.90212 14.316 9.29246 14.7065C9.68299 15.0971 10.316 15.0971 10.7065 14.7065L11.7065 13.7065C12.097 13.316 12.097 12.683 11.7065 12.2925Z",fill:"currentColor"}),p.default.createElement(m.Path,{d:"M11.8784 3.20655C13.0499 2.03527 14.9491 2.03537 16.1206 3.20655L20.7925 7.87842C21.9637 9.04996 21.9638 10.9491 20.7925 12.1206L19.8364 13.0757L11.1206 3.96338L11.8784 3.20655Z",fill:"currentColor"}))},$=P;
|
|
2
|
+
|
|
3
|
+
//# debugId=953750D329A41F0064756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconTorch/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTorch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.6186 14.2632C18.0555 14.7247 17.3765 15.0277 16.6509 15.1314L15.1313 15.3481C14.703 15.4094 14.3054 15.6077 13.9995 15.9136L9.12059 20.7925C7.9491 21.9637 6.04992 21.9637 4.8784 20.7925L3.20653 19.1206C2.03536 17.9491 2.03529 16.0499 3.20653 14.8784L8.08543 9.99952C8.39131 9.69359 8.58963 9.29594 8.65086 8.86768L8.86766 7.34815C8.98463 6.52963 9.3541 5.76938 9.92039 5.16944L18.6186 14.2632ZM11.7065 12.2925C11.316 11.9021 10.6829 11.9021 10.2925 12.2925L9.29246 13.2925C8.902 13.683 8.90212 14.316 9.29246 14.7065C9.68299 15.0971 10.316 15.0971 10.7065 14.7065L11.7065 13.7065C12.097 13.316 12.097 12.683 11.7065 12.2925Z\" fill=\"currentColor\"/><Path d=\"M11.8784 3.20655C13.0499 2.03527 14.9491 2.03537 16.1206 3.20655L20.7925 7.87842C21.9637 9.04996 21.9638 10.9491 20.7925 12.1206L19.8364 13.0757L11.1206 3.96338L11.8784 3.20655Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTorch;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "w7BAA0B,IAA1B,sBACA,8BAMa,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,wBAQE,MARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,qECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAsC,CAAC,IAAU,CAC5D,OAAO,wBAAy6B,EAAz6B,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,unBAAunB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,CAAI,GAGn6B",
|
|
9
|
+
"debugId": "953750D329A41F0064756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var n=({children:o,size:r=24,...C})=>{return p.createElement(l,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import e from"react";import{Path as t}from"react-native-svg";var a=(o)=>{return e.createElement(n,{...o},e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.6186 14.2632C18.0555 14.7247 17.3765 15.0277 16.6509 15.1314L15.1313 15.3481C14.703 15.4094 14.3054 15.6077 13.9995 15.9136L9.12059 20.7925C7.9491 21.9637 6.04992 21.9637 4.8784 20.7925L3.20653 19.1206C2.03536 17.9491 2.03529 16.0499 3.20653 14.8784L8.08543 9.99952C8.39131 9.69359 8.58963 9.29594 8.65086 8.86768L8.86766 7.34815C8.98463 6.52963 9.3541 5.76938 9.92039 5.16944L18.6186 14.2632ZM11.7065 12.2925C11.316 11.9021 10.6829 11.9021 10.2925 12.2925L9.29246 13.2925C8.902 13.683 8.90212 14.316 9.29246 14.7065C9.68299 15.0971 10.316 15.0971 10.7065 14.7065L11.7065 13.7065C12.097 13.316 12.097 12.683 11.7065 12.2925Z",fill:"currentColor"}),e.createElement(t,{d:"M11.8784 3.20655C13.0499 2.03527 14.9491 2.03537 16.1206 3.20655L20.7925 7.87842C21.9637 9.04996 21.9638 10.9491 20.7925 12.1206L19.8364 13.0757L11.1206 3.96338L11.8784 3.20655Z",fill:"currentColor"}))},v=a;export{v as default,a as IconTorch};
|
|
2
|
+
|
|
3
|
+
//# debugId=038DCAE30BACD1A464756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconTorch/index.tsx"],
|
|
4
|
+
"sourcesContent": [
|
|
5
|
+
"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<\n CentralIconBaseProps\n> = ({\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",
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTorch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.6186 14.2632C18.0555 14.7247 17.3765 15.0277 16.6509 15.1314L15.1313 15.3481C14.703 15.4094 14.3054 15.6077 13.9995 15.9136L9.12059 20.7925C7.9491 21.9637 6.04992 21.9637 4.8784 20.7925L3.20653 19.1206C2.03536 17.9491 2.03529 16.0499 3.20653 14.8784L8.08543 9.99952C8.39131 9.69359 8.58963 9.29594 8.65086 8.86768L8.86766 7.34815C8.98463 6.52963 9.3541 5.76938 9.92039 5.16944L18.6186 14.2632ZM11.7065 12.2925C11.316 11.9021 10.6829 11.9021 10.2925 12.2925L9.29246 13.2925C8.902 13.683 8.90212 14.316 9.29246 14.7065C9.68299 15.0971 10.316 15.0971 10.7065 14.7065L11.7065 13.7065C12.097 13.316 12.097 12.683 11.7065 12.2925Z\" fill=\"currentColor\"/><Path d=\"M11.8784 3.20655C13.0499 2.03527 14.9491 2.03537 16.1206 3.20655L20.7925 7.87842C21.9637 9.04996 21.9638 10.9491 20.7925 12.1206L19.8364 13.0757L11.1206 3.96338L11.8784 3.20655Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconTorch;\n"
|
|
7
|
+
],
|
|
8
|
+
"mappings": "AAAA,qBACA,cAAS,yBAMF,IAAM,EAET,EACF,WACA,OAAO,MACJ,KACC,CACJ,OACE,gBAQE,EARF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,CACD,GCvBN,qBAEA,eAAS,yBAEF,IAAM,EAAsC,CAAC,IAAU,CAC5D,OAAO,gBAAy6B,EAAz6B,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,unBAAunB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oLAAoL,KAAK,eAAc,CAAI,GAGn6B",
|
|
9
|
+
"debugId": "038DCAE30BACD1A464756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -688,6 +688,7 @@ Below is a complete list of available icons:
|
|
|
688
688
|
- IconAgentNetwork
|
|
689
689
|
- IconMagicMouse
|
|
690
690
|
- IconDevices2
|
|
691
|
+
- IconTorch
|
|
691
692
|
|
|
692
693
|
### Edit
|
|
693
694
|
|
|
@@ -1039,6 +1040,7 @@ Below is a complete list of available icons:
|
|
|
1039
1040
|
- IconSword
|
|
1040
1041
|
- IconGamecontroller
|
|
1041
1042
|
- IconOldJoystick
|
|
1043
|
+
- IconPipe
|
|
1042
1044
|
|
|
1043
1045
|
### Hands
|
|
1044
1046
|
|