@central-icons-react-native/square-filled-radius-0-stroke-1 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 L=Object.create;var t=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var l in o)t(r,l,{get:o[l],enumerable:!0})},f=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of a(o))!I.call(r,e)&&e!==l&&t(r,e,{get:()=>o[e],enumerable:!(p=c(o,e))||p.enumerable});return r};var i=(r,o,l)=>(l=r!=null?L(B(r)):{},f(o||!r||!r.__esModule?t(l,"default",{value:r,enumerable:!0}):l,r)),Z=r=>f(t({},"__esModule",{value:!0}),r);var x={};M(x,{IconHdr:()=>s,default:()=>v});module.exports=Z(x);var n=i(require("react"));var u=i(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...l})=>u.default.createElement(d.Svg,{...l,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"),s=r=>n.default.createElement(m,{...r},n.default.createElement(C.Path,{d:"M11.5 23H10.5V19.5H11.5V23Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M6.0498 17.6562L3.5752 20.1318L2.86816 19.4248L5.34277 16.9492L6.0498 17.6562Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M11.5273 8L11.9004 8.33301C11.0292 9.30639 10.5 10.591 10.5 12C10.5 13.409 11.0292 14.6936 11.9004 15.667L11.5273 16L11.1553 16.333C10.1264 15.1834 9.5 13.6643 9.5 12C9.5 10.3357 10.1264 8.81661 11.1553 7.66699L11.5273 8Z",fill:"currentColor"}),n.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5.5C19.5899 5.5 22.5 8.41015 22.5 12C22.5 15.5899 19.5899 18.5 16 18.5C15.1154 18.5 14.2718 18.3209 13.502 18C12.7317 18.3215 11.8868 18.5 11 18.5C7.41015 18.5 4.5 15.5899 4.5 12C4.5 8.41015 7.41015 5.5 11 5.5C11.8867 5.5 12.7318 5.67757 13.502 5.99902C14.2718 5.67818 15.1156 5.50005 16 5.5ZM11 6.5C7.96243 6.5 5.5 8.96243 5.5 12C5.5 15.0376 7.96243 17.5 11 17.5C14.0376 17.5 16.5 15.0376 16.5 12C16.5 8.96243 14.0376 6.5 11 6.5Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M3.5 12.5H0V11.5H3.5V12.5Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M6.0498 6.34277L5.34277 7.0498L2.86816 4.5752L3.5752 3.86816L6.0498 6.34277Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M11.5 4.5H10.5V1H11.5V4.5Z",fill:"currentColor"})),v=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 d=\"M11.5 23H10.5V19.5H11.5V23Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.0498 17.6562L3.5752 20.1318L2.86816 19.4248L5.34277 16.9492L6.0498 17.6562Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5273 8L11.9004 8.33301C11.0292 9.30639 10.5 10.591 10.5 12C10.5 13.409 11.0292 14.6936 11.9004 15.667L11.5273 16L11.1553 16.333C10.1264 15.1834 9.5 13.6643 9.5 12C9.5 10.3357 10.1264 8.81661 11.1553 7.66699L11.5273 8Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5.5C19.5899 5.5 22.5 8.41015 22.5 12C22.5 15.5899 19.5899 18.5 16 18.5C15.1154 18.5 14.2718 18.3209 13.502 18C12.7317 18.3215 11.8868 18.5 11 18.5C7.41015 18.5 4.5 15.5899 4.5 12C4.5 8.41015 7.41015 5.5 11 5.5C11.8867 5.5 12.7318 5.67757 13.502 5.99902C14.2718 5.67818 15.1156 5.50005 16 5.5ZM11 6.5C7.96243 6.5 5.5 8.96243 5.5 12C5.5 15.0376 7.96243 17.5 11 17.5C14.0376 17.5 16.5 15.0376 16.5 12C16.5 8.96243 14.0376 6.5 11 6.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3.5 12.5H0V11.5H3.5V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.0498 6.34277L5.34277 7.0498L2.86816 4.5752L3.5752 3.86816L6.0498 6.34277Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.5 4.5H10.5V1H11.5V4.5Z\" fill=\"currentColor\" />\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,QAAK,EAAE,8BAA8B,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,qbACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,EACzD,EAAAA,QAAA,cAAC,QACC,EAAE,+EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,6BAA6B,KAAK,eAAe,CAC3D,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 r from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:n,size:l=24,...e})=>t.createElement(p,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(C,{...n},r.createElement(o,{d:"M11.5 23H10.5V19.5H11.5V23Z",fill:"currentColor"}),r.createElement(o,{d:"M6.0498 17.6562L3.5752 20.1318L2.86816 19.4248L5.34277 16.9492L6.0498 17.6562Z",fill:"currentColor"}),r.createElement(o,{d:"M11.5273 8L11.9004 8.33301C11.0292 9.30639 10.5 10.591 10.5 12C10.5 13.409 11.0292 14.6936 11.9004 15.667L11.5273 16L11.1553 16.333C10.1264 15.1834 9.5 13.6643 9.5 12C9.5 10.3357 10.1264 8.81661 11.1553 7.66699L11.5273 8Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5.5C19.5899 5.5 22.5 8.41015 22.5 12C22.5 15.5899 19.5899 18.5 16 18.5C15.1154 18.5 14.2718 18.3209 13.502 18C12.7317 18.3215 11.8868 18.5 11 18.5C7.41015 18.5 4.5 15.5899 4.5 12C4.5 8.41015 7.41015 5.5 11 5.5C11.8867 5.5 12.7318 5.67757 13.502 5.99902C14.2718 5.67818 15.1156 5.50005 16 5.5ZM11 6.5C7.96243 6.5 5.5 8.96243 5.5 12C5.5 15.0376 7.96243 17.5 11 17.5C14.0376 17.5 16.5 15.0376 16.5 12C16.5 8.96243 14.0376 6.5 11 6.5Z",fill:"currentColor"}),r.createElement(o,{d:"M3.5 12.5H0V11.5H3.5V12.5Z",fill:"currentColor"}),r.createElement(o,{d:"M6.0498 6.34277L5.34277 7.0498L2.86816 4.5752L3.5752 3.86816L6.0498 6.34277Z",fill:"currentColor"}),r.createElement(o,{d:"M11.5 4.5H10.5V1H11.5V4.5Z",fill:"currentColor"})),I=f;export{f as IconHdr,I 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 d=\"M11.5 23H10.5V19.5H11.5V23Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.0498 17.6562L3.5752 20.1318L2.86816 19.4248L5.34277 16.9492L6.0498 17.6562Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.5273 8L11.9004 8.33301C11.0292 9.30639 10.5 10.591 10.5 12C10.5 13.409 11.0292 14.6936 11.9004 15.667L11.5273 16L11.1553 16.333C10.1264 15.1834 9.5 13.6643 9.5 12C9.5 10.3357 10.1264 8.81661 11.1553 7.66699L11.5273 8Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5.5C19.5899 5.5 22.5 8.41015 22.5 12C22.5 15.5899 19.5899 18.5 16 18.5C15.1154 18.5 14.2718 18.3209 13.502 18C12.7317 18.3215 11.8868 18.5 11 18.5C7.41015 18.5 4.5 15.5899 4.5 12C4.5 8.41015 7.41015 5.5 11 5.5C11.8867 5.5 12.7318 5.67757 13.502 5.99902C14.2718 5.67818 15.1156 5.50005 16 5.5ZM11 6.5C7.96243 6.5 5.5 8.96243 5.5 12C5.5 15.0376 7.96243 17.5 11 17.5C14.0376 17.5 16.5 15.0376 16.5 12C16.5 8.96243 14.0376 6.5 11 6.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3.5 12.5H0V11.5H3.5V12.5Z\" fill=\"currentColor\" />\n <Path\n d=\"M6.0498 6.34277L5.34277 7.0498L2.86816 4.5752L3.5752 3.86816L6.0498 6.34277Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.5 4.5H10.5V1H11.5V4.5Z\" fill=\"currentColor\" />\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,CAAK,EAAE,8BAA8B,KAAK,eAAe,EAC1DG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,qbACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,6BAA6B,KAAK,eAAe,EACzDG,EAAA,cAACH,EAAA,CACC,EAAE,+EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,6BAA6B,KAAK,eAAe,CAC3D,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 i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of H(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=u(o,l))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(V(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>f(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconIncrease:()=>c,default:()=>x});module.exports=d(P);var e=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>s.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),c=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M20.207 19.5L16.3535 23.3535L15.6465 22.6465L18.293 20H8V19H18.293L15.6465 16.3535L16.3535 15.6465L20.207 19.5Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M8.35352 7.64648L7.64648 8.35352L5 5.70703V16H4V5.70703L1.35352 8.35352L0.646484 7.64648L4.5 3.79297L8.35352 7.64648Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M20 14H19V10H20V14Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M20 8H19V5H16V4H20V8Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M14 5H10V4H14V5Z",fill:"currentColor"})),x=c;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=\"M20.207 19.5L16.3535 23.3535L15.6465 22.6465L18.293 20H8V19H18.293L15.6465 16.3535L16.3535 15.6465L20.207 19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.35352 7.64648L7.64648 8.35352L5 5.70703V16H4V5.70703L1.35352 8.35352L0.646484 7.64648L4.5 3.79297L8.35352 7.64648Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 14H19V10H20V14Z\" fill=\"currentColor\" />\n <Path d=\"M20 8H19V5H16V4H20V8Z\" fill=\"currentColor\" />\n <Path d=\"M14 5H10V4H14V5Z\" fill=\"currentColor\" />\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,kHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,sBAAsB,KAAK,eAAe,EAClD,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,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 p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...l})=>p.createElement(C,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var f=e=>o.createElement(t,{...e},o.createElement(n,{d:"M20.207 19.5L16.3535 23.3535L15.6465 22.6465L18.293 20H8V19H18.293L15.6465 16.3535L16.3535 15.6465L20.207 19.5Z",fill:"currentColor"}),o.createElement(n,{d:"M8.35352 7.64648L7.64648 8.35352L5 5.70703V16H4V5.70703L1.35352 8.35352L0.646484 7.64648L4.5 3.79297L8.35352 7.64648Z",fill:"currentColor"}),o.createElement(n,{d:"M20 14H19V10H20V14Z",fill:"currentColor"}),o.createElement(n,{d:"M20 8H19V5H16V4H20V8Z",fill:"currentColor"}),o.createElement(n,{d:"M14 5H10V4H14V5Z",fill:"currentColor"})),I=f;export{f as IconIncrease,I 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=\"M20.207 19.5L16.3535 23.3535L15.6465 22.6465L18.293 20H8V19H18.293L15.6465 16.3535L16.3535 15.6465L20.207 19.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.35352 7.64648L7.64648 8.35352L5 5.70703V16H4V5.70703L1.35352 8.35352L0.646484 7.64648L4.5 3.79297L8.35352 7.64648Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 14H19V10H20V14Z\" fill=\"currentColor\" />\n <Path d=\"M20 8H19V5H16V4H20V8Z\" fill=\"currentColor\" />\n <Path d=\"M14 5H10V4H14V5Z\" fill=\"currentColor\" />\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,kHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,sBAAsB,KAAK,eAAe,EAClDG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,mBAAmB,KAAK,eAAe,CACjD,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 C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var h={};P(h,{IconRotate360Left:()=>B,default:()=>v});module.exports=g(h);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var c=require("react-native-svg"),B=r=>n.default.createElement(f,{...r},n.default.createElement(c.Path,{d:"M12 5C14.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.798 21.6177 14.3046 19.6562 15.332C17.6711 16.3718 14.9635 17 12 17H11.707L13.8535 19.1465L13.1465 19.8535L9.79297 16.5L13.1465 13.1465L13.8535 13.8535L11.707 16H12C14.8353 16 17.3773 15.397 19.1924 14.4463C21.0312 13.4831 22 12.2395 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 11.8318 2.42965 12.6591 3.28027 13.415C4.13158 14.1715 5.37287 14.825 6.89453 15.2861L6.60547 16.2432C4.98901 15.7534 3.60521 15.0418 2.61621 14.1631C1.62646 13.2836 1 12.2039 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 5 12 5Z",fill:"currentColor"})),v=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.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.798 21.6177 14.3046 19.6562 15.332C17.6711 16.3718 14.9635 17 12 17H11.707L13.8535 19.1465L13.1465 19.8535L9.79297 16.5L13.1465 13.1465L13.8535 13.8535L11.707 16H12C14.8353 16 17.3773 15.397 19.1924 14.4463C21.0312 13.4831 22 12.2395 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 11.8318 2.42965 12.6591 3.28027 13.415C4.13158 14.1715 5.37287 14.825 6.89453 15.2861L6.60547 16.2432C4.98901 15.7534 3.60521 15.0418 2.61621 14.1631C1.62646 13.2836 1 12.2039 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 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,6tBACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,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:"M12 5C14.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.798 21.6177 14.3046 19.6562 15.332C17.6711 16.3718 14.9635 17 12 17H11.707L13.8535 19.1465L13.1465 19.8535L9.79297 16.5L13.1465 13.1465L13.8535 13.8535L11.707 16H12C14.8353 16 17.3773 15.397 19.1924 14.4463C21.0312 13.4831 22 12.2395 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 11.8318 2.42965 12.6591 3.28027 13.415C4.13158 14.1715 5.37287 14.825 6.89453 15.2861L6.60547 16.2432C4.98901 15.7534 3.60521 15.0418 2.61621 14.1631C1.62646 13.2836 1 12.2039 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 5 12 5Z",fill:"currentColor"})),x=l;export{l as IconRotate360Left,x 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.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.798 21.6177 14.3046 19.6562 15.332C17.6711 16.3718 14.9635 17 12 17H11.707L13.8535 19.1465L13.1465 19.8535L9.79297 16.5L13.1465 13.1465L13.8535 13.8535L11.707 16H12C14.8353 16 17.3773 15.397 19.1924 14.4463C21.0312 13.4831 22 12.2395 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 11.8318 2.42965 12.6591 3.28027 13.415C4.13158 14.1715 5.37287 14.825 6.89453 15.2861L6.60547 16.2432C4.98901 15.7534 3.60521 15.0418 2.61621 14.1631C1.62646 13.2836 1 12.2039 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 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,6tBACF,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 C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var v={};L(v,{IconRotate360Right:()=>i,default:()=>h});module.exports=P(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M12 5C14.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.2039 22.3735 13.2836 21.3838 14.1631C20.3948 15.0418 19.011 15.7534 17.3945 16.2432L17.1055 15.2861C18.6271 14.825 19.8684 14.1715 20.7197 13.415C21.5704 12.6591 22 11.8318 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 12.2395 2.96885 13.4831 4.80762 14.4463C6.62269 15.397 9.16474 16 12 16H12.293L10.1465 13.8535L10.8535 13.1465L14.207 16.5L10.8535 19.8535L10.1465 19.1465L12.293 17H12C9.03654 17 6.32889 16.3718 4.34375 15.332C2.38226 14.3046 1 12.798 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 5 12 5Z",fill:"currentColor"})),h=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.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.2039 22.3735 13.2836 21.3838 14.1631C20.3948 15.0418 19.011 15.7534 17.3945 16.2432L17.1055 15.2861C18.6271 14.825 19.8684 14.1715 20.7197 13.415C21.5704 12.6591 22 11.8318 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 12.2395 2.96885 13.4831 4.80762 14.4463C6.62269 15.397 9.16474 16 12 16H12.293L10.1465 13.8535L10.8535 13.1465L14.207 16.5L10.8535 19.8535L10.1465 19.1465L12.293 17H12C9.03654 17 6.32889 16.3718 4.34375 15.332C2.38226 14.3046 1 12.798 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 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,2tBACF,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,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:"M12 5C14.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.2039 22.3735 13.2836 21.3838 14.1631C20.3948 15.0418 19.011 15.7534 17.3945 16.2432L17.1055 15.2861C18.6271 14.825 19.8684 14.1715 20.7197 13.415C21.5704 12.6591 22 11.8318 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 12.2395 2.96885 13.4831 4.80762 14.4463C6.62269 15.397 9.16474 16 12 16H12.293L10.1465 13.8535L10.8535 13.1465L14.207 16.5L10.8535 19.8535L10.1465 19.1465L12.293 17H12C9.03654 17 6.32889 16.3718 4.34375 15.332C2.38226 14.3046 1 12.798 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 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.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.2039 22.3735 13.2836 21.3838 14.1631C20.3948 15.0418 19.011 15.7534 17.3945 16.2432L17.1055 15.2861C18.6271 14.825 19.8684 14.1715 20.7197 13.415C21.5704 12.6591 22 11.8318 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 12.2395 2.96885 13.4831 4.80762 14.4463C6.62269 15.397 9.16474 16 12 16H12.293L10.1465 13.8535L10.8535 13.1465L14.207 16.5L10.8535 19.8535L10.1465 19.1465L12.293 17H12C9.03654 17 6.32889 16.3718 4.34375 15.332C2.38226 14.3046 1 12.798 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 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,2tBACF,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": "square-filled-radius-0-stroke-1",
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": "square",
121
+ "filled": "on",
122
+ "radius": "0",
123
+ "stroke": "1"
124
+ },
125
+ "createdAt": "2025-12-11T15:01:41.687546+00:00",
126
+ "packageName": "square-filled-radius-0-stroke-1",
127
+ "componentName": "IconAffinity"
128
+ },
115
129
  {
116
130
  "category": "Devices & Signals",
117
131
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 3C7.02944 3 3 7.02944 3 12C3 15.3303 4.8086 18.2388 7.49958 19.7958L7.93235 20.0462L7.43154 20.9118L6.99876 20.6614C4.01154 18.933 2 15.7017 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 15.7017 19.9884 18.933 17.0012 20.6614L16.5684 20.9118L16.0676 20.0462L16.5004 19.7958C19.1914 18.2388 21 15.3303 21 12C21 7.02944 16.9706 3 12 3ZM12 7C9.23858 7 7 9.23858 7 12C7 13.8496 8.004 15.4652 9.49913 16.3307L9.93187 16.5812L9.43089 17.4466L8.99816 17.1961C7.20688 16.1593 6 14.2209 6 12C6 8.68629 8.68629 6 12 6C15.3137 6 18 8.68629 18 12C18 14.2209 16.7931 16.1593 15.0018 17.1961L14.5691 17.4466L14.0681 16.5812L14.5009 16.3307C15.996 15.4652 17 13.8496 17 12C17 9.23858 14.7614 7 12 7ZM10 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": "square",
@@ -11382,6 +11396,20 @@
11382
11396
  "packageName": "square-filled-radius-0-stroke-1",
11383
11397
  "componentName": "IconHd"
11384
11398
  },
11399
+ {
11400
+ "category": "Edit",
11401
+ "svg": "<path d=\"M11.5 23H10.5V19.5H11.5V23Z\" fill=\"currentColor\"/><path d=\"M6.0498 17.6562L3.5752 20.1318L2.86816 19.4248L5.34277 16.9492L6.0498 17.6562Z\" fill=\"currentColor\"/><path d=\"M11.5273 8L11.9004 8.33301C11.0292 9.30639 10.5 10.591 10.5 12C10.5 13.409 11.0292 14.6936 11.9004 15.667L11.5273 16L11.1553 16.333C10.1264 15.1834 9.5 13.6643 9.5 12C9.5 10.3357 10.1264 8.81661 11.1553 7.66699L11.5273 8Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 5.5C19.5899 5.5 22.5 8.41015 22.5 12C22.5 15.5899 19.5899 18.5 16 18.5C15.1154 18.5 14.2718 18.3209 13.502 18C12.7317 18.3215 11.8868 18.5 11 18.5C7.41015 18.5 4.5 15.5899 4.5 12C4.5 8.41015 7.41015 5.5 11 5.5C11.8867 5.5 12.7318 5.67757 13.502 5.99902C14.2718 5.67818 15.1156 5.50005 16 5.5ZM11 6.5C7.96243 6.5 5.5 8.96243 5.5 12C5.5 15.0376 7.96243 17.5 11 17.5C14.0376 17.5 16.5 15.0376 16.5 12C16.5 8.96243 14.0376 6.5 11 6.5Z\" fill=\"currentColor\"/><path d=\"M3.5 12.5H0V11.5H3.5V12.5Z\" fill=\"currentColor\"/><path d=\"M6.0498 6.34277L5.34277 7.0498L2.86816 4.5752L3.5752 3.86816L6.0498 6.34277Z\" fill=\"currentColor\"/><path d=\"M11.5 4.5H10.5V1H11.5V4.5Z\" fill=\"currentColor\"/>",
11402
+ "iconName": "hdr, lighting, brightness",
11403
+ "variant": {
11404
+ "join": "square",
11405
+ "filled": "on",
11406
+ "radius": "0",
11407
+ "stroke": "1"
11408
+ },
11409
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
11410
+ "packageName": "square-filled-radius-0-stroke-1",
11411
+ "componentName": "IconHdr"
11412
+ },
11385
11413
  {
11386
11414
  "category": "People",
11387
11415
  "svg": "<path d=\"M10.9242 2C6.55006 2 3 5.52973 3 9.88889C3 11.7245 3.63038 13.4148 4.68669 14.755C6.07277 16.5136 6.04606 18.2023 6.01146 20.3903C6.00584 20.7462 6 21.1153 6 21.5V22H15V18.8333H19V13.8585L21.7009 12.1479L21.4154 11.7217C21.103 11.2553 20.805 10.8325 20.5217 10.4306C19.6565 9.20302 18.9281 8.16962 18.3424 6.67948C17.1029 3.52632 14.1015 2 10.9242 2Z\" fill=\"currentColor\"/>",
@@ -12040,6 +12068,20 @@
12040
12068
  "packageName": "square-filled-radius-0-stroke-1",
12041
12069
  "componentName": "IconInboxEmpty"
12042
12070
  },
12071
+ {
12072
+ "category": "Arrows",
12073
+ "svg": "<path d=\"M20.207 19.5L16.3535 23.3535L15.6465 22.6465L18.293 20H8V19H18.293L15.6465 16.3535L16.3535 15.6465L20.207 19.5Z\" fill=\"currentColor\"/><path d=\"M8.35352 7.64648L7.64648 8.35352L5 5.70703V16H4V5.70703L1.35352 8.35352L0.646484 7.64648L4.5 3.79297L8.35352 7.64648Z\" fill=\"currentColor\"/><path d=\"M20 14H19V10H20V14Z\" fill=\"currentColor\"/><path d=\"M20 8H19V5H16V4H20V8Z\" fill=\"currentColor\"/><path d=\"M14 5H10V4H14V5Z\" fill=\"currentColor\"/>",
12074
+ "iconName": "increase, scale, show-more, change-position",
12075
+ "variant": {
12076
+ "join": "square",
12077
+ "filled": "on",
12078
+ "radius": "0",
12079
+ "stroke": "1"
12080
+ },
12081
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
12082
+ "packageName": "square-filled-radius-0-stroke-1",
12083
+ "componentName": "IconIncrease"
12084
+ },
12043
12085
  {
12044
12086
  "category": "Things",
12045
12087
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.53317 8.11958C3.59045 5.96014 6.93646 5.96014 8.99374 8.11958L12 11.2751L15.0063 8.11958C17.0635 5.96014 20.4096 5.96014 22.4668 8.11958C24.5111 10.2653 24.5111 13.7347 22.4668 15.8804C20.4096 18.0399 17.0635 18.0399 15.0063 15.8804L12 12.7249L8.99374 15.8804C6.93646 18.0399 3.59045 18.0399 1.53317 15.8804C-0.511057 13.7347 -0.511057 10.2653 1.53317 8.11958ZM11.3094 12L8.26971 8.80935C6.6065 7.06355 3.92041 7.06355 2.2572 8.80935C0.580935 10.5689 0.580935 13.4311 2.2572 15.1906C3.92041 16.9365 6.6065 16.9365 8.26972 15.1906L11.3094 12ZM12.6906 12L15.7303 15.1906C17.3935 16.9365 20.0796 16.9365 21.7428 15.1906C23.4191 13.4311 23.4191 10.5689 21.7428 8.80935C20.0796 7.06355 17.3935 7.06355 15.7303 8.80935L12.6906 12Z\" fill=\"currentColor\"/>",
@@ -17360,6 +17402,34 @@
17360
17402
  "packageName": "square-filled-radius-0-stroke-1",
17361
17403
  "componentName": "IconRotate"
17362
17404
  },
17405
+ {
17406
+ "category": "Arrows",
17407
+ "svg": "<path d=\"M12 5C14.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.798 21.6177 14.3046 19.6562 15.332C17.6711 16.3718 14.9635 17 12 17H11.707L13.8535 19.1465L13.1465 19.8535L9.79297 16.5L13.1465 13.1465L13.8535 13.8535L11.707 16H12C14.8353 16 17.3773 15.397 19.1924 14.4463C21.0312 13.4831 22 12.2395 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 11.8318 2.42965 12.6591 3.28027 13.415C4.13158 14.1715 5.37287 14.825 6.89453 15.2861L6.60547 16.2432C4.98901 15.7534 3.60521 15.0418 2.61621 14.1631C1.62646 13.2836 1 12.2039 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 5 12 5Z\" fill=\"currentColor\"/>",
17408
+ "iconName": "rotate-360-left",
17409
+ "variant": {
17410
+ "join": "square",
17411
+ "filled": "on",
17412
+ "radius": "0",
17413
+ "stroke": "1"
17414
+ },
17415
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17416
+ "packageName": "square-filled-radius-0-stroke-1",
17417
+ "componentName": "IconRotate360Left"
17418
+ },
17419
+ {
17420
+ "category": "Arrows",
17421
+ "svg": "<path d=\"M12 5C14.9635 5 17.6711 5.62821 19.6562 6.66797C21.6177 7.69541 23 9.20198 23 11C23 12.2039 22.3735 13.2836 21.3838 14.1631C20.3948 15.0418 19.011 15.7534 17.3945 16.2432L17.1055 15.2861C18.6271 14.825 19.8684 14.1715 20.7197 13.415C21.5704 12.6591 22 11.8318 22 11C22 9.76045 21.0311 8.51687 19.1924 7.55371C17.3773 6.60302 14.8353 6 12 6C9.16474 6 6.62269 6.60302 4.80762 7.55371C2.96885 8.51687 2 9.76045 2 11C2 12.2395 2.96885 13.4831 4.80762 14.4463C6.62269 15.397 9.16474 16 12 16H12.293L10.1465 13.8535L10.8535 13.1465L14.207 16.5L10.8535 19.8535L10.1465 19.1465L12.293 17H12C9.03654 17 6.32889 16.3718 4.34375 15.332C2.38226 14.3046 1 12.798 1 11C1 9.20198 2.38226 7.69541 4.34375 6.66797C6.32889 5.62821 9.03654 5 12 5Z\" fill=\"currentColor\"/>",
17422
+ "iconName": "rotate-360-right",
17423
+ "variant": {
17424
+ "join": "square",
17425
+ "filled": "on",
17426
+ "radius": "0",
17427
+ "stroke": "1"
17428
+ },
17429
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17430
+ "packageName": "square-filled-radius-0-stroke-1",
17431
+ "componentName": "IconRotate360Right"
17432
+ },
17363
17433
  {
17364
17434
  "category": "Gaming",
17365
17435
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.01365 11.5H4.58334V12.5H3.01365C3.08352 13.7759 3.41915 14.9811 3.96613 16.061L5.32698 15.2753L5.82698 16.1413L4.46692 16.9266C5.14698 17.9643 6.03569 18.853 7.07343 19.5331L7.85867 18.173L8.72469 18.673L7.939 20.0339C9.01895 20.5809 10.2241 20.9165 11.5 20.9863V19.4167H12.5V20.9863C13.7759 20.9165 14.981 20.5809 16.061 20.0339L15.2753 18.673L16.1413 18.173L16.9266 19.5331C17.9643 18.853 18.853 17.9643 19.5331 16.9266L18.173 16.1414L18.673 15.2753L20.0339 16.061C20.5808 14.9811 20.9165 13.7759 20.9863 12.5H19.4167V11.5H20.9863C20.9165 10.2241 20.5809 9.01894 20.0339 7.93899L18.673 8.72468L18.173 7.85865L19.5331 7.07342C18.853 6.03569 17.9643 5.14698 16.9266 4.46693L16.1414 5.82699L15.2753 5.32699L16.061 3.96613C14.9811 3.41915 13.7759 3.08352 12.5 3.01365V4.58333H11.5V3.01365C10.2241 3.08352 9.01894 3.41915 7.93898 3.96613L8.72467 5.32698L7.85865 5.82698L7.07341 4.46692C6.03567 5.14698 5.14697 6.03569 4.46691 7.07344L5.82698 7.85867L5.32698 8.7247L3.96612 7.93901C3.41914 9.01895 3.08352 10.2241 3.01365 11.5ZM2 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.75 9C7.75 8.30964 8.30964 7.75 9 7.75C9.69036 7.75 10.25 8.30964 10.25 9C10.25 9.16121 10.2195 9.31529 10.1639 9.45679L10.9232 10.2162C11.2375 10.0261 11.6059 9.91667 12 9.91667C12.394 9.91667 12.7625 10.0261 13.0767 10.2161L13.8361 9.45681C13.7805 9.31531 13.75 9.16122 13.75 9C13.75 8.30964 14.3096 7.75 15 7.75C15.6904 7.75 16.25 8.30964 16.25 9C16.25 9.69036 15.6904 10.25 15 10.25C14.8388 10.25 14.6847 10.2195 14.5432 10.1639L13.7838 10.9232C13.9739 11.2375 14.0833 11.6059 14.0833 12C14.0833 12.3941 13.9739 12.7625 13.7838 13.0768L14.5432 13.8361C14.6847 13.7805 14.8388 13.75 15 13.75C15.6904 13.75 16.25 14.3096 16.25 15C16.25 15.6904 15.6904 16.25 15 16.25C14.3096 16.25 13.75 15.6904 13.75 15C13.75 14.8388 13.7805 14.6847 13.8361 14.5432L13.0767 13.7839C12.7625 13.9739 12.394 14.0833 12 14.0833C11.6059 14.0833 11.2374 13.9739 10.9232 13.7838L10.1639 14.5432C10.2195 14.6847 10.25 14.8388 10.25 15C10.25 15.6904 9.69036 16.25 9 16.25C8.30964 16.25 7.75 15.6904 7.75 15C7.75 14.3096 8.30964 13.75 9 13.75C9.16122 13.75 9.31531 13.7805 9.45681 13.8361L10.2161 13.0767C10.0261 12.7625 9.91667 12.394 9.91667 12C9.91667 11.606 10.0261 11.2375 10.2161 10.9233L9.45681 10.1639C9.31531 10.2195 9.16122 10.25 9 10.25C8.30964 10.25 7.75 9.69036 7.75 9Z\" fill=\"currentColor\"/>",
@@ -19561,7 +19631,7 @@
19561
19631
  {
19562
19632
  "category": "Interface General",
19563
19633
  "svg": "<path d=\"M15.4999 0.530273L17.9586 4.61582L22.604 5.69169L19.4782 9.29258L19.8905 14.043L15.4999 12.183L11.1093 14.043L11.5216 9.29258L8.39583 5.69169L13.0412 4.61582L15.4999 0.530273Z\" fill=\"currentColor\"/><path d=\"M8.20706 10.5L7.49995 9.79289L1.79285 15.5L2.49995 16.2071L8.20706 10.5Z\" fill=\"currentColor\"/><path d=\"M10.2071 15.5L9.49995 14.7929L3.79285 20.5L4.49995 21.2071L10.2071 15.5Z\" fill=\"currentColor\"/><path d=\"M17.2071 15.5L11.5 21.2071L10.7928 20.5L16.5 14.7929L17.2071 15.5Z\" 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": "square",
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"