@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.234 → 1.1.235
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/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +7 -3
- package/index.d.ts +2 -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 +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=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)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!g.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=d(r,n))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(t({},"__esModule",{value:!0}),o);var V={};v(V,{IconEmojiTongue:()=>i,default:()=>P});module.exports=x(V);var C=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=>C.default.createElement(c,{...o},C.default.createElement(p.Path,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),C.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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,wgBACF,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 n=({children:r,size:o=24,...C})=>p.createElement(l,{...C,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 t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),e.createElement(t,{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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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,2EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,wgBACF,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 t=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)t(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of B(r))!g.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=d(r,n))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?u(I(o)):{},a(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(t({},"__esModule",{value:!0}),o);var V={};v(V,{IconEmojiWinkTongue:()=>c,default:()=>P});module.exports=x(V);var C=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=>C.default.createElement(s,{...o},C.default.createElement(p.Path,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),C.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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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,2EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ogBACF,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 n=({children:r,size:o=24,...C})=>p.createElement(l,{...C,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 t}from"react-native-svg";var a=r=>e.createElement(n,{...r},e.createElement(t,{d:"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z",fill:"currentColor"}),e.createElement(t,{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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\"\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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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,2EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ogBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiWinkTongue","props","React","CentralIconBase","IconEmojiWinkTongue_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -10444,6 +10444,20 @@
|
|
|
10444
10444
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
10445
10445
|
"componentName": "IconEmojiStarStruck"
|
|
10446
10446
|
},
|
|
10447
|
+
{
|
|
10448
|
+
"category": "Emoji",
|
|
10449
|
+
"svg": "<path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" 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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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": "square",
|
|
10453
|
+
"filled": "on",
|
|
10454
|
+
"radius": "0",
|
|
10455
|
+
"stroke": "2"
|
|
10456
|
+
},
|
|
10457
|
+
"createdAt": "2026-05-15T11:01:58.423042+00:00",
|
|
10458
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
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 2ZM16.5 13.75C16.5 13.75 13.7673 14.2744 12 14.2744C10.2327 14.2744 7.5 13.75 7.5 13.75C8 19.761 16 19.739 16.5 13.75ZM9.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": "square-filled-radius-0-stroke-2",
|
|
10459
10473
|
"componentName": "IconEmojiWink"
|
|
10460
10474
|
},
|
|
10475
|
+
{
|
|
10476
|
+
"category": "Emoji",
|
|
10477
|
+
"svg": "<path d=\"M13 16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V15H13V16Z\" 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 15H9V16C9 17.6569 10.3431 19 12 19C13.6569 19 15 17.6569 15 16V15H17V13H7V15ZM9.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": "square",
|
|
10481
|
+
"filled": "on",
|
|
10482
|
+
"radius": "0",
|
|
10483
|
+
"stroke": "2"
|
|
10484
|
+
},
|
|
10485
|
+
"createdAt": "2026-05-15T11:01:58.423042+00:00",
|
|
10486
|
+
"packageName": "square-filled-radius-0-stroke-2",
|
|
10487
|
+
"componentName": "IconEmojiWinkTongue"
|
|
10488
|
+
},
|
|
10461
10489
|
{
|
|
10462
10490
|
"category": "Edit",
|
|
10463
10491
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.025 1.56104L22.3904 10.524L11.9144 21.0001H7.58594L1.08594 14.5001L14.025 1.56104ZM3.91436 14.5001L8.41437 19.0001H11.0859L12.3359 17.7501L6.50015 11.9143L3.91436 14.5001Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
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.235",
|
|
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": 1994,
|
|
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
|
]
|
|
@@ -2939,7 +2941,9 @@
|
|
|
2939
2941
|
"IconEmojiSmilingFace": "emoji-smiling-face, heart-eyes",
|
|
2940
2942
|
"IconEmojiSmirking": "emoji-smirking",
|
|
2941
2943
|
"IconEmojiStarStruck": "emoji-star-struck, star-eyes",
|
|
2944
|
+
"IconEmojiTongue": "emoji-tongue, fun",
|
|
2942
2945
|
"IconEmojiWink": "emoji-wink",
|
|
2946
|
+
"IconEmojiWinkTongue": "emoji-wink-tongue, fun",
|
|
2943
2947
|
"IconEraser": "eraser, rubber, clean-up",
|
|
2944
2948
|
"IconEraserSimple": "eraser-simple, rubber, clean-up",
|
|
2945
2949
|
"IconEsc": "esc, power",
|
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";
|