@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.234 → 1.1.236
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/IconEmojiTongue/index.d.ts +4 -0
- package/IconEmojiTongue/index.js +2 -0
- package/IconEmojiTongue/index.js.map +1 -0
- package/IconEmojiTongue/index.mjs +2 -0
- package/IconEmojiTongue/index.mjs.map +1 -0
- package/IconEmojiWinkTongue/index.d.ts +4 -0
- package/IconEmojiWinkTongue/index.js +2 -0
- package/IconEmojiWinkTongue/index.js.map +1 -0
- package/IconEmojiWinkTongue/index.mjs +2 -0
- package/IconEmojiWinkTongue/index.mjs.map +1 -0
- package/IconKey3/index.d.ts +4 -0
- package/IconKey3/index.js +2 -0
- package/IconKey3/index.js.map +1 -0
- package/IconKey3/index.mjs +2 -0
- package/IconKey3/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -0
- 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/skills/central-icons-react-native/SKILL.md +4 -1
- package/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=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 C of B(r))!g.call(o,C)&&C!==e&&n(o,C,{get:()=>r[C],enumerable:!(l=d(r,C))||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 M={};v(M,{IconEmojiTongue:()=>i,default:()=>P});module.exports=x(M);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>f.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 p=require("react-native-svg"),i=o=>t.default.createElement(c,{...o},t.default.createElement(p.Path,{d:"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z",fill:"currentColor"})),P=i;0&&(module.exports={IconEmojiTongue});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiTongue/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 IconEmojiTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiTongue;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,2pBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiTongue_exports","__export","IconEmojiTongue","IconEmojiTongue_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiTongue","props","React","CentralIconBase","IconEmojiTongue_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(n,{d:"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z",fill:"currentColor"})),g=a;export{a as IconEmojiTongue,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiTongue/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 IconEmojiTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiTongue;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,2pBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiTongue","props","React","CentralIconBase","IconEmojiTongue_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=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 C of B(r))!g.call(o,C)&&C!==e&&n(o,C,{get:()=>r[C],enumerable:!(l=d(r,C))||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 M={};v(M,{IconEmojiWinkTongue:()=>c,default:()=>P});module.exports=x(M);var t=m(require("react"));var f=m(require("react")),i=require("react-native-svg"),s=({children:o,size:r=24,...e})=>f.default.createElement(i.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 p=require("react-native-svg"),c=o=>t.default.createElement(s,{...o},t.default.createElement(p.Path,{d:"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z",fill:"currentColor"})),P=c;0&&(module.exports={IconEmojiWinkTongue});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiWinkTongue/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 IconEmojiWinkTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiWinkTongue;\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,8GACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,upBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiWinkTongue_exports","__export","IconEmojiWinkTongue","IconEmojiWinkTongue_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiWinkTongue","props","React","CentralIconBase","IconEmojiWinkTongue_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:r,size:o=24,...t})=>p.createElement(l,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>e.createElement(C,{...r},e.createElement(n,{d:"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z",fill:"currentColor"})),g=a;export{a as IconEmojiWinkTongue,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiWinkTongue/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 IconEmojiWinkTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiWinkTongue;\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,8GACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,upBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiWinkTongue","props","React","CentralIconBase","IconEmojiWinkTongue_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,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{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:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var L={};x(L,{IconKey3:()=>i,default:()=>g});module.exports=P(L);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.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=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 2C19.5374 2.00005 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5374 13 16.4999 13C15.2234 13 14.0494 12.5637 13.1161 11.834L8.91593 15.9229L10.3036 17.3105C10.8894 17.8963 10.8894 18.8468 10.3036 19.4326L9.33194 20.4043C8.7462 20.99 7.79664 20.9899 7.21085 20.4043L5.78116 18.9746L3.84855 20.8584C3.6507 21.0509 3.3341 21.0464 3.14151 20.8486C2.94904 20.6508 2.95349 20.3342 3.15128 20.1416L12.3857 11.1494C11.5237 10.1784 10.9999 8.90052 10.9999 7.5C10.9999 4.46243 13.4623 2 16.4999 2ZM16.4999 3C14.0146 3 11.9999 5.01472 11.9999 7.5C11.9999 9.98528 14.0146 12 16.4999 12C18.9852 12 20.9999 9.98525 20.9999 7.5C20.9999 5.01475 18.9852 3.00005 16.4999 3Z",fill:"currentColor"})),g=i;0&&(module.exports={IconKey3});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconKey3/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 IconKey3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.4999 2C19.5374 2.00005 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5374 13 16.4999 13C15.2234 13 14.0494 12.5637 13.1161 11.834L8.91593 15.9229L10.3036 17.3105C10.8894 17.8963 10.8894 18.8468 10.3036 19.4326L9.33194 20.4043C8.7462 20.99 7.79664 20.9899 7.21085 20.4043L5.78116 18.9746L3.84855 20.8584C3.6507 21.0509 3.3341 21.0464 3.14151 20.8486C2.94904 20.6508 2.95349 20.3342 3.15128 20.1416L12.3857 11.1494C11.5237 10.1784 10.9999 8.90052 10.9999 7.5C10.9999 4.46243 13.4623 2 16.4999 2ZM16.4999 3C14.0146 3 11.9999 5.01472 11.9999 7.5C11.9999 9.98528 14.0146 12 16.4999 12C18.9852 12 20.9999 9.98525 20.9999 7.5C20.9999 5.01475 18.9852 3.00005 16.4999 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconKey3;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,6pBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconKey3_exports","__export","IconKey3","IconKey3_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconKey3","props","React","CentralIconBase","IconKey3_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.4999 2C19.5374 2.00005 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5374 13 16.4999 13C15.2234 13 14.0494 12.5637 13.1161 11.834L8.91593 15.9229L10.3036 17.3105C10.8894 17.8963 10.8894 18.8468 10.3036 19.4326L9.33194 20.4043C8.7462 20.99 7.79664 20.9899 7.21085 20.4043L5.78116 18.9746L3.84855 20.8584C3.6507 21.0509 3.3341 21.0464 3.14151 20.8486C2.94904 20.6508 2.95349 20.3342 3.15128 20.1416L12.3857 11.1494C11.5237 10.1784 10.9999 8.90052 10.9999 7.5C10.9999 4.46243 13.4623 2 16.4999 2ZM16.4999 3C14.0146 3 11.9999 5.01472 11.9999 7.5C11.9999 9.98528 14.0146 12 16.4999 12C18.9852 12 20.9999 9.98525 20.9999 7.5C20.9999 5.01475 18.9852 3.00005 16.4999 3Z",fill:"currentColor"})),v=a;export{a as IconKey3,v as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconKey3/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 IconKey3: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.4999 2C19.5374 2.00005 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5374 13 16.4999 13C15.2234 13 14.0494 12.5637 13.1161 11.834L8.91593 15.9229L10.3036 17.3105C10.8894 17.8963 10.8894 18.8468 10.3036 19.4326L9.33194 20.4043C8.7462 20.99 7.79664 20.9899 7.21085 20.4043L5.78116 18.9746L3.84855 20.8584C3.6507 21.0509 3.3341 21.0464 3.14151 20.8486C2.94904 20.6508 2.95349 20.3342 3.15128 20.1416L12.3857 11.1494C11.5237 10.1784 10.9999 8.90052 10.9999 7.5C10.9999 4.46243 13.4623 2 16.4999 2ZM16.4999 3C14.0146 3 11.9999 5.01472 11.9999 7.5C11.9999 9.98528 14.0146 12 16.4999 12C18.9852 12 20.9999 9.98525 20.9999 7.5C20.9999 5.01475 18.9852 3.00005 16.4999 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconKey3;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,6pBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconKey3","props","React","CentralIconBase","IconKey3_default"]}
|
package/README.md
CHANGED
|
@@ -791,7 +791,9 @@ Below is a complete list of available icons:
|
|
|
791
791
|
- IconEmojiSmilingFace
|
|
792
792
|
- IconEmojiSmirking
|
|
793
793
|
- IconEmojiStarStruck
|
|
794
|
+
- IconEmojiTongue
|
|
794
795
|
- IconEmojiWink
|
|
796
|
+
- IconEmojiWinkTongue
|
|
795
797
|
- IconMask
|
|
796
798
|
- IconPoop
|
|
797
799
|
|
|
@@ -1535,6 +1537,7 @@ Below is a complete list of available icons:
|
|
|
1535
1537
|
- IconGhost2
|
|
1536
1538
|
- IconKey1
|
|
1537
1539
|
- IconKey2
|
|
1540
|
+
- IconKey3
|
|
1538
1541
|
- IconKeyhole
|
|
1539
1542
|
- IconLaw
|
|
1540
1543
|
- IconLock
|
package/filtered-icons.json
CHANGED
|
@@ -10444,6 +10444,20 @@
|
|
|
10444
10444
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
10445
10445
|
"componentName": "IconEmojiStarStruck"
|
|
10446
10446
|
},
|
|
10447
|
+
{
|
|
10448
|
+
"category": "Emoji",
|
|
10449
|
+
"svg": "<path d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.75 8C13.9216 8 13.25 8.79582 13.25 9.90039C13.2502 11.0047 13.9217 11.75 14.75 11.75C15.5783 11.75 16.2498 11.0047 16.25 9.90039C16.25 8.79582 15.5784 8 14.75 8Z\" fill=\"currentColor\"/>",
|
|
10450
|
+
"iconName": "emoji-tongue, fun",
|
|
10451
|
+
"variant": {
|
|
10452
|
+
"join": "round",
|
|
10453
|
+
"filled": "on",
|
|
10454
|
+
"radius": "1",
|
|
10455
|
+
"stroke": "1"
|
|
10456
|
+
},
|
|
10457
|
+
"createdAt": "2026-05-15T11:01:58.423042+00:00",
|
|
10458
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
10459
|
+
"componentName": "IconEmojiTongue"
|
|
10460
|
+
},
|
|
10447
10461
|
{
|
|
10448
10462
|
"category": "Emoji",
|
|
10449
10463
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM15.8516 13.8652C14.9343 14.0196 13.2324 14.2744 12 14.2744C10.7673 14.2744 9.06458 14.0196 8.14746 13.8652C7.82115 13.8105 7.52671 14.0801 7.58789 14.4053C8.55393 19.5403 15.4443 19.5228 16.4121 14.4053C16.4735 14.08 16.178 13.8103 15.8516 13.8652ZM9.25 7.5C8.42157 7.5 7.75 8.29582 7.75 9.40039C7.75016 10.5047 8.42167 11.25 9.25 11.25C10.0783 11.25 10.7498 10.5047 10.75 9.40039C10.75 8.29582 10.0784 7.5 9.25 7.5ZM14.625 8.5C13.5895 8.5 12.75 9.02167 12.75 9.74609C12.75 11 13.5895 10.1885 14.625 10.1885C15.6605 10.1885 16.5 11 16.5 9.74609C16.5 9.02167 15.6605 8.5 14.625 8.5Z\" fill=\"currentColor\"/>",
|
|
@@ -10458,6 +10472,20 @@
|
|
|
10458
10472
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
10459
10473
|
"componentName": "IconEmojiWink"
|
|
10460
10474
|
},
|
|
10475
|
+
{
|
|
10476
|
+
"category": "Emoji",
|
|
10477
|
+
"svg": "<path d=\"M13.5 16.5C13.5 17.3284 12.8284 18 12 18C11.2233 18 10.5846 17.4097 10.5078 16.6533L10.5 16.5V15H13.5V16.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.5 14C7.22386 14 7 14.2239 7 14.5C7 14.7761 7.22386 15 7.5 15H9.5V16.5L9.5127 16.7559C9.64082 18.0164 10.7057 19 12 19C13.3807 19 14.5 17.8807 14.5 16.5V15H16.5C16.7761 15 17 14.7761 17 14.5C17 14.2239 16.7761 14 16.5 14H7.5ZM9.25 8C8.42157 8 7.75 8.79582 7.75 9.90039C7.75016 11.0047 8.42167 11.75 9.25 11.75C10.0783 11.75 10.7498 11.0047 10.75 9.90039C10.75 8.79582 10.0784 8 9.25 8ZM14.625 9C13.5895 9 12.75 9.52167 12.75 10.2461C12.75 11.5 13.5895 10.6885 14.625 10.6885C15.6605 10.6885 16.5 11.5 16.5 10.2461C16.5 9.52167 15.6605 9 14.625 9Z\" fill=\"currentColor\"/>",
|
|
10478
|
+
"iconName": "emoji-wink-tongue, fun",
|
|
10479
|
+
"variant": {
|
|
10480
|
+
"join": "round",
|
|
10481
|
+
"filled": "on",
|
|
10482
|
+
"radius": "1",
|
|
10483
|
+
"stroke": "1"
|
|
10484
|
+
},
|
|
10485
|
+
"createdAt": "2026-05-15T11:01:58.423042+00:00",
|
|
10486
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
10487
|
+
"componentName": "IconEmojiWinkTongue"
|
|
10488
|
+
},
|
|
10461
10489
|
{
|
|
10462
10490
|
"category": "Edit",
|
|
10463
10491
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.2933 18.0005L6.06663 11.79L3.08342 14.6539C2.88134 14.8479 2.87805 15.1701 3.07614 15.3682L7.56156 19.8536C7.65532 19.9473 7.7825 20 7.91511 20H10.0867C10.2193 20 10.3465 19.9473 10.4402 19.8536L12.2933 18.0005ZM13.4212 3.34346C14.0258 2.763 14.9888 2.79065 15.5591 3.40486L20.7116 8.95364C21.2606 9.54487 21.2436 10.4645 20.673 11.035L11.1473 20.5607C10.866 20.842 10.4845 21 10.0867 21H7.91511C7.51728 21 7.13575 20.842 6.85445 20.5607L2.36903 16.0753C1.77477 15.481 1.78463 14.5145 2.39089 13.9325L13.4212 3.34346Z\" fill=\"currentColor\"/>",
|
|
@@ -14728,6 +14756,20 @@
|
|
|
14728
14756
|
"packageName": "round-filled-radius-1-stroke-1",
|
|
14729
14757
|
"componentName": "IconKey2"
|
|
14730
14758
|
},
|
|
14759
|
+
{
|
|
14760
|
+
"category": "Security",
|
|
14761
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.4999 2C19.5374 2.00005 21.9999 4.46246 21.9999 7.5C21.9999 10.5375 19.5374 13 16.4999 13C15.2234 13 14.0494 12.5637 13.1161 11.834L8.91593 15.9229L10.3036 17.3105C10.8894 17.8963 10.8894 18.8468 10.3036 19.4326L9.33194 20.4043C8.7462 20.99 7.79664 20.9899 7.21085 20.4043L5.78116 18.9746L3.84855 20.8584C3.6507 21.0509 3.3341 21.0464 3.14151 20.8486C2.94904 20.6508 2.95349 20.3342 3.15128 20.1416L12.3857 11.1494C11.5237 10.1784 10.9999 8.90052 10.9999 7.5C10.9999 4.46243 13.4623 2 16.4999 2ZM16.4999 3C14.0146 3 11.9999 5.01472 11.9999 7.5C11.9999 9.98528 14.0146 12 16.4999 12C18.9852 12 20.9999 9.98525 20.9999 7.5C20.9999 5.01475 18.9852 3.00005 16.4999 3Z\" fill=\"currentColor\"/>",
|
|
14762
|
+
"iconName": "key-3, password",
|
|
14763
|
+
"variant": {
|
|
14764
|
+
"join": "round",
|
|
14765
|
+
"filled": "on",
|
|
14766
|
+
"radius": "1",
|
|
14767
|
+
"stroke": "1"
|
|
14768
|
+
},
|
|
14769
|
+
"createdAt": "2026-05-15T16:01:55.845176+00:00",
|
|
14770
|
+
"packageName": "round-filled-radius-1-stroke-1",
|
|
14771
|
+
"componentName": "IconKey3"
|
|
14772
|
+
},
|
|
14731
14773
|
{
|
|
14732
14774
|
"category": "Sound & Music",
|
|
14733
14775
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 4.5C3 3.67157 3.67157 3 4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V20.5C21 21.3284 20.3284 22 19.5 22H4.5C3.67157 22 3 21.3284 3 20.5V4.5ZM11 4H13V12.5C13 12.7761 13.2239 13 13.5 13H15V21H9V13H10.5C10.7761 13 11 12.7761 11 12.5V4ZM16 21H19.5C19.7761 21 20 20.7761 20 20.5V4.5C20 4.22386 19.7761 4 19.5 4H18V12.5C18 12.7761 17.7761 13 17.5 13H16V21ZM6 4V12.5C6 12.7761 6.22386 13 6.5 13H8V21H4.5C4.22386 21 4 20.7761 4 20.5V4.5C4 4.22386 4.22386 4 4.5 4H6Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -745,7 +745,9 @@ export type CentralIconName =
|
|
|
745
745
|
| "IconEmojiSmilingFace"
|
|
746
746
|
| "IconEmojiSmirking"
|
|
747
747
|
| "IconEmojiStarStruck"
|
|
748
|
+
| "IconEmojiTongue"
|
|
748
749
|
| "IconEmojiWink"
|
|
750
|
+
| "IconEmojiWinkTongue"
|
|
749
751
|
| "IconEraser"
|
|
750
752
|
| "IconEraserSimple"
|
|
751
753
|
| "IconEsc"
|
|
@@ -1051,6 +1053,7 @@ export type CentralIconName =
|
|
|
1051
1053
|
| "IconKanbanView"
|
|
1052
1054
|
| "IconKey1"
|
|
1053
1055
|
| "IconKey2"
|
|
1056
|
+
| "IconKey3"
|
|
1054
1057
|
| "IconKeyboard"
|
|
1055
1058
|
| "IconKeyboardCable"
|
|
1056
1059
|
| "IconKeyboardDown"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.236",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1995,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 88,
|
|
@@ -664,7 +664,7 @@
|
|
|
664
664
|
]
|
|
665
665
|
},
|
|
666
666
|
"Emoji": {
|
|
667
|
-
"count":
|
|
667
|
+
"count": 21,
|
|
668
668
|
"icons": [
|
|
669
669
|
"IconAlien",
|
|
670
670
|
"IconEmojiAddReaction",
|
|
@@ -682,7 +682,9 @@
|
|
|
682
682
|
"IconEmojiSmilingFace",
|
|
683
683
|
"IconEmojiSmirking",
|
|
684
684
|
"IconEmojiStarStruck",
|
|
685
|
+
"IconEmojiTongue",
|
|
685
686
|
"IconEmojiWink",
|
|
687
|
+
"IconEmojiWinkTongue",
|
|
686
688
|
"IconMask",
|
|
687
689
|
"IconPoop"
|
|
688
690
|
]
|
|
@@ -1444,7 +1446,7 @@
|
|
|
1444
1446
|
]
|
|
1445
1447
|
},
|
|
1446
1448
|
"Security": {
|
|
1447
|
-
"count":
|
|
1449
|
+
"count": 34,
|
|
1448
1450
|
"icons": [
|
|
1449
1451
|
"IconAnonymous",
|
|
1450
1452
|
"IconAsterisk",
|
|
@@ -1456,6 +1458,7 @@
|
|
|
1456
1458
|
"IconGhost2",
|
|
1457
1459
|
"IconKey1",
|
|
1458
1460
|
"IconKey2",
|
|
1461
|
+
"IconKey3",
|
|
1459
1462
|
"IconKeyhole",
|
|
1460
1463
|
"IconLaw",
|
|
1461
1464
|
"IconLock",
|
|
@@ -2939,7 +2942,9 @@
|
|
|
2939
2942
|
"IconEmojiSmilingFace": "emoji-smiling-face, heart-eyes",
|
|
2940
2943
|
"IconEmojiSmirking": "emoji-smirking",
|
|
2941
2944
|
"IconEmojiStarStruck": "emoji-star-struck, star-eyes",
|
|
2945
|
+
"IconEmojiTongue": "emoji-tongue, fun",
|
|
2942
2946
|
"IconEmojiWink": "emoji-wink",
|
|
2947
|
+
"IconEmojiWinkTongue": "emoji-wink-tongue, fun",
|
|
2943
2948
|
"IconEraser": "eraser, rubber, clean-up",
|
|
2944
2949
|
"IconEraserSimple": "eraser-simple, rubber, clean-up",
|
|
2945
2950
|
"IconEsc": "esc, power",
|
|
@@ -3245,6 +3250,7 @@
|
|
|
3245
3250
|
"IconKanbanView": "kanban-view, columns",
|
|
3246
3251
|
"IconKey1": "key-1, password",
|
|
3247
3252
|
"IconKey2": "key-2, password",
|
|
3253
|
+
"IconKey3": "key-3, password",
|
|
3248
3254
|
"IconKeyboard": "keyboard, midi, keys, piano",
|
|
3249
3255
|
"IconKeyboardCable": "keyboard-cable",
|
|
3250
3256
|
"IconKeyboardDown": "keyboard-down",
|
package/index.d.ts
CHANGED
|
@@ -744,7 +744,9 @@ export { IconEmojiSmiley, default as IconEmojiSmileyDefault, } from "./IconEmoji
|
|
|
744
744
|
export { IconEmojiSmilingFace, default as IconEmojiSmilingFaceDefault, } from "./IconEmojiSmilingFace";
|
|
745
745
|
export { IconEmojiSmirking, default as IconEmojiSmirkingDefault, } from "./IconEmojiSmirking";
|
|
746
746
|
export { IconEmojiStarStruck, default as IconEmojiStarStruckDefault, } from "./IconEmojiStarStruck";
|
|
747
|
+
export { IconEmojiTongue, default as IconEmojiTongueDefault, } from "./IconEmojiTongue";
|
|
747
748
|
export { IconEmojiWink, default as IconEmojiWinkDefault, } from "./IconEmojiWink";
|
|
749
|
+
export { IconEmojiWinkTongue, default as IconEmojiWinkTongueDefault, } from "./IconEmojiWinkTongue";
|
|
748
750
|
export { IconEraser, default as IconEraserDefault } from "./IconEraser";
|
|
749
751
|
export { IconEraserSimple, default as IconEraserSimpleDefault, } from "./IconEraserSimple";
|
|
750
752
|
export { IconEsc, default as IconEscDefault } from "./IconEsc";
|
|
@@ -1050,6 +1052,7 @@ export { IconJump, default as IconJumpDefault } from "./IconJump";
|
|
|
1050
1052
|
export { IconKanbanView, default as IconKanbanViewDefault, } from "./IconKanbanView";
|
|
1051
1053
|
export { IconKey1, default as IconKey1Default } from "./IconKey1";
|
|
1052
1054
|
export { IconKey2, default as IconKey2Default } from "./IconKey2";
|
|
1055
|
+
export { IconKey3, default as IconKey3Default } from "./IconKey3";
|
|
1053
1056
|
export { IconKeyboard, default as IconKeyboardDefault } from "./IconKeyboard";
|
|
1054
1057
|
export { IconKeyboardCable, default as IconKeyboardCableDefault, } from "./IconKeyboardCable";
|
|
1055
1058
|
export { IconKeyboardDown, default as IconKeyboardDownDefault, } from "./IconKeyboardDown";
|