@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.297 → 1.1.299

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.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconKimi: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconKimi;
@@ -0,0 +1,3 @@
1
+ var v=Object.create;var{getPrototypeOf:w,defineProperty:s,getOwnPropertyNames:u,getOwnPropertyDescriptor:P}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var V,H,g=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var i=r?V??=new WeakMap:H??=new WeakMap,l=i.get(o);if(l)return l}e=o!=null?v(w(o)):{};let m=r||!o||!o.__esModule?s(e,"default",{value:o,enumerable:!0}):e;for(let a of u(o))if(!c.call(m,a))s(m,a,{get:h.bind(o,a),enumerable:!0});if(t)i.set(o,m);return m},x=(o)=>{var r=(f??=new WeakMap).get(o),e;if(r)return r;if(r=s({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of u(o))if(!c.call(r,t))s(r,t,{get:h.bind(o,t),enumerable:!(e=P(o,t))||e.enumerable})}return f.set(o,r),r},f;var y=(o)=>o;function L(o,r){this[o]=y.bind(null,r)}var I=(o,r)=>{for(var e in r)s(o,e,{get:r[e],enumerable:!0,configurable:!0,set:L.bind(r,e)})};var M={};I(M,{CentralIconBase:()=>d});module.exports=x(M);var C=g(require("react")),n=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:t,...i})=>{let l=e!=="raw"&&!!t;return C.default.createElement(n.Svg,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},l?C.default.createElement(C.default.Fragment,null,C.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},C.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),C.default.createElement(n.G,{color:"#fff"},o)),C.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):o)};var S={};I(S,{default:()=>b,IconKimi:()=>B});module.exports=x(S);var p=g(require("react"));var k=require("react-native-svg"),B=p.default.memo((o)=>{return p.default.createElement(d,{...o,maskId:"square-outlined-radius-0-stroke-2-IconKimi"},p.default.createElement(k.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM8.08635 7.70134C8.03454 7.70136 7.99219 7.75328 7.99219 7.81777V15.9132C7.99219 15.9777 8.03454 16.0301 8.08635 16.0301H9.45198C9.50375 16.0301 9.54614 15.9777 9.54614 15.9132V14.2641C9.54614 14.229 9.55922 14.1952 9.5814 14.1732L10.8116 12.9523C10.8412 12.923 10.8825 12.9187 10.9155 12.9407L14.2066 15.3626C14.7455 15.7253 15.3477 15.9479 15.9591 16.0138C16.0136 16.0197 16.0606 15.9655 16.0607 15.8974V14.3439C16.0607 14.2845 16.0249 14.2362 15.9772 14.2289C15.6173 14.1725 15.2663 14.0332 14.9488 13.8193L12.0993 11.7565C12.0401 11.7169 12.0329 11.615 12.0854 11.563L15.7689 7.90869C15.8382 7.83976 15.7989 7.70138 15.7095 7.70134H13.7274C13.706 7.70137 13.6853 7.71006 13.6685 7.72686L9.69968 11.6632C9.63779 11.7241 9.54614 11.6698 9.54614 11.5723V7.81777C9.54614 7.75327 9.50375 7.70134 9.45198 7.70134H8.08635ZM17.5553 5.87927C17.0163 5.8793 16.5793 6.31622 16.5793 6.85525V7.71665C16.5794 7.77997 16.631 7.83123 16.6943 7.83123H17.5553C18.0943 7.83123 18.5312 7.39431 18.5312 6.85525C18.5312 6.3162 18.0943 5.87927 17.5553 5.87927Z",fill:"currentColor"}))}),b=B;
2
+
3
+ //# debugId=667E67D138993FD564756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconKimi/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKimi: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconKimi\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM8.08635 7.70134C8.03454 7.70136 7.99219 7.75328 7.99219 7.81777V15.9132C7.99219 15.9777 8.03454 16.0301 8.08635 16.0301H9.45198C9.50375 16.0301 9.54614 15.9777 9.54614 15.9132V14.2641C9.54614 14.229 9.55922 14.1952 9.5814 14.1732L10.8116 12.9523C10.8412 12.923 10.8825 12.9187 10.9155 12.9407L14.2066 15.3626C14.7455 15.7253 15.3477 15.9479 15.9591 16.0138C16.0136 16.0197 16.0606 15.9655 16.0607 15.8974V14.3439C16.0607 14.2845 16.0249 14.2362 15.9772 14.2289C15.6173 14.1725 15.2663 14.0332 14.9488 13.8193L12.0993 11.7565C12.0401 11.7169 12.0329 11.615 12.0854 11.563L15.7689 7.90869C15.8382 7.83976 15.7989 7.70138 15.7095 7.70134H13.7274C13.706 7.70137 13.6853 7.71006 13.6685 7.72686L9.69968 11.6632C9.63779 11.7241 9.54614 11.6698 9.54614 11.5723V7.81777C9.54614 7.75327 9.50375 7.70134 9.45198 7.70134H8.08635ZM17.5553 5.87927C17.0163 5.8793 16.5793 6.31622 16.5793 6.85525V7.71665C16.5794 7.77997 16.631 7.83123 16.6943 7.83123H17.5553C18.0943 7.83123 18.5312 7.39431 18.5312 6.85525C18.5312 6.3162 18.0943 5.87927 17.5553 5.87927Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconKimi;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,oEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA6D,UAAM,KAAK,CAAC,IAAU,CAC9F,OAAO,wBAAs1C,EAAt1C,IAAqB,EAAO,OAAO,8CAA6C,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,isCAAisC,KAAK,eAAc,CAAI,EAC91C,EAEc",
9
+ "debugId": "667E67D138993FD564756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import o from"react";import{Svg as p,Mask as a,Rect as C,G as d}from"react-native-svg";var s=({children:e,size:r=24,mode:i="masked",maskId:t,...l})=>{let m=i!=="raw"&&!!t;return o.createElement(p,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},m?o.createElement(o.Fragment,null,o.createElement(a,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(C,{width:"24",height:"24",fill:"#000"}),o.createElement(d,{color:"#fff"},e)),o.createElement(C,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as f}from"react-native-svg";var u=n.memo((e)=>{return n.createElement(s,{...e,maskId:"square-outlined-radius-0-stroke-2-IconKimi"},n.createElement(f,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM8.08635 7.70134C8.03454 7.70136 7.99219 7.75328 7.99219 7.81777V15.9132C7.99219 15.9777 8.03454 16.0301 8.08635 16.0301H9.45198C9.50375 16.0301 9.54614 15.9777 9.54614 15.9132V14.2641C9.54614 14.229 9.55922 14.1952 9.5814 14.1732L10.8116 12.9523C10.8412 12.923 10.8825 12.9187 10.9155 12.9407L14.2066 15.3626C14.7455 15.7253 15.3477 15.9479 15.9591 16.0138C16.0136 16.0197 16.0606 15.9655 16.0607 15.8974V14.3439C16.0607 14.2845 16.0249 14.2362 15.9772 14.2289C15.6173 14.1725 15.2663 14.0332 14.9488 13.8193L12.0993 11.7565C12.0401 11.7169 12.0329 11.615 12.0854 11.563L15.7689 7.90869C15.8382 7.83976 15.7989 7.70138 15.7095 7.70134H13.7274C13.706 7.70137 13.6853 7.71006 13.6685 7.72686L9.69968 11.6632C9.63779 11.7241 9.54614 11.6698 9.54614 11.5723V7.81777C9.54614 7.75327 9.50375 7.70134 9.45198 7.70134H8.08635ZM17.5553 5.87927C17.0163 5.8793 16.5793 6.31622 16.5793 6.85525V7.71665C16.5794 7.77997 16.631 7.83123 16.6943 7.83123H17.5553C18.0943 7.83123 18.5312 7.39431 18.5312 6.85525C18.5312 6.3162 18.0943 5.87927 17.5553 5.87927Z",fill:"currentColor"}))}),P=u;export{P as default,u as IconKimi};
2
+
3
+ //# debugId=3D4239FC94C5EAEE64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconKimi/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconKimi: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconKimi\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M16.75 2.5C19.3734 2.5 21.5 4.62665 21.5 7.25V16.75C21.5 19.3734 19.3734 21.5 16.75 21.5H7.25C4.62665 21.5 2.5 19.3734 2.5 16.75V7.25C2.5 4.62665 4.62665 2.5 7.25 2.5H16.75ZM8.08635 7.70134C8.03454 7.70136 7.99219 7.75328 7.99219 7.81777V15.9132C7.99219 15.9777 8.03454 16.0301 8.08635 16.0301H9.45198C9.50375 16.0301 9.54614 15.9777 9.54614 15.9132V14.2641C9.54614 14.229 9.55922 14.1952 9.5814 14.1732L10.8116 12.9523C10.8412 12.923 10.8825 12.9187 10.9155 12.9407L14.2066 15.3626C14.7455 15.7253 15.3477 15.9479 15.9591 16.0138C16.0136 16.0197 16.0606 15.9655 16.0607 15.8974V14.3439C16.0607 14.2845 16.0249 14.2362 15.9772 14.2289C15.6173 14.1725 15.2663 14.0332 14.9488 13.8193L12.0993 11.7565C12.0401 11.7169 12.0329 11.615 12.0854 11.563L15.7689 7.90869C15.8382 7.83976 15.7989 7.70138 15.7095 7.70134H13.7274C13.706 7.70137 13.6853 7.71006 13.6685 7.72686L9.69968 11.6632C9.63779 11.7241 9.54614 11.6698 9.54614 11.5723V7.81777C9.54614 7.75327 9.50375 7.70134 9.45198 7.70134H8.08635ZM17.5553 5.87927C17.0163 5.8793 16.5793 6.31622 16.5793 6.85525V7.71665C16.5794 7.77997 16.631 7.83123 16.6943 7.83123H17.5553C18.0943 7.83123 18.5312 7.39431 18.5312 6.85525C18.5312 6.3162 18.0943 5.87927 17.5553 5.87927Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconKimi;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAA6D,EAAM,KAAK,CAAC,IAAU,CAC9F,OAAO,gBAAs1C,EAAt1C,IAAqB,EAAO,OAAO,8CAA6C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,isCAAisC,KAAK,eAAc,CAAI,EAC91C,EAEc",
9
+ "debugId": "3D4239FC94C5EAEE64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconMinimax: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconMinimax;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:v,defineProperty:s,getOwnPropertyNames:f,getOwnPropertyDescriptor:w}=Object,u=Object.prototype.hasOwnProperty;function c(C){return this[C]}var P,M,h=(C,o,r)=>{var e=C!=null&&typeof C==="object";if(e){var i=o?P??=new WeakMap:M??=new WeakMap,a=i.get(C);if(a)return a}r=C!=null?B(v(C)):{};let l=o||!C||!C.__esModule?s(r,"default",{value:C,enumerable:!0}):r;for(let p of f(C))if(!u.call(l,p))s(l,p,{get:c.bind(C,p),enumerable:!0});if(e)i.set(C,l);return l},x=(C)=>{var o=(d??=new WeakMap).get(C),r;if(o)return o;if(o=s({},"__esModule",{value:!0}),C&&typeof C==="object"||typeof C==="function"){for(var e of f(C))if(!u.call(o,e))s(o,e,{get:c.bind(C,e),enumerable:!(r=w(C,e))||r.enumerable})}return d.set(C,o),o},d;var y=(C)=>C;function S(C,o){this[C]=y.bind(null,o)}var g=(C,o)=>{for(var r in o)s(C,r,{get:o[r],enumerable:!0,configurable:!0,set:S.bind(o,r)})};var b={};g(b,{CentralIconBase:()=>V});module.exports=x(b);var n=h(require("react")),t=require("react-native-svg"),V=({children:C,size:o=24,mode:r="masked",maskId:e,...i})=>{let a=r!=="raw"&&!!e;return n.default.createElement(t.Svg,{...i,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},a?n.default.createElement(n.default.Fragment,null,n.default.createElement(t.Mask,{id:e,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},n.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),n.default.createElement(t.G,{color:"#fff"},C)),n.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${e})`})):C)};var $={};g($,{default:()=>F,IconMinimax:()=>k});module.exports=x($);var m=h(require("react"));var I=require("react-native-svg"),k=m.default.memo((C)=>{return m.default.createElement(V,{...C,maskId:"square-outlined-radius-0-stroke-2-IconMinimax"},m.default.createElement(I.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.7432 3.24994C16.7548 3.24994 17.5746 4.06106 17.5746 5.06119V15.9996C17.5816 16.1672 17.6534 16.3255 17.7749 16.4412C17.8963 16.5569 18.0579 16.621 18.2256 16.6199C18.3932 16.6208 18.5546 16.5566 18.6758 16.4409C18.7971 16.3252 18.8687 16.167 18.8757 15.9996V9.46156C18.877 9.22485 18.9249 8.99071 19.0166 8.77251C19.1084 8.5543 19.2422 8.3563 19.4105 8.18981C19.5788 8.02333 19.7782 7.89162 19.9974 7.80221C20.2165 7.71279 20.4512 7.66742 20.6879 7.66869C20.9247 7.66742 21.1594 7.71282 21.3786 7.80229C21.5978 7.89176 21.7973 8.02355 21.9656 8.19012C22.1339 8.3567 22.2677 8.5548 22.3594 8.77311C22.4511 8.99142 22.4989 9.22566 22.5 9.46244V15.2033C22.4991 15.3538 22.4385 15.4977 22.3315 15.6035C22.2245 15.7093 22.08 15.7684 21.9295 15.7677C21.8549 15.7681 21.781 15.7539 21.7119 15.7258C21.6428 15.6977 21.58 15.6562 21.5269 15.6038C21.4739 15.5514 21.4317 15.4891 21.4027 15.4204C21.3737 15.3516 21.3586 15.2779 21.3581 15.2033V9.46244C21.3577 9.37488 21.34 9.28827 21.306 9.20755C21.2721 9.12683 21.2226 9.05359 21.1604 8.992C21.0981 8.93041 21.0244 8.88168 20.9433 8.8486C20.8622 8.81552 20.7754 8.79873 20.6879 8.79919C20.6003 8.79873 20.5135 8.81552 20.4325 8.8486C20.3514 8.88168 20.2776 8.93041 20.2154 8.992C20.1531 9.05359 20.1036 9.12683 20.0697 9.20755C20.0358 9.28827 20.0181 9.37488 20.0176 9.46244V16.0004C20.0164 16.2345 19.969 16.466 19.8783 16.6818C19.7875 16.8976 19.6552 17.0933 19.4888 17.258C19.3224 17.4226 19.1252 17.5528 18.9084 17.6412C18.6917 17.7296 18.4597 17.7745 18.2256 17.7732C17.9916 17.7745 17.7595 17.7296 17.5428 17.6412C17.3261 17.5528 17.1289 17.4226 16.9625 17.258C16.7961 17.0933 16.6637 16.8976 16.573 16.6818C16.4822 16.466 16.4349 16.2345 16.4336 16.0004V5.06294C16.4264 4.88521 16.3505 4.71722 16.2219 4.59433C16.0933 4.47144 15.922 4.40324 15.7441 4.40406C15.5662 4.403 15.3949 4.47099 15.2661 4.59371C15.1374 4.71644 15.0612 4.88434 15.0538 5.06206L15.0529 18.9781C15.0501 19.4506 14.8598 19.9027 14.5237 20.235C14.1877 20.5673 13.7334 20.7525 13.2609 20.7499C13.0268 20.7512 12.7948 20.7064 12.5781 20.618C12.3613 20.5295 12.1641 20.3993 11.9977 20.2347C11.8313 20.0701 11.699 19.8743 11.6082 19.6585C11.5175 19.4428 11.4701 19.2113 11.4689 18.9772V17.2849C11.4689 16.9734 11.7244 16.7206 12.0394 16.7206C12.3544 16.7206 12.6099 16.9734 12.6099 17.2849V18.9772C12.6099 19.2073 12.7341 19.4199 12.9354 19.5354C13.1366 19.6501 13.3851 19.6501 13.5864 19.5354C13.6851 19.4795 13.7673 19.3983 13.8245 19.3002C13.8816 19.2022 13.9118 19.0907 13.9119 18.9772V5.06119C13.9119 4.06106 14.7317 3.24994 15.7432 3.24994ZM10.7785 3.24994C11.79 3.24994 12.6099 4.06106 12.6099 5.06119V15.1438C12.6095 15.2183 12.5945 15.2921 12.5656 15.3608C12.5368 15.4295 12.4946 15.4919 12.4416 15.5443C12.3887 15.5967 12.3259 15.6382 12.2568 15.6663C12.1878 15.6944 12.1139 15.7086 12.0394 15.7082C11.9648 15.7086 11.8909 15.6944 11.8219 15.6663C11.7529 15.6382 11.6901 15.5967 11.6371 15.5443C11.5841 15.4919 11.542 15.4295 11.5131 15.3608C11.4843 15.2921 11.4692 15.2183 11.4689 15.1438V5.06119C11.4677 4.87917 11.3944 4.70505 11.2649 4.57708C11.1355 4.44911 10.9605 4.37776 10.7785 4.37869C10.5965 4.37776 10.4215 4.44911 10.2921 4.57708C10.1626 4.70505 10.0893 4.87917 10.0881 5.06119V17.3226C10.0853 17.8003 9.89301 18.2574 9.55339 18.5934C9.21376 18.9295 8.75463 19.1169 8.27688 19.1146C7.79897 19.1171 7.33961 18.9298 6.9998 18.5937C6.65998 18.2577 6.46753 17.8005 6.46475 17.3226V9.46244C6.46429 9.37488 6.44659 9.28827 6.41266 9.20755C6.37873 9.12683 6.32923 9.05359 6.26699 8.992C6.20475 8.93041 6.13099 8.88168 6.04992 8.8486C5.96885 8.81552 5.88206 8.79873 5.7945 8.79919C5.70694 8.79873 5.62015 8.81552 5.53908 8.8486C5.45801 8.88168 5.38425 8.93041 5.32201 8.992C5.25977 9.05359 5.21027 9.12683 5.17634 9.20755C5.14241 9.28827 5.12471 9.37488 5.12425 9.46244V12.7874C5.12299 13.0241 5.07512 13.2583 4.98337 13.4765C4.89162 13.6947 4.75778 13.8927 4.58951 14.0592C4.42124 14.2257 4.22182 14.3574 4.00265 14.4468C3.78347 14.5362 3.54883 14.5816 3.31213 14.5803C3.07542 14.5816 2.84078 14.5362 2.6216 14.4468C2.40243 14.3574 2.20301 14.2257 2.03474 14.0592C1.86647 13.8927 1.73263 13.6947 1.64088 13.4765C1.54913 13.2583 1.50126 13.0241 1.5 12.7874L1.5 11.5817C1.5 11.2693 1.7555 11.0164 2.0705 11.0164C2.3855 11.0164 2.64187 11.2702 2.64187 11.5817V12.7874C2.64187 13.1532 2.942 13.4498 3.31213 13.4498C3.68225 13.4498 3.98237 13.1532 3.98237 12.7874V9.46156C3.98515 8.98381 4.17749 8.52671 4.51711 8.19069C4.85674 7.85467 5.31587 7.66724 5.79362 7.66956C6.27153 7.667 6.73089 7.85434 7.0707 8.19038C7.41052 8.52642 7.60297 8.98366 7.60575 9.46156V17.3226C7.60575 17.6892 7.90587 17.9858 8.27688 17.9858C8.647 17.9858 8.94712 17.6892 8.94712 17.3226V5.06119C8.94712 4.06106 9.767 3.24994 10.7785 3.24994Z",fill:"currentColor"}))}),F=k;
2
+
3
+ //# debugId=DCADAA0D322C6B2F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconMinimax/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMinimax: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconMinimax\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.7432 3.24994C16.7548 3.24994 17.5746 4.06106 17.5746 5.06119V15.9996C17.5816 16.1672 17.6534 16.3255 17.7749 16.4412C17.8963 16.5569 18.0579 16.621 18.2256 16.6199C18.3932 16.6208 18.5546 16.5566 18.6758 16.4409C18.7971 16.3252 18.8687 16.167 18.8757 15.9996V9.46156C18.877 9.22485 18.9249 8.99071 19.0166 8.77251C19.1084 8.5543 19.2422 8.3563 19.4105 8.18981C19.5788 8.02333 19.7782 7.89162 19.9974 7.80221C20.2165 7.71279 20.4512 7.66742 20.6879 7.66869C20.9247 7.66742 21.1594 7.71282 21.3786 7.80229C21.5978 7.89176 21.7973 8.02355 21.9656 8.19012C22.1339 8.3567 22.2677 8.5548 22.3594 8.77311C22.4511 8.99142 22.4989 9.22566 22.5 9.46244V15.2033C22.4991 15.3538 22.4385 15.4977 22.3315 15.6035C22.2245 15.7093 22.08 15.7684 21.9295 15.7677C21.8549 15.7681 21.781 15.7539 21.7119 15.7258C21.6428 15.6977 21.58 15.6562 21.5269 15.6038C21.4739 15.5514 21.4317 15.4891 21.4027 15.4204C21.3737 15.3516 21.3586 15.2779 21.3581 15.2033V9.46244C21.3577 9.37488 21.34 9.28827 21.306 9.20755C21.2721 9.12683 21.2226 9.05359 21.1604 8.992C21.0981 8.93041 21.0244 8.88168 20.9433 8.8486C20.8622 8.81552 20.7754 8.79873 20.6879 8.79919C20.6003 8.79873 20.5135 8.81552 20.4325 8.8486C20.3514 8.88168 20.2776 8.93041 20.2154 8.992C20.1531 9.05359 20.1036 9.12683 20.0697 9.20755C20.0358 9.28827 20.0181 9.37488 20.0176 9.46244V16.0004C20.0164 16.2345 19.969 16.466 19.8783 16.6818C19.7875 16.8976 19.6552 17.0933 19.4888 17.258C19.3224 17.4226 19.1252 17.5528 18.9084 17.6412C18.6917 17.7296 18.4597 17.7745 18.2256 17.7732C17.9916 17.7745 17.7595 17.7296 17.5428 17.6412C17.3261 17.5528 17.1289 17.4226 16.9625 17.258C16.7961 17.0933 16.6637 16.8976 16.573 16.6818C16.4822 16.466 16.4349 16.2345 16.4336 16.0004V5.06294C16.4264 4.88521 16.3505 4.71722 16.2219 4.59433C16.0933 4.47144 15.922 4.40324 15.7441 4.40406C15.5662 4.403 15.3949 4.47099 15.2661 4.59371C15.1374 4.71644 15.0612 4.88434 15.0538 5.06206L15.0529 18.9781C15.0501 19.4506 14.8598 19.9027 14.5237 20.235C14.1877 20.5673 13.7334 20.7525 13.2609 20.7499C13.0268 20.7512 12.7948 20.7064 12.5781 20.618C12.3613 20.5295 12.1641 20.3993 11.9977 20.2347C11.8313 20.0701 11.699 19.8743 11.6082 19.6585C11.5175 19.4428 11.4701 19.2113 11.4689 18.9772V17.2849C11.4689 16.9734 11.7244 16.7206 12.0394 16.7206C12.3544 16.7206 12.6099 16.9734 12.6099 17.2849V18.9772C12.6099 19.2073 12.7341 19.4199 12.9354 19.5354C13.1366 19.6501 13.3851 19.6501 13.5864 19.5354C13.6851 19.4795 13.7673 19.3983 13.8245 19.3002C13.8816 19.2022 13.9118 19.0907 13.9119 18.9772V5.06119C13.9119 4.06106 14.7317 3.24994 15.7432 3.24994ZM10.7785 3.24994C11.79 3.24994 12.6099 4.06106 12.6099 5.06119V15.1438C12.6095 15.2183 12.5945 15.2921 12.5656 15.3608C12.5368 15.4295 12.4946 15.4919 12.4416 15.5443C12.3887 15.5967 12.3259 15.6382 12.2568 15.6663C12.1878 15.6944 12.1139 15.7086 12.0394 15.7082C11.9648 15.7086 11.8909 15.6944 11.8219 15.6663C11.7529 15.6382 11.6901 15.5967 11.6371 15.5443C11.5841 15.4919 11.542 15.4295 11.5131 15.3608C11.4843 15.2921 11.4692 15.2183 11.4689 15.1438V5.06119C11.4677 4.87917 11.3944 4.70505 11.2649 4.57708C11.1355 4.44911 10.9605 4.37776 10.7785 4.37869C10.5965 4.37776 10.4215 4.44911 10.2921 4.57708C10.1626 4.70505 10.0893 4.87917 10.0881 5.06119V17.3226C10.0853 17.8003 9.89301 18.2574 9.55339 18.5934C9.21376 18.9295 8.75463 19.1169 8.27688 19.1146C7.79897 19.1171 7.33961 18.9298 6.9998 18.5937C6.65998 18.2577 6.46753 17.8005 6.46475 17.3226V9.46244C6.46429 9.37488 6.44659 9.28827 6.41266 9.20755C6.37873 9.12683 6.32923 9.05359 6.26699 8.992C6.20475 8.93041 6.13099 8.88168 6.04992 8.8486C5.96885 8.81552 5.88206 8.79873 5.7945 8.79919C5.70694 8.79873 5.62015 8.81552 5.53908 8.8486C5.45801 8.88168 5.38425 8.93041 5.32201 8.992C5.25977 9.05359 5.21027 9.12683 5.17634 9.20755C5.14241 9.28827 5.12471 9.37488 5.12425 9.46244V12.7874C5.12299 13.0241 5.07512 13.2583 4.98337 13.4765C4.89162 13.6947 4.75778 13.8927 4.58951 14.0592C4.42124 14.2257 4.22182 14.3574 4.00265 14.4468C3.78347 14.5362 3.54883 14.5816 3.31213 14.5803C3.07542 14.5816 2.84078 14.5362 2.6216 14.4468C2.40243 14.3574 2.20301 14.2257 2.03474 14.0592C1.86647 13.8927 1.73263 13.6947 1.64088 13.4765C1.54913 13.2583 1.50126 13.0241 1.5 12.7874L1.5 11.5817C1.5 11.2693 1.7555 11.0164 2.0705 11.0164C2.3855 11.0164 2.64187 11.2702 2.64187 11.5817V12.7874C2.64187 13.1532 2.942 13.4498 3.31213 13.4498C3.68225 13.4498 3.98237 13.1532 3.98237 12.7874V9.46156C3.98515 8.98381 4.17749 8.52671 4.51711 8.19069C4.85674 7.85467 5.31587 7.66724 5.79362 7.66956C6.27153 7.667 6.73089 7.85434 7.0707 8.19038C7.41052 8.52642 7.60297 8.98366 7.60575 9.46156V17.3226C7.60575 17.6892 7.90587 17.9858 8.27688 17.9858C8.647 17.9858 8.94712 17.6892 8.94712 17.3226V5.06119C8.94712 4.06106 9.767 3.24994 10.7785 3.24994Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconMinimax;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,uEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAgE,UAAM,KAAK,CAAC,IAAU,CACjG,OAAO,wBAAqyJ,EAAryJ,IAAqB,EAAO,OAAO,iDAAgD,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6oJAA6oJ,KAAK,eAAc,CAAI,EAC7yJ,EAEc",
9
+ "debugId": "DCADAA0D322C6B2F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import C from"react";import{Svg as m,Mask as p,Rect as n,G as V}from"react-native-svg";var s=({children:r,size:o=24,mode:i="masked",maskId:e,...a})=>{let l=i!=="raw"&&!!e;return C.createElement(m,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l?C.createElement(C.Fragment,null,C.createElement(p,{id:e,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},C.createElement(n,{width:"24",height:"24",fill:"#000"}),C.createElement(V,{color:"#fff"},r)),C.createElement(n,{width:"24",height:"24",fill:"currentColor",mask:`url(#${e})`})):r)};import t from"react";import{Path as d}from"react-native-svg";var f=t.memo((r)=>{return t.createElement(s,{...r,maskId:"square-outlined-radius-0-stroke-2-IconMinimax"},t.createElement(d,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.7432 3.24994C16.7548 3.24994 17.5746 4.06106 17.5746 5.06119V15.9996C17.5816 16.1672 17.6534 16.3255 17.7749 16.4412C17.8963 16.5569 18.0579 16.621 18.2256 16.6199C18.3932 16.6208 18.5546 16.5566 18.6758 16.4409C18.7971 16.3252 18.8687 16.167 18.8757 15.9996V9.46156C18.877 9.22485 18.9249 8.99071 19.0166 8.77251C19.1084 8.5543 19.2422 8.3563 19.4105 8.18981C19.5788 8.02333 19.7782 7.89162 19.9974 7.80221C20.2165 7.71279 20.4512 7.66742 20.6879 7.66869C20.9247 7.66742 21.1594 7.71282 21.3786 7.80229C21.5978 7.89176 21.7973 8.02355 21.9656 8.19012C22.1339 8.3567 22.2677 8.5548 22.3594 8.77311C22.4511 8.99142 22.4989 9.22566 22.5 9.46244V15.2033C22.4991 15.3538 22.4385 15.4977 22.3315 15.6035C22.2245 15.7093 22.08 15.7684 21.9295 15.7677C21.8549 15.7681 21.781 15.7539 21.7119 15.7258C21.6428 15.6977 21.58 15.6562 21.5269 15.6038C21.4739 15.5514 21.4317 15.4891 21.4027 15.4204C21.3737 15.3516 21.3586 15.2779 21.3581 15.2033V9.46244C21.3577 9.37488 21.34 9.28827 21.306 9.20755C21.2721 9.12683 21.2226 9.05359 21.1604 8.992C21.0981 8.93041 21.0244 8.88168 20.9433 8.8486C20.8622 8.81552 20.7754 8.79873 20.6879 8.79919C20.6003 8.79873 20.5135 8.81552 20.4325 8.8486C20.3514 8.88168 20.2776 8.93041 20.2154 8.992C20.1531 9.05359 20.1036 9.12683 20.0697 9.20755C20.0358 9.28827 20.0181 9.37488 20.0176 9.46244V16.0004C20.0164 16.2345 19.969 16.466 19.8783 16.6818C19.7875 16.8976 19.6552 17.0933 19.4888 17.258C19.3224 17.4226 19.1252 17.5528 18.9084 17.6412C18.6917 17.7296 18.4597 17.7745 18.2256 17.7732C17.9916 17.7745 17.7595 17.7296 17.5428 17.6412C17.3261 17.5528 17.1289 17.4226 16.9625 17.258C16.7961 17.0933 16.6637 16.8976 16.573 16.6818C16.4822 16.466 16.4349 16.2345 16.4336 16.0004V5.06294C16.4264 4.88521 16.3505 4.71722 16.2219 4.59433C16.0933 4.47144 15.922 4.40324 15.7441 4.40406C15.5662 4.403 15.3949 4.47099 15.2661 4.59371C15.1374 4.71644 15.0612 4.88434 15.0538 5.06206L15.0529 18.9781C15.0501 19.4506 14.8598 19.9027 14.5237 20.235C14.1877 20.5673 13.7334 20.7525 13.2609 20.7499C13.0268 20.7512 12.7948 20.7064 12.5781 20.618C12.3613 20.5295 12.1641 20.3993 11.9977 20.2347C11.8313 20.0701 11.699 19.8743 11.6082 19.6585C11.5175 19.4428 11.4701 19.2113 11.4689 18.9772V17.2849C11.4689 16.9734 11.7244 16.7206 12.0394 16.7206C12.3544 16.7206 12.6099 16.9734 12.6099 17.2849V18.9772C12.6099 19.2073 12.7341 19.4199 12.9354 19.5354C13.1366 19.6501 13.3851 19.6501 13.5864 19.5354C13.6851 19.4795 13.7673 19.3983 13.8245 19.3002C13.8816 19.2022 13.9118 19.0907 13.9119 18.9772V5.06119C13.9119 4.06106 14.7317 3.24994 15.7432 3.24994ZM10.7785 3.24994C11.79 3.24994 12.6099 4.06106 12.6099 5.06119V15.1438C12.6095 15.2183 12.5945 15.2921 12.5656 15.3608C12.5368 15.4295 12.4946 15.4919 12.4416 15.5443C12.3887 15.5967 12.3259 15.6382 12.2568 15.6663C12.1878 15.6944 12.1139 15.7086 12.0394 15.7082C11.9648 15.7086 11.8909 15.6944 11.8219 15.6663C11.7529 15.6382 11.6901 15.5967 11.6371 15.5443C11.5841 15.4919 11.542 15.4295 11.5131 15.3608C11.4843 15.2921 11.4692 15.2183 11.4689 15.1438V5.06119C11.4677 4.87917 11.3944 4.70505 11.2649 4.57708C11.1355 4.44911 10.9605 4.37776 10.7785 4.37869C10.5965 4.37776 10.4215 4.44911 10.2921 4.57708C10.1626 4.70505 10.0893 4.87917 10.0881 5.06119V17.3226C10.0853 17.8003 9.89301 18.2574 9.55339 18.5934C9.21376 18.9295 8.75463 19.1169 8.27688 19.1146C7.79897 19.1171 7.33961 18.9298 6.9998 18.5937C6.65998 18.2577 6.46753 17.8005 6.46475 17.3226V9.46244C6.46429 9.37488 6.44659 9.28827 6.41266 9.20755C6.37873 9.12683 6.32923 9.05359 6.26699 8.992C6.20475 8.93041 6.13099 8.88168 6.04992 8.8486C5.96885 8.81552 5.88206 8.79873 5.7945 8.79919C5.70694 8.79873 5.62015 8.81552 5.53908 8.8486C5.45801 8.88168 5.38425 8.93041 5.32201 8.992C5.25977 9.05359 5.21027 9.12683 5.17634 9.20755C5.14241 9.28827 5.12471 9.37488 5.12425 9.46244V12.7874C5.12299 13.0241 5.07512 13.2583 4.98337 13.4765C4.89162 13.6947 4.75778 13.8927 4.58951 14.0592C4.42124 14.2257 4.22182 14.3574 4.00265 14.4468C3.78347 14.5362 3.54883 14.5816 3.31213 14.5803C3.07542 14.5816 2.84078 14.5362 2.6216 14.4468C2.40243 14.3574 2.20301 14.2257 2.03474 14.0592C1.86647 13.8927 1.73263 13.6947 1.64088 13.4765C1.54913 13.2583 1.50126 13.0241 1.5 12.7874L1.5 11.5817C1.5 11.2693 1.7555 11.0164 2.0705 11.0164C2.3855 11.0164 2.64187 11.2702 2.64187 11.5817V12.7874C2.64187 13.1532 2.942 13.4498 3.31213 13.4498C3.68225 13.4498 3.98237 13.1532 3.98237 12.7874V9.46156C3.98515 8.98381 4.17749 8.52671 4.51711 8.19069C4.85674 7.85467 5.31587 7.66724 5.79362 7.66956C6.27153 7.667 6.73089 7.85434 7.0707 8.19038C7.41052 8.52642 7.60297 8.98366 7.60575 9.46156V17.3226C7.60575 17.6892 7.90587 17.9858 8.27688 17.9858C8.647 17.9858 8.94712 17.6892 8.94712 17.3226V5.06119C8.94712 4.06106 9.767 3.24994 10.7785 3.24994Z",fill:"currentColor"}))}),w=f;export{w as default,f as IconMinimax};
2
+
3
+ //# debugId=404A0AEA5A9E383F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconMinimax/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconMinimax: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconMinimax\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M15.7432 3.24994C16.7548 3.24994 17.5746 4.06106 17.5746 5.06119V15.9996C17.5816 16.1672 17.6534 16.3255 17.7749 16.4412C17.8963 16.5569 18.0579 16.621 18.2256 16.6199C18.3932 16.6208 18.5546 16.5566 18.6758 16.4409C18.7971 16.3252 18.8687 16.167 18.8757 15.9996V9.46156C18.877 9.22485 18.9249 8.99071 19.0166 8.77251C19.1084 8.5543 19.2422 8.3563 19.4105 8.18981C19.5788 8.02333 19.7782 7.89162 19.9974 7.80221C20.2165 7.71279 20.4512 7.66742 20.6879 7.66869C20.9247 7.66742 21.1594 7.71282 21.3786 7.80229C21.5978 7.89176 21.7973 8.02355 21.9656 8.19012C22.1339 8.3567 22.2677 8.5548 22.3594 8.77311C22.4511 8.99142 22.4989 9.22566 22.5 9.46244V15.2033C22.4991 15.3538 22.4385 15.4977 22.3315 15.6035C22.2245 15.7093 22.08 15.7684 21.9295 15.7677C21.8549 15.7681 21.781 15.7539 21.7119 15.7258C21.6428 15.6977 21.58 15.6562 21.5269 15.6038C21.4739 15.5514 21.4317 15.4891 21.4027 15.4204C21.3737 15.3516 21.3586 15.2779 21.3581 15.2033V9.46244C21.3577 9.37488 21.34 9.28827 21.306 9.20755C21.2721 9.12683 21.2226 9.05359 21.1604 8.992C21.0981 8.93041 21.0244 8.88168 20.9433 8.8486C20.8622 8.81552 20.7754 8.79873 20.6879 8.79919C20.6003 8.79873 20.5135 8.81552 20.4325 8.8486C20.3514 8.88168 20.2776 8.93041 20.2154 8.992C20.1531 9.05359 20.1036 9.12683 20.0697 9.20755C20.0358 9.28827 20.0181 9.37488 20.0176 9.46244V16.0004C20.0164 16.2345 19.969 16.466 19.8783 16.6818C19.7875 16.8976 19.6552 17.0933 19.4888 17.258C19.3224 17.4226 19.1252 17.5528 18.9084 17.6412C18.6917 17.7296 18.4597 17.7745 18.2256 17.7732C17.9916 17.7745 17.7595 17.7296 17.5428 17.6412C17.3261 17.5528 17.1289 17.4226 16.9625 17.258C16.7961 17.0933 16.6637 16.8976 16.573 16.6818C16.4822 16.466 16.4349 16.2345 16.4336 16.0004V5.06294C16.4264 4.88521 16.3505 4.71722 16.2219 4.59433C16.0933 4.47144 15.922 4.40324 15.7441 4.40406C15.5662 4.403 15.3949 4.47099 15.2661 4.59371C15.1374 4.71644 15.0612 4.88434 15.0538 5.06206L15.0529 18.9781C15.0501 19.4506 14.8598 19.9027 14.5237 20.235C14.1877 20.5673 13.7334 20.7525 13.2609 20.7499C13.0268 20.7512 12.7948 20.7064 12.5781 20.618C12.3613 20.5295 12.1641 20.3993 11.9977 20.2347C11.8313 20.0701 11.699 19.8743 11.6082 19.6585C11.5175 19.4428 11.4701 19.2113 11.4689 18.9772V17.2849C11.4689 16.9734 11.7244 16.7206 12.0394 16.7206C12.3544 16.7206 12.6099 16.9734 12.6099 17.2849V18.9772C12.6099 19.2073 12.7341 19.4199 12.9354 19.5354C13.1366 19.6501 13.3851 19.6501 13.5864 19.5354C13.6851 19.4795 13.7673 19.3983 13.8245 19.3002C13.8816 19.2022 13.9118 19.0907 13.9119 18.9772V5.06119C13.9119 4.06106 14.7317 3.24994 15.7432 3.24994ZM10.7785 3.24994C11.79 3.24994 12.6099 4.06106 12.6099 5.06119V15.1438C12.6095 15.2183 12.5945 15.2921 12.5656 15.3608C12.5368 15.4295 12.4946 15.4919 12.4416 15.5443C12.3887 15.5967 12.3259 15.6382 12.2568 15.6663C12.1878 15.6944 12.1139 15.7086 12.0394 15.7082C11.9648 15.7086 11.8909 15.6944 11.8219 15.6663C11.7529 15.6382 11.6901 15.5967 11.6371 15.5443C11.5841 15.4919 11.542 15.4295 11.5131 15.3608C11.4843 15.2921 11.4692 15.2183 11.4689 15.1438V5.06119C11.4677 4.87917 11.3944 4.70505 11.2649 4.57708C11.1355 4.44911 10.9605 4.37776 10.7785 4.37869C10.5965 4.37776 10.4215 4.44911 10.2921 4.57708C10.1626 4.70505 10.0893 4.87917 10.0881 5.06119V17.3226C10.0853 17.8003 9.89301 18.2574 9.55339 18.5934C9.21376 18.9295 8.75463 19.1169 8.27688 19.1146C7.79897 19.1171 7.33961 18.9298 6.9998 18.5937C6.65998 18.2577 6.46753 17.8005 6.46475 17.3226V9.46244C6.46429 9.37488 6.44659 9.28827 6.41266 9.20755C6.37873 9.12683 6.32923 9.05359 6.26699 8.992C6.20475 8.93041 6.13099 8.88168 6.04992 8.8486C5.96885 8.81552 5.88206 8.79873 5.7945 8.79919C5.70694 8.79873 5.62015 8.81552 5.53908 8.8486C5.45801 8.88168 5.38425 8.93041 5.32201 8.992C5.25977 9.05359 5.21027 9.12683 5.17634 9.20755C5.14241 9.28827 5.12471 9.37488 5.12425 9.46244V12.7874C5.12299 13.0241 5.07512 13.2583 4.98337 13.4765C4.89162 13.6947 4.75778 13.8927 4.58951 14.0592C4.42124 14.2257 4.22182 14.3574 4.00265 14.4468C3.78347 14.5362 3.54883 14.5816 3.31213 14.5803C3.07542 14.5816 2.84078 14.5362 2.6216 14.4468C2.40243 14.3574 2.20301 14.2257 2.03474 14.0592C1.86647 13.8927 1.73263 13.6947 1.64088 13.4765C1.54913 13.2583 1.50126 13.0241 1.5 12.7874L1.5 11.5817C1.5 11.2693 1.7555 11.0164 2.0705 11.0164C2.3855 11.0164 2.64187 11.2702 2.64187 11.5817V12.7874C2.64187 13.1532 2.942 13.4498 3.31213 13.4498C3.68225 13.4498 3.98237 13.1532 3.98237 12.7874V9.46156C3.98515 8.98381 4.17749 8.52671 4.51711 8.19069C4.85674 7.85467 5.31587 7.66724 5.79362 7.66956C6.27153 7.667 6.73089 7.85434 7.0707 8.19038C7.41052 8.52642 7.60297 8.98366 7.60575 9.46156V17.3226C7.60575 17.6892 7.90587 17.9858 8.27688 17.9858C8.647 17.9858 8.94712 17.6892 8.94712 17.3226V5.06119C8.94712 4.06106 9.767 3.24994 10.7785 3.24994Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconMinimax;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAgE,EAAM,KAAK,CAAC,IAAU,CACjG,OAAO,gBAAqyJ,EAAryJ,IAAqB,EAAO,OAAO,iDAAgD,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,6oJAA6oJ,KAAK,eAAc,CAAI,EAC7yJ,EAEc",
9
+ "debugId": "404A0AEA5A9E383F64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconSpacexai: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconSpacexai;
@@ -0,0 +1,3 @@
1
+ var B=Object.create;var{getPrototypeOf:v,defineProperty:s,getOwnPropertyNames:c,getOwnPropertyDescriptor:w}=Object,h=Object.prototype.hasOwnProperty;function x(r){return this[r]}var P,S,g=(r,o,e)=>{var n=r!=null&&typeof r==="object";if(n){var a=o?P??=new WeakMap:S??=new WeakMap,m=a.get(r);if(m)return m}e=r!=null?B(v(r)):{};let C=o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e;for(let d of c(r))if(!h.call(C,d))s(C,d,{get:x.bind(r,d),enumerable:!0});if(n)a.set(r,C);return C},I=(r)=>{var o=(u??=new WeakMap).get(r),e;if(o)return o;if(o=s({},"__esModule",{value:!0}),r&&typeof r==="object"||typeof r==="function"){for(var n of c(r))if(!h.call(o,n))s(o,n,{get:x.bind(r,n),enumerable:!(e=w(r,n))||e.enumerable})}return u.set(r,o),o},u;var M=(r)=>r;function y(r,o){this[r]=M.bind(null,o)}var L=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0,configurable:!0,set:y.bind(o,e)})};var H={};L(H,{CentralIconBase:()=>f});module.exports=I(H);var l=g(require("react")),t=require("react-native-svg"),f=({children:r,size:o=24,mode:e="masked",maskId:n,...a})=>{let m=e!=="raw"&&!!n;return l.default.createElement(t.Svg,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?l.default.createElement(l.default.Fragment,null,l.default.createElement(t.Mask,{id:n,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},l.default.createElement(t.Rect,{width:"24",height:"24",fill:"#000"}),l.default.createElement(t.G,{color:"#fff"},r)),l.default.createElement(t.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${n})`})):r)};var Z={};L(Z,{default:()=>b,IconSpacexai:()=>k});module.exports=I(Z);var i=g(require("react"));var p=require("react-native-svg"),k=i.default.memo((r)=>{return i.default.createElement(f,{...r,maskId:"square-outlined-radius-0-stroke-2-IconSpacexai"},i.default.createElement(p.Path,{d:"M18.0264 16.6875H14.9863L14.0635 16.0166H8.91406C9.27653 15.6947 9.64382 15.3824 10.0146 15.0791H12.7725L11.3457 14.041C11.8559 13.6614 12.3716 13.2976 12.8916 12.9492L18.0264 16.6875Z",fill:"currentColor"}),i.default.createElement(p.Path,{d:"M22.8867 16.6875H19.8447L13.8516 12.3252C14.4038 11.9779 14.96 11.6471 15.5176 11.332L22.8867 16.6875Z",fill:"currentColor"}),i.default.createElement(p.Path,{d:"M6.95996 8.64356L9.30469 10.3477C8.72128 10.6912 8.17471 11.0307 7.66504 11.3633L3.92188 8.6416L6.95996 8.64356Z",fill:"currentColor"}),i.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.76562 16.6875H6.64648C9.31428 14.0056 12.283 11.8862 15.2893 10.2116C18.2397 8.56802 21.2263 7.35294 24 6.45511V5.69342C11.2427 8.72794 4.91563 14.5976 3.19922 16.2559L2.76562 16.6875Z",fill:"currentColor"}))}),b=k;
2
+
3
+ //# debugId=55DE3DA7A36198AF64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSpacexai/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSpacexai: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconSpacexai\"><Path d=\"M18.0264 16.6875H14.9863L14.0635 16.0166H8.91406C9.27653 15.6947 9.64382 15.3824 10.0146 15.0791H12.7725L11.3457 14.041C11.8559 13.6614 12.3716 13.2976 12.8916 12.9492L18.0264 16.6875Z\" fill=\"currentColor\"/><Path d=\"M22.8867 16.6875H19.8447L13.8516 12.3252C14.4038 11.9779 14.96 11.6471 15.5176 11.332L22.8867 16.6875Z\" fill=\"currentColor\"/><Path d=\"M6.95996 8.64356L9.30469 10.3477C8.72128 10.6912 8.17471 11.0307 7.66504 11.3633L3.92188 8.6416L6.95996 8.64356Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.76562 16.6875H6.64648C9.31428 14.0056 12.283 11.8862 15.2893 10.2116C18.2397 8.56802 21.2263 7.35294 24 6.45511V5.69342C11.2427 8.72794 4.91563 14.5976 3.19922 16.2559L2.76562 16.6875Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSpacexai;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,wEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAAiE,UAAM,KAAK,CAAC,IAAU,CAClG,OAAO,wBAAq0B,EAAr0B,IAAqB,EAAO,OAAO,kDAAiD,wBAAC,OAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,yGAAyG,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,EAAE,mHAAmH,KAAK,eAAc,EAAE,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8LAA8L,KAAK,eAAc,CAAI,EAC70B,EAEc",
9
+ "debugId": "55DE3DA7A36198AF64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import r from"react";import{Svg as C,Mask as d,Rect as i,G as f}from"react-native-svg";var s=({children:n,size:o=24,mode:p="masked",maskId:l,...a})=>{let m=p!=="raw"&&!!l;return r.createElement(C,{...a,width:typeof o==="number"?`${o}px`:o,height:typeof o==="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},m?r.createElement(r.Fragment,null,r.createElement(d,{id:l,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},r.createElement(i,{width:"24",height:"24",fill:"#000"}),r.createElement(f,{color:"#fff"},n)),r.createElement(i,{width:"24",height:"24",fill:"currentColor",mask:`url(#${l})`})):n)};import e from"react";import{Path as t}from"react-native-svg";var u=e.memo((n)=>{return e.createElement(s,{...n,maskId:"square-outlined-radius-0-stroke-2-IconSpacexai"},e.createElement(t,{d:"M18.0264 16.6875H14.9863L14.0635 16.0166H8.91406C9.27653 15.6947 9.64382 15.3824 10.0146 15.0791H12.7725L11.3457 14.041C11.8559 13.6614 12.3716 13.2976 12.8916 12.9492L18.0264 16.6875Z",fill:"currentColor"}),e.createElement(t,{d:"M22.8867 16.6875H19.8447L13.8516 12.3252C14.4038 11.9779 14.96 11.6471 15.5176 11.332L22.8867 16.6875Z",fill:"currentColor"}),e.createElement(t,{d:"M6.95996 8.64356L9.30469 10.3477C8.72128 10.6912 8.17471 11.0307 7.66504 11.3633L3.92188 8.6416L6.95996 8.64356Z",fill:"currentColor"}),e.createElement(t,{fillRule:"evenodd",clipRule:"evenodd",d:"M2.76562 16.6875H6.64648C9.31428 14.0056 12.283 11.8862 15.2893 10.2116C18.2397 8.56802 21.2263 7.35294 24 6.45511V5.69342C11.2427 8.72794 4.91563 14.5976 3.19922 16.2559L2.76562 16.6875Z",fill:"currentColor"}))}),w=u;export{w as default,u as IconSpacexai};
2
+
3
+ //# debugId=DF0D4C779F44326164756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconSpacexai/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconSpacexai: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconSpacexai\"><Path d=\"M18.0264 16.6875H14.9863L14.0635 16.0166H8.91406C9.27653 15.6947 9.64382 15.3824 10.0146 15.0791H12.7725L11.3457 14.041C11.8559 13.6614 12.3716 13.2976 12.8916 12.9492L18.0264 16.6875Z\" fill=\"currentColor\"/><Path d=\"M22.8867 16.6875H19.8447L13.8516 12.3252C14.4038 11.9779 14.96 11.6471 15.5176 11.332L22.8867 16.6875Z\" fill=\"currentColor\"/><Path d=\"M6.95996 8.64356L9.30469 10.3477C8.72128 10.6912 8.17471 11.0307 7.66504 11.3633L3.92188 8.6416L6.95996 8.64356Z\" fill=\"currentColor\"/><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M2.76562 16.6875H6.64648C9.31428 14.0056 12.283 11.8862 15.2893 10.2116C18.2397 8.56802 21.2263 7.35294 24 6.45511V5.69342C11.2427 8.72794 4.91563 14.5976 3.19922 16.2559L2.76562 16.6875Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconSpacexai;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAAiE,EAAM,KAAK,CAAC,IAAU,CAClG,OAAO,gBAAq0B,EAAr0B,IAAqB,EAAO,OAAO,kDAAiD,gBAAC,EAAD,CAAM,EAAE,2LAA2L,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,yGAAyG,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,EAAE,mHAAmH,KAAK,eAAc,EAAE,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,8LAA8L,KAAK,eAAc,CAAI,EAC70B,EAEc",
9
+ "debugId": "DF0D4C779F44326164756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconZai: React.NamedExoticComponent<CentralIconBaseProps>;
4
+ export default IconZai;
@@ -0,0 +1,3 @@
1
+ var v=Object.create;var{getPrototypeOf:w,defineProperty:a,getOwnPropertyNames:u,getOwnPropertyDescriptor:H}=Object,c=Object.prototype.hasOwnProperty;function h(o){return this[o]}var P,M,g=(o,r,e)=>{var t=o!=null&&typeof o==="object";if(t){var l=r?P??=new WeakMap:M??=new WeakMap,i=l.get(o);if(i)return i}e=o!=null?v(w(o)):{};let p=r||!o||!o.__esModule?a(e,"default",{value:o,enumerable:!0}):e;for(let C of u(o))if(!c.call(p,C))a(p,C,{get:h.bind(o,C),enumerable:!0});if(t)l.set(o,p);return p},x=(o)=>{var r=(f??=new WeakMap).get(o),e;if(r)return r;if(r=a({},"__esModule",{value:!0}),o&&typeof o==="object"||typeof o==="function"){for(var t of u(o))if(!c.call(r,t))a(r,t,{get:h.bind(o,t),enumerable:!(e=H(o,t))||e.enumerable})}return f.set(o,r),r},f;var Z=(o)=>o;function y(o,r){this[o]=Z.bind(null,r)}var I=(o,r)=>{for(var e in r)a(o,e,{get:r[e],enumerable:!0,configurable:!0,set:y.bind(r,e)})};var S={};I(S,{CentralIconBase:()=>d});module.exports=x(S);var s=g(require("react")),n=require("react-native-svg"),d=({children:o,size:r=24,mode:e="masked",maskId:t,...l})=>{let i=e!=="raw"&&!!t;return s.default.createElement(n.Svg,{...l,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},i?s.default.createElement(s.default.Fragment,null,s.default.createElement(n.Mask,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},s.default.createElement(n.Rect,{width:"24",height:"24",fill:"#000"}),s.default.createElement(n.G,{color:"#fff"},o)),s.default.createElement(n.Rect,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):o)};var L={};I(L,{default:()=>V,IconZai:()=>B});module.exports=x(L);var m=g(require("react"));var k=require("react-native-svg"),B=m.default.memo((o)=>{return m.default.createElement(d,{...o,maskId:"square-outlined-radius-0-stroke-2-IconZai"},m.default.createElement(k.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.6885 2.5C20.2418 2.50009 21.4999 3.75863 21.5 5.3125V18.6943C21.493 20.2412 20.2349 21.4998 18.6816 21.5H5.31152C3.75822 21.4999 2.50012 20.2414 2.5 18.6875V5.3125C2.50012 3.75863 3.75822 2.50009 5.31152 2.5H18.6885ZM13.2178 15.9238C12.9649 15.9239 12.7256 16.0502 12.585 16.2539L11.6641 17.5625H18.2041V15.9238H13.2178ZM13.3086 6.44434L5.46094 17.5615H10.6924L18.54 6.44434H13.3086ZM5.78906 8.07617H10.7812C11.0344 8.07617 11.2744 7.94904 11.415 7.74512L12.3291 6.44434C12.3291 6.44434 5.78364 6.44453 5.78906 6.4375V8.07617Z",fill:"currentColor"}))}),V=B;
2
+
3
+ //# debugId=6183A6EF2FB4A39B64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconZai/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconZai: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconZai\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.6885 2.5C20.2418 2.50009 21.4999 3.75863 21.5 5.3125V18.6943C21.493 20.2412 20.2349 21.4998 18.6816 21.5H5.31152C3.75822 21.4999 2.50012 20.2414 2.5 18.6875V5.3125C2.50012 3.75863 3.75822 2.50009 5.31152 2.5H18.6885ZM13.2178 15.9238C12.9649 15.9239 12.7256 16.0502 12.585 16.2539L11.6641 17.5625H18.2041V15.9238H13.2178ZM13.3086 6.44434L5.46094 17.5615H10.6924L18.54 6.44434H13.3086ZM5.78906 8.07617H10.7812C11.0344 8.07617 11.2744 7.94904 11.415 7.74512L12.3291 6.44434C12.3291 6.44434 5.78364 6.44453 5.78906 6.4375V8.07617Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconZai;\n"
7
+ ],
8
+ "mappings": "w7BAA0B,IAA1B,sBACA,8BAQa,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,wBA8BE,MA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gDACE,wBAUE,OAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,wBAAC,OAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,wBAA4B,IAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,wBAAC,OAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,mEChDY,IAAlB,sBAEqB,IAArB,8BAEa,EAA4D,UAAM,KAAK,CAAC,IAAU,CAC7F,OAAO,wBAAyqB,EAAzqB,IAAqB,EAAO,OAAO,6CAA4C,wBAAC,OAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qhBAAqhB,KAAK,eAAc,CAAI,EACjrB,EAEc",
9
+ "debugId": "6183A6EF2FB4A39B64756E2164756E21",
10
+ "names": []
11
+ }
@@ -0,0 +1,3 @@
1
+ import o from"react";import{Svg as m,Mask as C,Rect as s,G as d}from"react-native-svg";var a=({children:e,size:r=24,mode:l="masked",maskId:t,...i})=>{let p=l!=="raw"&&!!t;return o.createElement(m,{...i,width:typeof r==="number"?`${r}px`:r,height:typeof r==="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},p?o.createElement(o.Fragment,null,o.createElement(C,{id:t,maskUnits:"userSpaceOnUse",x:"0",y:"0",width:"24",height:"24"},o.createElement(s,{width:"24",height:"24",fill:"#000"}),o.createElement(d,{color:"#fff"},e)),o.createElement(s,{width:"24",height:"24",fill:"currentColor",mask:`url(#${t})`})):e)};import n from"react";import{Path as f}from"react-native-svg";var u=n.memo((e)=>{return n.createElement(a,{...e,maskId:"square-outlined-radius-0-stroke-2-IconZai"},n.createElement(f,{fillRule:"evenodd",clipRule:"evenodd",d:"M18.6885 2.5C20.2418 2.50009 21.4999 3.75863 21.5 5.3125V18.6943C21.493 20.2412 20.2349 21.4998 18.6816 21.5H5.31152C3.75822 21.4999 2.50012 20.2414 2.5 18.6875V5.3125C2.50012 3.75863 3.75822 2.50009 5.31152 2.5H18.6885ZM13.2178 15.9238C12.9649 15.9239 12.7256 16.0502 12.585 16.2539L11.6641 17.5625H18.2041V15.9238H13.2178ZM13.3086 6.44434L5.46094 17.5615H10.6924L18.54 6.44434H13.3086ZM5.78906 8.07617H10.7812C11.0344 8.07617 11.2744 7.94904 11.415 7.74512L12.3291 6.44434C12.3291 6.44434 5.78364 6.44453 5.78906 6.4375V8.07617Z",fill:"currentColor"}))}),H=u;export{H as default,u as IconZai};
2
+
3
+ //# debugId=8970C331F36E0A9F64756E2164756E21
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["src/CentralIconBase/index.tsx", "src/IconZai/index.tsx"],
4
+ "sourcesContent": [
5
+ "import React, { FC } from \"react\";\nimport { Svg, Mask, Rect, G, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n mode?: \"masked\" | \"raw\";\n maskId?: string;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n mode = \"masked\",\n maskId,\n ...props\n}) => {\n const masked = mode !== \"raw\" && !!maskId;\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 {masked ? (\n <>\n <Mask\n id={maskId}\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"0\"\n width=\"24\"\n height=\"24\"\n >\n <Rect width=\"24\" height=\"24\" fill=\"#000\" />\n <G color=\"#fff\">{children}</G>\n </Mask>\n <Rect\n width=\"24\"\n height=\"24\"\n fill=\"currentColor\"\n mask={`url(#${maskId})`}\n />\n </>\n ) : (\n children\n )}\n </Svg>\n );\n};\n",
6
+ "import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconZai: React.NamedExoticComponent<CentralIconBaseProps> = React.memo((props) => {\n return <CentralIconBase {...props} maskId=\"square-outlined-radius-0-stroke-2-IconZai\"><Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M18.6885 2.5C20.2418 2.50009 21.4999 3.75863 21.5 5.3125V18.6943C21.493 20.2412 20.2349 21.4998 18.6816 21.5H5.31152C3.75822 21.4999 2.50012 20.2414 2.5 18.6875V5.3125C2.50012 3.75863 3.75822 2.50009 5.31152 2.5H18.6885ZM13.2178 15.9238C12.9649 15.9239 12.7256 16.0502 12.585 16.2539L11.6641 17.5625H18.2041V15.9238H13.2178ZM13.3086 6.44434L5.46094 17.5615H10.6924L18.54 6.44434H13.3086ZM5.78906 8.07617H10.7812C11.0344 8.07617 11.2744 7.94904 11.415 7.74512L12.3291 6.44434C12.3291 6.44434 5.78364 6.44453 5.78906 6.4375V8.07617Z\" fill=\"currentColor\"/></CentralIconBase>;\n});\n\nexport default IconZai;\n"
7
+ ],
8
+ "mappings": "AAAA,qBACA,cAAS,UAAK,UAAM,OAAM,yBAQnB,IAAM,EAA4C,EACvD,WACA,OAAO,GACP,OAAO,SACP,YACG,KACC,CACJ,IAAM,EAAS,IAAS,OAAS,CAAC,CAAC,EACnC,OACE,gBA8BE,EA9BF,IACM,EACJ,MAAO,OAAO,IAAS,SAAW,GAAG,MAAW,EAChD,OAAQ,OAAO,IAAS,SAAW,GAAG,MAAW,EACjD,QAAQ,YACR,KAAK,QAEJ,EACC,gCACE,gBAUE,EAVF,CACE,GAAI,EACJ,UAAU,iBACV,EAAE,IACF,EAAE,IACF,MAAM,KACN,OAAO,MAEP,gBAAC,EAAD,CAAM,MAAM,KAAK,OAAO,KAAK,KAAK,OAAO,EACzC,gBAA4B,EAA5B,CAAG,MAAM,QAAQ,CAAW,CAC5B,EACF,gBAAC,EAAD,CACE,MAAM,KACN,OAAO,KACP,KAAK,eACL,KAAM,QAAQ,KAChB,CACA,EAEF,CAEF,GChDN,qBAEA,eAAS,yBAEF,IAAM,EAA4D,EAAM,KAAK,CAAC,IAAU,CAC7F,OAAO,gBAAyqB,EAAzqB,IAAqB,EAAO,OAAO,6CAA4C,gBAAC,EAAD,CAAM,SAAS,UAAU,SAAS,UAAU,EAAE,qhBAAqhB,KAAK,eAAc,CAAI,EACjrB,EAEc",
9
+ "debugId": "8970C331F36E0A9F64756E2164756E21",
10
+ "names": []
11
+ }
package/README.md CHANGED
@@ -1889,6 +1889,10 @@ Below is a complete list of available icons:
1889
1889
  - IconBase44
1890
1890
  - IconDatabricks
1891
1891
  - IconDatabricksGenieCode
1892
+ - IconZai
1893
+ - IconMinimax
1894
+ - IconKimi
1895
+ - IconSpacexai
1892
1896
 
1893
1897
  ### Sound & Music
1894
1898