@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.
@@ -1,3 +1,3 @@
1
- var g=Object.create;var{getPrototypeOf:H,defineProperty:n,getOwnPropertyNames:i,getOwnPropertyDescriptor:S}=Object,u=Object.prototype.hasOwnProperty;function d(r){return this[r]}var V,h,B=(r,o,e)=>{var t=r!=null&&typeof r==="object";if(t){var f=o?V??=new WeakMap:h??=new WeakMap,s=f.get(r);if(s)return s}e=r!=null?g(H(r)):{};let l=o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e;for(let a of i(r))if(!u.call(l,a))n(l,a,{get:d.bind(r,a),enumerable:!0});if(t)f.set(r,l);return l},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 i(r))if(!u.call(o,t))n(o,t,{get:d.bind(r,t),enumerable:!(e=S(r,t))||e.enumerable})}return c.set(r,o),o},c;var y=(r)=>r;function F(r,o){this[r]=y.bind(null,o)}var L=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0,configurable:!0,set:F.bind(o,e)})};var b={};L(b,{CentralIconBase:()=>m});module.exports=I(b);var v=B(require("react")),x=require("react-native-svg"),m=({children:r,size:o=24,...e})=>{return v.default.createElement(x.Svg,{...e,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r)};var M={};L(M,{default:()=>Z,IconEditSmall1:()=>P});module.exports=I(M);var p=B(require("react"));var C=require("react-native-svg"),P=(r)=>{return p.default.createElement(m,{...r},p.default.createElement(C.Path,{d:"M14.4645 3.00008L10 7.46455V14.0001H16.5355L21 9.53562V21.0001H3V3.00008H14.4645Z",fill:"currentColor"}),p.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5 1.79297L22.2071 5.50008L15.7071 12.0001H12V8.29297L18.5 1.79297ZM13 8.70718V11.0001H15.2929L20.7929 5.50008L18.5 3.20718L13 8.70718Z",fill:"currentColor"}))},Z=P;
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=F4CCFE617607872364756E2164756E21
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=\"M14.4645 3.00008L10 7.46455V14.0001H16.5355L21 9.53562V21.0001H3V3.00008H14.4645Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5 1.79297L22.2071 5.50008L15.7071 12.0001H12V8.29297L18.5 1.79297ZM13 8.70718V11.0001H15.2929L20.7929 5.50008L18.5 3.20718L13 8.70718Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEditSmall1;\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=\"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,wBAA+V,EAA/V,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6IAA6I,KAAK,eAAc,CAAI,GAGzV",
9
- "debugId": "F4CCFE617607872364756E2164756E21",
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
  }
@@ -1,3 +1,3 @@
1
- import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...l})=>{return p.createElement(a,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o)};import e from"react";import{Path as n}from"react-native-svg";var m=(o)=>{return e.createElement(t,{...o},e.createElement(n,{d:"M14.4645 3.00008L10 7.46455V14.0001H16.5355L21 9.53562V21.0001H3V3.00008H14.4645Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.5 1.79297L22.2071 5.50008L15.7071 12.0001H12V8.29297L18.5 1.79297ZM13 8.70718V11.0001H15.2929L20.7929 5.50008L18.5 3.20718L13 8.70718Z",fill:"currentColor"}))},v=m;export{v as default,m as IconEditSmall1};
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=2C756A912871742764756E2164756E21
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=\"M14.4645 3.00008L10 7.46455V14.0001H16.5355L21 9.53562V21.0001H3V3.00008H14.4645Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.5 1.79297L22.2071 5.50008L15.7071 12.0001H12V8.29297L18.5 1.79297ZM13 8.70718V11.0001H15.2929L20.7929 5.50008L18.5 3.20718L13 8.70718Z\" fill=\"currentColor\"/></CentralIconBase>;\n};\n\nexport default IconEditSmall1;\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=\"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,gBAA+V,EAA/V,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,oFAAoF,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6IAA6I,KAAK,eAAc,CAAI,GAGzV",
9
- "debugId": "2C756A912871742764756E2164756E21",
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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconExtendImage: FC<CentralIconBaseProps>;
4
+ export default IconExtendImage;
@@ -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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconReframe: FC<CentralIconBaseProps>;
4
+ export default IconReframe;
@@ -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