@central-icons-react-native/square-filled-radius-0-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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconPipe: FC<CentralIconBaseProps>;
4
+ export default IconPipe;
@@ -0,0 +1,3 @@
1
+ var d=Object.create;var{getPrototypeOf:v,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:h}=Object,H=Object.prototype.hasOwnProperty;function V(r){return this[r]}var y,F,u=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var f=o?y??=new WeakMap:F??=new WeakMap,s=f.get(r);if(s)return s}t=r!=null?d(v(r)):{};let l=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let a of i(r))if(!H.call(l,a))n(l,a,{get:V.bind(r,a),enumerable:!0});if(e)f.set(r,l);return l},B=(r)=>{var o=(c??=new WeakMap).get(r),t;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of i(r))if(!H.call(o,e))n(o,e,{get:V.bind(r,e),enumerable:!(t=h(r,e))||t.enumerable})}return c.set(r,o),o},c;var S=(r)=>r;function b(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:b.bind(o,t)})};var M={};I(M,{CentralIconBase:()=>m});module.exports=B(M);var P=u(require("react")),x=require("react-native-svg"),m=({children:r,size:o=24,...t})=>{return P.default.createElement(x.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 Z={};I(Z,{default:()=>w,IconPipe:()=>g});module.exports=B(Z);var p=u(require("react"));var C=require("react-native-svg"),g=(r)=>{return p.default.createElement(m,{...r},p.default.createElement(C.Path,{d:"M9 19H11V12H19V19H21V21H3V19H5V12H9V19Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M7 10H3V3H7V10Z",fill:"currentColor"}),p.default.createElement(C.Path,{d:"M21 10H9V3H21V10Z",fill:"currentColor"}))},w=g;
2
+
3
+ //# debugId=D083BC6A3A2589F764756E2164756E21
@@ -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 19H11V12H19V19H21V21H3V19H5V12H9V19Z\" fill=\"currentColor\"/><Path d=\"M7 10H3V3H7V10Z\" fill=\"currentColor\"/><Path d=\"M21 10H9V3H21V10Z\" 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,wBAAqM,EAArM,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,CAAI,GAG/L",
9
+ "debugId": "D083BC6A3A2589F764756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>{return l.createElement(C,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t)};import o from"react";import{Path as e}from"react-native-svg";var a=(t)=>{return o.createElement(n,{...t},o.createElement(e,{d:"M9 19H11V12H19V19H21V21H3V19H5V12H9V19Z",fill:"currentColor"}),o.createElement(e,{d:"M7 10H3V3H7V10Z",fill:"currentColor"}),o.createElement(e,{d:"M21 10H9V3H21V10Z",fill:"currentColor"}))},P=a;export{P as default,a as IconPipe};
2
+
3
+ //# debugId=E8C5338D623B698464756E2164756E21
@@ -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 19H11V12H19V19H21V21H3V19H5V12H9V19Z\" fill=\"currentColor\"/><Path d=\"M7 10H3V3H7V10Z\" fill=\"currentColor\"/><Path d=\"M21 10H9V3H21V10Z\" 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,gBAAqM,EAArM,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,0CAA0C,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oBAAoB,KAAK,eAAc,CAAI,GAG/L",
9
+ "debugId": "E8C5338D623B698464756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconTorch: FC<CentralIconBaseProps>;
4
+ export default IconTorch;
@@ -0,0 +1,3 @@
1
+ var g=Object.create;var{getPrototypeOf:h,defineProperty:t,getOwnPropertyNames:s,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,c=C.get(r);if(c)return c}e=r!=null?g(h(r)):{};let p=o||!r||!r.__esModule?t(e,"default",{value:r,enumerable:!0}):e;for(let L of s(r))if(!i.call(p,L))t(p,L,{get:u.bind(r,L),enumerable:!0});if(n)C.set(r,p);return p},B=(r)=>{var o=(f??=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 s(r))if(!i.call(o,n))t(o,n,{get:u.bind(r,n),enumerable:!(e=y(r,n))||e.enumerable})}return f.set(r,o),o},f;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 l=d(require("react"));var m=require("react-native-svg"),P=(r)=>{return l.default.createElement(a,{...r},l.default.createElement(m.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.6338 14.2793L17.9717 14.9424L17.6416 14.9902L14.4707 15.4424L7 22.9141L1.08594 17L8.55664 9.52832L9.00977 6.3584L9.05762 6.02832L9.91797 5.16699L18.6338 14.2793ZM8.79297 13.793L10.207 15.207L12.707 12.707L11.293 11.293L8.79297 13.793Z",fill:"currentColor"}),l.default.createElement(m.Path,{d:"M22.9141 10L19.8369 13.0762L11.1211 3.96387L14 1.08594L22.9141 10Z",fill:"currentColor"}))},$=P;
2
+
3
+ //# debugId=A87C57361CFD544B64756E2164756E21
@@ -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.6338 14.2793L17.9717 14.9424L17.6416 14.9902L14.4707 15.4424L7 22.9141L1.08594 17L8.55664 9.52832L9.00977 6.3584L9.05762 6.02832L9.91797 5.16699L18.6338 14.2793ZM8.79297 13.793L10.207 15.207L12.707 12.707L11.293 11.293L8.79297 13.793Z\" fill=\"currentColor\"/><Path d=\"M22.9141 10L19.8369 13.0762L11.1211 3.96387L14 1.08594L22.9141 10Z\" 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,wBAAob,EAApb,IAAqB,GAAO,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iPAAiP,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,qEAAqE,KAAK,eAAc,CAAI,GAG9a",
9
+ "debugId": "A87C57361CFD544B64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import l from"react";import{Svg as L}from"react-native-svg";var n=({children:o,size:r=24,...p})=>{return l.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 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.6338 14.2793L17.9717 14.9424L17.6416 14.9902L14.4707 15.4424L7 22.9141L1.08594 17L8.55664 9.52832L9.00977 6.3584L9.05762 6.02832L9.91797 5.16699L18.6338 14.2793ZM8.79297 13.793L10.207 15.207L12.707 12.707L11.293 11.293L8.79297 13.793Z",fill:"currentColor"}),e.createElement(t,{d:"M22.9141 10L19.8369 13.0762L11.1211 3.96387L14 1.08594L22.9141 10Z",fill:"currentColor"}))},v=a;export{v as default,a as IconTorch};
2
+
3
+ //# debugId=7E69D3DBE80123BC64756E2164756E21
@@ -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.6338 14.2793L17.9717 14.9424L17.6416 14.9902L14.4707 15.4424L7 22.9141L1.08594 17L8.55664 9.52832L9.00977 6.3584L9.05762 6.02832L9.91797 5.16699L18.6338 14.2793ZM8.79297 13.793L10.207 15.207L12.707 12.707L11.293 11.293L8.79297 13.793Z\" fill=\"currentColor\"/><Path d=\"M22.9141 10L19.8369 13.0762L11.1211 3.96387L14 1.08594L22.9141 10Z\" 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,gBAAob,EAApb,IAAqB,GAAO,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,iPAAiP,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,qEAAqE,KAAK,eAAc,CAAI,GAG9a",
9
+ "debugId": "7E69D3DBE80123BC64756E2164756E21",
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