@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.136 → 1.1.138

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconControlKeyLeft: FC<CentralIconBaseProps>;
4
+ export default IconControlKeyLeft;
@@ -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 e in o)n(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?i(x(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>C(n({},"__esModule",{value:!0}),r);var L={};g(L,{IconControlKeyLeft:()=>u,default:()=>y});module.exports=v(L);var p=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var a=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(a.Path,{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),p.default.createElement(a.Path,{d:"M6.5 10L9 7.5L11.5 10",stroke:"currentColor",strokeLinecap:"square"})),y=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=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6.5 10L9 7.5L11.5 10\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,+BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,cAAc,SAChB,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 a from"react";import{Svg as s}from"react-native-svg";var t=({children:o,size:r=24,...p})=>a.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"}),e.createElement(n,{d:"M6.5 10L9 7.5L11.5 10",stroke:"currentColor",strokeLinecap:"square"})),P=C;export{C as IconControlKeyLeft,P 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=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M6.5 10L9 7.5L11.5 10\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,+BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,cAAc,SAChB,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=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!x.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=B(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(g(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>s(n({},"__esModule",{value:!0}),r);var y={};P(y,{IconControlKeyRight:()=>i,default:()=>v});module.exports=h(y);var p=m(require("react"));var C=m(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>C.default.createElement(l.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M11.5 10L14 7.5L16.5 10M3.5 3.5H20.5V20.5H3.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"})),v=i;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=\"M11.5 10L14 7.5L16.5 10M3.5 3.5H20.5V20.5H3.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,qDACF,OAAO,eACP,cAAc,SAChB,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 a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M11.5 10L14 7.5L16.5 10M3.5 3.5H20.5V20.5H3.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"})),P=m;export{m as IconControl,P as default};
1
+ import e from"react";import p from"react";import{Svg as a}from"react-native-svg";var t=({children:o,size:r=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var m=o=>e.createElement(t,{...o},e.createElement(s,{d:"M11.5 10L14 7.5L16.5 10M3.5 3.5H20.5V20.5H3.5V3.5Z",stroke:"currentColor",strokeLinecap:"square"})),x=m;export{m 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=\"M11.5 10L14 7.5L16.5 10M3.5 3.5H20.5V20.5H3.5V3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,qDACF,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconControlKeyRight","props","React","CentralIconBase","IconControlKeyRight_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 IconGoatHead: FC<CentralIconBaseProps>;
4
+ export default IconGoatHead;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var i=(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 x(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=u(o,e))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?I(P(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={};i(h,{IconGoatHead:()=>B,default:()=>d});module.exports=v(h);var C=m(require("react"));var s=m(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>s.default.createElement(l.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"),B=r=>C.default.createElement(c,{...r},C.default.createElement(f.Path,{d:"M8.18387 17.1179L8.19643 17.1211C8.56827 18.5655 10.1344 21.5004 12.0016 21.5005C13.8688 21.5004 15.4348 18.5656 15.8067 17.1211L15.8192 17.118C16.9503 16.8324 17.0435 14.5882 17.1611 13.6421C18.042 13.593 21.0092 12.8734 21.7758 10.5728C22.9258 7.12193 17.0339 10.6261 17.5015 7.50052C17.9623 4.42132 21.2009 2.74844 21.2009 2.74844C18.0015 2.00052 15.2595 3.10187 13.8107 5.8108C12.9198 7.4766 11.0559 7.4766 10.177 5.81395C8.74319 3.10187 6.00153 2.00057 2.80223 2.74836C2.80223 2.74836 6.04077 4.42132 6.50152 7.50052C6.96912 10.6261 1.07735 7.12185 2.22727 10.5727C2.99388 12.8733 5.96107 13.593 6.84197 13.642C6.95956 14.5882 7.05276 16.8323 8.18387 17.1179Z",stroke:"currentColor"})),d=B;0&&(module.exports={IconGoatHead});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGoatHead/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 IconGoatHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.18387 17.1179L8.19643 17.1211C8.56827 18.5655 10.1344 21.5004 12.0016 21.5005C13.8688 21.5004 15.4348 18.5656 15.8067 17.1211L15.8192 17.118C16.9503 16.8324 17.0435 14.5882 17.1611 13.6421C18.042 13.593 21.0092 12.8734 21.7758 10.5728C22.9258 7.12193 17.0339 10.6261 17.5015 7.50052C17.9623 4.42132 21.2009 2.74844 21.2009 2.74844C18.0015 2.00052 15.2595 3.10187 13.8107 5.8108C12.9198 7.4766 11.0559 7.4766 10.177 5.81395C8.74319 3.10187 6.00153 2.00057 2.80223 2.74836C2.80223 2.74836 6.04077 4.42132 6.50152 7.50052C6.96912 10.6261 1.07735 7.12185 2.22727 10.5727C2.99388 12.8733 5.96107 13.593 6.84197 13.642C6.95956 14.5882 7.05276 16.8323 8.18387 17.1179Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoatHead;\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,2pBACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconGoatHead_exports","__export","IconGoatHead","IconGoatHead_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGoatHead","props","React","CentralIconBase","IconGoatHead_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 m=o=>e.createElement(t,{...o},e.createElement(a,{d:"M8.18387 17.1179L8.19643 17.1211C8.56827 18.5655 10.1344 21.5004 12.0016 21.5005C13.8688 21.5004 15.4348 18.5656 15.8067 17.1211L15.8192 17.118C16.9503 16.8324 17.0435 14.5882 17.1611 13.6421C18.042 13.593 21.0092 12.8734 21.7758 10.5728C22.9258 7.12193 17.0339 10.6261 17.5015 7.50052C17.9623 4.42132 21.2009 2.74844 21.2009 2.74844C18.0015 2.00052 15.2595 3.10187 13.8107 5.8108C12.9198 7.4766 11.0559 7.4766 10.177 5.81395C8.74319 3.10187 6.00153 2.00057 2.80223 2.74836C2.80223 2.74836 6.04077 4.42132 6.50152 7.50052C6.96912 10.6261 1.07735 7.12185 2.22727 10.5727C2.99388 12.8733 5.96107 13.593 6.84197 13.642C6.95956 14.5882 7.05276 16.8323 8.18387 17.1179Z",stroke:"currentColor"})),g=m;export{m as IconGoatHead,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconGoatHead/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 IconGoatHead: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M8.18387 17.1179L8.19643 17.1211C8.56827 18.5655 10.1344 21.5004 12.0016 21.5005C13.8688 21.5004 15.4348 18.5656 15.8067 17.1211L15.8192 17.118C16.9503 16.8324 17.0435 14.5882 17.1611 13.6421C18.042 13.593 21.0092 12.8734 21.7758 10.5728C22.9258 7.12193 17.0339 10.6261 17.5015 7.50052C17.9623 4.42132 21.2009 2.74844 21.2009 2.74844C18.0015 2.00052 15.2595 3.10187 13.8107 5.8108C12.9198 7.4766 11.0559 7.4766 10.177 5.81395C8.74319 3.10187 6.00153 2.00057 2.80223 2.74836C2.80223 2.74836 6.04077 4.42132 6.50152 7.50052C6.96912 10.6261 1.07735 7.12185 2.22727 10.5727C2.99388 12.8733 5.96107 13.593 6.84197 13.642C6.95956 14.5882 7.05276 16.8323 8.18387 17.1179Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGoatHead;\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,2pBACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGoatHead","props","React","CentralIconBase","IconGoatHead_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconOptionKey: FC<CentralIconBaseProps>;
4
+ export default IconOptionKey;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(x(r)):{},C(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(p({},"__esModule",{value:!0}),r);var v={};d(v,{IconOptionKey:()=>i,default:()=>k});module.exports=g(v);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(s.Path,{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),n.default.createElement(s.Path,{d:"M7.5 8.5H10L14 15.75H16.5",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M16.5 8.5H14.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),k=i;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 d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <Path\n d=\"M7.5 8.5H10L14 15.75H16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16.5 8.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,QAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7D,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,cAAc,SACd,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 a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{d:"M20.5 3.5H3.5V20.5H20.5V3.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M7.5 8.5H10L14 15.75H16.5",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M16.5 8.5H14.5",stroke:"currentColor",strokeLinecap:"square",strokeLinejoin:"round"})),P=C;export{C as IconOptionKey,P 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 d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" />\n <Path\n d=\"M7.5 8.5H10L14 15.75H16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16.5 8.5H14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,CAAK,EAAE,+BAA+B,OAAO,eAAe,EAC7DG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,cAAc,SACd,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
 
@@ -1807,6 +1809,7 @@ Below is a complete list of available icons:
1807
1809
  - IconFormPyramide
1808
1810
  - IconForYou
1809
1811
  - IconGalaxy
1812
+ - IconGoatHead
1810
1813
  - IconGoldMedal
1811
1814
  - IconGraduateCap
1812
1815
  - IconInfinity
@@ -7644,10 +7644,24 @@
7644
7644
  "packageName": "square-outlined-radius-0-stroke-1",
7645
7645
  "componentName": "IconContrast"
7646
7646
  },
7647
+ {
7648
+ "category": "Keyboard",
7649
+ "svg": "<path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M6.5 10L9 7.5L11.5 10\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
7650
+ "iconName": "control-key-left",
7651
+ "variant": {
7652
+ "join": "square",
7653
+ "filled": "off",
7654
+ "radius": "0",
7655
+ "stroke": "1"
7656
+ },
7657
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
7658
+ "packageName": "square-outlined-radius-0-stroke-1",
7659
+ "componentName": "IconControlKeyLeft"
7660
+ },
7647
7661
  {
7648
7662
  "category": "Keyboard",
7649
7663
  "svg": "<path d=\"M11.5 10L14 7.5L16.5 10M3.5 3.5H20.5V20.5H3.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
7650
- "iconName": "control",
7664
+ "iconName": "control-key-right",
7651
7665
  "variant": {
7652
7666
  "join": "square",
7653
7667
  "filled": "off",
@@ -7656,7 +7670,7 @@
7656
7670
  },
7657
7671
  "createdAt": "2025-02-15T21:11:34.111513+00:00",
7658
7672
  "packageName": "square-outlined-radius-0-stroke-1",
7659
- "componentName": "IconControl"
7673
+ "componentName": "IconControlKeyRight"
7660
7674
  },
7661
7675
  {
7662
7676
  "category": "Food",
@@ -12082,6 +12096,20 @@
12082
12096
  "packageName": "square-outlined-radius-0-stroke-1",
12083
12097
  "componentName": "IconGlobe2"
12084
12098
  },
12099
+ {
12100
+ "category": "Things",
12101
+ "svg": "<path d=\"M8.18387 17.1179L8.19643 17.1211C8.56827 18.5655 10.1344 21.5004 12.0016 21.5005C13.8688 21.5004 15.4348 18.5656 15.8067 17.1211L15.8192 17.118C16.9503 16.8324 17.0435 14.5882 17.1611 13.6421C18.042 13.593 21.0092 12.8734 21.7758 10.5728C22.9258 7.12193 17.0339 10.6261 17.5015 7.50052C17.9623 4.42132 21.2009 2.74844 21.2009 2.74844C18.0015 2.00052 15.2595 3.10187 13.8107 5.8108C12.9198 7.4766 11.0559 7.4766 10.177 5.81395C8.74319 3.10187 6.00153 2.00057 2.80223 2.74836C2.80223 2.74836 6.04077 4.42132 6.50152 7.50052C6.96912 10.6261 1.07735 7.12185 2.22727 10.5727C2.99388 12.8733 5.96107 13.593 6.84197 13.642C6.95956 14.5882 7.05276 16.8323 8.18387 17.1179Z\" stroke=\"currentColor\"/>",
12102
+ "iconName": "goat-head, goated",
12103
+ "variant": {
12104
+ "join": "square",
12105
+ "filled": "off",
12106
+ "radius": "0",
12107
+ "stroke": "1"
12108
+ },
12109
+ "createdAt": "2026-02-19T10:00:47.350823+00:00",
12110
+ "packageName": "square-outlined-radius-0-stroke-1",
12111
+ "componentName": "IconGoatHead"
12112
+ },
12085
12113
  {
12086
12114
  "category": "Things",
12087
12115
  "svg": "<circle cx=\"12\" cy=\"10\" r=\"8\" stroke=\"currentColor\"/><path d=\"M7.5 16.5V22.5L12 21L16.5 22.5V16.5\" stroke=\"currentColor\"/><path d=\"M12.5547 6V14H11.3438V7.21094H11.2969L9.38281 8.46094V7.30469L11.3789 6H12.5547Z\" fill=\"currentColor\"/>",
@@ -16380,6 +16408,20 @@
16380
16408
  "packageName": "square-outlined-radius-0-stroke-1",
16381
16409
  "componentName": "IconOptAlt"
16382
16410
  },
16411
+ {
16412
+ "category": "Keyboard",
16413
+ "svg": "<path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\"/><path d=\"M7.5 8.5H10L14 15.75H16.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.5 8.5H14.5\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
16414
+ "iconName": "option-key",
16415
+ "variant": {
16416
+ "join": "square",
16417
+ "filled": "off",
16418
+ "radius": "0",
16419
+ "stroke": "1"
16420
+ },
16421
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
16422
+ "packageName": "square-outlined-radius-0-stroke-1",
16423
+ "componentName": "IconOptionKey"
16424
+ },
16383
16425
  {
16384
16426
  "category": "Food",
16385
16427
  "svg": "<path d=\"M20.5 13C20.5 17.6944 16.6944 21.5 12 21.5C7.30558 21.5 3.5 17.6944 3.5 13C3.5 8.30558 7.30558 4.5 12 4.5C16.6944 4.5 20.5 8.30558 20.5 13Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M17.9795 13.5C17.739 16.4149 15.4149 18.739 12.5 18.9795\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M11.9368 4.26721C11.519 2.9621 10.039 1.68214 8 1.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12.4355 4.26727C12.7357 3.17003 13.4516 2.1861 14.5146 1.57239C15.6137 0.937823 16.7101 0.93756 17.9998 1.15023C17.7188 2.29244 16.9907 3.32285 15.8916 3.95742C15.1838 4.36603 14.2621 4.55936 13.4998 4.55772\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
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"
@@ -862,6 +863,7 @@ export type CentralIconName =
862
863
  | "IconGlass"
863
864
  | "IconGlobe"
864
865
  | "IconGlobe2"
866
+ | "IconGoatHead"
865
867
  | "IconGoldMedal"
866
868
  | "IconGolfBall"
867
869
  | "IconGooey"
@@ -1169,6 +1171,7 @@ export type CentralIconName =
1169
1171
  | "IconOpera"
1170
1172
  | "IconOpt"
1171
1173
  | "IconOptAlt"
1174
+ | "IconOptionKey"
1172
1175
  | "IconOrange"
1173
1176
  | "IconOrganisation"
1174
1177
  | "IconPackage"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.136",
3
+ "version": "1.1.138",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/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": 1816,
14
+ "totalIcons": 1819,
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
  ]
@@ -1691,7 +1693,7 @@
1691
1693
  ]
1692
1694
  },
1693
1695
  "Things": {
1694
- "count": 124,
1696
+ "count": 125,
1695
1697
  "icons": [
1696
1698
  "IconAnvil",
1697
1699
  "IconBackpack",
@@ -1741,6 +1743,7 @@
1741
1743
  "IconFormPyramide",
1742
1744
  "IconForYou",
1743
1745
  "IconGalaxy",
1746
+ "IconGoatHead",
1744
1747
  "IconGoldMedal",
1745
1748
  "IconGraduateCap",
1746
1749
  "IconInfinity",
@@ -2564,7 +2567,8 @@
2564
2567
  "IconConstructionHelmet": "construction-helmet, work, wip",
2565
2568
  "IconContacts": "contacts, address-book",
2566
2569
  "IconContrast": "contrast",
2567
- "IconControl": "control",
2570
+ "IconControlKeyLeft": "control-key-left",
2571
+ "IconControlKeyRight": "control-key-right",
2568
2572
  "IconCookies": "cookies",
2569
2573
  "IconCooking": "cooking, stirring",
2570
2574
  "IconCopilot": "copilot",
@@ -2881,6 +2885,7 @@
2881
2885
  "IconGlass": "glass, material, shader, liquid-glass",
2882
2886
  "IconGlobe": "globe, network, translate",
2883
2887
  "IconGlobe2": "globe-2, network, translate",
2888
+ "IconGoatHead": "goat-head, goated",
2884
2889
  "IconGoldMedal": "gold-medal, first-place, win",
2885
2890
  "IconGolfBall": "golf-ball",
2886
2891
  "IconGooey": "gooey, morph, liquid-glass",
@@ -3188,6 +3193,7 @@
3188
3193
  "IconOpera": "opera",
3189
3194
  "IconOpt": "opt, option, key",
3190
3195
  "IconOptAlt": "opt-alt, option alt, key",
3196
+ "IconOptionKey": "option-key",
3191
3197
  "IconOrange": "orange",
3192
3198
  "IconOrganisation": "organisation, organimgram",
3193
3199
  "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";
@@ -861,6 +862,7 @@ export { IconGithub, default as IconGithubDefault } from "./IconGithub";
861
862
  export { IconGlass, default as IconGlassDefault } from "./IconGlass";
862
863
  export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
863
864
  export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
865
+ export { IconGoatHead, default as IconGoatHeadDefault } from "./IconGoatHead";
864
866
  export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
865
867
  export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
866
868
  export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
@@ -1168,6 +1170,7 @@ export { IconOpenclaw, default as IconOpenclawDefault } from "./IconOpenclaw";
1168
1170
  export { IconOpera, default as IconOperaDefault } from "./IconOpera";
1169
1171
  export { IconOpt, default as IconOptDefault } from "./IconOpt";
1170
1172
  export { IconOptAlt, default as IconOptAltDefault } from "./IconOptAlt";
1173
+ export { IconOptionKey, default as IconOptionKeyDefault, } from "./IconOptionKey";
1171
1174
  export { IconOrange, default as IconOrangeDefault } from "./IconOrange";
1172
1175
  export { IconOrganisation, default as IconOrganisationDefault, } from "./IconOrganisation";
1173
1176
  export { IconPackage, default as IconPackageDefault } from "./IconPackage";