@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.198 → 1.1.200

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 { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconClawd: FC<CentralIconBaseProps>;
4
+ export default IconClawd;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!B.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=i(r,t))||l.enumerable});return o};var H=(o,r,e)=>(e=o!=null?f(d(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var P={};I(P,{IconClawd:()=>c,default:()=>x});module.exports=v(P);var p=H(require("react"));var V=H(require("react")),m=require("react-native-svg"),C=({children:o,size:r=24,...e})=>V.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),c=o=>p.default.createElement(C,{...o},p.default.createElement(s.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 4V8H24V12H20V20H18V16H16V20H14V16H10V20H8V16H6V20H4V12H0V8H4V4H20ZM16 6V8H18V6H16ZM6 8H8V6H6V8Z",fill:"currentColor"})),x=c;0&&(module.exports={IconClawd});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClawd/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconClawd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 4V8H24V12H20V20H18V16H16V20H14V16H10V20H8V16H6V20H4V12H0V8H4V4H20ZM16 6V8H18V6H16ZM6 8H8V6H6V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClawd;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,sGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconClawd_exports","__export","IconClawd","IconClawd_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClawd","props","React","CentralIconBase","IconClawd_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var H=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M20 4V8H24V12H20V20H18V16H16V20H14V16H10V20H8V16H6V20H4V12H0V8H4V4H20ZM16 6V8H18V6H16ZM6 8H8V6H6V8Z",fill:"currentColor"})),B=H;export{H as IconClawd,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClawd/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconClawd: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M20 4V8H24V12H20V20H18V16H16V20H14V16H10V20H8V16H6V20H4V12H0V8H4V4H20ZM16 6V8H18V6H16ZM6 8H8V6H6V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconClawd;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,sGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClawd","props","React","CentralIconBase","IconClawd_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconColorPalette2: FC<CentralIconBaseProps>;
4
+ export default IconColorPalette2;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var C=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var y=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},c=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of y(o))!I.call(r,l)&&l!==t&&C(r,l,{get:()=>o[l],enumerable:!(p=x(o,l))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?u(B(r)):{},c(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>c(C({},"__esModule",{value:!0}),r);var v={};P(v,{IconColorPalette2:()=>i,default:()=>h});module.exports=g(v);var e=s(require("react"));var f=s(require("react")),m=require("react-native-svg"),a=({children:r,size:o=24,...t})=>f.default.createElement(m.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 n=require("react-native-svg"),i=r=>e.default.createElement(a,{...r},e.default.createElement(n.Path,{d:"M12 3C16.9706 3 21 7.02944 21 12C21 12.5585 20.9487 13.1049 20.851 13.6351C20.6974 14.4686 19.9197 15 19.0721 15H14C12.8954 15 12 15.8954 12 17V19C12 20.1046 11.0932 21.023 10.0156 20.7805C5.99979 19.8768 3 16.2887 3 12C3 7.02944 7.02944 3 12 3Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Circle,{cx:"17.2504",cy:"10.6498",r:"1.35",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"13.35",cy:"6.9501",r:"1.35",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"8.25039",cy:"8.14981",r:"1.35",fill:"currentColor"}),e.default.createElement(n.Circle,{cx:"7.04922",cy:"13.2499",r:"1.35",fill:"currentColor"})),h=i;0&&(module.exports={IconColorPalette2});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconColorPalette2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconColorPalette2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C16.9706 3 21 7.02944 21 12C21 12.5585 20.9487 13.1049 20.851 13.6351C20.6974 14.4686 19.9197 15 19.0721 15H14C12.8954 15 12 15.8954 12 17V19C12 20.1046 11.0932 21.023 10.0156 20.7805C5.99979 19.8768 3 16.2887 3 12C3 7.02944 7.02944 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"17.2504\" cy=\"10.6498\" r=\"1.35\" fill=\"currentColor\" />\n <Circle cx=\"13.35\" cy=\"6.9501\" r=\"1.35\" fill=\"currentColor\" />\n <Circle cx=\"8.25039\" cy=\"8.14981\" r=\"1.35\" fill=\"currentColor\" />\n <Circle cx=\"7.04922\" cy=\"13.2499\" r=\"1.35\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconColorPalette2;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wPACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,QAAQ,GAAG,SAAS,EAAE,OAAO,KAAK,eAAe,EAC5D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/D,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,CACjE,EAIGE,EAAQJ","names":["IconColorPalette2_exports","__export","IconColorPalette2","IconColorPalette2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconColorPalette2","props","React","CentralIconBase","IconColorPalette2_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import C from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...l})=>C.createElement(p,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as t,Path as c}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(c,{d:"M12 3C16.9706 3 21 7.02944 21 12C21 12.5585 20.9487 13.1049 20.851 13.6351C20.6974 14.4686 19.9197 15 19.0721 15H14C12.8954 15 12 15.8954 12 17V19C12 20.1046 11.0932 21.023 10.0156 20.7805C5.99979 19.8768 3 16.2887 3 12C3 7.02944 7.02944 3 12 3Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{cx:"17.2504",cy:"10.6498",r:"1.35",fill:"currentColor"}),o.createElement(t,{cx:"13.35",cy:"6.9501",r:"1.35",fill:"currentColor"}),o.createElement(t,{cx:"8.25039",cy:"8.14981",r:"1.35",fill:"currentColor"}),o.createElement(t,{cx:"7.04922",cy:"13.2499",r:"1.35",fill:"currentColor"})),P=s;export{s as IconColorPalette2,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconColorPalette2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconColorPalette2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 3C16.9706 3 21 7.02944 21 12C21 12.5585 20.9487 13.1049 20.851 13.6351C20.6974 14.4686 19.9197 15 19.0721 15H14C12.8954 15 12 15.8954 12 17V19C12 20.1046 11.0932 21.023 10.0156 20.7805C5.99979 19.8768 3 16.2887 3 12C3 7.02944 7.02944 3 12 3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Circle cx=\"17.2504\" cy=\"10.6498\" r=\"1.35\" fill=\"currentColor\" />\n <Circle cx=\"13.35\" cy=\"6.9501\" r=\"1.35\" fill=\"currentColor\" />\n <Circle cx=\"8.25039\" cy=\"8.14981\" r=\"1.35\" fill=\"currentColor\" />\n <Circle cx=\"7.04922\" cy=\"13.2499\" r=\"1.35\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconColorPalette2;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wPACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,QAAQ,GAAG,SAAS,EAAE,OAAO,KAAK,eAAe,EAC5DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,EAC/DI,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,OAAO,KAAK,eAAe,CACjE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconColorPalette2","props","React","CentralIconBase","IconColorPalette2_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconComputerUse: FC<CentralIconBaseProps>;
4
+ export default IconComputerUse;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>l(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconComputerUse:()=>u,default:()=>h});module.exports=d(v);var p=m(require("react"));var C=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>C.default.createElement(c.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 s=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),p.default.createElement(s.Path,{d:"M11 17L8 8L17 11L12.5 12.5L11 17Z",fill:"currentColor"})),h=u;0&&(module.exports={IconComputerUse});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconComputerUse/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconComputerUse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M11 17L8 8L17 11L12.5 12.5L11 17Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconComputerUse;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,qBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGE,EAAQJ","names":["IconComputerUse_exports","__export","IconComputerUse","IconComputerUse_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconComputerUse","props","React","CentralIconBase","IconComputerUse_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.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{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M11 17L8 8L17 11L12.5 12.5L11 17Z",fill:"currentColor"})),P=l;export{l as IconComputerUse,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconComputerUse/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconComputerUse: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path d=\"M11 17L8 8L17 11L12.5 12.5L11 17Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconComputerUse;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjEG,EAAA,cAACH,EAAA,CAAK,EAAE,oCAAoC,KAAK,eAAe,CAClE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconComputerUse","props","React","CentralIconBase","IconComputerUse_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var c=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of k(o))!B.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=h(o,p))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?c(f(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(s({},"__esModule",{value:!0}),r);var V={};I(V,{IconTrophy:()=>u,default:()=>P});module.exports=x(V);var e=m(require("react"));var d=m(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...t})=>d.default.createElement(a.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 n=require("react-native-svg"),u=r=>e.default.createElement(i,{...r},e.default.createElement(n.Path,{d:"M12.0039 17V14",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M18 5H21V7C21 8.65685 19.6569 10 18 10",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M7 17H17V21H7V17Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M6 5H3V7C3 8.65685 4.34315 10 6 10",stroke:"currentColor",strokeWidth:"2"})),P=u;0&&(module.exports={IconTrophy});
1
+ "use strict";var c=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of k(o))!B.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=h(o,p))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?c(f(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>l(s({},"__esModule",{value:!0}),r);var V={};I(V,{IconTrophy:()=>u,default:()=>P});module.exports=x(V);var e=m(require("react"));var d=m(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...t})=>d.default.createElement(a.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 n=require("react-native-svg"),u=r=>e.default.createElement(i,{...r},e.default.createElement(n.Path,{d:"M12 17V14",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M18 5H21V7C21 8.65685 19.6569 10 18 10",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M7 17H17V21H7V17Z",stroke:"currentColor",strokeWidth:"2"}),e.default.createElement(n.Path,{d:"M6 5H3V7C3 8.65685 4.34315 10 6 10",stroke:"currentColor",strokeWidth:"2"})),P=u;0&&(module.exports={IconTrophy});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTrophy/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTrophy: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.0039 17V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M18 5H21V7C21 8.65685 19.6569 10 18 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M7 17H17V21H7V17Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 5H3V7C3 8.65685 4.34315 10 6 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrophy;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,EAC/D,EAAAA,QAAA,cAAC,QACC,EAAE,yCACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,EAClE,EAAAA,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconTrophy_exports","__export","IconTrophy","IconTrophy_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrophy","props","React","CentralIconBase","IconTrophy_default"]}
1
+ {"version":3,"sources":["../src/IconTrophy/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTrophy: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 17V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M18 5H21V7C21 8.65685 19.6569 10 18 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M7 17H17V21H7V17Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 5H3V7C3 8.65685 4.34315 10 6 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrophy;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1D,EAAAA,QAAA,cAAC,QACC,EAAE,yCACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,EAClE,EAAAA,QAAA,cAAC,QACC,EAAE,qCACF,OAAO,eACP,YAAY,IACd,CACF,EAIGE,EAAQJ","names":["IconTrophy_exports","__export","IconTrophy","IconTrophy_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconTrophy","props","React","CentralIconBase","IconTrophy_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12.0039 17V14",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M18 5H21V7C21 8.65685 19.6569 10 18 10",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M7 17H17V21H7V17Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M6 5H3V7C3 8.65685 4.34315 10 6 10",stroke:"currentColor",strokeWidth:"2"})),B=l;export{l as IconTrophy,B as default};
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M12 17V14",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M18 5H21V7C21 8.65685 19.6569 10 18 10",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M7 17H17V21H7V17Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(t,{d:"M6 5H3V7C3 8.65685 4.34315 10 6 10",stroke:"currentColor",strokeWidth:"2"})),B=l;export{l as IconTrophy,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconTrophy/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTrophy: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12.0039 17V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M18 5H21V7C21 8.65685 19.6569 10 18 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M7 17H17V21H7V17Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 5H3V7C3 8.65685 4.34315 10 6 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrophy;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,YAAY,IAAI,EAC/DG,EAAA,cAACH,EAAA,CACC,EAAE,yCACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,EAClEG,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrophy","props","React","CentralIconBase","IconTrophy_default"]}
1
+ {"version":3,"sources":["../src/IconTrophy/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconTrophy: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M12 17V14\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M18 5H21V7C21 8.65685 19.6569 10 18 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path d=\"M7 17H17V21H7V17Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M6 5H3V7C3 8.65685 4.34315 10 6 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconTrophy;\n","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<CentralIconBaseProps> = ({\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"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,YAAY,IAAI,EAC1DG,EAAA,cAACH,EAAA,CACC,EAAE,yCACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,IAAI,EAClEG,EAAA,cAACH,EAAA,CACC,EAAE,qCACF,OAAO,eACP,YAAY,IACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconTrophy","props","React","CentralIconBase","IconTrophy_default"]}
package/README.md CHANGED
@@ -337,6 +337,7 @@ Below is a complete list of available icons:
337
337
  - IconChevronTriangleUpSmall
338
338
  - IconCollaborationPointerLeft
339
339
  - IconCollaborationPointerRight
340
+ - IconComputerUse
340
341
  - IconCursor1
341
342
  - IconCursor3
342
343
  - IconCursorClick
@@ -684,6 +685,7 @@ Below is a complete list of available icons:
684
685
  - IconBrush
685
686
  - IconCircle
686
687
  - IconColorPalette
688
+ - IconColorPalette2
687
689
  - IconColorPicker
688
690
  - IconColorRoll
689
691
  - IconColors
@@ -1629,6 +1631,7 @@ Below is a complete list of available icons:
1629
1631
  - IconCentralIconSystem
1630
1632
  - IconChrome
1631
1633
  - IconClaudeai
1634
+ - IconClawd
1632
1635
  - IconCodepen
1633
1636
  - IconCopilot
1634
1637
  - IconCosmos
@@ -7000,6 +7000,20 @@
7000
7000
  "packageName": "square-outlined-radius-0-stroke-2",
7001
7001
  "componentName": "IconClaw"
7002
7002
  },
7003
+ {
7004
+ "category": "Social Media & Brands",
7005
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M20 4V8H24V12H20V20H18V16H16V20H14V16H10V20H8V16H6V20H4V12H0V8H4V4H20ZM16 6V8H18V6H16ZM6 8H8V6H6V8Z\" fill=\"currentColor\"/>",
7006
+ "iconName": "clawd",
7007
+ "variant": {
7008
+ "join": "square",
7009
+ "filled": "off",
7010
+ "radius": "0",
7011
+ "stroke": "2"
7012
+ },
7013
+ "createdAt": "2026-04-19T08:01:51.878519+00:00",
7014
+ "packageName": "square-outlined-radius-0-stroke-2",
7015
+ "componentName": "IconClawd"
7016
+ },
7003
7017
  {
7004
7018
  "category": "Interface General",
7005
7019
  "svg": "<path d=\"M15 5H19V21H5V5H9M9 3H15V7H9V3Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -7784,6 +7798,20 @@
7784
7798
  "packageName": "square-outlined-radius-0-stroke-2",
7785
7799
  "componentName": "IconColorPalette"
7786
7800
  },
7801
+ {
7802
+ "category": "Edit",
7803
+ "svg": "<path d=\"M12 3C16.9706 3 21 7.02944 21 12C21 12.5585 20.9487 13.1049 20.851 13.6351C20.6974 14.4686 19.9197 15 19.0721 15H14C12.8954 15 12 15.8954 12 17V19C12 20.1046 11.0932 21.023 10.0156 20.7805C5.99979 19.8768 3 16.2887 3 12C3 7.02944 7.02944 3 12 3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><circle cx=\"17.2504\" cy=\"10.6498\" r=\"1.35\" fill=\"currentColor\"/><circle cx=\"13.35\" cy=\"6.9501\" r=\"1.35\" fill=\"currentColor\"/><circle cx=\"8.25039\" cy=\"8.14981\" r=\"1.35\" fill=\"currentColor\"/><circle cx=\"7.04922\" cy=\"13.2499\" r=\"1.35\" fill=\"currentColor\"/>",
7804
+ "iconName": "color-palette-2, design, coloring",
7805
+ "variant": {
7806
+ "join": "square",
7807
+ "filled": "off",
7808
+ "radius": "0",
7809
+ "stroke": "2"
7810
+ },
7811
+ "createdAt": "2026-04-20T12:02:10.770828+00:00",
7812
+ "packageName": "square-outlined-radius-0-stroke-2",
7813
+ "componentName": "IconColorPalette2"
7814
+ },
7787
7815
  {
7788
7816
  "category": "Edit",
7789
7817
  "svg": "<path d=\"M17 3L4 16V20H8L21 7L17 3Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M10 7L17 14\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -8022,6 +8050,20 @@
8022
8050
  "packageName": "square-outlined-radius-0-stroke-2",
8023
8051
  "componentName": "IconComponents"
8024
8052
  },
8053
+ {
8054
+ "category": "Arrows",
8055
+ "svg": "<path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M11 17L8 8L17 11L12.5 12.5L11 17Z\" fill=\"currentColor\"/>",
8056
+ "iconName": "computer-use, cursor",
8057
+ "variant": {
8058
+ "join": "square",
8059
+ "filled": "off",
8060
+ "radius": "0",
8061
+ "stroke": "2"
8062
+ },
8063
+ "createdAt": "2026-04-20T12:02:10.770828+00:00",
8064
+ "packageName": "square-outlined-radius-0-stroke-2",
8065
+ "componentName": "IconComputerUse"
8066
+ },
8025
8067
  {
8026
8068
  "category": "Typography",
8027
8069
  "svg": "<path d=\"M4 10H20M20 14H4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M9.5 20L12 17.5L14.5 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M14.5 4L12 6.5L9.5 4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
@@ -25482,7 +25524,7 @@
25482
25524
  },
25483
25525
  {
25484
25526
  "category": "Things",
25485
- "svg": "<path d=\"M12.0039 17V14\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M18 5H21V7C21 8.65685 19.6569 10 18 10\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7 17H17V21H7V17Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 5H3V7C3 8.65685 4.34315 10 6 10\" stroke=\"currentColor\" stroke-width=\"2\"/>",
25527
+ "svg": "<path d=\"M12 17V14\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M18 5H21V7C21 8.65685 19.6569 10 18 10\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 3H18V8C18 11.3137 15.3137 14 12 14C8.68629 14 6 11.3137 6 8V3Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M7 17H17V21H7V17Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M6 5H3V7C3 8.65685 4.34315 10 6 10\" stroke=\"currentColor\" stroke-width=\"2\"/>",
25486
25528
  "iconName": "trophy, win, champion",
25487
25529
  "variant": {
25488
25530
  "join": "square",
package/icons/index.d.ts CHANGED
@@ -499,6 +499,7 @@ export type CentralIconName =
499
499
  | "IconClapboardWide"
500
500
  | "IconClaudeai"
501
501
  | "IconClaw"
502
+ | "IconClawd"
502
503
  | "IconClipboard"
503
504
  | "IconClipboard2"
504
505
  | "IconClipboard2Sparkle"
@@ -555,6 +556,7 @@ export type CentralIconName =
555
556
  | "IconCollaborationPointerLeft"
556
557
  | "IconCollaborationPointerRight"
557
558
  | "IconColorPalette"
559
+ | "IconColorPalette2"
558
560
  | "IconColorPicker"
559
561
  | "IconColorRoll"
560
562
  | "IconColors"
@@ -572,6 +574,7 @@ export type CentralIconName =
572
574
  | "IconCompassRound"
573
575
  | "IconCompassSquare"
574
576
  | "IconComponents"
577
+ | "IconComputerUse"
575
578
  | "IconConcise"
576
579
  | "IconConductor"
577
580
  | "IconConnectors1"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-2",
3
- "version": "1.1.198",
3
+ "version": "1.1.200",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1956,
14
+ "totalIcons": 1959,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 77,
@@ -110,7 +110,7 @@
110
110
  ]
111
111
  },
112
112
  "Arrows": {
113
- "count": 135,
113
+ "count": 136,
114
114
  "icons": [
115
115
  "IconArrow",
116
116
  "IconArrowBottomTop",
@@ -211,6 +211,7 @@
211
211
  "IconChevronTriangleUpSmall",
212
212
  "IconCollaborationPointerLeft",
213
213
  "IconCollaborationPointerRight",
214
+ "IconComputerUse",
214
215
  "IconCursor1",
215
216
  "IconCursor3",
216
217
  "IconCursorClick",
@@ -551,7 +552,7 @@
551
552
  ]
552
553
  },
553
554
  "Edit": {
554
- "count": 89,
555
+ "count": 90,
555
556
  "icons": [
556
557
  "Icon3d",
557
558
  "IconAddKeyframe",
@@ -574,6 +575,7 @@
574
575
  "IconBrush",
575
576
  "IconCircle",
576
577
  "IconColorPalette",
578
+ "IconColorPalette2",
577
579
  "IconColorPicker",
578
580
  "IconColorRoll",
579
581
  "IconColors",
@@ -1530,7 +1532,7 @@
1530
1532
  ]
1531
1533
  },
1532
1534
  "Social Media & Brands": {
1533
- "count": 145,
1535
+ "count": 146,
1534
1536
  "icons": [
1535
1537
  "IconAdobeAcrobat",
1536
1538
  "IconAffinity",
@@ -1555,6 +1557,7 @@
1555
1557
  "IconCentralIconSystem",
1556
1558
  "IconChrome",
1557
1559
  "IconClaudeai",
1560
+ "IconClawd",
1558
1561
  "IconCodepen",
1559
1562
  "IconCopilot",
1560
1563
  "IconCosmos",
@@ -2658,6 +2661,7 @@
2658
2661
  "IconClapboardWide": "clapboard-wide, movie, film",
2659
2662
  "IconClaudeai": "claudeai",
2660
2663
  "IconClaw": "claw, openclaw, ai, qclaw",
2664
+ "IconClawd": "clawd",
2661
2665
  "IconClipboard": "clipboard, copy, list",
2662
2666
  "IconClipboard2": "clipboard-2, copy, list",
2663
2667
  "IconClipboard2Sparkle": "clipboard 2-sparkle, copy, list, auto-fill, form-fill",
@@ -2714,6 +2718,7 @@
2714
2718
  "IconCollaborationPointerLeft": "collaboration-pointer-left, cursor, agents",
2715
2719
  "IconCollaborationPointerRight": "collaboration-pointer-right, cursor, agents",
2716
2720
  "IconColorPalette": "color-palette, colours",
2721
+ "IconColorPalette2": "color-palette-2, design, coloring",
2717
2722
  "IconColorPicker": "color-picker, color",
2718
2723
  "IconColorRoll": "color-roll, paint-roller",
2719
2724
  "IconColors": "colors, rgb, adjustments",
@@ -2731,6 +2736,7 @@
2731
2736
  "IconCompassRound": "compass-round, browser, safari, web, internet, navigation",
2732
2737
  "IconCompassSquare": "compass-square, browser, safari, web, internet, navigation",
2733
2738
  "IconComponents": "components, figma",
2739
+ "IconComputerUse": "computer-use, cursor",
2734
2740
  "IconConcise": "concise, text-shorten, squeeze",
2735
2741
  "IconConductor": "conductor, ochestrator, vibe",
2736
2742
  "IconConnectors1": "connectors-1, connection, apps",
package/index.d.ts CHANGED
@@ -498,6 +498,7 @@ export { IconClapboard, default as IconClapboardDefault, } from "./IconClapboard
498
498
  export { IconClapboardWide, default as IconClapboardWideDefault, } from "./IconClapboardWide";
499
499
  export { IconClaudeai, default as IconClaudeaiDefault } from "./IconClaudeai";
500
500
  export { IconClaw, default as IconClawDefault } from "./IconClaw";
501
+ export { IconClawd, default as IconClawdDefault } from "./IconClawd";
501
502
  export { IconClipboard, default as IconClipboardDefault, } from "./IconClipboard";
502
503
  export { IconClipboard2, default as IconClipboard2Default, } from "./IconClipboard2";
503
504
  export { IconClipboard2Sparkle, default as IconClipboard2SparkleDefault, } from "./IconClipboard2Sparkle";
@@ -554,6 +555,7 @@ export { IconCoinsAdd, default as IconCoinsAddDefault } from "./IconCoinsAdd";
554
555
  export { IconCollaborationPointerLeft, default as IconCollaborationPointerLeftDefault, } from "./IconCollaborationPointerLeft";
555
556
  export { IconCollaborationPointerRight, default as IconCollaborationPointerRightDefault, } from "./IconCollaborationPointerRight";
556
557
  export { IconColorPalette, default as IconColorPaletteDefault, } from "./IconColorPalette";
558
+ export { IconColorPalette2, default as IconColorPalette2Default, } from "./IconColorPalette2";
557
559
  export { IconColorPicker, default as IconColorPickerDefault, } from "./IconColorPicker";
558
560
  export { IconColorRoll, default as IconColorRollDefault, } from "./IconColorRoll";
559
561
  export { IconColorSwatch, default as IconColorSwatchDefault, } from "./IconColorSwatch";
@@ -571,6 +573,7 @@ export { IconCommits, default as IconCommitsDefault } from "./IconCommits";
571
573
  export { IconCompassRound, default as IconCompassRoundDefault, } from "./IconCompassRound";
572
574
  export { IconCompassSquare, default as IconCompassSquareDefault, } from "./IconCompassSquare";
573
575
  export { IconComponents, default as IconComponentsDefault, } from "./IconComponents";
576
+ export { IconComputerUse, default as IconComputerUseDefault, } from "./IconComputerUse";
574
577
  export { IconConcise, default as IconConciseDefault } from "./IconConcise";
575
578
  export { IconConductor, default as IconConductorDefault, } from "./IconConductor";
576
579
  export { IconConnectors1, default as IconConnectors1Default, } from "./IconConnectors1";