@central-icons-react-native/square-filled-radius-0-stroke-2 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:"M13.7574 2.99991L10 6.75735V14H17.2426L21 10.2426V20.9999H3V2.99991H13.7574Z",fill:"currentColor"}),p.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 0.585693L23.4142 4.99991L16.4142 11.9999H12V7.58569L19 0.585693ZM14 8.41412V9.99991H15.5858L20.5858 4.99991L19 3.41412L14 8.41412Z",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:"M10 6.75781V14H17.2422L21 10.2432V21H3V3H13.7578L10 6.75781Z",fill:"currentColor"}),l.default.createElement(C.Path,{d:"M23.4141 5L16.4141 12H12V7.58594L19 0.585938L23.4141 5Z",fill:"currentColor"}))},M=v;
2
2
 
3
- //# debugId=69E70136D91D2F3564756E2164756E21
3
+ //# debugId=991929FA3380AF4264756E2164756E21
@@ -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=\"M13.7574 2.99991L10 6.75735V14H17.2426L21 10.2426V20.9999H3V2.99991H13.7574Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 0.585693L23.4142 4.99991L16.4142 11.9999H12V7.58569L19 0.585693ZM14 8.41412V9.99991H15.5858L20.5858 4.99991L19 3.41412L14 8.41412Z\" 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=\"M10 6.75781V14H17.2422L21 10.2432V21H3V3H13.7578L10 6.75781Z\" fill=\"currentColor\"/><Path d=\"M23.4141 5L16.4141 12H12V7.58594L19 0.585938L23.4141 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,wBAAsV,EAAtV,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+EAA+E,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yIAAyI,KAAK,eAAc,CAAI,GAGhV",
9
- "debugId": "69E70136D91D2F3564756E2164756E21",
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,wBAAiN,EAAjN,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,+DAA+D,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,0DAA0D,KAAK,eAAc,CAAI,GAG3M",
9
+ "debugId": "991929FA3380AF4264756E2164756E21",
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:"M13.7574 2.99991L10 6.75735V14H17.2426L21 10.2426V20.9999H3V2.99991H13.7574Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M19 0.585693L23.4142 4.99991L16.4142 11.9999H12V7.58569L19 0.585693ZM14 8.41412V9.99991H15.5858L20.5858 4.99991L19 3.41412L14 8.41412Z",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:"M10 6.75781V14H17.2422L21 10.2432V21H3V3H13.7578L10 6.75781Z",fill:"currentColor"}),t.createElement(n,{d:"M23.4141 5L16.4141 12H12V7.58594L19 0.585938L23.4141 5Z",fill:"currentColor"}))},g=m;export{g as default,m as IconEditSmall1};
2
2
 
3
- //# debugId=6632FBAB4A50311364756E2164756E21
3
+ //# debugId=B04D4EE9F99CD68E64756E2164756E21
@@ -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=\"M13.7574 2.99991L10 6.75735V14H17.2426L21 10.2426V20.9999H3V2.99991H13.7574Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M19 0.585693L23.4142 4.99991L16.4142 11.9999H12V7.58569L19 0.585693ZM14 8.41412V9.99991H15.5858L20.5858 4.99991L19 3.41412L14 8.41412Z\" 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=\"M10 6.75781V14H17.2422L21 10.2432V21H3V3H13.7578L10 6.75781Z\" fill=\"currentColor\"/><Path d=\"M23.4141 5L16.4141 12H12V7.58594L19 0.585938L23.4141 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,gBAAsV,EAAtV,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+EAA+E,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,yIAAyI,KAAK,eAAc,CAAI,GAGhV",
9
- "debugId": "6632FBAB4A50311364756E2164756E21",
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,gBAAiN,EAAjN,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,+DAA+D,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,0DAA0D,KAAK,eAAc,CAAI,GAG3M",
9
+ "debugId": "B04D4EE9F99CD68E64756E2164756E21",
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 d=Object.create;var{getPrototypeOf:h,defineProperty:L,getOwnPropertyNames:c,getOwnPropertyDescriptor:y}=Object,f=Object.prototype.hasOwnProperty;function I(r){return this[r]}var F,H,x=(r,o,t)=>{var e=r!=null&&typeof r==="object";if(e){var l=o?F??=new WeakMap:H??=new WeakMap,s=l.get(r);if(s)return s}t=r!=null?d(h(r)):{};let n=o||!r||!r.__esModule?L(t,"default",{value:r,enumerable:!0}):t;for(let p of c(r))if(!f.call(n,p))L(n,p,{get:I.bind(r,p),enumerable:!0});if(e)l.set(r,n);return n},B=(r)=>{var o=(C??=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 c(r))if(!f.call(o,e))L(o,e,{get:I.bind(r,e),enumerable:!(t=y(r,e))||t.enumerable})}return C.set(r,o),o},C;var S=(r)=>r;function V(r,o){this[r]=S.bind(null,o)}var g=(r,o)=>{for(var t in o)L(r,t,{get:o[t],enumerable:!0,configurable:!0,set:V.bind(o,t)})};var b={};g(b,{CentralIconBase:()=>a});module.exports=B(b);var i=x(require("react")),u=require("react-native-svg"),a=({children:r,size:o=24,...t})=>{return i.default.createElement(u.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={};g(w,{default:()=>$,IconExtendImage:()=>v});module.exports=B(w);var m=x(require("react"));var P=require("react-native-svg"),v=(r)=>{return m.default.createElement(a,{...r},m.default.createElement(P.Path,{d:"M21.707 3.70703L18 7.41406V11.5859L20.293 9.29297L21.707 10.707L18 14.4141V17.5859L20.293 15.293L21.707 16.707L16.707 21.707L15.293 20.293L17.5859 18H14.4141L10.707 21.707L9.29297 20.293L11.5859 18H7.41406L3.70703 21.707L2.29297 20.293L6 16.5859V12.4141L3.70703 14.707L2.29297 13.293L6 9.58594V6.41406L3.70703 8.70703L2.29297 7.29297L7.29297 2.29297L8.70703 3.70703L6.41406 6H9.58594L13.293 2.29297L14.707 3.70703L12.4141 6H16.5859L20.293 2.29297L21.707 3.70703Z",fill:"currentColor"}))},$=v;
2
+
3
+ //# debugId=66DC205BBFBF165164756E2164756E21
@@ -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.707 3.70703L18 7.41406V11.5859L20.293 9.29297L21.707 10.707L18 14.4141V17.5859L20.293 15.293L21.707 16.707L16.707 21.707L15.293 20.293L17.5859 18H14.4141L10.707 21.707L9.29297 20.293L11.5859 18H7.41406L3.70703 21.707L2.29297 20.293L6 16.5859V12.4141L3.70703 14.707L2.29297 13.293L6 9.58594V6.41406L3.70703 8.70703L2.29297 7.29297L7.29297 2.29297L8.70703 3.70703L6.41406 6H9.58594L13.293 2.29297L14.707 3.70703L12.4141 6H16.5859L20.293 2.29297L21.707 3.70703Z\" 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,wBAA4gB,EAA5gB,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,idAAid,KAAK,eAAc,CAAI,GAGtgB",
9
+ "debugId": "66DC205BBFBF165164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...L})=>{return n.createElement(p,{...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 a}from"react-native-svg";var m=(o)=>{return e.createElement(t,{...o},e.createElement(a,{d:"M21.707 3.70703L18 7.41406V11.5859L20.293 9.29297L21.707 10.707L18 14.4141V17.5859L20.293 15.293L21.707 16.707L16.707 21.707L15.293 20.293L17.5859 18H14.4141L10.707 21.707L9.29297 20.293L11.5859 18H7.41406L3.70703 21.707L2.29297 20.293L6 16.5859V12.4141L3.70703 14.707L2.29297 13.293L6 9.58594V6.41406L3.70703 8.70703L2.29297 7.29297L7.29297 2.29297L8.70703 3.70703L6.41406 6H9.58594L13.293 2.29297L14.707 3.70703L12.4141 6H16.5859L20.293 2.29297L21.707 3.70703Z",fill:"currentColor"}))},u=m;export{u as default,m as IconExtendImage};
2
+
3
+ //# debugId=E9C1A483F7DED1FB64756E2164756E21
@@ -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.707 3.70703L18 7.41406V11.5859L20.293 9.29297L21.707 10.707L18 14.4141V17.5859L20.293 15.293L21.707 16.707L16.707 21.707L15.293 20.293L17.5859 18H14.4141L10.707 21.707L9.29297 20.293L11.5859 18H7.41406L3.70703 21.707L2.29297 20.293L6 16.5859V12.4141L3.70703 14.707L2.29297 13.293L6 9.58594V6.41406L3.70703 8.70703L2.29297 7.29297L7.29297 2.29297L8.70703 3.70703L6.41406 6H9.58594L13.293 2.29297L14.707 3.70703L12.4141 6H16.5859L20.293 2.29297L21.707 3.70703Z\" 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,gBAA4gB,EAA5gB,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,idAAid,KAAK,eAAc,CAAI,GAGtgB",
9
+ "debugId": "E9C1A483F7DED1FB64756E2164756E21",
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 a of f(r))if(!c.call(p,a))n(p,a,{get:B.bind(r,a),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:()=>L});module.exports=i(w);var x=I(require("react")),P=require("react-native-svg"),L=({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(L,{...r},m.default.createElement(g.Path,{d:"M17.8662 3.83984L16.8662 5.57129L13 3.33887V11.4219L20 15.4629V11H22V17.7734L16.1338 21.1602L15.1338 19.4277L18.999 17.1953L12 13.1543L5 17.1953L8.86621 19.4277L7.86621 21.1602L2 17.7734V11H4V15.4629L11 11.4219V3.33887L7.13379 5.57129L6.13379 3.83984L12 0.453125L17.8662 3.83984Z",fill:"currentColor"}))},$=V;
2
+
3
+ //# debugId=3F5E84A3BCFEF4C564756E2164756E21
@@ -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=\"M17.8662 3.83984L16.8662 5.57129L13 3.33887V11.4219L20 15.4629V11H22V17.7734L16.1338 21.1602L15.1338 19.4277L18.999 17.1953L12 13.1543L5 17.1953L8.86621 19.4277L7.86621 21.1602L2 17.7734V11H4V15.4629L11 11.4219V3.33887L7.13379 5.57129L6.13379 3.83984L12 0.453125L17.8662 3.83984Z\" 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,wBAAqV,EAArV,IAAqB,GAAO,wBAAC,OAAD,CAAM,EAAE,0RAA0R,KAAK,eAAc,CAAI,GAG/U",
9
+ "debugId": "3F5E84A3BCFEF4C564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...n})=>{return p.createElement(a,{...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 L}from"react-native-svg";var m=(o)=>{return t.createElement(e,{...o},t.createElement(L,{d:"M17.8662 3.83984L16.8662 5.57129L13 3.33887V11.4219L20 15.4629V11H22V17.7734L16.1338 21.1602L15.1338 19.4277L18.999 17.1953L12 13.1543L5 17.1953L8.86621 19.4277L7.86621 21.1602L2 17.7734V11H4V15.4629L11 11.4219V3.33887L7.13379 5.57129L6.13379 3.83984L12 0.453125L17.8662 3.83984Z",fill:"currentColor"}))},P=m;export{P as default,m as IconReframe};
2
+
3
+ //# debugId=5C61F187385D6F3564756E2164756E21
@@ -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=\"M17.8662 3.83984L16.8662 5.57129L13 3.33887V11.4219L20 15.4629V11H22V17.7734L16.1338 21.1602L15.1338 19.4277L18.999 17.1953L12 13.1543L5 17.1953L8.86621 19.4277L7.86621 21.1602L2 17.7734V11H4V15.4629L11 11.4219V3.33887L7.13379 5.57129L6.13379 3.83984L12 0.453125L17.8662 3.83984Z\" 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,gBAAqV,EAArV,IAAqB,GAAO,gBAAC,EAAD,CAAM,EAAE,0RAA0R,KAAK,eAAc,CAAI,GAG/U",
9
+ "debugId": "5C61F187385D6F3564756E2164756E21",
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