@central-icons-react-native/round-outlined-radius-0-stroke-2 1.1.136 → 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.
@@ -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})},i=(o,r,e,a)=>{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:!(a=f(r,t))||a.enumerable});return o};var C=(o,r,e)=>(e=o!=null?d(B(o)):{},i(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>i(n({},"__esModule",{value:!0}),o);var g={};x(g,{IconControlKeyLeft:()=>u,default:()=>P});module.exports=L(g);var p=C(require("react"));var l=C(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:"M20 4H4V20H20V4Z",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=\"M20 4H4V20H20V4Z\"\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,mBACF,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 a}from"react-native-svg";var t=({children:r,size:o=24,...p})=>s.createElement(a,{...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 i=r=>e.createElement(t,{...r},e.createElement(n,{d:"M20 4H4V20H20V4Z",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=i;export{i 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=\"M20 4H4V20H20V4Z\"\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,mBACF,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})},s=(o,r,t,a)=>{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:!(a=B(r,e))||a.enumerable});return o};var m=(o,r,t)=>(t=o!=null?u(g(o)):{},s(r||!o||!o.__esModule?n(t,"default",{value:o,enumerable:!0}):t,o)),d=o=>s(n({},"__esModule",{value:!0}),o);var v={};P(v,{IconControlKeyRight:()=>f,default:()=>h});module.exports=d(v);var p=m(require("react"));var C=m(require("react")),l=require("react-native-svg"),c=({children:o,size:r=24,...t})=>C.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 10M4 4H20V20H4V4Z",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 10M4 4H20V20H4V4Z\"\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,mCACF,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 a}from"react-native-svg";var t=({children:r,size:o=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var m=r=>e.createElement(t,{...r},e.createElement(s,{d:"M12 10L14 8L16 10M4 4H20V20H4V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),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:r,size:o=24,...n})=>p.createElement(a,{...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 s}from"react-native-svg";var m=r=>e.createElement(t,{...r},e.createElement(s,{d:"M12 10L14 8L16 10M4 4H20V20H4V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),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=\"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,mCACF,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"]}
@@ -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 c=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var h=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!I.call(o,t)&&t!==e&&p(o,t,{get:()=>r[t],enumerable:!(i=k(r,t))||i.enumerable});return o};var u=(o,r,e)=>(e=o!=null?c(B(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};h(g,{IconOptionKey:()=>m,default:()=>P});module.exports=x(g);var n=u(require("react"));var C=u(require("react")),d=require("react-native-svg"),l=({children:o,size:r=24,...e})=>C.default.createElement(d.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"),m=o=>n.default.createElement(l,{...o},n.default.createElement(s.Path,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),n.default.createElement(s.Path,{d:"M8 8H10L14 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=m;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=\"M20 4H4V20H20V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 8H10L14 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,mBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,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 r from"react";import s from"react";import{Svg as i}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(i,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var a=e=>r.createElement(n,{...e},r.createElement(t,{d:"M20 4H4V20H20V4Z",stroke:"currentColor",strokeWidth:"2",strokeLinejoin:"round"}),r.createElement(t,{d:"M8 8H10L14 16H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M16 8H14.5",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a 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=\"M20 4H4V20H20V4Z\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8 8H10L14 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,mBACF,OAAO,eACP,YAAY,IACZ,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,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
 
@@ -7644,10 +7644,24 @@
7644
7644
  "packageName": "round-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=\"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": "0",
7655
+ "stroke": "2"
7656
+ },
7657
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
7658
+ "packageName": "round-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=\"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-0-stroke-2",
7659
- "componentName": "IconControl"
7673
+ "componentName": "IconControlKeyRight"
7660
7674
  },
7661
7675
  {
7662
7676
  "category": "Food",
@@ -16380,6 +16394,20 @@
16380
16394
  "packageName": "round-outlined-radius-0-stroke-2",
16381
16395
  "componentName": "IconOptAlt"
16382
16396
  },
16397
+ {
16398
+ "category": "Keyboard",
16399
+ "svg": "<path d=\"M20 4H4V20H20V4Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M8 8H10L14 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": "0",
16405
+ "stroke": "2"
16406
+ },
16407
+ "createdAt": "2026-02-18T14:00:48.475008+00:00",
16408
+ "packageName": "round-outlined-radius-0-stroke-2",
16409
+ "componentName": "IconOptionKey"
16410
+ },
16383
16411
  {
16384
16412
  "category": "Food",
16385
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"
@@ -1169,6 +1170,7 @@ export type CentralIconName =
1169
1170
  | "IconOpera"
1170
1171
  | "IconOpt"
1171
1172
  | "IconOptAlt"
1173
+ | "IconOptionKey"
1172
1174
  | "IconOrange"
1173
1175
  | "IconOrganisation"
1174
1176
  | "IconPackage"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-0-stroke-2",
3
- "version": "1.1.136",
3
+ "version": "1.1.137",
4
4
  "style": "round-outlined-radius-0-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-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": 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
  ]
@@ -2564,7 +2566,8 @@
2564
2566
  "IconConstructionHelmet": "construction-helmet, work, wip",
2565
2567
  "IconContacts": "contacts, address-book",
2566
2568
  "IconContrast": "contrast",
2567
- "IconControl": "control",
2569
+ "IconControlKeyLeft": "control-key-left",
2570
+ "IconControlKeyRight": "control-key-right",
2568
2571
  "IconCookies": "cookies",
2569
2572
  "IconCooking": "cooking, stirring",
2570
2573
  "IconCopilot": "copilot",
@@ -3188,6 +3191,7 @@
3188
3191
  "IconOpera": "opera",
3189
3192
  "IconOpt": "opt, option, key",
3190
3193
  "IconOptAlt": "opt-alt, option alt, key",
3194
+ "IconOptionKey": "option-key",
3191
3195
  "IconOrange": "orange",
3192
3196
  "IconOrganisation": "organisation, organimgram",
3193
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";
@@ -1168,6 +1169,7 @@ export { IconOpenclaw, default as IconOpenclawDefault } from "./IconOpenclaw";
1168
1169
  export { IconOpera, default as IconOperaDefault } from "./IconOpera";
1169
1170
  export { IconOpt, default as IconOptDefault } from "./IconOpt";
1170
1171
  export { IconOptAlt, default as IconOptAltDefault } from "./IconOptAlt";
1172
+ export { IconOptionKey, default as IconOptionKeyDefault, } from "./IconOptionKey";
1171
1173
  export { IconOrange, default as IconOrangeDefault } from "./IconOrange";
1172
1174
  export { IconOrganisation, default as IconOrganisationDefault, } from "./IconOrganisation";
1173
1175
  export { IconPackage, default as IconPackageDefault } from "./IconPackage";