@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.285 → 1.1.286
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/IconWindow2/index.js +2 -2
- package/IconWindow2/index.js.map +3 -3
- package/IconWindow2/index.mjs +2 -2
- package/IconWindow2/index.mjs.map +3 -3
- package/IconWindowApp/index.js +2 -2
- package/IconWindowApp/index.js.map +3 -3
- package/IconWindowApp/index.mjs +2 -2
- package/IconWindowApp/index.mjs.map +3 -3
- package/IconWindowSquare/index.d.ts +4 -0
- package/IconWindowSquare/index.js +3 -0
- package/IconWindowSquare/index.js.map +11 -0
- package/IconWindowSquare/index.mjs +3 -0
- package/IconWindowSquare/index.mjs.map +11 -0
- package/README.md +1 -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 +1 -0
- package/index.js +3 -0
- package/index.mjs +1 -0
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +2 -1
package/IconWindow2/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:M}=Object,a=Object.prototype.hasOwnProperty;function d(r){return this[r]}var y,F,k=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var c=o?y??=new WeakMap:F??=new WeakMap,i=c.get(r);if(i)return i}t=r!=null?g(v(r)):{};let p=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let s of f(r))if(!a.call(p,s))l(p,s,{get:d.bind(r,s),enumerable:!0});if(e)c.set(r,p);return p},B=(r)=>{var o=(m??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!a.call(o,e))l(o,e,{get:d.bind(r,e),enumerable:!(t=M(r,e))||t.enumerable})}return m.set(r,o),o},m;var S=(r)=>r;function W(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:W.bind(o,t)})};var Z={};I(Z,{CentralIconBase:()=>u});module.exports=B(Z);var h=k(require("react")),x=require("react-native-svg"),u=({children:r,size:o=24,...t})=>{return h.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 b={};I(b,{default:()=>w,IconWindow2:()=>P});module.exports=B(b);var n=k(require("react"));var C=require("react-native-svg"),P=(r)=>{return n.default.createElement(u,{...r},n.default.createElement(C.Path,{d:"M2.5 4.5H21.5V19.5H2.5V4.5Z",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M3 10.5H21",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},w=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=B5550B28E8E4CA0864756E2164756E21
|
package/IconWindow2/index.js.map
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindow2/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 IconWindow2: 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 IconWindow2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><Path d=\"M3 10.5H21\" stroke=\"currentColor\"/><Path d=\"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindow2;\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,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,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,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAA61B,EAA71B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,aAAa,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,wBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,wBAAC,OAAD,CAAM,EAAE,kLAAkL,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAGv1B",
|
|
9
|
+
"debugId": "B5550B28E8E4CA0864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconWindow2/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...C})=>{return l.createElement(p,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as t}from"react-native-svg";var s=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M2.5 4.5H21.5V19.5H2.5V4.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M3 10.5H21",stroke:"currentColor"}),o.createElement(t,{d:"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),o.createElement(t,{d:"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),o.createElement(t,{d:"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},h=s;export{h as default,s as IconWindow2};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=42488E3CC35ED3B864756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindow2/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 IconWindow2: 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 IconWindow2: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><Path d=\"M3 10.5H21\" stroke=\"currentColor\"/><Path d=\"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindow2;\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,EAAwC,CAAC,IAAU,CAC9D,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,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAA61B,EAA71B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,aAAa,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,gBAAC,EAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,gBAAC,EAAD,CAAM,EAAE,kLAAkL,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAGv1B",
|
|
9
|
+
"debugId": "42488E3CC35ED3B864756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconWindowApp/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var g=Object.create;var{getPrototypeOf:v,defineProperty:l,getOwnPropertyNames:f,getOwnPropertyDescriptor:M}=Object,a=Object.prototype.hasOwnProperty;function d(r){return this[r]}var y,F,k=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var c=o?y??=new WeakMap:F??=new WeakMap,i=c.get(r);if(i)return i}t=r!=null?g(v(r)):{};let p=o||!r||!r.__esModule?l(t,"default",{value:r,enumerable:!0}):t;for(let s of f(r))if(!a.call(p,s))l(p,s,{get:d.bind(r,s),enumerable:!0});if(e)c.set(r,p);return p},B=(r)=>{var o=(m??=new WeakMap).get(r),t;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var e of f(r))if(!a.call(o,e))l(o,e,{get:d.bind(r,e),enumerable:!(t=M(r,e))||t.enumerable})}return m.set(r,o),o},m;var S=(r)=>r;function W(r,o){this[r]=S.bind(null,o)}var I=(r,o)=>{for(var t in o)l(r,t,{get:o[t],enumerable:!0,configurable:!0,set:W.bind(o,t)})};var Z={};I(Z,{CentralIconBase:()=>u});module.exports=B(Z);var h=k(require("react")),x=require("react-native-svg"),u=({children:r,size:o=24,...t})=>{return h.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 b={};I(b,{default:()=>w,IconWindowApp:()=>P});module.exports=B(b);var n=k(require("react"));var C=require("react-native-svg"),P=(r)=>{return n.default.createElement(u,{...r},n.default.createElement(C.Path,{d:"M2.5 4.5H21.5V19.5H2.5V4.5Z",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M2.5 10.5H21.5",stroke:"currentColor"}),n.default.createElement(C.Path,{d:"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),n.default.createElement(C.Path,{d:"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},w=P;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=3F4F776F38A3895064756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowApp/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 IconWindowApp: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWindowApp: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><Path d=\"M2.5 10.5H21.5\" stroke=\"currentColor\"/><Path d=\"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindowApp;\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,yECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA0C,CAAC,IAAU,CAChE,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,yECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA0C,CAAC,IAAU,CAChE,OAAO,wBAAi2B,EAAj2B,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,iBAAiB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,wBAAC,OAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,wBAAC,OAAD,CAAM,EAAE,kLAAkL,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAG31B",
|
|
9
|
+
"debugId": "3F4F776F38A3895064756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconWindowApp/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...C})=>{return l.createElement(p,{...C,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e)};import o from"react";import{Path as t}from"react-native-svg";var s=(e)=>{return o.createElement(n,{...e},o.createElement(t,{d:"M2.5 4.5H21.5V19.5H2.5V4.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M2.5 10.5H21.5",stroke:"currentColor"}),o.createElement(t,{d:"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),o.createElement(t,{d:"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}),o.createElement(t,{d:"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"0.25"}))},h=s;export{h as default,s as IconWindowApp};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=E4FD245CA2DDB62364756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowApp/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 IconWindowApp: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5
|
|
6
|
+
"import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconWindowApp: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\"/><Path d=\"M2.5 10.5H21.5\" stroke=\"currentColor\"/><Path d=\"M5.75 6.875C6.09518 6.875 6.375 7.15482 6.375 7.5C6.375 7.84518 6.09518 8.125 5.75 8.125C5.40482 8.125 5.125 7.84518 5.125 7.5C5.125 7.15482 5.40482 6.875 5.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M8.25 6.875C8.59518 6.875 8.875 7.15482 8.875 7.5C8.875 7.84518 8.59518 8.125 8.25 8.125C7.90482 8.125 7.625 7.84518 7.625 7.5C7.625 7.15482 7.90482 6.875 8.25 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/><Path d=\"M10.75 6.875C11.0952 6.875 11.375 7.15482 11.375 7.5C11.375 7.84518 11.0952 8.125 10.75 8.125C10.4048 8.125 10.125 7.84518 10.125 7.5C10.125 7.15482 10.4048 6.875 10.75 6.875Z\" fill=\"currentColor\" stroke=\"currentColor\" strokeWidth=\"0.25\"/></CentralIconBase>;\n};\n\nexport default IconWindowApp;\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,EAA0C,CAAC,IAAU,CAChE,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,EAA0C,CAAC,IAAU,CAChE,OAAO,gBAAi2B,EAAj2B,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,iBAAiB,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,gBAAC,EAAD,CAAM,EAAE,yKAAyK,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,EAAE,gBAAC,EAAD,CAAM,EAAE,kLAAkL,KAAK,eAAe,OAAO,eAAe,YAAY,OAAM,CAAI,GAG31B",
|
|
9
|
+
"debugId": "E4FD245CA2DDB62364756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var M=Object.create;var{getPrototypeOf:S,defineProperty:l,getOwnPropertyNames:c,getOwnPropertyDescriptor:h}=Object,i=Object.prototype.hasOwnProperty;function d(r){return this[r]}var y,F,B=(r,o,n)=>{var t=r!=null&&typeof r==="object";if(t){var a=o?y??=new WeakMap:F??=new WeakMap,f=a.get(r);if(f)return f}n=r!=null?M(S(r)):{};let p=o||!r||!r.__esModule?l(n,"default",{value:r,enumerable:!0}):n;for(let s of c(r))if(!i.call(p,s))l(p,s,{get:d.bind(r,s),enumerable:!0});if(t)a.set(r,p);return p},I=(r)=>{var o=(u??=new WeakMap).get(r),n;if(o)return o;if(o=l({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of c(r))if(!i.call(o,t))l(o,t,{get:d.bind(r,t),enumerable:!(n=h(r,t))||n.enumerable})}return u.set(r,o),o},u;var Z=(r)=>r;function b(r,o){this[r]=Z.bind(null,o)}var x=(r,o)=>{for(var n in o)l(r,n,{get:o[n],enumerable:!0,configurable:!0,set:b.bind(o,n)})};var w={};x(w,{CentralIconBase:()=>m});module.exports=I(w);var P=B(require("react")),g=require("react-native-svg"),m=({children:r,size:o=24,...n})=>{return P.default.createElement(g.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 H={};x(H,{default:()=>k,IconWindowSquare:()=>v});module.exports=I(H);var e=B(require("react"));var C=require("react-native-svg"),v=(r)=>{return e.default.createElement(m,{...r},e.default.createElement(C.Path,{d:"M3.5 3.5H20.5V20.5H3.5V3.5Z",stroke:"currentColor"}),e.default.createElement(C.Path,{d:"M3.75 9.5H20.25",stroke:"currentColor"}),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"}))},k=v;
|
|
2
|
+
|
|
3
|
+
//# debugId=2ED86DE61C5BCBE964756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquare/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 IconWindowSquare: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.5 3.5H20.5V20.5H3.5V3.5Z\" stroke=\"currentColor\"/><Path d=\"M3.75 9.5H20.25\" stroke=\"currentColor\"/><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\"/></CentralIconBase>;\n};\n\nexport default IconWindowSquare;\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,4ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA6C,CAAC,IAAU,CACnE,OAAO,wBAAwqB,EAAxqB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,kBAAkB,OAAO,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,CAAI,GAGlqB",
|
|
9
|
+
"debugId": "2ED86DE61C5BCBE964756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import l from"react";import{Svg as p}from"react-native-svg";var e=({children:t,size:r=24,...C})=>{return l.createElement(p,{...C,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 n}from"react-native-svg";var s=(t)=>{return o.createElement(e,{...t},o.createElement(n,{d:"M3.5 3.5H20.5V20.5H3.5V3.5Z",stroke:"currentColor"}),o.createElement(n,{d:"M3.75 9.5H20.25",stroke:"currentColor"}),o.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"}),o.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"}),o.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"}))},P=s;export{P as default,s as IconWindowSquare};
|
|
2
|
+
|
|
3
|
+
//# debugId=62FBB4E41E71B8E564756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconWindowSquare/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 IconWindowSquare: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M3.5 3.5H20.5V20.5H3.5V3.5Z\" stroke=\"currentColor\"/><Path d=\"M3.75 9.5H20.25\" stroke=\"currentColor\"/><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\"/></CentralIconBase>;\n};\n\nexport default IconWindowSquare;\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,EAA6C,CAAC,IAAU,CACnE,OAAO,gBAAwqB,EAAxqB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,8BAA8B,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,kBAAkB,OAAO,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yJAAyJ,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8IAA8I,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,8JAA8J,KAAK,eAAc,CAAI,GAGlqB",
|
|
9
|
+
"debugId": "62FBB4E41E71B8E564756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|