@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.288 → 1.1.290
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/IconPackageDelivery/index.js +2 -2
- package/IconPackageDelivery/index.js.map +3 -3
- package/IconPackageDelivery/index.mjs +2 -2
- package/IconPackageDelivery/index.mjs.map +3 -3
- package/IconWindowSquareDelete/index.d.ts +4 -0
- package/IconWindowSquareDelete/index.js +3 -0
- package/IconWindowSquareDelete/index.js.map +11 -0
- package/IconWindowSquareDelete/index.mjs +3 -0
- package/IconWindowSquareDelete/index.mjs.map +11 -0
- package/IconWindowSquarePlus/index.d.ts +4 -0
- package/IconWindowSquarePlus/index.js +3 -0
- package/IconWindowSquarePlus/index.js.map +11 -0
- package/IconWindowSquarePlus/index.mjs +3 -0
- package/IconWindowSquarePlus/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
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var x=Object.create;var{getPrototypeOf:v,defineProperty:p,getOwnPropertyNames:k,getOwnPropertyDescriptor:j}=Object,l=Object.prototype.hasOwnProperty;function m(r){return this[r]}var y,H,L=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var a=o?y??=new WeakMap:H??=new WeakMap,d=a.get(r);if(d)return d}e=r!=null?x(v(r)):{};let C=o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e;for(let i of k(r))if(!l.call(C,i))p(C,i,{get:m.bind(r,i),enumerable:!0});if(n)a.set(r,C);return C},f=(r)=>{var o=(c??=new WeakMap).get(r),e;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of k(r))if(!l.call(o,n))p(o,n,{get:m.bind(r,n),enumerable:!(e=j(r,n))||e.enumerable})}return c.set(r,o),o},c;var M=(r)=>r;function h(r,o){this[r]=M.bind(null,o)}var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0,configurable:!0,set:h.bind(o,e)})};var F={};B(F,{CentralIconBase:()=>u});module.exports=f(F);var I=L(require("react")),P=require("react-native-svg"),u=({children:r,size:o=24,...e})=>{return I.default.createElement(P.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={};B(S,{default:()=>V,IconPackageDelivery:()=>g});module.exports=f(S);var t=L(require("react"));var s=require("react-native-svg"),g=(r)=>{return t.default.createElement(u,{...r},t.default.createElement(s.Path,{d:"M10.5 6.5C10.5 5.39543 11.3954 4.5 12.5 4.5H15.5H18.5C19.6046 4.5 20.5 5.39543 20.5 6.5V11.5C20.5 12.6046 19.6046 13.5 18.5 13.5H12.5C11.3954 13.5 10.5 12.6046 10.5 11.5V6.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M9.55078 17.5C9.55078 19.1569 8.20764 20.5 6.55078 20.5C4.89393 20.5 3.55078 19.1569 3.55078 17.5C3.55078 15.8431 4.89393 14.5 6.55078 14.5C8.20764 14.5 9.55078 15.8431 9.55078 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M3.5 3.5H4.5C5.60457 3.5 6.5 4.39543 6.5 5.5V14",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M10 17.5H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M15.5 8.5V4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},V=g;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=7721F2C4DD01657864756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconPackageDelivery/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M10.5 6.5C10.5 5.39543 11.3954 4.5 12.5 4.5H15.5H18.5C19.6046 4.5 20.5 5.39543 20.5 6.5V11.5C20.5 12.6046 19.6046 13.5 18.5 13.5H12.5C11.3954 13.5 10.5 12.6046 10.5 11.5V6.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.55078 17.5C9.55078 19.1569 8.20764 20.5 6.55078 20.5C4.89393 20.5 3.55078 19.1569 3.55078 17.5C3.55078 15.8431 4.89393 14.5 6.55078 14.5C8.20764 14.5 9.55078 15.8431 9.55078 17.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 3.5H4.5C5.60457 3.5 6.5 4.39543 6.5 5.5V14\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 17.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 8.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPackageDelivery;\n"
|
|
7
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,+ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAgD,CAAC,IAAU,CACtE,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,+ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAgD,CAAC,IAAU,CACtE,OAAO,wBAAs1B,EAAt1B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,iLAAiL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,yLAAyL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGh1B",
|
|
9
|
+
"debugId": "7721F2C4DD01657864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import p from"react";import{Svg as C}from"react-native-svg";var
|
|
1
|
+
import p from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...s})=>{return p.createElement(C,{...s,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n)};import o from"react";import{Path as e}from"react-native-svg";var i=(n)=>{return o.createElement(t,{...n},o.createElement(e,{d:"M10.5 6.5C10.5 5.39543 11.3954 4.5 12.5 4.5H15.5H18.5C19.6046 4.5 20.5 5.39543 20.5 6.5V11.5C20.5 12.6046 19.6046 13.5 18.5 13.5H12.5C11.3954 13.5 10.5 12.6046 10.5 11.5V6.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M9.55078 17.5C9.55078 19.1569 8.20764 20.5 6.55078 20.5C4.89393 20.5 3.55078 19.1569 3.55078 17.5C3.55078 15.8431 4.89393 14.5 6.55078 14.5C8.20764 14.5 9.55078 15.8431 9.55078 17.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3.5 3.5H4.5C5.60457 3.5 6.5 4.39543 6.5 5.5V14",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10 17.5H20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M15.5 8.5V4.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},I=i;export{I as default,i as IconPackageDelivery};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=7818E9F17DF1D6FA64756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconPackageDelivery/index.tsx"],
|
|
4
4
|
"sourcesContent": [
|
|
5
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 IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconPackageDelivery: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M10.5 6.5C10.5 5.39543 11.3954 4.5 12.5 4.5H15.5H18.5C19.6046 4.5 20.5 5.39543 20.5 6.5V11.5C20.5 12.6046 19.6046 13.5 18.5 13.5H12.5C11.3954 13.5 10.5 12.6046 10.5 11.5V6.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.55078 17.5C9.55078 19.1569 8.20764 20.5 6.55078 20.5C4.89393 20.5 3.55078 19.1569 3.55078 17.5C3.55078 15.8431 4.89393 14.5 6.55078 14.5C8.20764 14.5 9.55078 15.8431 9.55078 17.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 3.5H4.5C5.60457 3.5 6.5 4.39543 6.5 5.5V14\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 17.5H20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15.5 8.5V4.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconPackageDelivery;\n"
|
|
7
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,EAAgD,CAAC,IAAU,CACtE,OAAO,
|
|
9
|
-
"debugId": "
|
|
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,EAAgD,CAAC,IAAU,CACtE,OAAO,gBAAs1B,EAAt1B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,iLAAiL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,yLAAyL,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,kDAAkD,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,gBAAgB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGh1B",
|
|
9
|
+
"debugId": "7818E9F17DF1D6FA64756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var P=Object.create;var{getPrototypeOf:g,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:v}=Object,m=Object.prototype.hasOwnProperty;function f(r){return this[r]}var S,h,k=(r,o,n)=>{var C=r!=null&&typeof r==="object";if(C){var u=o?S??=new WeakMap:h??=new WeakMap,d=u.get(r);if(d)return d}n=r!=null?P(g(r)):{};let l=o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n;for(let s of c(r))if(!m.call(l,s))p(l,s,{get:f.bind(r,s),enumerable:!0});if(C)u.set(r,l);return l},L=(r)=>{var o=(a??=new WeakMap).get(r),n;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var C of c(r))if(!m.call(o,C))p(o,C,{get:f.bind(r,C),enumerable:!(n=v(r,C))||n.enumerable})}return a.set(r,o),o},a;var j=(r)=>r;function y(r,o){this[r]=j.bind(null,o)}var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0,configurable:!0,set:y.bind(o,n)})};var F={};B(F,{CentralIconBase:()=>i});module.exports=L(F);var I=k(require("react")),x=require("react-native-svg"),i=({children:r,size:o=24,...n})=>{return I.default.createElement(x.Svg,{...n,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:()=>w,IconWindowSquareDelete:()=>M});module.exports=L(b);var e=k(require("react"));var t=require("react-native-svg"),M=(r)=>{return e.default.createElement(i,{...r},e.default.createElement(t.Path,{d:"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M3.75 9.5H20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 15.5L16.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 15.5L21.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},w=M;
|
|
2
|
+
|
|
3
|
+
//# debugId=C339BB8B2153200264756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquareDelete/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 IconWindowSquareDelete: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z\" fill=\"currentColor\"/><Path d=\"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z\" fill=\"currentColor\"/><Path d=\"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z\" fill=\"currentColor\"/><Path d=\"M3.75 9.5H20.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.5 15.5L16.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 15.5L21.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconWindowSquareDelete;\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,kFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAmD,CAAC,IAAU,CACzE,OAAO,wBAA6iC,EAA7iC,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,mIAAmI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGviC",
|
|
9
|
+
"debugId": "C339BB8B2153200264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var t=({children:e,size:n=24,...C})=>{return p.createElement(l,{...C,width:typeof n==="number"?`${n}px`:n,height:typeof n==="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e)};import r from"react";import{Path as o}from"react-native-svg";var s=(e)=>{return r.createElement(t,{...e},r.createElement(o,{d:"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z",fill:"currentColor"}),r.createElement(o,{d:"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z",fill:"currentColor"}),r.createElement(o,{d:"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z",fill:"currentColor"}),r.createElement(o,{d:"M3.75 9.5H20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M21.5 15.5L16.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M16.5 15.5L21.5 20.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},I=s;export{I as default,s as IconWindowSquareDelete};
|
|
2
|
+
|
|
3
|
+
//# debugId=2493EFAE602366A664756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquareDelete/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 IconWindowSquareDelete: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z\" fill=\"currentColor\"/><Path d=\"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z\" fill=\"currentColor\"/><Path d=\"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z\" fill=\"currentColor\"/><Path d=\"M3.75 9.5H20.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.5 15.5L16.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.5 15.5L21.5 20.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconWindowSquareDelete;\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,EAAmD,CAAC,IAAU,CACzE,OAAO,gBAA6iC,EAA7iC,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,uBAAuB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,mIAAmI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAGviC",
|
|
9
|
+
"debugId": "2493EFAE602366A664756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:L,defineProperty:p,getOwnPropertyNames:c,getOwnPropertyDescriptor:v}=Object,m=Object.prototype.hasOwnProperty;function f(r){return this[r]}var S,h,k=(r,o,n)=>{var t=r!=null&&typeof r==="object";if(t){var i=o?S??=new WeakMap:h??=new WeakMap,d=i.get(r);if(d)return d}n=r!=null?g(L(r)):{};let l=o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n;for(let s of c(r))if(!m.call(l,s))p(l,s,{get:f.bind(r,s),enumerable:!0});if(t)i.set(r,l);return l},B=(r)=>{var o=(a??=new WeakMap).get(r),n;if(o)return o;if(o=p({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!m.call(o,t))p(o,t,{get:f.bind(r,t),enumerable:!(n=v(r,t))||n.enumerable})}return a.set(r,o),o},a;var y=(r)=>r;function F(r,o){this[r]=y.bind(null,o)}var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0,configurable:!0,set:F.bind(o,n)})};var H={};I(H,{CentralIconBase:()=>u});module.exports=B(H);var P=k(require("react")),x=require("react-native-svg"),u=({children:r,size:o=24,...n})=>{return P.default.createElement(x.Svg,{...n,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var b={};I(b,{default:()=>j,IconWindowSquarePlus:()=>M});module.exports=B(b);var e=k(require("react"));var C=require("react-native-svg"),M=(r)=>{return e.default.createElement(u,{...r},e.default.createElement(C.Path,{d:"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M3.75 9.5H20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M18.5 14.5V20.5M15.5 17.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},j=M;
|
|
2
|
+
|
|
3
|
+
//# debugId=13C1C91CB0A1D9B264756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquarePlus/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 IconWindowSquarePlus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z\" fill=\"currentColor\"/><Path d=\"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z\" fill=\"currentColor\"/><Path d=\"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z\" fill=\"currentColor\"/><Path d=\"M3.75 9.5H20.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5V20.5M15.5 17.5H21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V11.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconWindowSquarePlus;\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,gFCvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAiD,CAAC,IAAU,CACvE,OAAO,wBAAo9B,EAAp9B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,iCAAiC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,wBAAC,OAAD,CAAM,EAAE,mIAAmI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG98B",
|
|
9
|
+
"debugId": "13C1C91CB0A1D9B264756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var t=({children:e,size:o=24,...C})=>{return p.createElement(l,{...C,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 n}from"react-native-svg";var s=(e)=>{return r.createElement(t,{...e},r.createElement(n,{d:"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z",fill:"currentColor"}),r.createElement(n,{d:"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z",fill:"currentColor"}),r.createElement(n,{d:"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z",fill:"currentColor"}),r.createElement(n,{d:"M3.75 9.5H20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M18.5 14.5V20.5M15.5 17.5H21.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}))},P=s;export{P as default,s as IconWindowSquarePlus};
|
|
2
|
+
|
|
3
|
+
//# debugId=BAE739FE71F3B83F64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquarePlus/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 IconWindowSquarePlus: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M7.25 6.5C7.25 6.91421 6.91421 7.25 6.5 7.25C6.08579 7.25 5.75 6.91421 5.75 6.5C5.75 6.08579 6.08579 5.75 6.5 5.75C6.91421 5.75 7.25 6.08579 7.25 6.5Z\" fill=\"currentColor\"/><Path d=\"M9.5 6.5C9.5 6.91421 9.16421 7.25 8.75 7.25C8.33579 7.25 8 6.91421 8 6.5C8 6.08579 8.33579 5.75 8.75 5.75C9.16421 5.75 9.5 6.08579 9.5 6.5Z\" fill=\"currentColor\"/><Path d=\"M11.75 6.5C11.75 6.91421 11.4142 7.25 11 7.25C10.5858 7.25 10.25 6.91421 10.25 6.5C10.25 6.08579 10.5858 5.75 11 5.75C11.4142 5.75 11.75 6.08579 11.75 6.5Z\" fill=\"currentColor\"/><Path d=\"M3.75 9.5H20.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M18.5 14.5V20.5M15.5 17.5H21.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13.5 20.5H5.5C4.39543 20.5 3.5 19.6046 3.5 18.5V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H18.5C19.6046 3.5 20.5 4.39543 20.5 5.5V11.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/></CentralIconBase>;\n};\n\nexport default IconWindowSquarePlus;\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,EAAiD,CAAC,IAAU,CACvE,OAAO,gBAAo9B,EAAp9B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,iCAAiC,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,EAAE,gBAAC,EAAD,CAAM,EAAE,mIAAmI,OAAO,eAAe,cAAc,QAAQ,eAAe,QAAO,CAAI,GAG98B",
|
|
9
|
+
"debugId": "BAE739FE71F3B83F64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|