@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.259 → 1.1.260
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/IconEditSmall1/index.js +2 -2
- package/IconEditSmall1/index.js.map +3 -3
- package/IconEditSmall1/index.mjs +2 -2
- package/IconEditSmall1/index.mjs.map +3 -3
- package/IconExtendImage/index.d.ts +4 -0
- package/IconExtendImage/index.js +3 -0
- package/IconExtendImage/index.js.map +11 -0
- package/IconExtendImage/index.mjs +3 -0
- package/IconExtendImage/index.mjs.map +11 -0
- package/IconReframe/index.d.ts +4 -0
- package/IconReframe/index.js +3 -0
- package/IconReframe/index.js.map +11 -0
- package/IconReframe/index.mjs +3 -0
- package/IconReframe/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
package/IconEditSmall1/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
var
|
|
1
|
+
var L=Object.create;var{getPrototypeOf:S,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:h}=Object,u=Object.prototype.hasOwnProperty;function B(r){return this[r]}var y,F,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var s=o?y??=new WeakMap:F??=new WeakMap,f=s.get(r);if(f)return f}t=r!=null?L(S(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let a of i(r))if(!u.call(p,a))n(p,a,{get:B.bind(r,a),enumerable:!0});if(e)s.set(r,p);return p},x=(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(!u.call(o,e))n(o,e,{get:B.bind(r,e),enumerable:!(t=h(r,e))||t.enumerable})}return c.set(r,o),o},c;var H=(r)=>r;function V(r,o){this[r]=H.bind(null,o)}var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:V.bind(o,t)})};var b={};P(b,{CentralIconBase:()=>m});module.exports=x(b);var g=I(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...t})=>{return g.default.createElement(d.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 w={};P(w,{default:()=>M,IconEditSmall1:()=>v});module.exports=x(w);var l=I(require("react"));var C=require("react-native-svg"),v=(r)=>{return l.default.createElement(m,{...r},l.default.createElement(C.Path,{d:"M11 7.87891V13H16.1211L21 8.12109V21H3V3H15.8789L11 7.87891Z",fill:"currentColor"}),l.default.createElement(C.Path,{d:"M22.207 5.5L15.707 12H12V8.29297L18.5 1.79297L22.207 5.5Z",fill:"currentColor"}))},M=v;
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=9835EA05F939668264756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconEditSmall1/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 IconEditSmall1: 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 IconEditSmall1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M11 7.87891V13H16.1211L21 8.12109V21H3V3H15.8789L11 7.87891Z\" fill=\"currentColor\"/><Path d=\"M22.207 5.5L15.707 12H12V8.29297L18.5 1.79297L22.207 5.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEditSmall1;\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,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,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,0ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA2C,CAAC,IAAU,CACjE,OAAO,wBAAmN,EAAnN,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+DAA+D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,4DAA4D,KAAK,eAAc,CAAI,GAG7M",
|
|
9
|
+
"debugId": "9835EA05F939668264756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
package/IconEditSmall1/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
1
|
+
import l from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>{return l.createElement(a,{...p,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import t from"react";import{Path as n}from"react-native-svg";var m=(o)=>{return t.createElement(e,{...o},t.createElement(n,{d:"M11 7.87891V13H16.1211L21 8.12109V21H3V3H15.8789L11 7.87891Z",fill:"currentColor"}),t.createElement(n,{d:"M22.207 5.5L15.707 12H12V8.29297L18.5 1.79297L22.207 5.5Z",fill:"currentColor"}))},g=m;export{g as default,m as IconEditSmall1};
|
|
2
2
|
|
|
3
|
-
//# debugId=
|
|
3
|
+
//# debugId=B351E0C6D7C9190464756E2164756E21
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
"sources": ["src/CentralIconBase/index.tsx", "src/IconEditSmall1/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 IconEditSmall1: 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 IconEditSmall1: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M11 7.87891V13H16.1211L21 8.12109V21H3V3H15.8789L11 7.87891Z\" fill=\"currentColor\"/><Path d=\"M22.207 5.5L15.707 12H12V8.29297L18.5 1.79297L22.207 5.5Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEditSmall1;\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,EAA2C,CAAC,IAAU,CACjE,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,EAA2C,CAAC,IAAU,CACjE,OAAO,gBAAmN,EAAnN,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+DAA+D,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,4DAA4D,KAAK,eAAc,CAAI,GAG7M",
|
|
9
|
+
"debugId": "B351E0C6D7C9190464756E2164756E21",
|
|
10
10
|
"names": []
|
|
11
11
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,i=Object.prototype.hasOwnProperty;function u(r){return this[r]}var F,H,I=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var C=o?F??=new WeakMap:H??=new WeakMap,f=C.get(r);if(f)return f}t=r!=null?v(h(r)):{};let p=o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t;for(let a of c(r))if(!i.call(p,a))n(p,a,{get:u.bind(r,a),enumerable:!0});if(e)C.set(r,p);return p},x=(r)=>{var o=(s??=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 c(r))if(!i.call(o,e))n(o,e,{get:u.bind(r,e),enumerable:!(t=y(r,e))||t.enumerable})}return s.set(r,o),o},s;var S=(r)=>r;function V(r,o){this[r]=S.bind(null,o)}var B=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0,configurable:!0,set:V.bind(o,t)})};var b={};B(b,{CentralIconBase:()=>m});module.exports=x(b);var g=I(require("react")),P=require("react-native-svg"),m=({children:r,size:o=24,...t})=>{return g.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 M={};B(M,{default:()=>Z,IconExtendImage:()=>d});module.exports=x(M);var L=I(require("react"));var l=require("react-native-svg"),d=(r)=>{return L.default.createElement(m,{...r},L.default.createElement(l.Path,{d:"M21.3535 3.35352L18 6.70703V12.293L20.6465 9.64648L21.3535 10.3535L18 13.707V18H13.707L10.3535 21.3535L9.64648 20.6465L12.293 18H6.70703L3.35352 21.3535L2.64648 20.6465L6 17.293V11.707L3.35352 14.3535L2.64648 13.6465L6 10.293V6H10.293L13.6465 2.64648L14.3535 3.35352L11.707 6H17.293L20.6465 2.64648L21.3535 3.35352Z",fill:"currentColor"}),L.default.createElement(l.Path,{d:"M21.3535 16.3535L16.3535 21.3535L15.6465 20.6465L20.6465 15.6465L21.3535 16.3535Z",fill:"currentColor"}),L.default.createElement(l.Path,{d:"M8.35352 3.35352L3.35352 8.35352L2.64648 7.64648L7.64648 2.64648L8.35352 3.35352Z",fill:"currentColor"}))},Z=d;
|
|
2
|
+
|
|
3
|
+
//# debugId=F32A33C27E45AC9164756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconExtendImage/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 IconExtendImage: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21.3535 3.35352L18 6.70703V12.293L20.6465 9.64648L21.3535 10.3535L18 13.707V18H13.707L10.3535 21.3535L9.64648 20.6465L12.293 18H6.70703L3.35352 21.3535L2.64648 20.6465L6 17.293V11.707L3.35352 14.3535L2.64648 13.6465L6 10.293V6H10.293L13.6465 2.64648L14.3535 3.35352L11.707 6H17.293L20.6465 2.64648L21.3535 3.35352Z\" fill=\"currentColor\"/><Path d=\"M21.3535 16.3535L16.3535 21.3535L15.6465 20.6465L20.6465 15.6465L21.3535 16.3535Z\" fill=\"currentColor\"/><Path d=\"M8.35352 3.35352L3.35352 8.35352L2.64648 7.64648L7.64648 2.64648L8.35352 3.35352Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconExtendImage;\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,2ECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAA4C,CAAC,IAAU,CAClE,OAAO,wBAA2lB,EAA3lB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,8TAA8T,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGrlB",
|
|
9
|
+
"debugId": "F32A33C27E45AC9164756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as l}from"react-native-svg";var n=({children:t,size:r=24,...L})=>{return p.createElement(l,{...L,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:"M21.3535 3.35352L18 6.70703V12.293L20.6465 9.64648L21.3535 10.3535L18 13.707V18H13.707L10.3535 21.3535L9.64648 20.6465L12.293 18H6.70703L3.35352 21.3535L2.64648 20.6465L6 17.293V11.707L3.35352 14.3535L2.64648 13.6465L6 10.293V6H10.293L13.6465 2.64648L14.3535 3.35352L11.707 6H17.293L20.6465 2.64648L21.3535 3.35352Z",fill:"currentColor"}),o.createElement(e,{d:"M21.3535 16.3535L16.3535 21.3535L15.6465 20.6465L20.6465 15.6465L21.3535 16.3535Z",fill:"currentColor"}),o.createElement(e,{d:"M8.35352 3.35352L3.35352 8.35352L2.64648 7.64648L7.64648 2.64648L8.35352 3.35352Z",fill:"currentColor"}))},g=a;export{g as default,a as IconExtendImage};
|
|
2
|
+
|
|
3
|
+
//# debugId=FE9D3E872EBBF54B64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconExtendImage/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 IconExtendImage: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M21.3535 3.35352L18 6.70703V12.293L20.6465 9.64648L21.3535 10.3535L18 13.707V18H13.707L10.3535 21.3535L9.64648 20.6465L12.293 18H6.70703L3.35352 21.3535L2.64648 20.6465L6 17.293V11.707L3.35352 14.3535L2.64648 13.6465L6 10.293V6H10.293L13.6465 2.64648L14.3535 3.35352L11.707 6H17.293L20.6465 2.64648L21.3535 3.35352Z\" fill=\"currentColor\"/><Path d=\"M21.3535 16.3535L16.3535 21.3535L15.6465 20.6465L20.6465 15.6465L21.3535 16.3535Z\" fill=\"currentColor\"/><Path d=\"M8.35352 3.35352L3.35352 8.35352L2.64648 7.64648L7.64648 2.64648L8.35352 3.35352Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconExtendImage;\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,EAA4C,CAAC,IAAU,CAClE,OAAO,gBAA2lB,EAA3lB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,8TAA8T,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,CAAI,GAGrlB",
|
|
9
|
+
"debugId": "FE9D3E872EBBF54B64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
var v=Object.create;var{getPrototypeOf:h,defineProperty:n,getOwnPropertyNames:f,getOwnPropertyDescriptor:y}=Object,c=Object.prototype.hasOwnProperty;function B(r){return this[r]}var F,S,I=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var l=o?F??=new WeakMap:S??=new WeakMap,s=l.get(r);if(s)return s}e=r!=null?v(h(r)):{};let p=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let L of f(r))if(!c.call(p,L))n(p,L,{get:B.bind(r,L),enumerable:!0});if(t)l.set(r,p);return p},i=(r)=>{var o=(C??=new WeakMap).get(r),e;if(o)return o;if(o=n({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var t of f(r))if(!c.call(o,t))n(o,t,{get:B.bind(r,t),enumerable:!(e=y(r,t))||e.enumerable})}return C.set(r,o),o},C;var b=(r)=>r;function d(r,o){this[r]=b.bind(null,o)}var u=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:d.bind(o,e)})};var w={};u(w,{CentralIconBase:()=>a});module.exports=i(w);var x=I(require("react")),P=require("react-native-svg"),a=({children:r,size:o=24,...e})=>{return x.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 H={};u(H,{default:()=>$,IconReframe:()=>V});module.exports=i(H);var m=I(require("react"));var g=require("react-native-svg"),V=(r)=>{return m.default.createElement(a,{...r},m.default.createElement(g.Path,{d:"M12.25 0.922852L17.4326 3.91504L16.9326 4.78125L12.5 2.21973V11.7188L21 16.917V11.8252H22V18.0986L16.5674 21.2354L16.0674 20.3691L20.5205 17.7969L12 12.5859L3.47852 17.7969L7.93262 20.3691L7.43262 21.2354L2 18.0986V11.8252H3V16.917L11.5 11.7188V2.21973L7.06738 4.78125L6.56738 3.91504L11.75 0.922852L12 0.777344L12.25 0.922852Z",fill:"currentColor"}))},$=V;
|
|
2
|
+
|
|
3
|
+
//# debugId=4DF5DC0EE6FE4FEF64756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconReframe/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 IconReframe: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.25 0.922852L17.4326 3.91504L16.9326 4.78125L12.5 2.21973V11.7188L21 16.917V11.8252H22V18.0986L16.5674 21.2354L16.0674 20.3691L20.5205 17.7969L12 12.5859L3.47852 17.7969L7.93262 20.3691L7.43262 21.2354L2 18.0986V11.8252H3V16.917L11.5 11.7188V2.21973L7.06738 4.78125L6.56738 3.91504L11.75 0.922852L12 0.777344L12.25 0.922852Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReframe;\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,uECvBoB,IAA1B,sBAEqB,IAArB,8BAEa,EAAwC,CAAC,IAAU,CAC9D,OAAO,wBAAqY,EAArY,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,0UAA0U,KAAK,eAAc,CAAI,GAG/X",
|
|
9
|
+
"debugId": "4DF5DC0EE6FE4FEF64756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import p from"react";import{Svg as L}from"react-native-svg";var e=({children:o,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"},o)};import t from"react";import{Path as a}from"react-native-svg";var m=(o)=>{return t.createElement(e,{...o},t.createElement(a,{d:"M12.25 0.922852L17.4326 3.91504L16.9326 4.78125L12.5 2.21973V11.7188L21 16.917V11.8252H22V18.0986L16.5674 21.2354L16.0674 20.3691L20.5205 17.7969L12 12.5859L3.47852 17.7969L7.93262 20.3691L7.43262 21.2354L2 18.0986V11.8252H3V16.917L11.5 11.7188V2.21973L7.06738 4.78125L6.56738 3.91504L11.75 0.922852L12 0.777344L12.25 0.922852Z",fill:"currentColor"}))},P=m;export{P as default,m as IconReframe};
|
|
2
|
+
|
|
3
|
+
//# debugId=1B818739BAAA499064756E2164756E21
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["src/CentralIconBase/index.tsx", "src/IconReframe/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 IconReframe: FC<CentralIconBaseProps> = (props) => {\n return <CentralIconBase {...props}><Path d=\"M12.25 0.922852L17.4326 3.91504L16.9326 4.78125L12.5 2.21973V11.7188L21 16.917V11.8252H22V18.0986L16.5674 21.2354L16.0674 20.3691L20.5205 17.7969L12 12.5859L3.47852 17.7969L7.93262 20.3691L7.43262 21.2354L2 18.0986V11.8252H3V16.917L11.5 11.7188V2.21973L7.06738 4.78125L6.56738 3.91504L11.75 0.922852L12 0.777344L12.25 0.922852Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconReframe;\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,EAAwC,CAAC,IAAU,CAC9D,OAAO,gBAAqY,EAArY,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,0UAA0U,KAAK,eAAc,CAAI,GAG/X",
|
|
9
|
+
"debugId": "1B818739BAAA499064756E2164756E21",
|
|
10
|
+
"names": []
|
|
11
|
+
}
|
package/README.md
CHANGED
|
@@ -412,6 +412,7 @@ Below is a complete list of available icons:
|
|
|
412
412
|
- IconQm3
|
|
413
413
|
- Icon3dBoxTop
|
|
414
414
|
- Icon3dBoxBottom
|
|
415
|
+
- IconReframe
|
|
415
416
|
|
|
416
417
|
### Building
|
|
417
418
|
|
|
@@ -781,6 +782,7 @@ Below is a complete list of available icons:
|
|
|
781
782
|
- IconWrite3
|
|
782
783
|
- IconColorPalette2
|
|
783
784
|
- IconEyedropper
|
|
785
|
+
- IconExtendImage
|
|
784
786
|
|
|
785
787
|
### Emoji
|
|
786
788
|
|