@central-icons-react-native/square-outlined-radius-0-stroke-2 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 u=Object.create;var n=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)n(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&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(x(r)):{},C(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconControlKeyLeft:()=>i,default:()=>h});module.exports=g(k);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 s=require("react-native-svg"),i=r=>p.default.createElement(f,{...r},p.default.createElement(s.Path,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),p.default.createElement(s.Path,{d:"M8 10L10 8L12 10",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),h=i;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 4H4V20H20V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M8 10L10 8L12 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,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 s from"react";import{Svg as a}from"react-native-svg";var t=({children:o,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"},o);import{Path as n}from"react-native-svg";var C=o=>e.createElement(t,{...o},e.createElement(n,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),e.createElement(n,{d:"M8 10L10 8L12 10",stroke:"currentColor",strokeWidth:"2",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 4H4V20H20V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M8 10L10 8L12 10\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,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:"M12 10L14 8L16 10M4 4H20V20H4V4Z",stroke:"currentColor",strokeWidth:"2",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=\"M12 10L14 8L16 10M4 4H20V20H4V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mCACF,OAAO,eACP,YAAY,IACZ,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:"M12 10L14 8L16 10M4 4H20V20H4V4Z",stroke:"currentColor",strokeWidth:"2",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:"M12 10L14 8L16 10M4 4H20V20H4V4Z",stroke:"currentColor",strokeWidth:"2",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=\"M12 10L14 8L16 10M4 4H20V20H4V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\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,mCACF,OAAO,eACP,YAAY,IACZ,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 i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of u(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(p=i(o,e))||p.enumerable});return r};var s=(r,o,t)=>(t=r!=null?I(x(r)):{},a(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>a(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconGoatHead:()=>B,default:()=>h});module.exports=d(v);var C=s(require("react"));var m=s(require("react")),l=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.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.38522 16.848L8.39712 16.851C8.74938 18.2195 10.233 20.9999 12.002 21C13.7709 20.9999 15.2546 18.2195 15.6068 16.8511L15.6187 16.8481C16.6903 16.5775 16.7786 14.4515 16.89 13.5552C17.7245 13.5087 20.5356 12.8269 21.2618 10.6474C22.3512 7.37818 17.369 10.6753 17.812 7.71418C18.2485 4.79704 20.7171 3.23487 20.7171 3.23487C16.9042 2.48019 15.0885 3.5697 13.7159 6.13605C12.8719 7.71418 11.1061 7.71418 10.2734 6.13904C8.9151 3.5697 7.0997 2.4803 3.28682 3.23479C3.28682 3.23479 5.75533 4.79704 6.19183 7.71418C6.63482 10.6753 1.65273 7.3781 2.74212 10.6474C3.46839 12.8269 6.27941 13.5086 7.11395 13.5551C7.22535 14.4515 7.31364 16.5775 8.38522 16.848Z",stroke:"currentColor",strokeWidth:"1.9"})),h=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.38522 16.848L8.39712 16.851C8.74938 18.2195 10.233 20.9999 12.002 21C13.7709 20.9999 15.2546 18.2195 15.6068 16.8511L15.6187 16.8481C16.6903 16.5775 16.7786 14.4515 16.89 13.5552C17.7245 13.5087 20.5356 12.8269 21.2618 10.6474C22.3512 7.37818 17.369 10.6753 17.812 7.71418C18.2485 4.79704 20.7171 3.23487 20.7171 3.23487C16.9042 2.48019 15.0885 3.5697 13.7159 6.13605C12.8719 7.71418 11.1061 7.71418 10.2734 6.13904C8.9151 3.5697 7.0997 2.4803 3.28682 3.23479C3.28682 3.23479 5.75533 4.79704 6.19183 7.71418C6.63482 10.6753 1.65273 7.3781 2.74212 10.6474C3.46839 12.8269 6.27941 13.5086 7.11395 13.5551C7.22535 14.4515 7.31364 16.5775 8.38522 16.848Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\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,gpBACF,OAAO,eACP,YAAY,MACd,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 s=o=>e.createElement(t,{...o},e.createElement(a,{d:"M8.38522 16.848L8.39712 16.851C8.74938 18.2195 10.233 20.9999 12.002 21C13.7709 20.9999 15.2546 18.2195 15.6068 16.8511L15.6187 16.8481C16.6903 16.5775 16.7786 14.4515 16.89 13.5552C17.7245 13.5087 20.5356 12.8269 21.2618 10.6474C22.3512 7.37818 17.369 10.6753 17.812 7.71418C18.2485 4.79704 20.7171 3.23487 20.7171 3.23487C16.9042 2.48019 15.0885 3.5697 13.7159 6.13605C12.8719 7.71418 11.1061 7.71418 10.2734 6.13904C8.9151 3.5697 7.0997 2.4803 3.28682 3.23479C3.28682 3.23479 5.75533 4.79704 6.19183 7.71418C6.63482 10.6753 1.65273 7.3781 2.74212 10.6474C3.46839 12.8269 6.27941 13.5086 7.11395 13.5551C7.22535 14.4515 7.31364 16.5775 8.38522 16.848Z",stroke:"currentColor",strokeWidth:"1.9"})),P=s;export{s as IconGoatHead,P 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.38522 16.848L8.39712 16.851C8.74938 18.2195 10.233 20.9999 12.002 21C13.7709 20.9999 15.2546 18.2195 15.6068 16.8511L15.6187 16.8481C16.6903 16.5775 16.7786 14.4515 16.89 13.5552C17.7245 13.5087 20.5356 12.8269 21.2618 10.6474C22.3512 7.37818 17.369 10.6753 17.812 7.71418C18.2485 4.79704 20.7171 3.23487 20.7171 3.23487C16.9042 2.48019 15.0885 3.5697 13.7159 6.13605C12.8719 7.71418 11.1061 7.71418 10.2734 6.13904C8.9151 3.5697 7.0997 2.4803 3.28682 3.23479C3.28682 3.23479 5.75533 4.79704 6.19183 7.71418C6.63482 10.6753 1.65273 7.3781 2.74212 10.6474C3.46839 12.8269 6.27941 13.5086 7.11395 13.5551C7.22535 14.4515 7.31364 16.5775 8.38522 16.848Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\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,gpBACF,OAAO,eACP,YAAY,MACd,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 d=Object.getOwnPropertyDescriptor;var k=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})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!I.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(a=d(o,e))||a.enumerable});return r};var l=(r,o,t)=>(t=r!=null?f(B(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),x=r=>C(p({},"__esModule",{value:!0}),r);var g={};h(g,{IconOptionKey:()=>u,default:()=>P});module.exports=x(g);var n=l(require("react"));var m=l(require("react")),c=require("react-native-svg"),i=({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 s=require("react-native-svg"),u=r=>n.default.createElement(i,{...r},n.default.createElement(s.Path,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),n.default.createElement(s.Path,{d:"M8 8H10L14 16H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),n.default.createElement(s.Path,{d:"M16 8H14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),P=u;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 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M8 8H10L14 16H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 8H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjE,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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:t,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"},t);import{Path as e}from"react-native-svg";var C=t=>o.createElement(n,{...t},o.createElement(e,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2"}),o.createElement(e,{d:"M8 8H10L14 16H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"}),o.createElement(e,{d:"M16 8H14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"square"})),I=C;export{C 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 d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" strokeWidth=\"2\" />\n <Path\n d=\"M8 8H10L14 16H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M16 8H14.5\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"square\"\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,mBAAmB,OAAO,eAAe,YAAY,IAAI,EACjEG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,YAAY,IACZ,cAAc,SAChB,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-2",
7645
7645
  "componentName": "IconContrast"
7646
7646
  },
7647
+ {
7648
+ "category": "Keyboard",
7649
+ "svg": "<path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M8 10L10 8L12 10\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
7650
+ "iconName": "control-key-left",
7651
+ "variant": {
7652
+ "join": "square",
7653
+ "filled": "off",
7654
+ "radius": "0",
7655
+ "stroke": "2"
7656
+ },
7657
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
7658
+ "packageName": "square-outlined-radius-0-stroke-2",
7659
+ "componentName": "IconControlKeyLeft"
7660
+ },
7647
7661
  {
7648
7662
  "category": "Keyboard",
7649
7663
  "svg": "<path d=\"M12 10L14 8L16 10M4 4H20V20H4V4Z\" stroke=\"currentColor\" stroke-width=\"2\" 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-2",
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-2",
12083
12097
  "componentName": "IconGlobe2"
12084
12098
  },
12099
+ {
12100
+ "category": "Things",
12101
+ "svg": "<path d=\"M8.38522 16.848L8.39712 16.851C8.74938 18.2195 10.233 20.9999 12.002 21C13.7709 20.9999 15.2546 18.2195 15.6068 16.8511L15.6187 16.8481C16.6903 16.5775 16.7786 14.4515 16.89 13.5552C17.7245 13.5087 20.5356 12.8269 21.2618 10.6474C22.3512 7.37818 17.369 10.6753 17.812 7.71418C18.2485 4.79704 20.7171 3.23487 20.7171 3.23487C16.9042 2.48019 15.0885 3.5697 13.7159 6.13605C12.8719 7.71418 11.1061 7.71418 10.2734 6.13904C8.9151 3.5697 7.0997 2.4803 3.28682 3.23479C3.28682 3.23479 5.75533 4.79704 6.19183 7.71418C6.63482 10.6753 1.65273 7.3781 2.74212 10.6474C3.46839 12.8269 6.27941 13.5086 7.11395 13.5551C7.22535 14.4515 7.31364 16.5775 8.38522 16.848Z\" stroke=\"currentColor\" stroke-width=\"1.9\"/>",
12102
+ "iconName": "goat-head, goated",
12103
+ "variant": {
12104
+ "join": "square",
12105
+ "filled": "off",
12106
+ "radius": "0",
12107
+ "stroke": "2"
12108
+ },
12109
+ "createdAt": "2026-02-19T10:00:47.350823+00:00",
12110
+ "packageName": "square-outlined-radius-0-stroke-2",
12111
+ "componentName": "IconGoatHead"
12112
+ },
12085
12113
  {
12086
12114
  "category": "Things",
12087
12115
  "svg": "<circle cx=\"12\" cy=\"10\" r=\"7.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 16.5V22L12 21L16 22V16.5\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M13.0391 6V14H11.1094V7.80469H11.0625L9.27344 8.89844V7.22656L11.2461 6H13.0391Z\" fill=\"currentColor\"/>",
@@ -16380,6 +16408,20 @@
16380
16408
  "packageName": "square-outlined-radius-0-stroke-2",
16381
16409
  "componentName": "IconOptAlt"
16382
16410
  },
16411
+ {
16412
+ "category": "Keyboard",
16413
+ "svg": "<path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M8 8H10L14 16H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M16 8H14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/>",
16414
+ "iconName": "option-key",
16415
+ "variant": {
16416
+ "join": "square",
16417
+ "filled": "off",
16418
+ "radius": "0",
16419
+ "stroke": "2"
16420
+ },
16421
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
16422
+ "packageName": "square-outlined-radius-0-stroke-2",
16423
+ "componentName": "IconOptionKey"
16424
+ },
16383
16425
  {
16384
16426
  "category": "Food",
16385
16427
  "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=\"square\"/><path d=\"M11.7475 4.31213C11.1653 3.17778 9.8006 2.16085 8 2\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M15.9691 13.5C15.7435 15.3094 14.3094 16.7435 12.5 16.9691\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"square\"/><path d=\"M12.3496 4.31206C13.0829 3.1105 14.9987 0.74426 18.399 1.49993C17.862 3.91646 16.0561 4.73754 14.499 4.97983\" stroke=\"currentColor\" stroke-width=\"2\" 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-2",
3
- "version": "1.1.136",
3
+ "version": "1.1.138",
4
4
  "style": "square-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-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": 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";