@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.135 → 1.1.137

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 (50) hide show
  1. package/IconControlKeyLeft/index.d.ts +4 -0
  2. package/IconControlKeyLeft/index.js +2 -0
  3. package/IconControlKeyLeft/index.js.map +1 -0
  4. package/IconControlKeyLeft/index.mjs +2 -0
  5. package/IconControlKeyLeft/index.mjs.map +1 -0
  6. package/IconControlKeyRight/index.d.ts +4 -0
  7. package/IconControlKeyRight/index.js +2 -0
  8. package/IconControlKeyRight/index.js.map +1 -0
  9. package/{IconControl → IconControlKeyRight}/index.mjs +1 -1
  10. package/IconControlKeyRight/index.mjs.map +1 -0
  11. package/IconLetterACircle/index.d.ts +4 -0
  12. package/IconLetterACircle/index.js +2 -0
  13. package/IconLetterACircle/index.js.map +1 -0
  14. package/IconLetterACircle/index.mjs +2 -0
  15. package/IconLetterACircle/index.mjs.map +1 -0
  16. package/IconLetterASquare/index.d.ts +4 -0
  17. package/IconLetterASquare/index.js +2 -0
  18. package/IconLetterASquare/index.js.map +1 -0
  19. package/IconLetterASquare/index.mjs +2 -0
  20. package/IconLetterASquare/index.mjs.map +1 -0
  21. package/IconLetterZCircle/index.d.ts +4 -0
  22. package/IconLetterZCircle/index.js +2 -0
  23. package/IconLetterZCircle/index.js.map +1 -0
  24. package/IconLetterZCircle/index.mjs +2 -0
  25. package/IconLetterZCircle/index.mjs.map +1 -0
  26. package/IconLetterZSquare/index.d.ts +4 -0
  27. package/IconLetterZSquare/index.js +2 -0
  28. package/IconLetterZSquare/index.js.map +1 -0
  29. package/IconLetterZSquare/index.mjs +2 -0
  30. package/IconLetterZSquare/index.mjs.map +1 -0
  31. package/{IconControl → IconOptionKey}/index.d.ts +2 -2
  32. package/IconOptionKey/index.js +2 -0
  33. package/IconOptionKey/index.js.map +1 -0
  34. package/IconOptionKey/index.mjs +2 -0
  35. package/IconOptionKey/index.mjs.map +1 -0
  36. package/README.md +7 -1
  37. package/filtered-icons.json +86 -2
  38. package/icons/index.d.ts +7 -1
  39. package/icons-index.json +18 -6
  40. package/index.d.ts +7 -1
  41. package/index.js +1 -1
  42. package/index.js.map +1 -1
  43. package/index.mjs +1 -1
  44. package/index.mjs.map +1 -1
  45. package/license-check.js +1 -1
  46. package/package.json +1 -1
  47. package/tsx-icons.json +45 -3
  48. package/IconControl/index.js +0 -2
  49. package/IconControl/index.js.map +0 -1
  50. package/IconControl/index.mjs.map +0 -1
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconControlKeyLeft: FC<CentralIconBaseProps>;
4
+ export default IconControlKeyLeft;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of k(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=f(r,t))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(B(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>a(n({},"__esModule",{value:!0}),o);var g={};x(g,{IconControlKeyLeft:()=>u,default:()=>P});module.exports=L(g);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),u=o=>p.default.createElement(c,{...o},p.default.createElement(s.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M8 10L10 8L12 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=u;0&&(module.exports={IconControlKeyLeft});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconControlKeyLeft/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 IconControlKeyLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 10L10 8L12 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconControlKeyLeft;\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,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconControlKeyLeft_exports","__export","IconControlKeyLeft","IconControlKeyLeft_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconControlKeyLeft","props","React","CentralIconBase","IconControlKeyLeft_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...p})=>s.createElement(C,{...p,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 n}from"react-native-svg";var a=r=>e.createElement(t,{...r},e.createElement(n,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M8 10L10 8L12 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconControlKeyLeft,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconControlKeyLeft/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 IconControlKeyLeft: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 10L10 8L12 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconControlKeyLeft;\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,2HACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconControlKeyLeft","props","React","CentralIconBase","IconControlKeyLeft_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconControlKeyRight: FC<CentralIconBaseProps>;
4
+ export default IconControlKeyRight;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var g=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,C)=>{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:!(C=B(r,e))||C.enumerable});return o};var s=(o,r,t)=>(t=o!=null?u(g(o)):{},a(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),d=o=>a(n({},"__esModule",{value:!0}),o);var v={};P(v,{IconControlKeyRight:()=>f,default:()=>h});module.exports=d(v);var p=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...t})=>m.default.createElement(l.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 i=require("react-native-svg"),f=o=>p.default.createElement(c,{...o},p.default.createElement(i.Path,{d:"M12 10L14 8L16 10M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=f;0&&(module.exports={IconControlKeyRight});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconControlKeyRight/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 IconControlKeyRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10L14 8L16 10M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconControlKeyRight;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,yBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconControlKeyRight_exports","__export","IconControlKeyRight","IconControlKeyRight_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconControlKeyRight","props","React","CentralIconBase","IconControlKeyRight_default"]}
@@ -1,2 +1,2 @@
1
- import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...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 s=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12 10L14 8L16 10M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconControl,P as default};
1
+ import e from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(C,{...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 s=r=>e.createElement(t,{...r},e.createElement(a,{d:"M12 10L14 8L16 10M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),x=s;export{s as IconControlKeyRight,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconControlKeyRight/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 IconControlKeyRight: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10L14 8L16 10M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconControlKeyRight;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconControlKeyRight","props","React","CentralIconBase","IconControlKeyRight_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterACircle: FC<CentralIconBaseProps>;
4
+ export default IconLetterACircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!L.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=x(o,e))||l.enumerable});return r};var c=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var v={};P(v,{IconLetterACircle:()=>i,default:()=>h});module.exports=g(v);var C=c(require("react"));var s=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z",fill:"currentColor"})),h=i;0&&(module.exports={IconLetterACircle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterACircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterACircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterACircle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,whBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterACircle_exports","__export","IconLetterACircle","IconLetterACircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterACircle","props","React","CentralIconBase","IconLetterACircle_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({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{Circle as l,Path as a}from"react-native-svg";var c=o=>t.createElement(e,{...o},t.createElement(l,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(a,{d:"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z",fill:"currentColor"})),P=c;export{c as IconLetterACircle,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterACircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterACircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterACircle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,whBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconLetterACircle","props","React","CentralIconBase","IconLetterACircle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterASquare: FC<CentralIconBaseProps>;
4
+ export default IconLetterASquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!L.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>l(n({},"__esModule",{value:!0}),r);var h={};P(h,{IconLetterASquare:()=>u,default:()=>d});module.exports=g(h);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z",fill:"currentColor"})),d=u;0&&(module.exports={IconLetterASquare});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterASquare/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 IconLetterASquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterASquare;\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,2HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yhBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterASquare_exports","__export","IconLetterASquare","IconLetterASquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterASquare","props","React","CentralIconBase","IconLetterASquare_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...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 n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z",fill:"currentColor"})),L=l;export{l as IconLetterASquare,L as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterASquare/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 IconLetterASquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterASquare;\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,2HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yhBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterASquare","props","React","CentralIconBase","IconLetterASquare_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterZCircle: FC<CentralIconBaseProps>;
4
+ export default IconLetterZCircle;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=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,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(l=x(o,e))||l.enumerable});return r};var c=(r,o,t)=>(t=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(n({},"__esModule",{value:!0}),r);var y={};g(y,{IconLetterZCircle:()=>i,default:()=>v});module.exports=h(y);var C=c(require("react"));var s=c(require("react")),m=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>C.default.createElement(f,{...r},C.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",fill:"currentColor"})),v=i;0&&(module.exports={IconLetterZCircle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterZCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterZCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZCircle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,uBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,8dACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterZCircle_exports","__export","IconLetterZCircle","IconLetterZCircle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterZCircle","props","React","CentralIconBase","IconLetterZCircle_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({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{Circle as l,Path as a}from"react-native-svg";var c=o=>t.createElement(e,{...o},t.createElement(l,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2"}),t.createElement(a,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",fill:"currentColor"})),g=c;export{c as IconLetterZCircle,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterZCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconLetterZCircle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZCircle;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,IAAI,OAAO,eAAe,YAAY,IAAI,EACpEI,EAAA,cAACH,EAAA,CACC,EAAE,8dACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconLetterZCircle","props","React","CentralIconBase","IconLetterZCircle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconLetterZSquare: FC<CentralIconBaseProps>;
4
+ export default IconLetterZSquare;
@@ -0,0 +1,2 @@
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var s=(r,o,t)=>(t=r!=null?i(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),H=r=>l(n({},"__esModule",{value:!0}),r);var h={};g(h,{IconLetterZSquare:()=>u,default:()=>d});module.exports=H(h);var C=s(require("react"));var m=s(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),C.default.createElement(p.Path,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",fill:"currentColor"})),d=u;0&&(module.exports={IconLetterZSquare});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterZSquare/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 IconLetterZSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZSquare;\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,2HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8dACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconLetterZSquare_exports","__export","IconLetterZSquare","IconLetterZSquare_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconLetterZSquare","props","React","CentralIconBase","IconLetterZSquare_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...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 n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),t.createElement(n,{d:"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z",fill:"currentColor"})),P=l;export{l as IconLetterZSquare,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconLetterZSquare/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 IconLetterZSquare: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconLetterZSquare;\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,2HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8dACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconLetterZSquare","props","React","CentralIconBase","IconLetterZSquare_default"]}
@@ -1,4 +1,4 @@
1
1
  import { FC } from "react";
2
2
  import { type CentralIconBaseProps } from "../CentralIconBase";
3
- export declare const IconControl: FC<CentralIconBaseProps>;
4
- export default IconControl;
3
+ export declare const IconOptionKey: FC<CentralIconBaseProps>;
4
+ export default IconOptionKey;
@@ -0,0 +1,2 @@
1
+ "use strict";var d=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},i=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of f(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(C=k(o,e))||C.enumerable});return r};var a=(r,o,t)=>(t=r!=null?d(B(r)):{},i(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};h(g,{IconOptionKey:()=>c,default:()=>P});module.exports=x(g);var n=a(require("react"));var l=a(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...t})=>l.default.createElement(m.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M8 8H8.76393C9.52148 8 10.214 8.428 10.5528 9.10557L13.4472 14.8944C13.786 15.572 14.4785 16 15.2361 16H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M16 8H14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconOptionKey});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconOptionKey/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 IconOptionKey: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8 8H8.76393C9.52148 8 10.214 8.428 10.5528 9.10557L13.4472 14.8944C13.786 15.572 14.4785 16 15.2361 16H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 8H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOptionKey;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,mBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2HACF,OAAO,eACP,YAAY,IACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconOptionKey_exports","__export","IconOptionKey","IconOptionKey_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconOptionKey","props","React","CentralIconBase","IconOptionKey_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var i=t=>o.createElement(n,{...t},o.createElement(e,{d:"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8 8H8.76393C9.52148 8 10.214 8.428 10.5528 9.10557L13.4472 14.8944C13.786 15.572 14.4785 16 15.2361 16H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16 8H14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconOptionKey,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconOptionKey/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 IconOptionKey: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n />\n <Path\n d=\"M8 8H8.76393C9.52148 8 10.214 8.428 10.5528 9.10557L13.4472 14.8944C13.786 15.572 14.4785 16 15.2361 16H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 8H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconOptionKey;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,OAAO,eACP,YAAY,IACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6GACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconOptionKey","props","React","CentralIconBase","IconOptionKey_default"]}
package/README.md CHANGED
@@ -1173,11 +1173,13 @@ Below is a complete list of available icons:
1173
1173
  - IconBackward
1174
1174
  - IconCmd
1175
1175
  - IconCmdBox
1176
- - IconControl
1176
+ - IconControlKeyLeft
1177
+ - IconControlKeyRight
1177
1178
  - IconEsc
1178
1179
  - IconHashtag
1179
1180
  - IconOpt
1180
1181
  - IconOptAlt
1182
+ - IconOptionKey
1181
1183
  - IconShift
1182
1184
  - IconSpacebar
1183
1185
 
@@ -1952,6 +1954,10 @@ Below is a complete list of available icons:
1952
1954
  - IconHorizontalAlignmentCenter
1953
1955
  - IconHorizontalAlignmentTop
1954
1956
  - IconItalic
1957
+ - IconLetterACircle
1958
+ - IconLetterASquare
1959
+ - IconLetterZCircle
1960
+ - IconLetterZSquare
1955
1961
  - IconLinebreak
1956
1962
  - IconLineHeight
1957
1963
  - IconNumber0Circle
@@ -7644,10 +7644,24 @@
7644
7644
  "packageName": "round-outlined-radius-2-stroke-2",
7645
7645
  "componentName": "IconContrast"
7646
7646
  },
7647
+ {
7648
+ "category": "Keyboard",
7649
+ "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 10L10 8L12 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7650
+ "iconName": "control-key-left",
7651
+ "variant": {
7652
+ "join": "round",
7653
+ "filled": "off",
7654
+ "radius": "2",
7655
+ "stroke": "2"
7656
+ },
7657
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
7658
+ "packageName": "round-outlined-radius-2-stroke-2",
7659
+ "componentName": "IconControlKeyLeft"
7660
+ },
7647
7661
  {
7648
7662
  "category": "Keyboard",
7649
7663
  "svg": "<path d=\"M12 10L14 8L16 10M6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
7650
- "iconName": "control",
7664
+ "iconName": "control-key-right",
7651
7665
  "variant": {
7652
7666
  "join": "round",
7653
7667
  "filled": "off",
@@ -7656,7 +7670,7 @@
7656
7670
  },
7657
7671
  "createdAt": "2025-02-15T21:11:34.111513+00:00",
7658
7672
  "packageName": "round-outlined-radius-2-stroke-2",
7659
- "componentName": "IconControl"
7673
+ "componentName": "IconControlKeyRight"
7660
7674
  },
7661
7675
  {
7662
7676
  "category": "Food",
@@ -13986,6 +14000,62 @@
13986
14000
  "packageName": "round-outlined-radius-2-stroke-2",
13987
14001
  "componentName": "IconLemonsqueezy"
13988
14002
  },
14003
+ {
14004
+ "category": "Typography",
14005
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.15039 16.1289C8.4707 16.1289 8.05469 15.7422 8.05469 15.1035C8.05469 14.9219 8.11328 14.6582 8.20703 14.4004L10.293 8.66992C10.6035 7.80859 11.125 7.41602 11.9629 7.41602C12.8477 7.41602 13.3633 7.79102 13.6855 8.66992L15.7891 14.4004C15.8887 14.6758 15.9297 14.875 15.9297 15.0977C15.9297 15.7012 15.4785 16.1289 14.8516 16.1289C14.2305 16.1289 13.9082 15.8477 13.7207 15.1562L13.4336 14.2188H10.5391L10.252 15.1211C10.0469 15.8359 9.72461 16.1289 9.15039 16.1289ZM10.9668 12.5957H12.9648L11.9746 9.33789H11.9277L10.9668 12.5957Z\" fill=\"currentColor\"/>",
14006
+ "iconName": "letter-a-circle",
14007
+ "variant": {
14008
+ "join": "round",
14009
+ "filled": "off",
14010
+ "radius": "2",
14011
+ "stroke": "2"
14012
+ },
14013
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14014
+ "packageName": "round-outlined-radius-2-stroke-2",
14015
+ "componentName": "IconLetterACircle"
14016
+ },
14017
+ {
14018
+ "category": "Typography",
14019
+ "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.15039 16.3564C8.4707 16.3564 8.05469 15.9697 8.05469 15.3311C8.05469 15.1494 8.11328 14.8857 8.20703 14.6279L10.293 8.89746C10.6035 8.03613 11.125 7.64355 11.9629 7.64355C12.8477 7.64355 13.3633 8.01855 13.6855 8.89746L15.7891 14.6279C15.8887 14.9033 15.9297 15.1025 15.9297 15.3252C15.9297 15.9287 15.4785 16.3564 14.8516 16.3564C14.2305 16.3564 13.9082 16.0752 13.7207 15.3838L13.4336 14.4463H10.5391L10.252 15.3486C10.0469 16.0635 9.72461 16.3564 9.15039 16.3564ZM10.9668 12.8232H12.9648L11.9746 9.56543H11.9277L10.9668 12.8232Z\" fill=\"currentColor\"/>",
14020
+ "iconName": "letter-a-square, key",
14021
+ "variant": {
14022
+ "join": "round",
14023
+ "filled": "off",
14024
+ "radius": "2",
14025
+ "stroke": "2"
14026
+ },
14027
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14028
+ "packageName": "round-outlined-radius-2-stroke-2",
14029
+ "componentName": "IconLetterASquare"
14030
+ },
14031
+ {
14032
+ "category": "Typography",
14033
+ "svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\" fill=\"currentColor\"/>",
14034
+ "iconName": "letter-z-circle",
14035
+ "variant": {
14036
+ "join": "round",
14037
+ "filled": "off",
14038
+ "radius": "2",
14039
+ "stroke": "2"
14040
+ },
14041
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14042
+ "packageName": "round-outlined-radius-2-stroke-2",
14043
+ "componentName": "IconLetterZCircle"
14044
+ },
14045
+ {
14046
+ "category": "Typography",
14047
+ "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M9.73047 16.2275C9.08594 16.2275 8.6582 15.8525 8.6582 15.2666C8.6582 14.9736 8.74609 14.7451 8.95703 14.4697L12.6777 9.55371V9.50684H9.57227C8.99805 9.50684 8.61719 9.19043 8.61719 8.63965C8.61719 8.08887 8.99219 7.77246 9.57227 7.77246H14.125C14.7871 7.77246 15.2031 8.15918 15.2031 8.77441C15.2031 9.1084 15.0508 9.3252 14.8867 9.54785L11.2012 14.4463V14.4932H14.4883C15.0684 14.4932 15.4434 14.8096 15.4434 15.3604C15.4434 15.9111 15.0566 16.2275 14.4883 16.2275H9.73047Z\" fill=\"currentColor\"/>",
14048
+ "iconName": "letter-z-square, key",
14049
+ "variant": {
14050
+ "join": "round",
14051
+ "filled": "off",
14052
+ "radius": "2",
14053
+ "stroke": "2"
14054
+ },
14055
+ "createdAt": "2026-02-18T13:00:26.775075+00:00",
14056
+ "packageName": "round-outlined-radius-2-stroke-2",
14057
+ "componentName": "IconLetterZSquare"
14058
+ },
13989
14059
  {
13990
14060
  "category": "Folders & Files",
13991
14061
  "svg": "<path d=\"M4 4V20M9 4V20M14 4L20 20\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -16324,6 +16394,20 @@
16324
16394
  "packageName": "round-outlined-radius-2-stroke-2",
16325
16395
  "componentName": "IconOptAlt"
16326
16396
  },
16397
+ {
16398
+ "category": "Keyboard",
16399
+ "svg": "<path d=\"M18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 8H8.76393C9.52148 8 10.214 8.428 10.5528 9.10557L13.4472 14.8944C13.786 15.572 14.4785 16 15.2361 16H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 8H14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16400
+ "iconName": "option-key",
16401
+ "variant": {
16402
+ "join": "round",
16403
+ "filled": "off",
16404
+ "radius": "2",
16405
+ "stroke": "2"
16406
+ },
16407
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
16408
+ "packageName": "round-outlined-radius-2-stroke-2",
16409
+ "componentName": "IconOptionKey"
16410
+ },
16327
16411
  {
16328
16412
  "category": "Food",
16329
16413
  "svg": "<path d=\"M20 13C20 17.4183 16.4183 21 12 21C7.58172 21 4 17.4183 4 13C4 8.58172 7.58172 5 12 5C16.4183 5 20 8.58172 20 13Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M12.6562 4.87958C12.9372 3.73737 13.6653 2.70696 14.7644 2.07239C15.8636 1.43782 16.9599 1.43756 18.2496 1.65023C17.9686 2.79244 17.2405 3.82285 16.1414 4.45742C15.0423 5.09199 13.7859 5.20734 12.6562 4.87958Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 5.00006C11.7428 3.84257 10.6256 2.65467 9 2.18604\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/><path d=\"M16 13C16 15.2091 14.2091 17 12 17\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\"/>",
package/icons/index.d.ts CHANGED
@@ -545,7 +545,8 @@ export type CentralIconName =
545
545
  | "IconConstructionHelmet"
546
546
  | "IconContacts"
547
547
  | "IconContrast"
548
- | "IconControl"
548
+ | "IconControlKeyLeft"
549
+ | "IconControlKeyRight"
549
550
  | "IconCookies"
550
551
  | "IconCooking"
551
552
  | "IconCopilot"
@@ -998,6 +999,10 @@ export type CentralIconName =
998
999
  | "IconLayoutWindow"
999
1000
  | "IconLeaderboard"
1000
1001
  | "IconLemonsqueezy"
1002
+ | "IconLetterACircle"
1003
+ | "IconLetterASquare"
1004
+ | "IconLetterZCircle"
1005
+ | "IconLetterZSquare"
1001
1006
  | "IconLibrary"
1002
1007
  | "IconLifeVest"
1003
1008
  | "IconLightBulb"
@@ -1165,6 +1170,7 @@ export type CentralIconName =
1165
1170
  | "IconOpera"
1166
1171
  | "IconOpt"
1167
1172
  | "IconOptAlt"
1173
+ | "IconOptionKey"
1168
1174
  | "IconOrange"
1169
1175
  | "IconOrganisation"
1170
1176
  | "IconPackage"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-2-stroke-2",
3
- "version": "1.1.135",
3
+ "version": "1.1.137",
4
4
  "style": "round-outlined-radius-2-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-stroke-2/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1812,
14
+ "totalIcons": 1818,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 68,
@@ -1077,17 +1077,19 @@
1077
1077
  ]
1078
1078
  },
1079
1079
  "Keyboard": {
1080
- "count": 11,
1080
+ "count": 13,
1081
1081
  "icons": [
1082
1082
  "IconAt",
1083
1083
  "IconBackward",
1084
1084
  "IconCmd",
1085
1085
  "IconCmdBox",
1086
- "IconControl",
1086
+ "IconControlKeyLeft",
1087
+ "IconControlKeyRight",
1087
1088
  "IconEsc",
1088
1089
  "IconHashtag",
1089
1090
  "IconOpt",
1090
1091
  "IconOptAlt",
1092
+ "IconOptionKey",
1091
1093
  "IconShift",
1092
1094
  "IconSpacebar"
1093
1095
  ]
@@ -1863,7 +1865,7 @@
1863
1865
  ]
1864
1866
  },
1865
1867
  "Typography": {
1866
- "count": 77,
1868
+ "count": 81,
1867
1869
  "icons": [
1868
1870
  "IconAlignmentCenter",
1869
1871
  "IconAlignmentJustify",
@@ -1890,6 +1892,10 @@
1890
1892
  "IconHorizontalAlignmentCenter",
1891
1893
  "IconHorizontalAlignmentTop",
1892
1894
  "IconItalic",
1895
+ "IconLetterACircle",
1896
+ "IconLetterASquare",
1897
+ "IconLetterZCircle",
1898
+ "IconLetterZSquare",
1893
1899
  "IconLinebreak",
1894
1900
  "IconLineHeight",
1895
1901
  "IconNumber0Circle",
@@ -2560,7 +2566,8 @@
2560
2566
  "IconConstructionHelmet": "construction-helmet, work, wip",
2561
2567
  "IconContacts": "contacts, address-book",
2562
2568
  "IconContrast": "contrast",
2563
- "IconControl": "control",
2569
+ "IconControlKeyLeft": "control-key-left",
2570
+ "IconControlKeyRight": "control-key-right",
2564
2571
  "IconCookies": "cookies",
2565
2572
  "IconCooking": "cooking, stirring",
2566
2573
  "IconCopilot": "copilot",
@@ -3013,6 +3020,10 @@
3013
3020
  "IconLayoutWindow": "layout-window, grid, window",
3014
3021
  "IconLeaderboard": "leaderboard, winner, stats, graph",
3015
3022
  "IconLemonsqueezy": "lemonsqueezy",
3023
+ "IconLetterACircle": "letter-a-circle",
3024
+ "IconLetterASquare": "letter-a-square, key",
3025
+ "IconLetterZCircle": "letter-z-circle",
3026
+ "IconLetterZSquare": "letter-z-square, key",
3016
3027
  "IconLibrary": "library, stuff, vinyl-records",
3017
3028
  "IconLifeVest": "life-vest, vest",
3018
3029
  "IconLightBulb": "light-bulb, idea, light",
@@ -3180,6 +3191,7 @@
3180
3191
  "IconOpera": "opera",
3181
3192
  "IconOpt": "opt, option, key",
3182
3193
  "IconOptAlt": "opt-alt, option alt, key",
3194
+ "IconOptionKey": "option-key",
3183
3195
  "IconOrange": "orange",
3184
3196
  "IconOrganisation": "organisation, organimgram",
3185
3197
  "IconPackage": "package, delivery",
package/index.d.ts CHANGED
@@ -544,7 +544,8 @@ export { IconConsoleSparkle, default as IconConsoleSparkleDefault, } from "./Ico
544
544
  export { IconConstructionHelmet, default as IconConstructionHelmetDefault, } from "./IconConstructionHelmet";
545
545
  export { IconContacts, default as IconContactsDefault } from "./IconContacts";
546
546
  export { IconContrast, default as IconContrastDefault } from "./IconContrast";
547
- export { IconControl, default as IconControlDefault } from "./IconControl";
547
+ export { IconControlKeyLeft, default as IconControlKeyLeftDefault, } from "./IconControlKeyLeft";
548
+ export { IconControlKeyRight, default as IconControlKeyRightDefault, } from "./IconControlKeyRight";
548
549
  export { IconCookies, default as IconCookiesDefault } from "./IconCookies";
549
550
  export { IconCooking, default as IconCookingDefault } from "./IconCooking";
550
551
  export { IconCopilot, default as IconCopilotDefault } from "./IconCopilot";
@@ -997,6 +998,10 @@ export { IconLayoutTopbar, default as IconLayoutTopbarDefault, } from "./IconLay
997
998
  export { IconLayoutWindow, default as IconLayoutWindowDefault, } from "./IconLayoutWindow";
998
999
  export { IconLeaderboard, default as IconLeaderboardDefault, } from "./IconLeaderboard";
999
1000
  export { IconLemonsqueezy, default as IconLemonsqueezyDefault, } from "./IconLemonsqueezy";
1001
+ export { IconLetterACircle, default as IconLetterACircleDefault, } from "./IconLetterACircle";
1002
+ export { IconLetterASquare, default as IconLetterASquareDefault, } from "./IconLetterASquare";
1003
+ export { IconLetterZCircle, default as IconLetterZCircleDefault, } from "./IconLetterZCircle";
1004
+ export { IconLetterZSquare, default as IconLetterZSquareDefault, } from "./IconLetterZSquare";
1000
1005
  export { IconLibrary, default as IconLibraryDefault } from "./IconLibrary";
1001
1006
  export { IconLifeVest, default as IconLifeVestDefault } from "./IconLifeVest";
1002
1007
  export { IconLightBulb, default as IconLightBulbDefault, } from "./IconLightBulb";
@@ -1164,6 +1169,7 @@ export { IconOpenclaw, default as IconOpenclawDefault } from "./IconOpenclaw";
1164
1169
  export { IconOpera, default as IconOperaDefault } from "./IconOpera";
1165
1170
  export { IconOpt, default as IconOptDefault } from "./IconOpt";
1166
1171
  export { IconOptAlt, default as IconOptAltDefault } from "./IconOptAlt";
1172
+ export { IconOptionKey, default as IconOptionKeyDefault, } from "./IconOptionKey";
1167
1173
  export { IconOrange, default as IconOrangeDefault } from "./IconOrange";
1168
1174
  export { IconOrganisation, default as IconOrganisationDefault, } from "./IconOrganisation";
1169
1175
  export { IconPackage, default as IconPackageDefault } from "./IconPackage";