@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.75 → 1.1.77

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.
Files changed (51) hide show
  1. package/IconArrowLeftSquare/index.d.ts +4 -0
  2. package/IconArrowLeftSquare/index.js +2 -0
  3. package/IconArrowLeftSquare/index.js.map +1 -0
  4. package/IconArrowLeftSquare/index.mjs +2 -0
  5. package/IconArrowLeftSquare/index.mjs.map +1 -0
  6. package/IconArrowRightSquare/index.d.ts +4 -0
  7. package/IconArrowRightSquare/index.js +2 -0
  8. package/IconArrowRightSquare/index.js.map +1 -0
  9. package/IconArrowRightSquare/index.mjs +2 -0
  10. package/IconArrowRightSquare/index.mjs.map +1 -0
  11. package/IconArrowUpSquare/index.d.ts +4 -0
  12. package/IconArrowUpSquare/index.js +2 -0
  13. package/IconArrowUpSquare/index.js.map +1 -0
  14. package/IconArrowUpSquare/index.mjs +2 -0
  15. package/IconArrowUpSquare/index.mjs.map +1 -0
  16. package/IconClapboard/index.d.ts +4 -0
  17. package/IconClapboard/index.js +2 -0
  18. package/IconClapboard/index.js.map +1 -0
  19. package/IconClapboard/index.mjs +2 -0
  20. package/IconClapboard/index.mjs.map +1 -0
  21. package/IconClapboardWide/index.d.ts +4 -0
  22. package/IconClapboardWide/index.js +2 -0
  23. package/IconClapboardWide/index.js.map +1 -0
  24. package/IconClapboardWide/index.mjs +2 -0
  25. package/IconClapboardWide/index.mjs.map +1 -0
  26. package/IconRadar/index.js +1 -1
  27. package/IconRadar/index.js.map +1 -1
  28. package/IconRadar/index.mjs +1 -1
  29. package/IconRadar/index.mjs.map +1 -1
  30. package/IconRadar1/index.d.ts +4 -0
  31. package/IconRadar1/index.js +2 -0
  32. package/IconRadar1/index.js.map +1 -0
  33. package/IconRadar1/index.mjs +2 -0
  34. package/IconRadar1/index.mjs.map +1 -0
  35. package/IconRedirectArrow/index.d.ts +4 -0
  36. package/IconRedirectArrow/index.js +2 -0
  37. package/IconRedirectArrow/index.js.map +1 -0
  38. package/IconRedirectArrow/index.mjs +2 -0
  39. package/IconRedirectArrow/index.mjs.map +1 -0
  40. package/README.md +8 -1
  41. package/filtered-icons.json +99 -1
  42. package/icons/index.d.ts +7 -0
  43. package/icons-index.json +21 -7
  44. package/index.d.ts +7 -0
  45. package/index.js +1 -1
  46. package/index.js.map +1 -1
  47. package/index.mjs +1 -1
  48. package/index.mjs.map +1 -1
  49. package/license-check.js +1 -1
  50. package/package.json +1 -1
  51. package/tsx-icons.json +51 -2
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowLeftSquare: FC<CentralIconBaseProps>;
4
+ export default IconArrowLeftSquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var g={};x(g,{IconArrowLeftSquare:()=>u,default:()=>P});module.exports=L(g);var p=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),C=({children:r,size:o=24,...e})=>f.default.createElement(s.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),u=r=>p.default.createElement(C,{...r},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM6.58594 12L11 16.4141L12.4141 15L10.4141 13H17V11H10.4141L12.4141 9L11 7.58594L6.58594 12Z",fill:"currentColor"})),P=u;0&&(module.exports={IconArrowLeftSquare});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowLeftSquare/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 IconArrowLeftSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM6.58594 12L11 16.4141L12.4141 15L10.4141 13H17V11H10.4141L12.4141 9L11 7.58594L6.58594 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLeftSquare;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowLeftSquare_exports","__export","IconArrowLeftSquare","IconArrowLeftSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowLeftSquare","props","React","CentralIconBase","IconArrowLeftSquare_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:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM6.58594 12L11 16.4141L12.4141 15L10.4141 13H17V11H10.4141L12.4141 9L11 7.58594L6.58594 12Z",fill:"currentColor"})),v=m;export{m as IconArrowLeftSquare,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowLeftSquare/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 IconArrowLeftSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM6.58594 12L11 16.4141L12.4141 15L10.4141 13H17V11H10.4141L12.4141 9L11 7.58594L6.58594 12Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowLeftSquare;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowLeftSquare","props","React","CentralIconBase","IconArrowLeftSquare_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowRightSquare: FC<CentralIconBaseProps>;
4
+ export default IconArrowRightSquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!g.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?u(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var L={};v(L,{IconArrowRightSquare:()=>i,default:()=>P});module.exports=x(L);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11.5859 9L13.5859 11H7V13H13.5859L11.5859 15L13 16.4141L17.4141 12L13 7.58594L11.5859 9Z",fill:"currentColor"})),P=i;0&&(module.exports={IconArrowRightSquare});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowRightSquare/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 IconArrowRightSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM11.5859 9L13.5859 11H7V13H13.5859L11.5859 15L13 16.4141L17.4141 12L13 7.58594L11.5859 9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRightSquare;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowRightSquare_exports","__export","IconArrowRightSquare","IconArrowRightSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowRightSquare","props","React","CentralIconBase","IconArrowRightSquare_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:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM11.5859 9L13.5859 11H7V13H13.5859L11.5859 15L13 16.4141L17.4141 12L13 7.58594L11.5859 9Z",fill:"currentColor"})),g=m;export{m as IconArrowRightSquare,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowRightSquare/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 IconArrowRightSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM11.5859 9L13.5859 11H7V13H13.5859L11.5859 15L13 16.4141L17.4141 12L13 7.58594L11.5859 9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRightSquare;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowRightSquare","props","React","CentralIconBase","IconArrowRightSquare_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconArrowUpSquare: FC<CentralIconBaseProps>;
4
+ export default IconArrowUpSquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!v.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(d(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var L={};x(L,{IconArrowUpSquare:()=>u,default:()=>g});module.exports=P(L);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>s.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),u=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7.58594 11L9 12.4141L11 10.4141V17H13V10.4141L15 12.4141L16.4141 11L12 6.58594L7.58594 11Z",fill:"currentColor"})),g=u;0&&(module.exports={IconArrowUpSquare});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowUpSquare/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 IconArrowUpSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7.58594 11L9 12.4141L11 10.4141V17H13V10.4141L15 12.4141L16.4141 11L12 6.58594L7.58594 11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowUpSquare;\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,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,+GACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowUpSquare_exports","__export","IconArrowUpSquare","IconArrowUpSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowUpSquare","props","React","CentralIconBase","IconArrowUpSquare_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:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as a}from"react-native-svg";var m=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7.58594 11L9 12.4141L11 10.4141V17H13V10.4141L15 12.4141L16.4141 11L12 6.58594L7.58594 11Z",fill:"currentColor"})),v=m;export{m as IconArrowUpSquare,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowUpSquare/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 IconArrowUpSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7.58594 11L9 12.4141L11 10.4141V17H13V10.4141L15 12.4141L16.4141 11L12 6.58594L7.58594 11Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowUpSquare;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,+GACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowUpSquare","props","React","CentralIconBase","IconArrowUpSquare_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconClapboard: FC<CentralIconBaseProps>;
4
+ export default IconClapboard;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of H(o))!d.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=B(o,e))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconClapboard:()=>i,default:()=>g});module.exports=P(v);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>t.default.createElement(c,{...r},t.default.createElement(l.Path,{d:"M21 21H3V9H21V21Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M6.82324 7H3V3H8.42285L6.82324 7Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M21 7H15.5771L17.1768 3H21V7Z",fill:"currentColor"})),g=i;0&&(module.exports={IconClapboard});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClapboard/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 IconClapboard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 21H3V9H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M6.82324 7H3V3H8.42285L6.82324 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 7H15.5771L17.1768 3H21V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboard;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,oBAAoB,KAAK,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,oCAAoC,KAAK,eAAe,EAChE,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,gCAAgC,KAAK,eAAe,CAC9D,EAIGE,EAAQJ","names":["IconClapboard_exports","__export","IconClapboard","IconClapboard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClapboard","props","React","CentralIconBase","IconClapboard_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M21 21H3V9H21V21Z",fill:"currentColor"}),o.createElement(n,{d:"M6.82324 7H3V3H8.42285L6.82324 7Z",fill:"currentColor"}),o.createElement(n,{d:"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z",fill:"currentColor"}),o.createElement(n,{d:"M21 7H15.5771L17.1768 3H21V7Z",fill:"currentColor"})),d=a;export{a as IconClapboard,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClapboard/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 IconClapboard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M21 21H3V9H21V21Z\" fill=\"currentColor\" />\n <Path d=\"M6.82324 7H3V3H8.42285L6.82324 7Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M21 7H15.5771L17.1768 3H21V7Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboard;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,oBAAoB,KAAK,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,oCAAoC,KAAK,eAAe,EAChEG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,gCAAgC,KAAK,eAAe,CAC9D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClapboard","props","React","CentralIconBase","IconClapboard_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconClapboardWide: FC<CentralIconBaseProps>;
4
+ export default IconClapboardWide;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},a=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!I.call(r,e)&&e!==n&&p(r,e,{get:()=>o[e],enumerable:!(C=d(o,e))||C.enumerable});return r};var f=(r,o,n)=>(n=r!=null?u(H(r)):{},a(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),P=r=>a(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconClapboardWide:()=>c,default:()=>g});module.exports=P(v);var t=f(require("react"));var m=f(require("react")),s=require("react-native-svg"),i=({children:r,size:o=24,...n})=>m.default.createElement(s.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),c=r=>t.default.createElement(i,{...r},t.default.createElement(l.Path,{d:"M22 20H2V10H22V20Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M6.5 8H2V4H8.09961L6.5 8Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M13.7471 8H8.65332L10.2529 4H15.3467L13.7471 8Z",fill:"currentColor"}),t.default.createElement(l.Path,{d:"M22 8H15.9004L17.5 4H22V8Z",fill:"currentColor"})),g=c;0&&(module.exports={IconClapboardWide});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClapboardWide/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 IconClapboardWide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M22 20H2V10H22V20Z\" fill=\"currentColor\" />\n <Path d=\"M6.5 8H2V4H8.09961L6.5 8Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.7471 8H8.65332L10.2529 4H15.3467L13.7471 8Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M22 8H15.9004L17.5 4H22V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboardWide;\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,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,qBAAqB,KAAK,eAAe,EACjD,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,kDACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,CAC3D,EAIGE,EAAQJ","names":["IconClapboardWide_exports","__export","IconClapboardWide","IconClapboardWide_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconClapboardWide","props","React","CentralIconBase","IconClapboardWide_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M22 20H2V10H22V20Z",fill:"currentColor"}),o.createElement(n,{d:"M6.5 8H2V4H8.09961L6.5 8Z",fill:"currentColor"}),o.createElement(n,{d:"M13.7471 8H8.65332L10.2529 4H15.3467L13.7471 8Z",fill:"currentColor"}),o.createElement(n,{d:"M22 8H15.9004L17.5 4H22V8Z",fill:"currentColor"})),I=a;export{a as IconClapboardWide,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconClapboardWide/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 IconClapboardWide: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M22 20H2V10H22V20Z\" fill=\"currentColor\" />\n <Path d=\"M6.5 8H2V4H8.09961L6.5 8Z\" fill=\"currentColor\" />\n <Path\n d=\"M13.7471 8H8.65332L10.2529 4H15.3467L13.7471 8Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M22 8H15.9004L17.5 4H22V8Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconClapboardWide;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,qBAAqB,KAAK,eAAe,EACjDG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CACC,EAAE,kDACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,6BAA6B,KAAK,eAAe,CAC3D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconClapboardWide","props","React","CentralIconBase","IconClapboardWide_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconRadar:()=>i,default:()=>g});module.exports=d(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>f.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z",fill:"currentColor"})),g=i;0&&(module.exports={IconRadar});
1
+ "use strict";var I=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of u(o))!P.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(p=i(o,t))||p.enumerable});return r};var l=(r,o,C)=>(C=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),L=r=>a(e({},"__esModule",{value:!0}),r);var d={};g(d,{IconRadar:()=>B,default:()=>v});module.exports=L(d);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>m.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),B=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M12.0049 2C14.3157 2.00015 16.4426 2.78865 18.1357 4.10547L18.9014 3.33984L20.6699 5.10742L13.9893 11.7939C13.9962 11.8617 14.001 11.9304 14.001 12C14.001 13.1046 13.1055 14 12.001 14C10.8964 14 10.001 13.1046 10.001 12C10.001 10.8954 10.8964 10 12.001 10C12.0793 10 12.1564 10.0059 12.2324 10.0146L13.5186 8.72754C13.0581 8.51425 12.5458 8.39455 12.0049 8.39453C10.0106 8.39453 8.39164 10.0134 8.3916 12.0127C8.39167 14.012 10.0106 15.6309 12.0049 15.6309C13.9991 15.6308 15.6181 14.012 15.6182 12.0127H18.1182C18.1181 15.3903 15.3822 18.1308 12.0049 18.1309C8.62753 18.1309 5.89167 15.3904 5.8916 12.0127C5.89164 8.63501 8.62751 5.89453 12.0049 5.89453C13.24 5.89455 14.3895 6.26331 15.3506 6.89355L16.3516 5.89062C15.1246 5.01544 13.6258 4.50014 12.0049 4.5C7.8619 4.5 4.50103 7.86254 4.50098 12.0127C4.50109 16.1628 7.86194 19.5254 12.0049 19.5254C16.1475 19.525 19.5087 16.1626 19.5088 12.0127C19.5088 11.1324 19.358 10.2895 19.082 9.50781L21.4395 8.67578C21.8085 9.72102 22.0088 10.8451 22.0088 12.0127C22.0087 17.5409 17.5306 22.025 12.0049 22.0254C6.47887 22.0254 2.00012 17.5412 2 12.0127C2.00005 6.48418 6.47883 2 12.0049 2Z",fill:"currentColor"})),v=B;0&&(module.exports={IconRadar});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconRadar/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 IconRadar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadar;\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,EAAE,8UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iVACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRadar_exports","__export","IconRadar","IconRadar_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRadar","props","React","CentralIconBase","IconRadar_default"]}
1
+ {"version":3,"sources":["../src/IconRadar/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 IconRadar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0049 2C14.3157 2.00015 16.4426 2.78865 18.1357 4.10547L18.9014 3.33984L20.6699 5.10742L13.9893 11.7939C13.9962 11.8617 14.001 11.9304 14.001 12C14.001 13.1046 13.1055 14 12.001 14C10.8964 14 10.001 13.1046 10.001 12C10.001 10.8954 10.8964 10 12.001 10C12.0793 10 12.1564 10.0059 12.2324 10.0146L13.5186 8.72754C13.0581 8.51425 12.5458 8.39455 12.0049 8.39453C10.0106 8.39453 8.39164 10.0134 8.3916 12.0127C8.39167 14.012 10.0106 15.6309 12.0049 15.6309C13.9991 15.6308 15.6181 14.012 15.6182 12.0127H18.1182C18.1181 15.3903 15.3822 18.1308 12.0049 18.1309C8.62753 18.1309 5.89167 15.3904 5.8916 12.0127C5.89164 8.63501 8.62751 5.89453 12.0049 5.89453C13.24 5.89455 14.3895 6.26331 15.3506 6.89355L16.3516 5.89062C15.1246 5.01544 13.6258 4.50014 12.0049 4.5C7.8619 4.5 4.50103 7.86254 4.50098 12.0127C4.50109 16.1628 7.86194 19.5254 12.0049 19.5254C16.1475 19.525 19.5087 16.1626 19.5088 12.0127C19.5088 11.1324 19.358 10.2895 19.082 9.50781L21.4395 8.67578C21.8085 9.72102 22.0088 10.8451 22.0088 12.0127C22.0087 17.5409 17.5306 22.025 12.0049 22.0254C6.47887 22.0254 2.00012 17.5412 2 12.0127C2.00005 6.48418 6.47883 2 12.0049 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadar;\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,EAAE,inCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRadar_exports","__export","IconRadar","IconRadar_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRadar","props","React","CentralIconBase","IconRadar_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(t,{d:"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z",fill:"currentColor"}),o.createElement(t,{d:"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z",fill:"currentColor"}),o.createElement(t,{d:"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z",fill:"currentColor"})),x=a;export{a as IconRadar,x as default};
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:o,size:r=24,...e})=>n.createElement(p,{...e,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 a}from"react-native-svg";var l=o=>t.createElement(C,{...o},t.createElement(a,{d:"M12.0049 2C14.3157 2.00015 16.4426 2.78865 18.1357 4.10547L18.9014 3.33984L20.6699 5.10742L13.9893 11.7939C13.9962 11.8617 14.001 11.9304 14.001 12C14.001 13.1046 13.1055 14 12.001 14C10.8964 14 10.001 13.1046 10.001 12C10.001 10.8954 10.8964 10 12.001 10C12.0793 10 12.1564 10.0059 12.2324 10.0146L13.5186 8.72754C13.0581 8.51425 12.5458 8.39455 12.0049 8.39453C10.0106 8.39453 8.39164 10.0134 8.3916 12.0127C8.39167 14.012 10.0106 15.6309 12.0049 15.6309C13.9991 15.6308 15.6181 14.012 15.6182 12.0127H18.1182C18.1181 15.3903 15.3822 18.1308 12.0049 18.1309C8.62753 18.1309 5.89167 15.3904 5.8916 12.0127C5.89164 8.63501 8.62751 5.89453 12.0049 5.89453C13.24 5.89455 14.3895 6.26331 15.3506 6.89355L16.3516 5.89062C15.1246 5.01544 13.6258 4.50014 12.0049 4.5C7.8619 4.5 4.50103 7.86254 4.50098 12.0127C4.50109 16.1628 7.86194 19.5254 12.0049 19.5254C16.1475 19.525 19.5087 16.1626 19.5088 12.0127C19.5088 11.1324 19.358 10.2895 19.082 9.50781L21.4395 8.67578C21.8085 9.72102 22.0088 10.8451 22.0088 12.0127C22.0087 17.5409 17.5306 22.025 12.0049 22.0254C6.47887 22.0254 2.00012 17.5412 2 12.0127C2.00005 6.48418 6.47883 2 12.0049 2Z",fill:"currentColor"})),P=l;export{l as IconRadar,P as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconRadar/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 IconRadar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadar;\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,EAAE,8UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iVACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRadar","props","React","CentralIconBase","IconRadar_default"]}
1
+ {"version":3,"sources":["../src/IconRadar/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 IconRadar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0049 2C14.3157 2.00015 16.4426 2.78865 18.1357 4.10547L18.9014 3.33984L20.6699 5.10742L13.9893 11.7939C13.9962 11.8617 14.001 11.9304 14.001 12C14.001 13.1046 13.1055 14 12.001 14C10.8964 14 10.001 13.1046 10.001 12C10.001 10.8954 10.8964 10 12.001 10C12.0793 10 12.1564 10.0059 12.2324 10.0146L13.5186 8.72754C13.0581 8.51425 12.5458 8.39455 12.0049 8.39453C10.0106 8.39453 8.39164 10.0134 8.3916 12.0127C8.39167 14.012 10.0106 15.6309 12.0049 15.6309C13.9991 15.6308 15.6181 14.012 15.6182 12.0127H18.1182C18.1181 15.3903 15.3822 18.1308 12.0049 18.1309C8.62753 18.1309 5.89167 15.3904 5.8916 12.0127C5.89164 8.63501 8.62751 5.89453 12.0049 5.89453C13.24 5.89455 14.3895 6.26331 15.3506 6.89355L16.3516 5.89062C15.1246 5.01544 13.6258 4.50014 12.0049 4.5C7.8619 4.5 4.50103 7.86254 4.50098 12.0127C4.50109 16.1628 7.86194 19.5254 12.0049 19.5254C16.1475 19.525 19.5087 16.1626 19.5088 12.0127C19.5088 11.1324 19.358 10.2895 19.082 9.50781L21.4395 8.67578C21.8085 9.72102 22.0088 10.8451 22.0088 12.0127C22.0087 17.5409 17.5306 22.025 12.0049 22.0254C6.47887 22.0254 2.00012 17.5412 2 12.0127C2.00005 6.48418 6.47883 2 12.0049 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadar;\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,EAAE,inCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRadar","props","React","CentralIconBase","IconRadar_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRadar1: FC<CentralIconBaseProps>;
4
+ export default IconRadar1;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var e=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)e(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&e(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>a(e({},"__esModule",{value:!0}),r);var v={};P(v,{IconRadar1:()=>i,default:()=>g});module.exports=d(v);var n=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>f.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(p.Path,{d:"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z",fill:"currentColor"})),g=i;0&&(module.exports={IconRadar1});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRadar1/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 IconRadar1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadar1;\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,QACC,EAAE,8UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iVACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRadar1_exports","__export","IconRadar1","IconRadar1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRadar1","props","React","CentralIconBase","IconRadar1_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:C,size:r=24,...e})=>p.createElement(l,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as t}from"react-native-svg";var a=C=>o.createElement(n,{...C},o.createElement(t,{d:"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z",fill:"currentColor"}),o.createElement(t,{d:"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z",fill:"currentColor"}),o.createElement(t,{d:"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z",fill:"currentColor"})),x=a;export{a as IconRadar1,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRadar1/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 IconRadar1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadar1;\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,CACC,EAAE,8UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iVACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRadar1","props","React","CentralIconBase","IconRadar1_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRedirectArrow: FC<CentralIconBaseProps>;
4
+ export default IconRedirectArrow;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var u=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})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(C=I(o,e))||C.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>a(n({},"__esModule",{value:!0}),r);var H={};g(H,{IconRedirectArrow:()=>i,default:()=>v});module.exports=L(H);var p=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M8 3C10.7614 3 13 5.23858 13 8V11H17.5859L15.293 8.70703L16.707 7.29297L21.4141 12L16.707 16.707L15.293 15.293L17.5859 13H13V21H11V13H8C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3ZM8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11H11V8C11 6.34315 9.65685 5 8 5Z",fill:"currentColor"})),v=i;0&&(module.exports={IconRedirectArrow});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRedirectArrow/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 IconRedirectArrow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 3C10.7614 3 13 5.23858 13 8V11H17.5859L15.293 8.70703L16.707 7.29297L21.4141 12L16.707 16.707L15.293 15.293L17.5859 13H13V21H11V13H8C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3ZM8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11H11V8C11 6.34315 9.65685 5 8 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRedirectArrow;\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,EAAqB,4BAERC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iRACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRedirectArrow_exports","__export","IconRedirectArrow","IconRedirectArrow_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRedirectArrow","props","React","CentralIconBase","IconRedirectArrow_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(C,{...n,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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M8 3C10.7614 3 13 5.23858 13 8V11H17.5859L15.293 8.70703L16.707 7.29297L21.4141 12L16.707 16.707L15.293 15.293L17.5859 13H13V21H11V13H8C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3ZM8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11H11V8C11 6.34315 9.65685 5 8 5Z",fill:"currentColor"})),P=l;export{l as IconRedirectArrow,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRedirectArrow/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 IconRedirectArrow: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8 3C10.7614 3 13 5.23858 13 8V11H17.5859L15.293 8.70703L16.707 7.29297L21.4141 12L16.707 16.707L15.293 15.293L17.5859 13H13V21H11V13H8C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3ZM8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11H11V8C11 6.34315 9.65685 5 8 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRedirectArrow;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iRACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRedirectArrow","props","React","CentralIconBase","IconRedirectArrow_default"]}
package/README.md CHANGED
@@ -244,6 +244,7 @@ Below is a complete list of available icons:
244
244
  - IconArrowLeftCircle
245
245
  - IconArrowLeftDownCircle
246
246
  - IconArrowLeftRight
247
+ - IconArrowLeftSquare
247
248
  - IconArrowLeftUpCircle
248
249
  - IconArrowPathDown
249
250
  - IconArrowPathLeft
@@ -255,6 +256,7 @@ Below is a complete list of available icons:
255
256
  - IconArrowRightCircle
256
257
  - IconArrowRightDownCircle
257
258
  - IconArrowRightLeft
259
+ - IconArrowRightSquare
258
260
  - IconArrowRightUpCircle
259
261
  - IconArrowRotateClockwise
260
262
  - IconArrowRotateCounterClockwise
@@ -283,6 +285,7 @@ Below is a complete list of available icons:
283
285
  - IconArrowUpDownLeftRight
284
286
  - IconArrowUpLeft
285
287
  - IconArrowUpRight
288
+ - IconArrowUpSquare
286
289
  - IconArrowWall2Down
287
290
  - IconArrowWall2Left
288
291
  - IconArrowWall2Right
@@ -330,6 +333,7 @@ Below is a complete list of available icons:
330
333
  - IconMinimize45
331
334
  - IconOngoing
332
335
  - IconRandom
336
+ - IconRedirectArrow
333
337
  - IconRemix
334
338
  - IconRotate360Left
335
339
  - IconRotate360Right
@@ -576,6 +580,7 @@ Below is a complete list of available icons:
576
580
  - IconPhoneHaptic
577
581
  - IconPrinter
578
582
  - IconProcessor
583
+ - IconRadar
579
584
  - IconRadio
580
585
  - IconSatellite1
581
586
  - IconSatellite2
@@ -1150,7 +1155,7 @@ Below is a complete list of available icons:
1150
1155
  - IconPinCircle
1151
1156
  - IconPinFlag
1152
1157
  - IconPinLocation
1153
- - IconRadar
1158
+ - IconRadar1
1154
1159
  - IconSend
1155
1160
  - IconWorld
1156
1161
 
@@ -1236,6 +1241,8 @@ Below is a complete list of available icons:
1236
1241
  - IconCameraOff1
1237
1242
  - IconCapture
1238
1243
  - IconCat
1244
+ - IconClapboard
1245
+ - IconClapboardWide
1239
1246
  - IconClosedCaptioning
1240
1247
  - IconContrast
1241
1248
  - IconCrop
@@ -1288,6 +1288,20 @@
1288
1288
  "packageName": "square-filled-radius-0-stroke-2",
1289
1289
  "componentName": "IconArrowLeftRight"
1290
1290
  },
1291
+ {
1292
+ "category": "Arrows",
1293
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM6.58594 12L11 16.4141L12.4141 15L10.4141 13H17V11H10.4141L12.4141 9L11 7.58594L6.58594 12Z\" fill=\"currentColor\"/>",
1294
+ "iconName": "arrow-left-square",
1295
+ "variant": {
1296
+ "join": "square",
1297
+ "filled": "on",
1298
+ "radius": "0",
1299
+ "stroke": "2"
1300
+ },
1301
+ "createdAt": "2025-12-19T23:20:54.027591+00:00",
1302
+ "packageName": "square-filled-radius-0-stroke-2",
1303
+ "componentName": "IconArrowLeftSquare"
1304
+ },
1291
1305
  {
1292
1306
  "category": "Arrows",
1293
1307
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM8 8H15V10H11.4142L16.4142 15L15 16.4142L10 11.4142V15H8L8 8Z\" fill=\"currentColor\"/>",
@@ -1470,6 +1484,20 @@
1470
1484
  "packageName": "square-filled-radius-0-stroke-2",
1471
1485
  "componentName": "IconArrowRightLeft"
1472
1486
  },
1487
+ {
1488
+ "category": "Arrows",
1489
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM11.5859 9L13.5859 11H7V13H13.5859L11.5859 15L13 16.4141L17.4141 12L13 7.58594L11.5859 9Z\" fill=\"currentColor\"/>",
1490
+ "iconName": "arrow-right-square",
1491
+ "variant": {
1492
+ "join": "square",
1493
+ "filled": "on",
1494
+ "radius": "0",
1495
+ "stroke": "2"
1496
+ },
1497
+ "createdAt": "2025-12-19T23:20:54.027591+00:00",
1498
+ "packageName": "square-filled-radius-0-stroke-2",
1499
+ "componentName": "IconArrowRightSquare"
1500
+ },
1473
1501
  {
1474
1502
  "category": "Arrows",
1475
1503
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12ZM16 8H9V10H12.5858L7.58579 15L9 16.4142L14 11.4142V15H16V8Z\" fill=\"currentColor\"/>",
@@ -1918,6 +1946,20 @@
1918
1946
  "packageName": "square-filled-radius-0-stroke-2",
1919
1947
  "componentName": "IconArrowUpRight"
1920
1948
  },
1949
+ {
1950
+ "category": "Arrows",
1951
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM7.58594 11L9 12.4141L11 10.4141V17H13V10.4141L15 12.4141L16.4141 11L12 6.58594L7.58594 11Z\" fill=\"currentColor\"/>",
1952
+ "iconName": "arrow-up-square, top",
1953
+ "variant": {
1954
+ "join": "square",
1955
+ "filled": "on",
1956
+ "radius": "0",
1957
+ "stroke": "2"
1958
+ },
1959
+ "createdAt": "2025-12-19T23:20:54.027591+00:00",
1960
+ "packageName": "square-filled-radius-0-stroke-2",
1961
+ "componentName": "IconArrowUpSquare"
1962
+ },
1921
1963
  {
1922
1964
  "category": "Arrows",
1923
1965
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 3V15.5858L16.25 12.3358L17.6642 13.75L12.4142 19H20V21H4V19H11.5858L6.33579 13.75L7.75 12.3358L11 15.5858V3H13Z\" fill=\"currentColor\"/>",
@@ -6146,6 +6188,34 @@
6146
6188
  "packageName": "square-filled-radius-0-stroke-2",
6147
6189
  "componentName": "IconCircleX"
6148
6190
  },
6191
+ {
6192
+ "category": "Photography & Video",
6193
+ "svg": "<path d=\"M21 21H3V9H21V21Z\" fill=\"currentColor\"/><path d=\"M6.82324 7H3V3H8.42285L6.82324 7Z\" fill=\"currentColor\"/><path d=\"M13.4238 7H8.97656L10.5762 3H15.0234L13.4238 7Z\" fill=\"currentColor\"/><path d=\"M21 7H15.5771L17.1768 3H21V7Z\" fill=\"currentColor\"/>",
6194
+ "iconName": "clapboard, movie, film",
6195
+ "variant": {
6196
+ "join": "square",
6197
+ "filled": "on",
6198
+ "radius": "0",
6199
+ "stroke": "2"
6200
+ },
6201
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
6202
+ "packageName": "square-filled-radius-0-stroke-2",
6203
+ "componentName": "IconClapboard"
6204
+ },
6205
+ {
6206
+ "category": "Photography & Video",
6207
+ "svg": "<path d=\"M22 20H2V10H22V20Z\" fill=\"currentColor\"/><path d=\"M6.5 8H2V4H8.09961L6.5 8Z\" fill=\"currentColor\"/><path d=\"M13.7471 8H8.65332L10.2529 4H15.3467L13.7471 8Z\" fill=\"currentColor\"/><path d=\"M22 8H15.9004L17.5 4H22V8Z\" fill=\"currentColor\"/>",
6208
+ "iconName": "clapboard-wide, movie, film",
6209
+ "variant": {
6210
+ "join": "square",
6211
+ "filled": "on",
6212
+ "radius": "0",
6213
+ "stroke": "2"
6214
+ },
6215
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
6216
+ "packageName": "square-filled-radius-0-stroke-2",
6217
+ "componentName": "IconClapboardWide"
6218
+ },
6149
6219
  {
6150
6220
  "category": "Social Media & Brands",
6151
6221
  "svg": "<path d=\"M5.92405 15.2962L9.85823 13.0903L9.92405 12.8981L9.85823 12.7918H9.66582L9.0076 12.7513L6.75949 12.6906L4.81013 12.6097L2.92152 12.5085L2.44557 12.4073L2 11.8204L2.04557 11.5269L2.44557 11.2588L3.01772 11.3094L4.28354 11.3954L6.18228 11.5269L7.55949 11.6079L9.6 11.8204H9.92405L9.96962 11.6888L9.85823 11.6079L9.77215 11.5269L7.8076 10.1963L5.68101 8.78978L4.56709 7.98027L3.96456 7.57045L3.66076 7.18594L3.52911 6.34607L4.07595 5.74399L4.81013 5.79459L4.99747 5.84518L5.74177 6.4169L7.33165 7.64635L9.4076 9.1743L9.71139 9.42727L9.83291 9.34126L9.8481 9.28055L9.71139 9.05287L8.58228 7.01391L7.37722 4.93954L6.84051 4.07943L6.69873 3.56337C6.6481 3.35087 6.61266 3.17379 6.61266 2.95624L7.23544 2.11131L7.57975 2L8.41013 2.11131L8.75949 2.41487L9.27595 3.59373L10.1114 5.45054L11.4076 7.97521L11.7873 8.72401L11.9899 9.41715L12.0658 9.62965H12.1975V9.50822L12.3038 8.08652L12.5013 6.34101L12.6937 4.09461L12.7595 3.46218L13.0734 2.70326L13.6962 2.29345L14.1823 2.52618L14.5823 3.0979L14.5266 3.46724L14.2886 5.01037L13.8228 7.42879L13.519 9.04781H13.6962L13.8987 8.84543L14.719 7.75765L16.0962 6.03744L16.7038 5.35441L17.4127 4.60056L17.8684 4.24134H18.7291L19.362 5.18239L19.0785 6.15381L18.1924 7.27701L17.4582 8.22818L16.4051 9.64483L15.7468 10.7781L15.8076 10.8692L15.9646 10.854L18.3443 10.3481L19.6304 10.1154L21.1646 9.85226L21.8582 10.1761L21.9342 10.5049L21.6608 11.1778L20.0203 11.5826L18.0962 11.9671L15.2304 12.6451L15.1949 12.6704L15.2354 12.721L16.5266 12.8424L17.0785 12.8728H18.4304L20.9468 13.06L21.6051 13.4951L22 14.0263L21.9342 14.4311L20.9215 14.9471L19.5544 14.6233L16.3646 13.8644L15.2709 13.5912H15.119V13.6823L16.0304 14.5727L17.7013 16.0804L19.7924 18.0233L19.8987 18.5039L19.6304 18.8834L19.3468 18.8429L17.5089 17.4617L16.8 16.8394L15.1949 15.4885H15.0886V15.6302L15.4582 16.1715L17.4127 19.106L17.5139 20.0066L17.3722 20.3L16.8658 20.4771L16.3089 20.3759L15.1646 18.7721L13.9848 16.9658L13.0329 15.3468L12.9165 15.4126L12.3544 21.4586L12.0911 21.7673L11.4835 22L10.9772 21.6155L10.7089 20.9932L10.9772 19.7637L11.3013 18.1599L11.5646 16.8849L11.8025 15.3013L11.9443 14.7751L11.9342 14.7397L11.8177 14.7549L10.6228 16.3941L8.80506 18.848L7.36709 20.386L7.02279 20.5226L6.42532 20.214L6.48101 19.6625L6.81519 19.1718L8.80506 16.642L10.0051 15.0736L10.7797 14.168L10.7747 14.0364H10.7291L5.44304 17.4667L4.50127 17.5882L4.0962 17.2087L4.14684 16.5864L4.33924 16.384L5.92911 15.2912L5.92405 15.2962Z\" fill=\"currentColor\"/>",
@@ -16758,6 +16828,20 @@
16758
16828
  "packageName": "square-filled-radius-0-stroke-2",
16759
16829
  "componentName": "IconQuora"
16760
16830
  },
16831
+ {
16832
+ "category": "Devices & Signals",
16833
+ "svg": "<path d=\"M12.0049 2C14.3157 2.00015 16.4426 2.78865 18.1357 4.10547L18.9014 3.33984L20.6699 5.10742L13.9893 11.7939C13.9962 11.8617 14.001 11.9304 14.001 12C14.001 13.1046 13.1055 14 12.001 14C10.8964 14 10.001 13.1046 10.001 12C10.001 10.8954 10.8964 10 12.001 10C12.0793 10 12.1564 10.0059 12.2324 10.0146L13.5186 8.72754C13.0581 8.51425 12.5458 8.39455 12.0049 8.39453C10.0106 8.39453 8.39164 10.0134 8.3916 12.0127C8.39167 14.012 10.0106 15.6309 12.0049 15.6309C13.9991 15.6308 15.6181 14.012 15.6182 12.0127H18.1182C18.1181 15.3903 15.3822 18.1308 12.0049 18.1309C8.62753 18.1309 5.89167 15.3904 5.8916 12.0127C5.89164 8.63501 8.62751 5.89453 12.0049 5.89453C13.24 5.89455 14.3895 6.26331 15.3506 6.89355L16.3516 5.89062C15.1246 5.01544 13.6258 4.50014 12.0049 4.5C7.8619 4.5 4.50103 7.86254 4.50098 12.0127C4.50109 16.1628 7.86194 19.5254 12.0049 19.5254C16.1475 19.525 19.5087 16.1626 19.5088 12.0127C19.5088 11.1324 19.358 10.2895 19.082 9.50781L21.4395 8.67578C21.8085 9.72102 22.0088 10.8451 22.0088 12.0127C22.0087 17.5409 17.5306 22.025 12.0049 22.0254C6.47887 22.0254 2.00012 17.5412 2 12.0127C2.00005 6.48418 6.47883 2 12.0049 2Z\" fill=\"currentColor\"/>",
16834
+ "iconName": "radar, control, check",
16835
+ "variant": {
16836
+ "join": "square",
16837
+ "filled": "on",
16838
+ "radius": "0",
16839
+ "stroke": "2"
16840
+ },
16841
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
16842
+ "packageName": "square-filled-radius-0-stroke-2",
16843
+ "componentName": "IconRadar"
16844
+ },
16761
16845
  {
16762
16846
  "category": "Location",
16763
16847
  "svg": "<path d=\"M6.02309 3.98197C3.58107 5.80529 2 8.71801 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 8.71801 20.4189 5.8053 17.9769 3.98198L15.9014 7.44119C17.1848 8.54068 18 10.1746 18 11.9996C18 15.3133 15.3137 17.9996 12 17.9996C8.68629 17.9996 6 15.3133 6 11.9996C6 10.1746 6.81524 8.54067 8.09862 7.44118L6.02309 3.98197Z\" fill=\"currentColor\"/><path d=\"M16.2628 2.9515L12.0336 10.0003L12 10L11.9665 10.0003L7.73718 2.95149C9.03029 2.34123 10.4753 2 12 2C13.5247 2 14.9697 2.34123 16.2628 2.9515Z\" fill=\"currentColor\"/><path d=\"M9.14972 9.19302L10.2512 11.0288C10.0912 11.3164 10 11.6476 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12C14 11.6476 13.9088 11.3164 13.7488 11.0288L14.8503 9.19303C15.5622 9.9158 16 10.9068 16 11.9996C16 14.2087 14.2091 15.9996 12 15.9996C9.79086 15.9996 8 14.2087 8 11.9996C8 10.9068 8.43786 9.91579 9.14972 9.19302Z\" fill=\"currentColor\"/>",
@@ -16770,7 +16854,7 @@
16770
16854
  },
16771
16855
  "createdAt": "2025-02-15T21:11:33.882223+00:00",
16772
16856
  "packageName": "square-filled-radius-0-stroke-2",
16773
- "componentName": "IconRadar"
16857
+ "componentName": "IconRadar1"
16774
16858
  },
16775
16859
  {
16776
16860
  "category": "Devices & Signals",
@@ -17038,6 +17122,20 @@
17038
17122
  "packageName": "square-filled-radius-0-stroke-2",
17039
17123
  "componentName": "IconReddit"
17040
17124
  },
17125
+ {
17126
+ "category": "Arrows",
17127
+ "svg": "<path d=\"M8 3C10.7614 3 13 5.23858 13 8V11H17.5859L15.293 8.70703L16.707 7.29297L21.4141 12L16.707 16.707L15.293 15.293L17.5859 13H13V21H11V13H8C5.23858 13 3 10.7614 3 8C3 5.23858 5.23858 3 8 3ZM8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11H11V8C11 6.34315 9.65685 5 8 5Z\" fill=\"currentColor\"/>",
17128
+ "iconName": "redirect-arrow",
17129
+ "variant": {
17130
+ "join": "square",
17131
+ "filled": "on",
17132
+ "radius": "0",
17133
+ "stroke": "2"
17134
+ },
17135
+ "createdAt": "2025-12-20T00:02:02.860952+00:00",
17136
+ "packageName": "square-filled-radius-0-stroke-2",
17137
+ "componentName": "IconRedirectArrow"
17138
+ },
17041
17139
  {
17042
17140
  "category": "Arrows",
17043
17141
  "svg": "<path d=\"M21 20H6.41406L7.70703 21.293L6.29297 22.707L2.58594 19L6.29297 15.293L7.70703 16.707L6.41406 18H19V11H21V20Z\" fill=\"currentColor\"/><path d=\"M13 11H16V13H13V16H11V13H8V11H11V8H13V11Z\" fill=\"currentColor\"/><path d=\"M21.4141 5L17.707 8.70703L16.293 7.29297L17.5859 6H5V13H3V4H17.5859L16.293 2.70703L17.707 1.29297L21.4141 5Z\" fill=\"currentColor\"/>",