@central-icons-react-native/round-filled-radius-0-stroke-1.5 1.1.62 → 1.1.64

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 (41) hide show
  1. package/IconAffinity/index.d.ts +4 -0
  2. package/IconAffinity/index.js +2 -0
  3. package/IconAffinity/index.js.map +1 -0
  4. package/IconAffinity/index.mjs +2 -0
  5. package/IconAffinity/index.mjs.map +1 -0
  6. package/IconGoogle/index.js +1 -1
  7. package/IconGoogle/index.js.map +1 -1
  8. package/IconGoogle/index.mjs +1 -1
  9. package/IconGoogle/index.mjs.map +1 -1
  10. package/IconHdr/index.d.ts +4 -0
  11. package/IconHdr/index.js +2 -0
  12. package/IconHdr/index.js.map +1 -0
  13. package/IconHdr/index.mjs +2 -0
  14. package/IconHdr/index.mjs.map +1 -0
  15. package/IconIncrease/index.d.ts +4 -0
  16. package/IconIncrease/index.js +2 -0
  17. package/IconIncrease/index.js.map +1 -0
  18. package/IconIncrease/index.mjs +2 -0
  19. package/IconIncrease/index.mjs.map +1 -0
  20. package/IconRotate360Left/index.d.ts +4 -0
  21. package/IconRotate360Left/index.js +2 -0
  22. package/IconRotate360Left/index.js.map +1 -0
  23. package/IconRotate360Left/index.mjs +2 -0
  24. package/IconRotate360Left/index.mjs.map +1 -0
  25. package/IconRotate360Right/index.d.ts +4 -0
  26. package/IconRotate360Right/index.js +2 -0
  27. package/IconRotate360Right/index.js.map +1 -0
  28. package/IconRotate360Right/index.mjs +2 -0
  29. package/IconRotate360Right/index.mjs.map +1 -0
  30. package/README.md +5 -0
  31. package/filtered-icons.json +72 -2
  32. package/icons/index.d.ts +5 -0
  33. package/icons-index.json +16 -6
  34. package/index.d.ts +5 -0
  35. package/index.js +1 -1
  36. package/index.js.map +1 -1
  37. package/index.mjs +1 -1
  38. package/index.mjs.map +1 -1
  39. package/license-check.js +1 -1
  40. package/package.json +1 -1
  41. package/tsx-icons.json +37 -2
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconAffinity: FC<CentralIconBaseProps>;
4
+ export default IconAffinity;
@@ -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,p)=>{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:!(p=I(o,e))||p.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)),v=r=>a(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconAffinity:()=>i,default:()=>y});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...t})=>m.default.createElement(f.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 c=require("react-native-svg"),i=r=>C.default.createElement(s,{...r},C.default.createElement(c.Path,{d:"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z",fill:"currentColor"})),y=i;0&&(module.exports={IconAffinity});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAffinity/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 IconAffinity: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAffinity;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,qjBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAffinity_exports","__export","IconAffinity","IconAffinity_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAffinity","props","React","CentralIconBase","IconAffinity_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...n})=>C.createElement(p,{...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:"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z",fill:"currentColor"})),P=l;export{l as IconAffinity,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconAffinity/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 IconAffinity: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAffinity;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,qjBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAffinity","props","React","CentralIconBase","IconAffinity_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!x.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=B(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(g(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>f(l({},"__esModule",{value:!0}),r);var H={};P(H,{IconGoogle:()=>i,default:()=>v});module.exports=d(H);var n=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>a.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 e=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(e.Path,{d:"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z",fill:"currentColor"})),v=i;0&&(module.exports={IconGoogle});
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(o,r)=>{for(var t in r)n(o,t,{get:r[t],enumerable:!0})},a=(o,r,t,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of i(r))!x.call(o,e)&&e!==t&&n(o,e,{get:()=>r[e],enumerable:!(p=g(r,e))||p.enumerable});return o};var l=(o,r,t)=>(t=o!=null?I(u(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var h={};P(h,{IconGoogle:()=>B,default:()=>L});module.exports=v(h);var C=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),B=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),L=B;0&&(module.exports={IconGoogle});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,yMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,ivBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconGoogle_exports","__export","IconGoogle","IconGoogle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
@@ -1,2 +1,2 @@
1
- import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...e})=>l.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(t,{...n},o.createElement(C,{d:"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z",fill:"currentColor"}),o.createElement(C,{d:"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z",fill:"currentColor"}),o.createElement(C,{d:"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z",fill:"currentColor"}),o.createElement(C,{d:"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z",fill:"currentColor"})),x=f;export{f as IconGoogle,x as default};
1
+ import e from"react";import C from"react";import{Svg as p}from"react-native-svg";var t=({children:r,size:o=24,...n})=>C.createElement(p,{...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 l=r=>e.createElement(t,{...r},e.createElement(a,{d:"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z",fill:"currentColor"})),x=l;export{l as IconGoogle,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,yMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
1
+ {"version":3,"sources":["../src/IconGoogle/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 IconGoogle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoogle;\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,ivBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoogle","props","React","CentralIconBase","IconGoogle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHdr: FC<CentralIconBaseProps>;
4
+ export default IconHdr;
@@ -0,0 +1,2 @@
1
+ "use strict";var c=Object.create;var t=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,M=Object.prototype.hasOwnProperty;var Z=(C,r)=>{for(var o in r)t(C,o,{get:r[o],enumerable:!0})},f=(C,r,o,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!M.call(C,e)&&e!==o&&t(C,e,{get:()=>r[e],enumerable:!(p=a(r,e))||p.enumerable});return C};var i=(C,r,o)=>(o=C!=null?c(I(C)):{},f(r||!C||!C.__esModule?t(o,"default",{value:C,enumerable:!0}):o,C)),v=C=>f(t({},"__esModule",{value:!0}),C);var P={};Z(P,{IconHdr:()=>s,default:()=>x});module.exports=v(P);var l=i(require("react"));var u=i(require("react")),d=require("react-native-svg"),m=({children:C,size:r=24,...o})=>u.default.createElement(d.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var n=require("react-native-svg"),s=C=>l.default.createElement(m,{...C},l.default.createElement(n.Path,{d:"M11 20C11.4142 20 11.75 20.3358 11.75 20.75V22.25C11.75 22.6642 11.4142 23 11 23C10.5858 23 10.25 22.6642 10.25 22.25V20.75C10.25 20.3358 10.5859 20.0001 11 20Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M4.28223 17.6572C4.57514 17.3644 5.05088 17.3643 5.34375 17.6572C5.63623 17.9502 5.63555 18.425 5.34277 18.7178L4.28223 19.7783C3.98931 20.071 3.51449 20.0711 3.22168 19.7783C2.92889 19.4855 2.92903 19.0107 3.22168 18.7178L4.28223 17.6572Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M10.1533 8.62402C10.3608 8.26557 10.8202 8.14317 11.1787 8.35059C11.5372 8.55803 11.6596 9.01746 11.4521 9.37598C11.0059 10.1473 10.7501 11.0426 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033C11.8539 15.2482 11.7598 15.7131 11.415 15.9424C11.0701 16.1717 10.6043 16.0783 10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25007 10.7717 9.57846 9.61762 10.1533 8.62402Z",fill:"currentColor"}),l.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M2.25 11.25C2.66421 11.25 3 11.5858 3 12C3 12.4142 2.66421 12.75 2.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C0 11.5858 0.335786 11.25 0.75 11.25H2.25Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M3.22168 4.22168C3.5145 3.92887 3.98932 3.92902 4.28223 4.22168L5.34277 5.28223C5.63566 5.57512 5.63566 6.04988 5.34277 6.34277C5.04988 6.63567 4.57512 6.63567 4.28223 6.34277L3.22168 5.28223C2.92901 4.98932 2.92886 4.5145 3.22168 4.22168Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M11 1C11.4142 1 11.75 1.33579 11.75 1.75V3.25C11.75 3.66421 11.4142 4 11 4C10.5858 3.99995 10.25 3.66418 10.25 3.25V1.75C10.25 1.33582 10.5858 1.00005 11 1Z",fill:"currentColor"})),x=s;0&&(module.exports={IconHdr});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHdr/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 IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 20C11.4142 20 11.75 20.3358 11.75 20.75V22.25C11.75 22.6642 11.4142 23 11 23C10.5858 23 10.25 22.6642 10.25 22.25V20.75C10.25 20.3358 10.5859 20.0001 11 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.28223 17.6572C4.57514 17.3644 5.05088 17.3643 5.34375 17.6572C5.63623 17.9502 5.63555 18.425 5.34277 18.7178L4.28223 19.7783C3.98931 20.071 3.51449 20.0711 3.22168 19.7783C2.92889 19.4855 2.92903 19.0107 3.22168 18.7178L4.28223 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1533 8.62402C10.3608 8.26557 10.8202 8.14317 11.1787 8.35059C11.5372 8.55803 11.6596 9.01746 11.4521 9.37598C11.0059 10.1473 10.7501 11.0426 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033C11.8539 15.2482 11.7598 15.7131 11.415 15.9424C11.0701 16.1717 10.6043 16.0783 10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25007 10.7717 9.57846 9.61762 10.1533 8.62402Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.25 11.25C2.66421 11.25 3 11.5858 3 12C3 12.4142 2.66421 12.75 2.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C0 11.5858 0.335786 11.25 0.75 11.25H2.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.22168 4.22168C3.5145 3.92887 3.98932 3.92902 4.28223 4.22168L5.34277 5.28223C5.63566 5.57512 5.63566 6.04988 5.34277 6.34277C5.04988 6.63567 4.57512 6.63567 4.28223 6.34277L3.22168 5.28223C2.92901 4.98932 2.92886 4.5145 3.22168 4.22168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 1C11.4142 1 11.75 1.33579 11.75 1.75V3.25C11.75 3.66421 11.4142 4 11 4C10.5858 3.99995 10.25 3.66418 10.25 3.25V1.75C10.25 1.33582 10.5858 1.00005 11 1Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,aAAAE,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,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6XACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gdACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHdr_exports","__export","IconHdr","IconHdr_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
@@ -0,0 +1,2 @@
1
+ import C from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:o=24,...e})=>t.createElement(p,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as r}from"react-native-svg";var f=l=>C.createElement(n,{...l},C.createElement(r,{d:"M11 20C11.4142 20 11.75 20.3358 11.75 20.75V22.25C11.75 22.6642 11.4142 23 11 23C10.5858 23 10.25 22.6642 10.25 22.25V20.75C10.25 20.3358 10.5859 20.0001 11 20Z",fill:"currentColor"}),C.createElement(r,{d:"M4.28223 17.6572C4.57514 17.3644 5.05088 17.3643 5.34375 17.6572C5.63623 17.9502 5.63555 18.425 5.34277 18.7178L4.28223 19.7783C3.98931 20.071 3.51449 20.0711 3.22168 19.7783C2.92889 19.4855 2.92903 19.0107 3.22168 18.7178L4.28223 17.6572Z",fill:"currentColor"}),C.createElement(r,{d:"M10.1533 8.62402C10.3608 8.26557 10.8202 8.14317 11.1787 8.35059C11.5372 8.55803 11.6596 9.01746 11.4521 9.37598C11.0059 10.1473 10.7501 11.0426 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033C11.8539 15.2482 11.7598 15.7131 11.415 15.9424C11.0701 16.1717 10.6043 16.0783 10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25007 10.7717 9.57846 9.61762 10.1533 8.62402Z",fill:"currentColor"}),C.createElement(r,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z",fill:"currentColor"}),C.createElement(r,{d:"M2.25 11.25C2.66421 11.25 3 11.5858 3 12C3 12.4142 2.66421 12.75 2.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C0 11.5858 0.335786 11.25 0.75 11.25H2.25Z",fill:"currentColor"}),C.createElement(r,{d:"M3.22168 4.22168C3.5145 3.92887 3.98932 3.92902 4.28223 4.22168L5.34277 5.28223C5.63566 5.57512 5.63566 6.04988 5.34277 6.34277C5.04988 6.63567 4.57512 6.63567 4.28223 6.34277L3.22168 5.28223C2.92901 4.98932 2.92886 4.5145 3.22168 4.22168Z",fill:"currentColor"}),C.createElement(r,{d:"M11 1C11.4142 1 11.75 1.33579 11.75 1.75V3.25C11.75 3.66421 11.4142 4 11 4C10.5858 3.99995 10.25 3.66418 10.25 3.25V1.75C10.25 1.33582 10.5858 1.00005 11 1Z",fill:"currentColor"})),M=f;export{f as IconHdr,M as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHdr/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 IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11 20C11.4142 20 11.75 20.3358 11.75 20.75V22.25C11.75 22.6642 11.4142 23 11 23C10.5858 23 10.25 22.6642 10.25 22.25V20.75C10.25 20.3358 10.5859 20.0001 11 20Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.28223 17.6572C4.57514 17.3644 5.05088 17.3643 5.34375 17.6572C5.63623 17.9502 5.63555 18.425 5.34277 18.7178L4.28223 19.7783C3.98931 20.071 3.51449 20.0711 3.22168 19.7783C2.92889 19.4855 2.92903 19.0107 3.22168 18.7178L4.28223 17.6572Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.1533 8.62402C10.3608 8.26557 10.8202 8.14317 11.1787 8.35059C11.5372 8.55803 11.6596 9.01746 11.4521 9.37598C11.0059 10.1473 10.7501 11.0426 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033C11.8539 15.2482 11.7598 15.7131 11.415 15.9424C11.0701 16.1717 10.6043 16.0783 10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25007 10.7717 9.57846 9.61762 10.1533 8.62402Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.25 11.25C2.66421 11.25 3 11.5858 3 12C3 12.4142 2.66421 12.75 2.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C0 11.5858 0.335786 11.25 0.75 11.25H2.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.22168 4.22168C3.5145 3.92887 3.98932 3.92902 4.28223 4.22168L5.34277 5.28223C5.63566 5.57512 5.63566 6.04988 5.34277 6.34277C5.04988 6.63567 4.57512 6.63567 4.28223 6.34277L3.22168 5.28223C2.92901 4.98932 2.92886 4.5145 3.22168 4.22168Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11 1C11.4142 1 11.75 1.33579 11.75 1.75V3.25C11.75 3.66421 11.4142 4 11 4C10.5858 3.99995 10.25 3.66418 10.25 3.25V1.75C10.25 1.33582 10.5858 1.00005 11 1Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6XACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gdACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconIncrease: FC<CentralIconBaseProps>;
4
+ export default IconIncrease;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of L(o))!d.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=I(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var H={};x(H,{IconIncrease:()=>i,default:()=>g});module.exports=P(H);var n=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(a.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 e=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(e.Path,{d:"M15.4697 15.4697C15.7626 15.1769 16.2373 15.1768 16.5302 15.4697L19.7802 18.7197C20.0731 19.0126 20.0731 19.4874 19.7802 19.7803L16.5302 23.0303C16.2373 23.3232 15.7626 23.3231 15.4697 23.0303C15.1768 22.7374 15.1768 22.2626 15.4697 21.9697L17.4394 20H8.75091C8.33678 19.9999 8.00091 19.6642 8.00091 19.25C8.00091 18.8358 8.33678 18.5001 8.75091 18.5H17.4394L15.4697 16.5303C15.1768 16.2374 15.1768 15.7626 15.4697 15.4697Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M4.74993 4C4.94873 4.00008 5.13962 4.07915 5.28021 4.21973L8.53021 7.46973C8.82305 7.7626 8.82304 8.23738 8.53021 8.53027C8.23733 8.82315 7.76256 8.82312 7.46966 8.53027L5.49993 6.56055V15.2539C5.4999 15.6681 5.1641 16.0039 4.74993 16.0039C4.33574 16.0039 3.99997 15.6681 3.99993 15.2539V6.56055L2.03021 8.53027C1.73733 8.82315 1.26256 8.82312 0.969661 8.53027C0.676776 8.23739 0.676784 7.76262 0.969661 7.46973L4.21966 4.21973L4.33392 4.12598C4.45617 4.04454 4.60087 4.00001 4.74993 4Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M19.2499 10C19.6641 10 19.9999 10.3358 19.9999 10.75V13.25C19.9999 13.6642 19.6641 14 19.2499 14C18.8357 14 18.4999 13.6642 18.4999 13.25V10.75C18.4999 10.3358 18.8357 10 19.2499 10Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M19.2499 4C19.6641 4.00004 19.9999 4.33581 19.9999 4.75V7.25C19.9999 7.66419 19.6641 7.99996 19.2499 8C18.8357 8 18.4999 7.66421 18.4999 7.25V5.5H16.7499C16.3357 5.5 15.9999 5.16421 15.9999 4.75C15.9999 4.33579 16.3357 4 16.7499 4H19.2499Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M13.2499 4C13.6641 4.00004 13.9999 4.33581 13.9999 4.75C13.9999 5.16419 13.6641 5.49996 13.2499 5.5H10.7499C10.3357 5.5 9.99993 5.16421 9.99993 4.75C9.99993 4.33579 10.3357 4 10.7499 4H13.2499Z",fill:"currentColor"})),g=i;0&&(module.exports={IconIncrease});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIncrease/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 IconIncrease: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.4697 15.4697C15.7626 15.1769 16.2373 15.1768 16.5302 15.4697L19.7802 18.7197C20.0731 19.0126 20.0731 19.4874 19.7802 19.7803L16.5302 23.0303C16.2373 23.3232 15.7626 23.3231 15.4697 23.0303C15.1768 22.7374 15.1768 22.2626 15.4697 21.9697L17.4394 20H8.75091C8.33678 19.9999 8.00091 19.6642 8.00091 19.25C8.00091 18.8358 8.33678 18.5001 8.75091 18.5H17.4394L15.4697 16.5303C15.1768 16.2374 15.1768 15.7626 15.4697 15.4697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.74993 4C4.94873 4.00008 5.13962 4.07915 5.28021 4.21973L8.53021 7.46973C8.82305 7.7626 8.82304 8.23738 8.53021 8.53027C8.23733 8.82315 7.76256 8.82312 7.46966 8.53027L5.49993 6.56055V15.2539C5.4999 15.6681 5.1641 16.0039 4.74993 16.0039C4.33574 16.0039 3.99997 15.6681 3.99993 15.2539V6.56055L2.03021 8.53027C1.73733 8.82315 1.26256 8.82312 0.969661 8.53027C0.676776 8.23739 0.676784 7.76262 0.969661 7.46973L4.21966 4.21973L4.33392 4.12598C4.45617 4.04454 4.60087 4.00001 4.74993 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2499 10C19.6641 10 19.9999 10.3358 19.9999 10.75V13.25C19.9999 13.6642 19.6641 14 19.2499 14C18.8357 14 18.4999 13.6642 18.4999 13.25V10.75C18.4999 10.3358 18.8357 10 19.2499 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2499 4C19.6641 4.00004 19.9999 4.33581 19.9999 4.75V7.25C19.9999 7.66419 19.6641 7.99996 19.2499 8C18.8357 8 18.4999 7.66421 18.4999 7.25V5.5H16.7499C16.3357 5.5 15.9999 5.16421 15.9999 4.75C15.9999 4.33579 16.3357 4 16.7499 4H19.2499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.2499 4C13.6641 4.00004 13.9999 4.33581 13.9999 4.75C13.9999 5.16419 13.6641 5.49996 13.2499 5.5H10.7499C10.3357 5.5 9.99993 5.16421 9.99993 4.75C9.99993 4.33579 10.3357 4 10.7499 4H13.2499Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0aACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yeACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kPACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oMACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconIncrease_exports","__export","IconIncrease","IconIncrease_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(e,{...n},o.createElement(C,{d:"M15.4697 15.4697C15.7626 15.1769 16.2373 15.1768 16.5302 15.4697L19.7802 18.7197C20.0731 19.0126 20.0731 19.4874 19.7802 19.7803L16.5302 23.0303C16.2373 23.3232 15.7626 23.3231 15.4697 23.0303C15.1768 22.7374 15.1768 22.2626 15.4697 21.9697L17.4394 20H8.75091C8.33678 19.9999 8.00091 19.6642 8.00091 19.25C8.00091 18.8358 8.33678 18.5001 8.75091 18.5H17.4394L15.4697 16.5303C15.1768 16.2374 15.1768 15.7626 15.4697 15.4697Z",fill:"currentColor"}),o.createElement(C,{d:"M4.74993 4C4.94873 4.00008 5.13962 4.07915 5.28021 4.21973L8.53021 7.46973C8.82305 7.7626 8.82304 8.23738 8.53021 8.53027C8.23733 8.82315 7.76256 8.82312 7.46966 8.53027L5.49993 6.56055V15.2539C5.4999 15.6681 5.1641 16.0039 4.74993 16.0039C4.33574 16.0039 3.99997 15.6681 3.99993 15.2539V6.56055L2.03021 8.53027C1.73733 8.82315 1.26256 8.82312 0.969661 8.53027C0.676776 8.23739 0.676784 7.76262 0.969661 7.46973L4.21966 4.21973L4.33392 4.12598C4.45617 4.04454 4.60087 4.00001 4.74993 4Z",fill:"currentColor"}),o.createElement(C,{d:"M19.2499 10C19.6641 10 19.9999 10.3358 19.9999 10.75V13.25C19.9999 13.6642 19.6641 14 19.2499 14C18.8357 14 18.4999 13.6642 18.4999 13.25V10.75C18.4999 10.3358 18.8357 10 19.2499 10Z",fill:"currentColor"}),o.createElement(C,{d:"M19.2499 4C19.6641 4.00004 19.9999 4.33581 19.9999 4.75V7.25C19.9999 7.66419 19.6641 7.99996 19.2499 8C18.8357 8 18.4999 7.66421 18.4999 7.25V5.5H16.7499C16.3357 5.5 15.9999 5.16421 15.9999 4.75C15.9999 4.33579 16.3357 4 16.7499 4H19.2499Z",fill:"currentColor"}),o.createElement(C,{d:"M13.2499 4C13.6641 4.00004 13.9999 4.33581 13.9999 4.75C13.9999 5.16419 13.6641 5.49996 13.2499 5.5H10.7499C10.3357 5.5 9.99993 5.16421 9.99993 4.75C9.99993 4.33579 10.3357 4 10.7499 4H13.2499Z",fill:"currentColor"})),d=f;export{f as IconIncrease,d as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIncrease/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 IconIncrease: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.4697 15.4697C15.7626 15.1769 16.2373 15.1768 16.5302 15.4697L19.7802 18.7197C20.0731 19.0126 20.0731 19.4874 19.7802 19.7803L16.5302 23.0303C16.2373 23.3232 15.7626 23.3231 15.4697 23.0303C15.1768 22.7374 15.1768 22.2626 15.4697 21.9697L17.4394 20H8.75091C8.33678 19.9999 8.00091 19.6642 8.00091 19.25C8.00091 18.8358 8.33678 18.5001 8.75091 18.5H17.4394L15.4697 16.5303C15.1768 16.2374 15.1768 15.7626 15.4697 15.4697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.74993 4C4.94873 4.00008 5.13962 4.07915 5.28021 4.21973L8.53021 7.46973C8.82305 7.7626 8.82304 8.23738 8.53021 8.53027C8.23733 8.82315 7.76256 8.82312 7.46966 8.53027L5.49993 6.56055V15.2539C5.4999 15.6681 5.1641 16.0039 4.74993 16.0039C4.33574 16.0039 3.99997 15.6681 3.99993 15.2539V6.56055L2.03021 8.53027C1.73733 8.82315 1.26256 8.82312 0.969661 8.53027C0.676776 8.23739 0.676784 7.76262 0.969661 7.46973L4.21966 4.21973L4.33392 4.12598C4.45617 4.04454 4.60087 4.00001 4.74993 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2499 10C19.6641 10 19.9999 10.3358 19.9999 10.75V13.25C19.9999 13.6642 19.6641 14 19.2499 14C18.8357 14 18.4999 13.6642 18.4999 13.25V10.75C18.4999 10.3358 18.8357 10 19.2499 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2499 4C19.6641 4.00004 19.9999 4.33581 19.9999 4.75V7.25C19.9999 7.66419 19.6641 7.99996 19.2499 8C18.8357 8 18.4999 7.66421 18.4999 7.25V5.5H16.7499C16.3357 5.5 15.9999 5.16421 15.9999 4.75C15.9999 4.33579 16.3357 4 16.7499 4H19.2499Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.2499 4C13.6641 4.00004 13.9999 4.33581 13.9999 4.75C13.9999 5.16419 13.6641 5.49996 13.2499 5.5H10.7499C10.3357 5.5 9.99993 5.16421 9.99993 4.75C9.99993 4.33579 10.3357 4 10.7499 4H13.2499Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0aACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yeACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kPACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oMACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRotate360Left: FC<CentralIconBaseProps>;
4
+ export default IconRotate360Left;
@@ -0,0 +1,2 @@
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)),v=r=>a(e({},"__esModule",{value:!0}),r);var h={};g(h,{IconRotate360Left:()=>B,default:()=>L});module.exports=v(h);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({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 c=require("react-native-svg"),B=r=>n.default.createElement(f,{...r},n.default.createElement(c.Path,{d:"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.0303 18.4697C14.3232 18.7626 14.3232 19.2374 14.0303 19.5303C13.7374 19.8232 13.2626 19.8232 12.9697 19.5303L10.2197 16.7803C9.92683 16.4874 9.92683 16.0126 10.2197 15.7197L12.9697 12.9697C13.2626 12.6768 13.7374 12.6768 14.0303 12.9697C14.3232 13.2626 14.3232 13.7374 14.0303 14.0303L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6389 2.81199 12.3052 3.49609 12.9521C4.18255 13.6013 5.20464 14.1891 6.49414 14.6377C6.88535 14.7738 7.09216 15.2016 6.95605 15.5928C6.81982 15.9838 6.39208 16.1908 6.00098 16.0547C4.57632 15.559 3.34955 14.8776 2.46582 14.042C1.57962 13.2039 1 12.1686 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),L=B;0&&(module.exports={IconRotate360Left});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Left/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 IconRotate360Left: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.0303 18.4697C14.3232 18.7626 14.3232 19.2374 14.0303 19.5303C13.7374 19.8232 13.2626 19.8232 12.9697 19.5303L10.2197 16.7803C9.92683 16.4874 9.92683 16.0126 10.2197 15.7197L12.9697 12.9697C13.2626 12.6768 13.7374 12.6768 14.0303 12.9697C14.3232 13.2626 14.3232 13.7374 14.0303 14.0303L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6389 2.81199 12.3052 3.49609 12.9521C4.18255 13.6013 5.20464 14.1891 6.49414 14.6377C6.88535 14.7738 7.09216 15.2016 6.95605 15.5928C6.81982 15.9838 6.39208 16.1908 6.00098 16.0547C4.57632 15.559 3.34955 14.8776 2.46582 14.042C1.57962 13.2039 1 12.1686 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,miCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRotate360Left_exports","__export","IconRotate360Left","IconRotate360Left_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
@@ -0,0 +1,2 @@
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 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.0303 18.4697C14.3232 18.7626 14.3232 19.2374 14.0303 19.5303C13.7374 19.8232 13.2626 19.8232 12.9697 19.5303L10.2197 16.7803C9.92683 16.4874 9.92683 16.0126 10.2197 15.7197L12.9697 12.9697C13.2626 12.6768 13.7374 12.6768 14.0303 12.9697C14.3232 13.2626 14.3232 13.7374 14.0303 14.0303L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6389 2.81199 12.3052 3.49609 12.9521C4.18255 13.6013 5.20464 14.1891 6.49414 14.6377C6.88535 14.7738 7.09216 15.2016 6.95605 15.5928C6.81982 15.9838 6.39208 16.1908 6.00098 16.0547C4.57632 15.559 3.34955 14.8776 2.46582 14.042C1.57962 13.2039 1 12.1686 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),P=l;export{l as IconRotate360Left,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Left/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 IconRotate360Left: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.0303 18.4697C14.3232 18.7626 14.3232 19.2374 14.0303 19.5303C13.7374 19.8232 13.2626 19.8232 12.9697 19.5303L10.2197 16.7803C9.92683 16.4874 9.92683 16.0126 10.2197 15.7197L12.9697 12.9697C13.2626 12.6768 13.7374 12.6768 14.0303 12.9697C14.3232 13.2626 14.3232 13.7374 14.0303 14.0303L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6389 2.81199 12.3052 3.49609 12.9521C4.18255 13.6013 5.20464 14.1891 6.49414 14.6377C6.88535 14.7738 7.09216 15.2016 6.95605 15.5928C6.81982 15.9838 6.39208 16.1908 6.00098 16.0547C4.57632 15.559 3.34955 14.8776 2.46582 14.042C1.57962 13.2039 1 12.1686 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,miCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRotate360Right: FC<CentralIconBaseProps>;
4
+ export default IconRotate360Right;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=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,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of g(o))!x.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?B(u(r)):{},a(o||!r||!r.__esModule?e(C,"default",{value:r,enumerable:!0}):C,r)),h=r=>a(e({},"__esModule",{value:!0}),r);var y={};P(y,{IconRotate360Right:()=>i,default:()=>v});module.exports=h(y);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"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.1686 22.4204 13.2039 21.5342 14.042C20.6505 14.8776 19.4237 15.559 17.999 16.0547C17.6079 16.1908 17.1802 15.9838 17.0439 15.5928C16.9078 15.2016 17.1146 14.7738 17.5059 14.6377C18.7954 14.1891 19.8175 13.6013 20.5039 12.9521C21.188 12.3052 21.5 11.6389 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.96973 14.0303C9.67683 13.7374 9.67683 13.2626 9.96973 12.9697C10.2626 12.6768 10.7374 12.6768 11.0303 12.9697L13.7803 15.7197C14.0732 16.0126 14.0732 16.4874 13.7803 16.7803L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),v=i;0&&(module.exports={IconRotate360Right});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Right/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 IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.1686 22.4204 13.2039 21.5342 14.042C20.6505 14.8776 19.4237 15.559 17.999 16.0547C17.6079 16.1908 17.1802 15.9838 17.0439 15.5928C16.9078 15.2016 17.1146 14.7738 17.5059 14.6377C18.7954 14.1891 19.8175 13.6013 20.5039 12.9521C21.188 12.3052 21.5 11.6389 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.96973 14.0303C9.67683 13.7374 9.67683 13.2626 9.96973 12.9697C10.2626 12.6768 10.7374 12.6768 11.0303 12.9697L13.7803 15.7197C14.0732 16.0126 14.0732 16.4874 13.7803 16.7803L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iiCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconRotate360Right_exports","__export","IconRotate360Right","IconRotate360Right_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
@@ -0,0 +1,2 @@
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 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.1686 22.4204 13.2039 21.5342 14.042C20.6505 14.8776 19.4237 15.559 17.999 16.0547C17.6079 16.1908 17.1802 15.9838 17.0439 15.5928C16.9078 15.2016 17.1146 14.7738 17.5059 14.6377C18.7954 14.1891 19.8175 13.6013 20.5039 12.9521C21.188 12.3052 21.5 11.6389 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.96973 14.0303C9.67683 13.7374 9.67683 13.2626 9.96973 12.9697C10.2626 12.6768 10.7374 12.6768 11.0303 12.9697L13.7803 15.7197C14.0732 16.0126 14.0732 16.4874 13.7803 16.7803L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),x=l;export{l as IconRotate360Right,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Right/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 IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.1686 22.4204 13.2039 21.5342 14.042C20.6505 14.8776 19.4237 15.559 17.999 16.0547C17.6079 16.1908 17.1802 15.9838 17.0439 15.5928C16.9078 15.2016 17.1146 14.7738 17.5059 14.6377C18.7954 14.1891 19.8175 13.6013 20.5039 12.9521C21.188 12.3052 21.5 11.6389 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.96973 14.0303C9.67683 13.7374 9.67683 13.2626 9.96973 12.9697C10.2626 12.6768 10.7374 12.6768 11.0303 12.9697L13.7803 15.7197C14.0732 16.0126 14.0732 16.4874 13.7803 16.7803L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iiCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
package/README.md CHANGED
@@ -324,11 +324,14 @@ Below is a complete list of available icons:
324
324
  - IconExpand45
325
325
  - IconExpandSimple
326
326
  - IconExpandSimple2
327
+ - IconIncrease
327
328
  - IconJump
328
329
  - IconMinimize315
329
330
  - IconMinimize45
330
331
  - IconOngoing
331
332
  - IconRandom
333
+ - IconRotate360Left
334
+ - IconRotate360Right
332
335
  - IconShareArrowDown
333
336
  - IconSquareArrowBottomRight
334
337
  - IconSquareArrowCenter
@@ -624,6 +627,7 @@ Below is a complete list of available icons:
624
627
  - IconFeather
625
628
  - IconGlass
626
629
  - IconGooey
630
+ - IconHdr
627
631
  - IconHighlight
628
632
  - IconInputForm
629
633
  - IconKeyframe
@@ -1380,6 +1384,7 @@ Below is a complete list of available icons:
1380
1384
 
1381
1385
  ### Social Media & Brands
1382
1386
 
1387
+ - IconAffinity
1383
1388
  - IconAnthropic
1384
1389
  - IconAntigravity
1385
1390
  - IconApple
@@ -112,6 +112,20 @@
112
112
  "packageName": "round-filled-radius-0-stroke-1.5",
113
113
  "componentName": "IconAdjustPhoto"
114
114
  },
115
+ {
116
+ "category": "Social Media & Brands",
117
+ "svg": "<path d=\"M19.6157 6.52429C19.6157 3.88674 16.5606 2.75 12.6605 2.75C10.2882 2.75 7.60574 3.18911 5.11455 3.97485V9.13252C8.78581 6.45864 12.8647 5.31397 15.4921 5.31397C17.1442 5.31397 18.2652 5.77501 18.2652 6.60078C18.2652 10.0036 3.5 9.46437 3.5 16.817C3.5 19.6353 5.43794 21.25 8.1644 21.25C12.2884 21.25 15.4077 17.2423 17.7413 12.357L18.2141 12.5269C16.985 15.5123 14.4416 18.7856 13.9463 20.8899H19.2556V10.0035H18.0293C16.2493 13.8712 13.6411 17.4352 10.9329 17.4352C9.69652 17.4352 8.90999 16.6851 8.90999 15.7338C8.90999 11.6628 19.6157 10.8477 19.6157 6.52429Z\" fill=\"currentColor\"/>",
118
+ "iconName": "affinity",
119
+ "variant": {
120
+ "join": "round",
121
+ "filled": "on",
122
+ "radius": "0",
123
+ "stroke": "1.5"
124
+ },
125
+ "createdAt": "2025-12-11T15:01:41.687546+00:00",
126
+ "packageName": "round-filled-radius-0-stroke-1.5",
127
+ "componentName": "IconAffinity"
128
+ },
115
129
  {
116
130
  "category": "Devices & Signals",
117
131
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 15.1449 5.20759 17.8919 7.74979 19.3629C8.10831 19.5703 8.23079 20.0291 8.02334 20.3876C7.8159 20.7462 7.35709 20.8686 6.99857 20.6612C4.01201 18.9332 2 15.702 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.702 19.988 18.9332 17.0014 20.6612C16.6429 20.8687 16.184 20.7462 15.9766 20.3877C15.7692 20.0292 15.8916 19.5703 16.2502 19.3629C18.7924 17.892 20.5 15.145 20.5 12C20.5 7.30558 16.6944 3.5 12 3.5ZM12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 13.619 8.35449 15.0391 9.64066 15.8328C9.99316 16.0503 10.1026 16.5124 9.88504 16.8649C9.66752 17.2174 9.20542 17.3268 8.85292 17.1093C7.14258 16.0538 6 14.1607 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 14.1607 16.8574 16.0538 15.1471 17.1093C14.7946 17.3268 14.3325 17.2174 14.115 16.8649C13.8974 16.5124 14.0068 16.0503 14.3593 15.8328C15.6455 15.0391 16.5 13.619 16.5 12C16.5 9.51472 14.4853 7.5 12 7.5ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z\" fill=\"currentColor\"/>",
@@ -11020,7 +11034,7 @@
11020
11034
  },
11021
11035
  {
11022
11036
  "category": "Social Media & Brands",
11023
- "svg": "<path d=\"M21.5844 12.2273C21.5844 11.5182 21.5208 10.8363 21.4026 10.1818H11.9844V14.0545H17.3662C17.1298 15.3 16.4207 16.3545 15.3571 17.0636V19.5818H18.6026C20.4935 17.8363 21.5844 15.2727 21.5844 12.2273Z\" fill=\"currentColor\"/><path d=\"M11.982 22C14.682 22 16.9456 21.1091 18.6002 19.5818L15.3547 17.0636C14.4638 17.6636 13.3274 18.0273 11.982 18.0273C9.38197 18.0273 7.17287 16.2727 6.38196 13.9091H3.05469V16.4909C4.70014 19.7546 8.07288 22 11.982 22Z\" fill=\"currentColor\"/><path d=\"M6.38438 13.9C6.18438 13.3 6.0662 12.6636 6.0662 12C6.0662 11.3363 6.18438 10.7 6.38438 10.1V7.51816H3.0571C2.37528 8.86361 1.98438 10.3818 1.98438 12C1.98438 13.6182 2.37528 15.1364 3.0571 16.4818L5.64802 14.4636L6.38438 13.9Z\" fill=\"currentColor\"/><path d=\"M11.982 5.98182C13.4547 5.98182 14.7638 6.49091 15.8092 7.47273L18.6729 4.60909C16.9365 2.99091 14.682 2 11.982 2C8.07288 2 4.70014 4.24546 3.05469 7.51819L6.38196 10.1C7.17287 7.73637 9.38197 5.98182 11.982 5.98182Z\" fill=\"currentColor\"/>",
11037
+ "svg": "<path d=\"M11.9806 2C14.6804 2.00011 16.9348 2.99128 18.671 4.60938L15.8078 7.47266C14.7624 6.49094 13.4532 5.98155 11.9806 5.98145C9.38395 5.98145 7.17649 7.73178 6.38296 10.0908V10.0996C5.96941 11.3403 5.96941 12.6597 6.38296 13.9004L6.37124 13.9092H6.38003C7.17096 16.2728 9.38064 18.0273 11.9806 18.0273C13.3258 18.0273 14.4619 17.6634 15.3527 17.0635L15.3556 17.0654V17.0635C16.419 16.3544 17.128 15.3 17.3644 14.0547H11.9826V10.1816H21.4005C21.5187 10.8362 21.5822 11.5184 21.5822 12.2275C21.5821 15.2729 20.4916 17.8366 18.6007 19.582H18.5988L18.2814 19.8604C16.6596 21.2168 14.5119 21.9999 11.9806 22C8.07162 22 4.69838 19.7547 3.05288 16.4912V16.4766C1.63857 13.6817 1.63835 10.3141 3.05385 7.51953L3.05288 7.51855C4.69833 4.24582 8.07152 2 11.9806 2Z\" fill=\"currentColor\"/>",
11024
11038
  "iconName": "google",
11025
11039
  "variant": {
11026
11040
  "join": "round",
@@ -11382,6 +11396,20 @@
11382
11396
  "packageName": "round-filled-radius-0-stroke-1.5",
11383
11397
  "componentName": "IconHd"
11384
11398
  },
11399
+ {
11400
+ "category": "Edit",
11401
+ "svg": "<path d=\"M11 20C11.4142 20 11.75 20.3358 11.75 20.75V22.25C11.75 22.6642 11.4142 23 11 23C10.5858 23 10.25 22.6642 10.25 22.25V20.75C10.25 20.3358 10.5859 20.0001 11 20Z\" fill=\"currentColor\"/><path d=\"M4.28223 17.6572C4.57514 17.3644 5.05088 17.3643 5.34375 17.6572C5.63623 17.9502 5.63555 18.425 5.34277 18.7178L4.28223 19.7783C3.98931 20.071 3.51449 20.0711 3.22168 19.7783C2.92889 19.4855 2.92903 19.0107 3.22168 18.7178L4.28223 17.6572Z\" fill=\"currentColor\"/><path d=\"M10.1533 8.62402C10.3608 8.26557 10.8202 8.14317 11.1787 8.35059C11.5372 8.55803 11.6596 9.01746 11.4521 9.37598C11.0059 10.1473 10.7501 11.0426 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033C11.8539 15.2482 11.7598 15.7131 11.415 15.9424C11.0701 16.1717 10.6043 16.0783 10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25007 10.7717 9.57846 9.61762 10.1533 8.62402Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z\" fill=\"currentColor\"/><path d=\"M2.25 11.25C2.66421 11.25 3 11.5858 3 12C3 12.4142 2.66421 12.75 2.25 12.75H0.75C0.335786 12.75 0 12.4142 0 12C0 11.5858 0.335786 11.25 0.75 11.25H2.25Z\" fill=\"currentColor\"/><path d=\"M3.22168 4.22168C3.5145 3.92887 3.98932 3.92902 4.28223 4.22168L5.34277 5.28223C5.63566 5.57512 5.63566 6.04988 5.34277 6.34277C5.04988 6.63567 4.57512 6.63567 4.28223 6.34277L3.22168 5.28223C2.92901 4.98932 2.92886 4.5145 3.22168 4.22168Z\" fill=\"currentColor\"/><path d=\"M11 1C11.4142 1 11.75 1.33579 11.75 1.75V3.25C11.75 3.66421 11.4142 4 11 4C10.5858 3.99995 10.25 3.66418 10.25 3.25V1.75C10.25 1.33582 10.5858 1.00005 11 1Z\" fill=\"currentColor\"/>",
11402
+ "iconName": "hdr, lighting, brightness",
11403
+ "variant": {
11404
+ "join": "round",
11405
+ "filled": "on",
11406
+ "radius": "0",
11407
+ "stroke": "1.5"
11408
+ },
11409
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
11410
+ "packageName": "round-filled-radius-0-stroke-1.5",
11411
+ "componentName": "IconHdr"
11412
+ },
11385
11413
  {
11386
11414
  "category": "People",
11387
11415
  "svg": "<path d=\"M10.9621 2C6.5665 2 3 5.55512 3 9.94444C3 11.7926 3.63342 13.4951 4.69469 14.8447C6.03524 16.5495 6.02228 18.1729 6.00434 20.4197C6.00221 20.6872 6 20.9636 6 21.25C6 21.6642 6.33579 22 6.75 22H14.25C14.6642 22 15 21.6642 15 21.25V18.9167H18.25C18.6642 18.9167 19 18.5809 19 18.1667V13.9984L21.0943 12.9163C21.284 12.8183 21.4229 12.6441 21.4762 12.4373C21.5296 12.2305 21.4922 12.0108 21.3736 11.8333C21.2452 11.6411 21.1192 11.4537 20.9956 11.27C19.9506 9.71578 19.0803 8.42155 18.4145 6.72377C17.1621 3.53044 14.1314 2 10.9621 2Z\" fill=\"currentColor\"/>",
@@ -12040,6 +12068,20 @@
12040
12068
  "packageName": "round-filled-radius-0-stroke-1.5",
12041
12069
  "componentName": "IconInboxEmpty"
12042
12070
  },
12071
+ {
12072
+ "category": "Arrows",
12073
+ "svg": "<path d=\"M15.4697 15.4697C15.7626 15.1769 16.2373 15.1768 16.5302 15.4697L19.7802 18.7197C20.0731 19.0126 20.0731 19.4874 19.7802 19.7803L16.5302 23.0303C16.2373 23.3232 15.7626 23.3231 15.4697 23.0303C15.1768 22.7374 15.1768 22.2626 15.4697 21.9697L17.4394 20H8.75091C8.33678 19.9999 8.00091 19.6642 8.00091 19.25C8.00091 18.8358 8.33678 18.5001 8.75091 18.5H17.4394L15.4697 16.5303C15.1768 16.2374 15.1768 15.7626 15.4697 15.4697Z\" fill=\"currentColor\"/><path d=\"M4.74993 4C4.94873 4.00008 5.13962 4.07915 5.28021 4.21973L8.53021 7.46973C8.82305 7.7626 8.82304 8.23738 8.53021 8.53027C8.23733 8.82315 7.76256 8.82312 7.46966 8.53027L5.49993 6.56055V15.2539C5.4999 15.6681 5.1641 16.0039 4.74993 16.0039C4.33574 16.0039 3.99997 15.6681 3.99993 15.2539V6.56055L2.03021 8.53027C1.73733 8.82315 1.26256 8.82312 0.969661 8.53027C0.676776 8.23739 0.676784 7.76262 0.969661 7.46973L4.21966 4.21973L4.33392 4.12598C4.45617 4.04454 4.60087 4.00001 4.74993 4Z\" fill=\"currentColor\"/><path d=\"M19.2499 10C19.6641 10 19.9999 10.3358 19.9999 10.75V13.25C19.9999 13.6642 19.6641 14 19.2499 14C18.8357 14 18.4999 13.6642 18.4999 13.25V10.75C18.4999 10.3358 18.8357 10 19.2499 10Z\" fill=\"currentColor\"/><path d=\"M19.2499 4C19.6641 4.00004 19.9999 4.33581 19.9999 4.75V7.25C19.9999 7.66419 19.6641 7.99996 19.2499 8C18.8357 8 18.4999 7.66421 18.4999 7.25V5.5H16.7499C16.3357 5.5 15.9999 5.16421 15.9999 4.75C15.9999 4.33579 16.3357 4 16.7499 4H19.2499Z\" fill=\"currentColor\"/><path d=\"M13.2499 4C13.6641 4.00004 13.9999 4.33581 13.9999 4.75C13.9999 5.16419 13.6641 5.49996 13.2499 5.5H10.7499C10.3357 5.5 9.99993 5.16421 9.99993 4.75C9.99993 4.33579 10.3357 4 10.7499 4H13.2499Z\" fill=\"currentColor\"/>",
12074
+ "iconName": "increase, scale, show-more, change-position",
12075
+ "variant": {
12076
+ "join": "round",
12077
+ "filled": "on",
12078
+ "radius": "0",
12079
+ "stroke": "1.5"
12080
+ },
12081
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
12082
+ "packageName": "round-filled-radius-0-stroke-1.5",
12083
+ "componentName": "IconIncrease"
12084
+ },
12043
12085
  {
12044
12086
  "category": "Things",
12045
12087
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.57947 8.11601C3.69329 5.96133 7.12652 5.96133 9.24033 8.11601L12 10.929L14.7597 8.11601C16.8735 5.96133 20.3067 5.96133 22.4205 8.11601C24.5265 10.2627 24.5265 13.7373 22.4205 15.884C20.3067 18.0387 16.8735 18.0387 14.7597 15.884L12 13.071L9.24033 15.884C7.12652 18.0387 3.69329 18.0387 1.57947 15.884C-0.52649 13.7373 -0.52649 10.2627 1.57947 8.11601ZM10.9494 12L8.16957 9.16647C6.64377 7.61118 4.17603 7.61118 2.65024 9.16647C1.11659 10.7298 1.11659 13.2702 2.65024 14.8335C4.17603 16.3888 6.64377 16.3888 8.16957 14.8335L10.9494 12ZM13.0506 12L15.8304 14.8335C17.3562 16.3888 19.824 16.3888 21.3498 14.8335C22.8834 13.2702 22.8834 10.7298 21.3498 9.16647C19.824 7.61118 17.3562 7.61118 15.8304 9.16647L13.0506 12Z\" fill=\"currentColor\"/>",
@@ -17360,6 +17402,34 @@
17360
17402
  "packageName": "round-filled-radius-0-stroke-1.5",
17361
17403
  "componentName": "IconRotate"
17362
17404
  },
17405
+ {
17406
+ "category": "Arrows",
17407
+ "svg": "<path d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.0303 18.4697C14.3232 18.7626 14.3232 19.2374 14.0303 19.5303C13.7374 19.8232 13.2626 19.8232 12.9697 19.5303L10.2197 16.7803C9.92683 16.4874 9.92683 16.0126 10.2197 15.7197L12.9697 12.9697C13.2626 12.6768 13.7374 12.6768 14.0303 12.9697C14.3232 13.2626 14.3232 13.7374 14.0303 14.0303L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6389 2.81199 12.3052 3.49609 12.9521C4.18255 13.6013 5.20464 14.1891 6.49414 14.6377C6.88535 14.7738 7.09216 15.2016 6.95605 15.5928C6.81982 15.9838 6.39208 16.1908 6.00098 16.0547C4.57632 15.559 3.34955 14.8776 2.46582 14.042C1.57962 13.2039 1 12.1686 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\" fill=\"currentColor\"/>",
17408
+ "iconName": "rotate-360-left",
17409
+ "variant": {
17410
+ "join": "round",
17411
+ "filled": "on",
17412
+ "radius": "0",
17413
+ "stroke": "1.5"
17414
+ },
17415
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17416
+ "packageName": "round-filled-radius-0-stroke-1.5",
17417
+ "componentName": "IconRotate360Left"
17418
+ },
17419
+ {
17420
+ "category": "Arrows",
17421
+ "svg": "<path d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.1686 22.4204 13.2039 21.5342 14.042C20.6505 14.8776 19.4237 15.559 17.999 16.0547C17.6079 16.1908 17.1802 15.9838 17.0439 15.5928C16.9078 15.2016 17.1146 14.7738 17.5059 14.6377C18.7954 14.1891 19.8175 13.6013 20.5039 12.9521C21.188 12.3052 21.5 11.6389 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.96973 14.0303C9.67683 13.7374 9.67683 13.2626 9.96973 12.9697C10.2626 12.6768 10.7374 12.6768 11.0303 12.9697L13.7803 15.7197C14.0732 16.0126 14.0732 16.4874 13.7803 16.7803L11.0303 19.5303C10.7374 19.8232 10.2626 19.8232 9.96973 19.5303C9.67683 19.2374 9.67683 18.7626 9.96973 18.4697L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\" fill=\"currentColor\"/>",
17422
+ "iconName": "rotate-360-right",
17423
+ "variant": {
17424
+ "join": "round",
17425
+ "filled": "on",
17426
+ "radius": "0",
17427
+ "stroke": "1.5"
17428
+ },
17429
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17430
+ "packageName": "round-filled-radius-0-stroke-1.5",
17431
+ "componentName": "IconRotate360Right"
17432
+ },
17363
17433
  {
17364
17434
  "category": "Gaming",
17365
17435
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.53263 11.25H4.25C4.66421 11.25 5 11.5858 5 12C5 12.4142 4.66421 12.75 4.25 12.75H3.53263C3.62053 13.7554 3.88344 14.7105 4.29073 15.5849L4.94939 15.2046C5.30811 14.9975 5.7668 15.1204 5.97391 15.4792C6.18101 15.8379 6.05811 16.2966 5.69939 16.5037L5.04187 16.8833C5.6083 17.6889 6.3111 18.3917 7.11671 18.9581L7.49632 18.3006C7.70343 17.9419 8.16212 17.819 8.52084 18.0261C8.87956 18.2332 9.00247 18.6919 8.79536 19.0506L8.41509 19.7093C9.28946 20.1166 10.2446 20.3795 11.25 20.4674V19.75C11.25 19.3358 11.5858 19 12 19C12.4142 19 12.75 19.3358 12.75 19.75V20.4674C13.7554 20.3795 14.7105 20.1166 15.5849 19.7093L15.2046 19.0506C14.9975 18.6919 15.1204 18.2332 15.4792 18.0261C15.8379 17.819 16.2966 17.9419 16.5037 18.3006L16.8833 18.9581C17.6889 18.3917 18.3917 17.6889 18.9581 16.8833L18.3006 16.5037C17.9419 16.2966 17.819 15.8379 18.0261 15.4792C18.2332 15.1205 18.6919 14.9976 19.0506 15.2047L19.7093 15.5849C20.1166 14.7106 20.3795 13.7554 20.4674 12.75H19.75C19.3358 12.75 19 12.4142 19 12C19 11.5858 19.3358 11.25 19.75 11.25H20.4674C20.3795 10.2446 20.1166 9.28945 19.7093 8.41508L19.0506 8.79535C18.6919 9.00246 18.2332 8.87955 18.0261 8.52083C17.819 8.16211 17.9419 7.70342 18.3006 7.49631L18.9581 7.1167C18.3917 6.31109 17.6889 5.60831 16.8833 5.04188L16.5037 5.6994C16.2966 6.05812 15.8379 6.18102 15.4792 5.97392C15.1205 5.76681 14.9976 5.30812 15.2047 4.9494L15.5849 4.29073C14.7106 3.88344 13.7554 3.62053 12.75 3.53263V4.25C12.75 4.66421 12.4142 5 12 5C11.5858 5 11.25 4.66421 11.25 4.25V3.53263C10.2446 3.62053 9.28944 3.88344 8.41507 4.29073L8.79534 4.94939C9.00245 5.30811 8.87954 5.76681 8.52082 5.97391C8.16211 6.18102 7.70341 6.05811 7.49631 5.69939L7.11669 5.04188C6.31108 5.60831 5.60829 6.3111 5.04186 7.11671L5.69939 7.49633C6.05811 7.70344 6.18102 8.16213 5.97391 8.52085C5.76681 8.87957 5.30811 9.00248 4.94939 8.79537L4.29072 8.41509C3.88344 9.28946 3.62053 10.2446 3.53263 11.25ZM2 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 12ZM7.65278 8.91667C7.65278 8.21864 8.21864 7.65278 8.91667 7.65278C9.61469 7.65278 10.1806 8.21864 10.1806 8.91667C10.1806 8.98734 10.1748 9.05666 10.1636 9.12418C10.2049 9.15151 10.244 9.18334 10.2803 9.21968L10.9987 9.93808C11.3012 9.7909 11.641 9.70833 12 9.70833C12.359 9.70833 12.6987 9.79089 13.0013 9.93805L13.7197 9.21966C13.756 9.18332 13.7952 9.1515 13.8364 9.12418C13.8252 9.05666 13.8194 8.98734 13.8194 8.91667C13.8194 8.21864 14.3853 7.65278 15.0833 7.65278C15.7814 7.65278 16.3472 8.21864 16.3472 8.91667C16.3472 9.61469 15.7814 10.1806 15.0833 10.1806C15.0127 10.1806 14.9433 10.1748 14.8758 10.1636C14.8485 10.2049 14.8167 10.244 14.7803 10.2803L14.0619 10.9987C14.2091 11.3012 14.2917 11.641 14.2917 12C14.2917 12.359 14.2091 12.6988 14.0619 13.0013L14.7803 13.7197C14.8167 13.756 14.8485 13.7951 14.8758 13.8364C14.9433 13.8252 15.0127 13.8194 15.0833 13.8194C15.7814 13.8194 16.3472 14.3853 16.3472 15.0833C16.3472 15.7814 15.7814 16.3472 15.0833 16.3472C14.3853 16.3472 13.8194 15.7814 13.8194 15.0833C13.8194 15.0127 13.8252 14.9433 13.8364 14.8758C13.7952 14.8485 13.756 14.8167 13.7197 14.7803L13.0013 14.0619C12.6987 14.2091 12.359 14.2917 12 14.2917C11.639 14.2917 11.2975 14.2082 10.9938 14.0595L10.1532 14.8096L10.1512 14.8113C10.1704 14.8989 10.1806 14.99 10.1806 15.0833C10.1806 15.7814 9.61469 16.3472 8.91667 16.3472C8.21864 16.3472 7.65278 15.7814 7.65278 15.0833C7.65278 14.3853 8.21864 13.8194 8.91667 13.8194C8.9568 13.8194 8.99649 13.8213 9.03567 13.825C9.06902 13.7765 9.10865 13.7313 9.15448 13.6904L9.93466 12.9942C9.78962 12.6935 9.70833 12.3562 9.70833 12C9.70833 11.641 9.79089 11.3013 9.93805 10.9987L9.21966 10.2803C9.18332 10.244 9.1515 10.2048 9.12418 10.1636C9.05666 10.1748 8.98734 10.1806 8.91667 10.1806C8.21864 10.1806 7.65278 9.61469 7.65278 8.91667Z\" fill=\"currentColor\"/>",
@@ -19561,7 +19631,7 @@
19561
19631
  {
19562
19632
  "category": "Interface General",
19563
19633
  "svg": "<path d=\"M15.5 1C15.7631 1 16.007 1.13785 16.1426 1.36327L18.036 4.50947L21.6133 5.33798C21.8697 5.39735 22.0761 5.58667 22.1574 5.83688C22.2387 6.0871 22.183 6.36162 22.0105 6.56029L19.6034 9.33326L19.9209 12.9915C19.9436 13.2536 19.8274 13.5085 19.6145 13.6631C19.4017 13.8178 19.1234 13.8496 18.8811 13.7469L15.5 12.3145L12.1189 13.7469C11.8767 13.8496 11.5984 13.8178 11.3855 13.6631C11.1727 13.5085 11.0564 13.2536 11.0792 12.9915L11.3967 9.33326L8.98955 6.56029C8.81708 6.36162 8.76133 6.0871 8.84263 5.83688C8.92393 5.58667 9.13039 5.39735 9.3867 5.33798L12.964 4.50947L14.8574 1.36327C14.9931 1.13785 15.2369 1 15.5 1Z\" fill=\"currentColor\"/><path d=\"M7.78033 11.2803C8.07322 10.9874 8.07322 10.5126 7.78033 10.2197C7.48744 9.92678 7.01256 9.92678 6.71967 10.2197L2.21967 14.7197C1.92678 15.0126 1.92678 15.4874 2.21967 15.7803C2.51256 16.0732 2.98744 16.0732 3.28033 15.7803L7.78033 11.2803Z\" fill=\"currentColor\"/><path d=\"M9.78033 16.2803C10.0732 15.9874 10.0732 15.5126 9.78033 15.2197C9.48744 14.9268 9.01256 14.9268 8.71967 15.2197L4.21967 19.7197C3.92678 20.0126 3.92678 20.4874 4.21967 20.7803C4.51256 21.0732 4.98744 21.0732 5.28033 20.7803L9.78033 16.2803Z\" fill=\"currentColor\"/><path d=\"M16.7803 15.2197C17.0732 15.5126 17.0732 15.9874 16.7803 16.2803L12.2803 20.7803C11.9874 21.0732 11.5126 21.0732 11.2197 20.7803C10.9268 20.4874 10.9268 20.0126 11.2197 19.7197L15.7197 15.2197C16.0126 14.9268 16.4874 14.9268 16.7803 15.2197Z\" fill=\"currentColor\"/>",
19564
- "iconName": "star-lines, features, favorite, award, to the moon",
19634
+ "iconName": "star-lines, features, favorite, award, to the moon, rising",
19565
19635
  "variant": {
19566
19636
  "join": "round",
19567
19637
  "filled": "on",
package/icons/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export type CentralIconName =
7
7
  | "IconAddToBasket"
8
8
  | "IconAddToBasket2"
9
9
  | "IconAdjustPhoto"
10
+ | "IconAffinity"
10
11
  | "IconAirdrop"
11
12
  | "IconAirdrop2"
12
13
  | "IconAirplane"
@@ -812,6 +813,7 @@ export type CentralIconName =
812
813
  | "IconHatBunny"
813
814
  | "IconHatSparkle"
814
815
  | "IconHd"
816
+ | "IconHdr"
815
817
  | "IconHead"
816
818
  | "IconHeadline"
817
819
  | "IconHeadphones"
@@ -859,6 +861,7 @@ export type CentralIconName =
859
861
  | "IconImport2"
860
862
  | "IconInboxChecked"
861
863
  | "IconInboxEmpty"
864
+ | "IconIncrease"
862
865
  | "IconInfinity"
863
866
  | "IconInitiatives"
864
867
  | "IconInjection"
@@ -1239,6 +1242,8 @@ export type CentralIconName =
1239
1242
  | "IconRoller"
1240
1243
  | "IconRose"
1241
1244
  | "IconRotate"
1245
+ | "IconRotate360Left"
1246
+ | "IconRotate360Right"
1242
1247
  | "IconRoulette1"
1243
1248
  | "IconRoulette2"
1244
1249
  | "IconRssFeed"