@central-icons-react-native/square-filled-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.
- package/IconControlKeyLeft/index.d.ts +4 -0
- package/IconControlKeyLeft/index.js +2 -0
- package/IconControlKeyLeft/index.js.map +1 -0
- package/IconControlKeyLeft/index.mjs +2 -0
- package/IconControlKeyLeft/index.mjs.map +1 -0
- package/IconControlKeyRight/index.d.ts +4 -0
- package/IconControlKeyRight/index.js +2 -0
- package/IconControlKeyRight/index.js.map +1 -0
- package/{IconControl → IconControlKeyRight}/index.mjs +1 -1
- package/IconControlKeyRight/index.mjs.map +1 -0
- package/{IconControl → IconOptionKey}/index.d.ts +2 -2
- package/IconOptionKey/index.js +2 -0
- package/IconOptionKey/index.js.map +1 -0
- package/IconOptionKey/index.mjs +2 -0
- package/IconOptionKey/index.mjs.map +1 -0
- package/README.md +3 -1
- package/filtered-icons.json +30 -2
- package/icons/index.d.ts +3 -1
- package/icons-index.json +9 -5
- package/index.d.ts +3 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +17 -3
- package/IconControl/index.js +0 -2
- package/IconControl/index.js.map +0 -1
- package/IconControl/index.mjs.map +0 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(d(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),L=o=>a(n({},"__esModule",{value:!0}),o);var g={};x(g,{IconControlKeyLeft:()=>i,default:()=>P});module.exports=L(g);var p=m(require("react"));var C=m(require("react")),f=require("react-native-svg"),s=({children:o,size:r=24,...e})=>C.default.createElement(f.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 c=require("react-native-svg"),i=o=>p.default.createElement(s,{...o},p.default.createElement(c.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21V3H3V21H21ZM9 6.58579L12.4142 10L11 11.4142L9 9.41421L7 11.4142L5.58579 10L9 6.58579Z",fill:"currentColor"})),P=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21V3H3V21H21ZM9 6.58579L12.4142 10L11 11.4142L9 9.41421L7 11.4142L5.58579 10L9 6.58579Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,8FACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21V3H3V21H21ZM9 6.58579L12.4142 10L11 11.4142L9 9.41421L7 11.4142L5.58579 10L9 6.58579Z",fill:"currentColor"})),v=m;export{m as IconControlKeyLeft,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21V3H3V21H21ZM9 6.58579L12.4142 10L11 11.4142L9 9.41421L7 11.4142L5.58579 10L9 6.58579Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,8FACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconControlKeyLeft","props","React","CentralIconBase","IconControlKeyLeft_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!g.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(d(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var L={};v(L,{IconControlKeyRight:()=>i,default:()=>P});module.exports=x(L);var p=m(require("react"));var C=m(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>C.default.createElement(s.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 f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 21V3H21V21H3ZM14 6.58579L10.5858 10L12 11.4142L14 9.41421L16 11.4142L17.4142 10L14 6.58579Z",fill:"currentColor"})),P=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 21V3H21V21H3ZM14 6.58579L10.5858 10L12 11.4142L14 9.41421L16 11.4142L17.4142 10L14 6.58579Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,iGACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 21V3H21V21H3ZM14 6.58579L10.5858 10L12 11.4142L14 9.41421L16 11.4142L17.4142 10L14 6.58579Z",fill:"currentColor"})),
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M3 21V3H21V21H3ZM14 6.58579L10.5858 10L12 11.4142L14 9.41421L16 11.4142L17.4142 10L14 6.58579Z",fill:"currentColor"})),g=m;export{m as IconControlKeyRight,g 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M3 21V3H21V21H3ZM14 6.58579L10.5858 10L12 11.4142L14 9.41421L16 11.4142L17.4142 10L14 6.58579Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,iGACF,KAAK,eACP,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
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconOptionKey: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconOptionKey;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of H(r))!d.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconOptionKey:()=>i,default:()=>P});module.exports=x(g);var p=m(require("react"));var s=m(require("react")),C=require("react-native-svg"),c=({children:o,size:r=24,...e})=>s.default.createElement(C.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 f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 9H9.38184L13.3818 17H17V15H14.6182L10.6182 7H7V9ZM13.5 7V9H17V7H13.5Z",fill:"currentColor"})),P=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\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7 9H9.38184L13.3818 17H17V15H14.6182L10.6182 7H7V9ZM13.5 7V9H17V7H13.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,4FACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM7 9H9.38184L13.3818 17H17V15H14.6182L10.6182 7H7V9ZM13.5 7V9H17V7H13.5Z",fill:"currentColor"})),d=m;export{m as IconOptionKey,d 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 21H3V3H21V21ZM7 9H9.38184L13.3818 17H17V15H14.6182L10.6182 7H7V9ZM13.5 7V9H17V7H13.5Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,4FACF,KAAK,eACP,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
|
-
-
|
|
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
|
|
package/filtered-icons.json
CHANGED
|
@@ -7644,10 +7644,24 @@
|
|
|
7644
7644
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
7645
7645
|
"componentName": "IconContrast"
|
|
7646
7646
|
},
|
|
7647
|
+
{
|
|
7648
|
+
"category": "Keyboard",
|
|
7649
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21V3H3V21H21ZM9 6.58579L12.4142 10L11 11.4142L9 9.41421L7 11.4142L5.58579 10L9 6.58579Z\" fill=\"currentColor\"/>",
|
|
7650
|
+
"iconName": "control-key-left",
|
|
7651
|
+
"variant": {
|
|
7652
|
+
"join": "square",
|
|
7653
|
+
"filled": "on",
|
|
7654
|
+
"radius": "0",
|
|
7655
|
+
"stroke": "2"
|
|
7656
|
+
},
|
|
7657
|
+
"createdAt": "2026-02-18T14:00:48.475008+00:00",
|
|
7658
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
7659
|
+
"componentName": "IconControlKeyLeft"
|
|
7660
|
+
},
|
|
7647
7661
|
{
|
|
7648
7662
|
"category": "Keyboard",
|
|
7649
7663
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 21V3H21V21H3ZM14 6.58579L10.5858 10L12 11.4142L14 9.41421L16 11.4142L17.4142 10L14 6.58579Z\" fill=\"currentColor\"/>",
|
|
7650
|
-
"iconName": "control",
|
|
7664
|
+
"iconName": "control-key-right",
|
|
7651
7665
|
"variant": {
|
|
7652
7666
|
"join": "square",
|
|
7653
7667
|
"filled": "on",
|
|
@@ -7656,7 +7670,7 @@
|
|
|
7656
7670
|
},
|
|
7657
7671
|
"createdAt": "2025-02-15T21:11:34.111513+00:00",
|
|
7658
7672
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
7659
|
-
"componentName": "
|
|
7673
|
+
"componentName": "IconControlKeyRight"
|
|
7660
7674
|
},
|
|
7661
7675
|
{
|
|
7662
7676
|
"category": "Food",
|
|
@@ -16380,6 +16394,20 @@
|
|
|
16380
16394
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
16381
16395
|
"componentName": "IconOptAlt"
|
|
16382
16396
|
},
|
|
16397
|
+
{
|
|
16398
|
+
"category": "Keyboard",
|
|
16399
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM7 9H9.38184L13.3818 17H17V15H14.6182L10.6182 7H7V9ZM13.5 7V9H17V7H13.5Z\" fill=\"currentColor\"/>",
|
|
16400
|
+
"iconName": "option-key",
|
|
16401
|
+
"variant": {
|
|
16402
|
+
"join": "square",
|
|
16403
|
+
"filled": "on",
|
|
16404
|
+
"radius": "0",
|
|
16405
|
+
"stroke": "2"
|
|
16406
|
+
},
|
|
16407
|
+
"createdAt": "2026-02-18T14:00:48.475008+00:00",
|
|
16408
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
16409
|
+
"componentName": "IconOptionKey"
|
|
16410
|
+
},
|
|
16383
16411
|
{
|
|
16384
16412
|
"category": "Food",
|
|
16385
16413
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2668 3.25432C12.732 2.42959 13.4174 1.71408 14.2967 1.20642C15.7903 0.344102 17.9609 0.300888 19.4007 0.864768C19.4007 2.67095 18.2117 4.42912 16.6873 5.31558C19.2738 6.89661 21 9.74677 21 13.0001C21 17.9707 16.9706 22.0001 12 22.0001C7.02944 22.0001 3 17.9707 3 13.0001C3 8.57445 6.1944 4.89488 10.4033 4.14131C9.86933 3.57829 9.02129 3.09532 7.91102 2.99614L8.08897 1.00407C9.88752 1.16474 11.3987 2.06668 12.2668 3.25432ZM15.6737 3.59144C16.1478 3.31773 16.5328 2.94974 16.8189 2.52438C16.2555 2.53878 15.7735 2.66317 15.2967 2.93847C14.805 3.22234 14.4091 3.60762 14.12 4.05314C14.6504 4.02553 15.182 3.87532 15.6737 3.59144ZM12.8273 17.6785C14.7867 17.3349 16.3348 15.7868 16.6784 13.8274L18.6483 14.1728C18.1592 16.9618 15.9617 19.1594 13.1727 19.6484L12.8273 17.6785Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -545,7 +545,8 @@ export type CentralIconName =
|
|
|
545
545
|
| "IconConstructionHelmet"
|
|
546
546
|
| "IconContacts"
|
|
547
547
|
| "IconContrast"
|
|
548
|
-
| "
|
|
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/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.137",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-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":
|
|
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":
|
|
1080
|
+
"count": 13,
|
|
1081
1081
|
"icons": [
|
|
1082
1082
|
"IconAt",
|
|
1083
1083
|
"IconBackward",
|
|
1084
1084
|
"IconCmd",
|
|
1085
1085
|
"IconCmdBox",
|
|
1086
|
-
"
|
|
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
|
-
"
|
|
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 {
|
|
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";
|