@central-icons-react-native/square-outlined-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.
- 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 g=Object.create;var{getPrototypeOf:M,defineProperty:p,getOwnPropertyNames:u,getOwnPropertyDescriptor:V}=Object,a=Object.prototype.hasOwnProperty;function c(r){return this[r]}var W,v,h=(r,o,t)=>{var n=r!=null&&typeof r==="object";if(n){var i=o?W??=new WeakMap:v??=new WeakMap,m=i.get(r);if(m)return m}t=r!=null?g(M(r)):{};let C=o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t;for(let l of u(r))if(!a.call(C,l))p(C,l,{get:c.bind(r,l),enumerable:!0});if(n)i.set(r,C);return C},f=(r)=>{var o=(k??=new WeakMap).get(r),t;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of u(r))if(!a.call(o,n))p(o,n,{get:c.bind(r,n),enumerable:!(t=V(r,n))||t.enumerable})}return k.set(r,o),o},k;var y=(r)=>r;function F(r,o){this[r]=y.bind(null,o)}var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0,configurable:!0,set:F.bind(o,t)})};var S={};B(S,{CentralIconBase:()=>d});module.exports=f(S);var I=h(require("react")),P=require("react-native-svg"),d=({children:r,size:o=24,...t})=>{return I.default.createElement(P.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 b={};B(b,{default:()=>H,IconPipe:()=>x});module.exports=f(b);var e=h(require("react"));var s=require("react-native-svg"),x=(r)=>{return e.default.createElement(d,{...r},e.default.createElement(s.Path,{d:"M3 20H21",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(s.Path,{d:"M18 10.5V19.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(s.Path,{d:"M6 19.5V10.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(s.Path,{d:"M4 4H20V10H4V4Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(s.Path,{d:"M8 4.5V9.5",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(s.Path,{d:"M10 10.5V19.5",stroke:"currentColor",strokeWidth:"2"}))},H=x;
|
|
2
|
+
|
|
3
|
+
//# debugId=2BB08D1BB726866364756E2164756E21
|
|
@@ -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=\"M3 20H21\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18 10.5V19.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 19.5V10.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 4H20V10H4V4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 4.5V9.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 10.5V19.5\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,wBAAiZ,EAAjZ,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,eAAe,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,CAAI,GAG3Y",
|
|
9
|
+
"debugId": "2BB08D1BB726866364756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...s})=>{return p.createElement(C,{...s,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as t}from"react-native-svg";var l=(e)=>{return r.createElement(n,{...e},r.createElement(t,{d:"M3 20H21",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M18 10.5V19.5",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M6 19.5V10.5",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M4 4H20V10H4V4Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M8 4.5V9.5",stroke:"currentColor",strokeWidth:"2"}),r.createElement(t,{d:"M10 10.5V19.5",stroke:"currentColor",strokeWidth:"2"}))},I=l;export{I as default,l as IconPipe};
|
|
2
|
+
|
|
3
|
+
//# debugId=E61CC569963A64A164756E2164756E21
|
|
@@ -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=\"M3 20H21\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M18 10.5V19.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M6 19.5V10.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M4 4H20V10H4V4Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M8 4.5V9.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M10 10.5V19.5\" stroke=\"currentColor\" strokeWidth=\"2\"/></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,gBAAiZ,EAAjZ,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,WAAW,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,eAAe,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,YAAY,IAAG,CAAI,GAG3Y",
|
|
9
|
+
"debugId": "E61CC569963A64A164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:k,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:v}=Object,c=Object.prototype.hasOwnProperty;function d(r){return this[r]}var w,y,u=(r,o,t)=>{var p=r!=null&&typeof r==="object";if(p){var h=o?w??=new WeakMap:y??=new WeakMap,m=h.get(r);if(m)return m}t=r!=null?x(k(r)):{};let s=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let i of f(r))if(!c.call(s,i))l(s,i,{get:d.bind(r,i),enumerable:!0});if(p)h.set(r,s);return s},L=(r)=>{var o=(a??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var p of f(r))if(!c.call(o,p))l(o,p,{get:d.bind(r,p),enumerable:!(t=v(r,p))||t.enumerable})}return a.set(r,o),o},a;var F=(r)=>r;function S(r,o){this[r]=F.bind(null,o)}var P=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:S.bind(o,t)})};var _={};P(_,{CentralIconBase:()=>C});module.exports=L(_);var B=u(require("react")),I=require("react-native-svg"),C=({children:r,size:o=24,...t})=>{return B.default.createElement(I.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 b={};P(b,{default:()=>M,IconTorch:()=>g});module.exports=L(b);var n=u(require("react"));var e=require("react-native-svg"),g=(r)=>{return n.default.createElement(C,{...r},n.default.createElement(e.G,{ClipPath:"url(#clip0_15368_27743)"},n.default.createElement(e.Path,{d:"M10.5 5.5L18.5 13.5",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(e.Path,{d:"M2 16.5L9 9.5L9.5 6L13.5 2L22 10.5L18 14.5L14.5 15L7.5 22L2 16.5Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(e.Path,{d:"M9.5 14.5L12 12",stroke:"currentColor",strokeWidth:"2"})),n.default.createElement(e.Defs,null,n.default.createElement(e.ClipPath,{id:"clip0_15368_27743"},n.default.createElement(e.Rect,{width:"24",height:"24",fill:"white"}))))},M=g;
|
|
2
|
+
|
|
3
|
+
//# debugId=6CC591AEC2DE564F64756E2164756E21
|
|
@@ -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 { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconTorch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><G ClipPath=\"url(#clip0_15368_27743)\"><Path d=\"M10.5 5.5L18.5 13.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M2 16.5L9 9.5L9.5 6L13.5 2L22 10.5L18 14.5L14.5 15L7.5 22L2 16.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9.5 14.5L12 12\" stroke=\"currentColor\" strokeWidth=\"2\"/></G><Defs><ClipPath id=\"clip0_15368_27743\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs></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,sBAE8C,IAA9C,8BAEa,EAAsC,CAAC,IAAU,CAC5D,OAAO,wBAAqa,EAAra,IAAqB,GAAO,wBAAiS,IAAjS,CAAG,SAAS,2BAA0B,wBAAC,OAAD,CAAM,EAAE,sBAAsB,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,oEAAoE,OAAO,eAAe,YAAY,IAAG,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAG,CAAI,EAAE,wBAA+F,OAA/F,KAAM,wBAA8E,WAA9E,CAAU,GAAG,qBAAoB,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,CAAW,CAAO,GAG/Z",
|
|
9
|
+
"debugId": "6CC591AEC2DE564F64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";import{Svg as s}from"react-native-svg";var n=({children:t,size:o=24,...p})=>{return l.createElement(s,{...p,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t)};import r from"react";import{ClipPath as i,Defs as C,G as h,Path as e,Rect as m}from"react-native-svg";var a=(t)=>{return r.createElement(n,{...t},r.createElement(h,{ClipPath:"url(#clip0_15368_27743)"},r.createElement(e,{d:"M10.5 5.5L18.5 13.5",stroke:"currentColor",strokeWidth:"2"}),r.createElement(e,{d:"M2 16.5L9 9.5L9.5 6L13.5 2L22 10.5L18 14.5L14.5 15L7.5 22L2 16.5Z",stroke:"currentColor",strokeWidth:"2"}),r.createElement(e,{d:"M9.5 14.5L12 12",stroke:"currentColor",strokeWidth:"2"})),r.createElement(C,null,r.createElement(i,{id:"clip0_15368_27743"},r.createElement(m,{width:"24",height:"24",fill:"white"}))))},k=a;export{k as default,a as IconTorch};
|
|
2
|
+
|
|
3
|
+
//# debugId=C442AD3F70B55BA464756E2164756E21
|
|
@@ -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 { ClipPath, Defs, G, Path, Rect } from \"react-native-svg\";\n\nexport const IconTorch: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><G ClipPath=\"url(#clip0_15368_27743)\"><Path d=\"M10.5 5.5L18.5 13.5\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M2 16.5L9 9.5L9.5 6L13.5 2L22 10.5L18 14.5L14.5 15L7.5 22L2 16.5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M9.5 14.5L12 12\" stroke=\"currentColor\" strokeWidth=\"2\"/></G><Defs><ClipPath id=\"clip0_15368_27743\"><Rect width=\"24\" height=\"24\" fill=\"white\"/></ClipPath></Defs></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,mBAAS,UAAU,OAAM,UAAG,UAAM,yBAE3B,IAAM,EAAsC,CAAC,IAAU,CAC5D,OAAO,gBAAqa,EAAra,IAAqB,GAAO,gBAAiS,EAAjS,CAAG,SAAS,2BAA0B,gBAAC,EAAD,CAAM,EAAE,sBAAsB,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,oEAAoE,OAAO,eAAe,YAAY,IAAG,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,YAAY,IAAG,CAAI,EAAE,gBAA+F,EAA/F,KAAM,gBAA8E,EAA9E,CAAU,GAAG,qBAAoB,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,QAAO,CAAI,CAAW,CAAO,GAG/Z",
|
|
9
|
+
"debugId": "C442AD3F70B55BA464756E2164756E21",
|
|
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
|
|