@central-icons-react-native/round-outlined-radius-1-stroke-2 1.1.233 → 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/IconCloudSync2/index.d.ts +4 -0
- package/IconCloudSync2/index.js +2 -0
- package/IconCloudSync2/index.js.map +1 -0
- package/IconCloudSync2/index.mjs +2 -0
- package/IconCloudSync2/index.mjs.map +1 -0
- package/IconCloudTransfer/index.d.ts +4 -0
- package/IconCloudTransfer/index.js +2 -0
- package/IconCloudTransfer/index.js.map +1 -0
- package/IconCloudTransfer/index.mjs +2 -0
- package/IconCloudTransfer/index.mjs.map +1 -0
- 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 +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +12 -4
- package/index.d.ts +4 -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 +5 -1
- package/tsx-icons.json +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!k.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(l=f(o,n))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?d(I(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),L=r=>s(p({},"__esModule",{value:!0}),r);var g={};x(g,{IconCloudSync2:()=>m,default:()=>P});module.exports=L(g);var e=a(require("react"));var i=a(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>i.default.createElement(u.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),m=r=>e.default.createElement(c,{...r},e.default.createElement(C.Path,{d:"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(C.Path,{d:"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998",stroke:"currentColor",strokeWidth:"1.9",strokeLinecap:"round"}),e.default.createElement(C.Path,{d:"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z",fill:"currentColor"}),e.default.createElement(C.Path,{d:"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z",fill:"currentColor"})),P=m;0&&(module.exports={IconCloudSync2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudSync2/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 IconCloudSync2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudSync2;\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,oBAAAE,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,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mUACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4MACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCloudSync2_exports","__export","IconCloudSync2","IconCloudSync2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudSync2","props","React","CentralIconBase","IconCloudSync2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var s=e=>o.createElement(n,{...e},o.createElement(t,{d:"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998",stroke:"currentColor",strokeWidth:"1.9",strokeLinecap:"round"}),o.createElement(t,{d:"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z",fill:"currentColor"}),o.createElement(t,{d:"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z",fill:"currentColor"})),k=s;export{s as IconCloudSync2,k as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudSync2/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 IconCloudSync2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998\"\n stroke=\"currentColor\"\n strokeWidth=\"1.9\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudSync2;\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,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mUACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mIACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4MACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudSync2","props","React","CentralIconBase","IconCloudSync2_default"]}
|
|
@@ -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=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of k(o))!I.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(C=f(o,t))||C.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>a(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconCloudTransfer:()=>c,default:()=>g});module.exports=P(h);var p=i(require("react"));var l=i(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>l.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var s=require("react-native-svg"),c=r=>p.default.createElement(u,{...r},p.default.createElement(s.Path,{d:"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11 15L14 18L11 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),g=c;0&&(module.exports={IconCloudTransfer});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudTransfer/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 IconCloudTransfer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 15L14 18L11 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudTransfer;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iMACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCloudTransfer_exports","__export","IconCloudTransfer","IconCloudTransfer_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloudTransfer","props","React","CentralIconBase","IconCloudTransfer_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:o,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var a=o=>e.createElement(t,{...o},e.createElement(n,{d:"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M11 15L14 18L11 21",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=a;export{a as IconCloudTransfer,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloudTransfer/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 IconCloudTransfer: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 15L14 18L11 21\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCloudTransfer;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iMACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloudTransfer","props","React","CentralIconBase","IconCloudTransfer_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of f(o))!B.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(s=k(o,C))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?m(x(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>i(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconEmojiTongue:()=>a,default:()=>h});module.exports=g(P);var n=l(require("react"));var u=l(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>u.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>n.default.createElement(d,{...r},n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),h=a;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconEmojiTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 14H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,EAA6B,4BAEhBC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as i,Path as e}from"react-native-svg";var l=n=>o.createElement(t,{...n},o.createElement(i,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z",fill:"currentColor"}),o.createElement(e,{d:"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z",fill:"currentColor"}),o.createElement(e,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"})),I=l;export{l as IconEmojiTongue,I 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconEmojiTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 14H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconEmojiTongue","props","React","CentralIconBase","IconEmojiTongue_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of f(o))!B.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(s=k(o,C))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?m(x(r)):{},i(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>i(p({},"__esModule",{value:!0}),r);var P={};I(P,{IconEmojiWinkTongue:()=>a,default:()=>h});module.exports=g(P);var n=l(require("react"));var u=l(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...e})=>u.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),a=r=>n.default.createElement(d,{...r},n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z",fill:"currentColor"})),h=a;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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconEmojiWinkTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 14H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z\"\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,EAA6B,4BAEhBC,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wKACF,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as i,Path as e}from"react-native-svg";var l=n=>o.createElement(t,{...n},o.createElement(i,{cx:"12",cy:"12",r:"9",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z",fill:"currentColor"}),o.createElement(e,{d:"M8 14H16",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z",fill:"currentColor"})),I=l;export{l as IconEmojiWinkTongue,I 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconEmojiWinkTongue: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8 14H16\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15\"\n stroke=\"currentColor\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z\"\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,yJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,WACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uEACF,OAAO,eACP,YAAY,IACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wKACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconEmojiWinkTongue","props","React","CentralIconBase","IconEmojiWinkTongue_default"]}
|
package/README.md
CHANGED
|
@@ -448,6 +448,8 @@ Below is a complete list of available icons:
|
|
|
448
448
|
- IconCloudSimpleDownload
|
|
449
449
|
- IconCloudSimpleUpload
|
|
450
450
|
- IconCloudSync
|
|
451
|
+
- IconCloudSync2
|
|
452
|
+
- IconCloudTransfer
|
|
451
453
|
- IconCloudUpload
|
|
452
454
|
|
|
453
455
|
### Code
|
|
@@ -789,7 +791,9 @@ Below is a complete list of available icons:
|
|
|
789
791
|
- IconEmojiSmilingFace
|
|
790
792
|
- IconEmojiSmirking
|
|
791
793
|
- IconEmojiStarStruck
|
|
794
|
+
- IconEmojiTongue
|
|
792
795
|
- IconEmojiWink
|
|
796
|
+
- IconEmojiWinkTongue
|
|
793
797
|
- IconMask
|
|
794
798
|
- IconPoop
|
|
795
799
|
|
package/filtered-icons.json
CHANGED
|
@@ -7504,6 +7504,34 @@
|
|
|
7504
7504
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
7505
7505
|
"componentName": "IconCloudSync"
|
|
7506
7506
|
},
|
|
7507
|
+
{
|
|
7508
|
+
"category": "Clouds",
|
|
7509
|
+
"svg": "<path d=\"M6 18.9C3.71776 18.4367 2 16.419 2 14C2 11.6806 3.57923 9.73011 5.72107 9.16506C6.08658 9.06863 6.39695 8.81621 6.55632 8.47342C7.50998 6.42217 9.58891 5 12 5C14.9745 5 17.4434 7.16441 17.9177 10.0042C18.0087 10.5489 18.4547 10.9872 18.9899 11.1234C20.7202 11.5639 22 13.1325 22 15C22 17.0398 20.4732 18.723 18.5 18.9691\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.44434 15.4442C8.44434 13.4805 10.0362 11.8887 11.9999 11.8887M15.5554 15.4442C15.5554 17.4079 13.9636 18.9998 11.9999 18.9998\" stroke=\"currentColor\" stroke-width=\"1.9\" stroke-linecap=\"round\"/><path d=\"M12 13.7929V10.2071C12 9.76165 12.5386 9.53857 12.8536 9.85355L14.6464 11.6464C14.8417 11.8417 14.8417 12.1583 14.6464 12.3536L12.8536 14.1464C12.5386 14.4614 12 14.2383 12 13.7929Z\" fill=\"currentColor\"/><path d=\"M11.9999 17.2071V20.7928C11.9999 21.2383 11.4614 21.4614 11.1464 21.1464L9.35348 19.3535C9.15822 19.1582 9.15822 18.8417 9.35348 18.6464L11.1464 16.8535C11.4614 16.5385 11.9999 16.7616 11.9999 17.2071Z\" fill=\"currentColor\"/>",
|
|
7510
|
+
"iconName": "cloud-sync-2",
|
|
7511
|
+
"variant": {
|
|
7512
|
+
"join": "round",
|
|
7513
|
+
"filled": "off",
|
|
7514
|
+
"radius": "1",
|
|
7515
|
+
"stroke": "2"
|
|
7516
|
+
},
|
|
7517
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7518
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
7519
|
+
"componentName": "IconCloudSync2"
|
|
7520
|
+
},
|
|
7521
|
+
{
|
|
7522
|
+
"category": "Clouds",
|
|
7523
|
+
"svg": "<path d=\"M18 18C20.2091 18 22 16.2091 22 14C22 11.7909 20.2091 10 18 10C18 6.68629 15.3137 4 12 4C9.37075 4 7.13649 5.69118 6.32568 8.04508C3.88316 8.37436 2 10.4673 2 13C2 15.7614 4.23858 18 7 18H13\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 15L14 18L11 21\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
7524
|
+
"iconName": "cloud-transfer, move-data, move-cloud-files",
|
|
7525
|
+
"variant": {
|
|
7526
|
+
"join": "round",
|
|
7527
|
+
"filled": "off",
|
|
7528
|
+
"radius": "1",
|
|
7529
|
+
"stroke": "2"
|
|
7530
|
+
},
|
|
7531
|
+
"createdAt": "2026-05-13T10:01:55.225159+00:00",
|
|
7532
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
7533
|
+
"componentName": "IconCloudTransfer"
|
|
7534
|
+
},
|
|
7507
7535
|
{
|
|
7508
7536
|
"category": "Clouds",
|
|
7509
7537
|
"svg": "<path d=\"M12 19V12M12 12L14.5 14.5M12 12L9.5 14.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8 19H7C4.23858 19 2 16.7614 2 14C2 11.4673 3.88316 9.37436 6.32568 9.04508C7.13649 6.69118 9.37075 5 12 5C15.3137 5 18 7.68629 18 11C20.2091 11 22 12.7909 22 15C22 17.2091 20.2091 19 18 19H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -10416,6 +10444,20 @@
|
|
|
10416
10444
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
10417
10445
|
"componentName": "IconEmojiStarStruck"
|
|
10418
10446
|
},
|
|
10447
|
+
{
|
|
10448
|
+
"category": "Emoji",
|
|
10449
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><path d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\" fill=\"currentColor\"/><path d=\"M8 14H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
10450
|
+
"iconName": "emoji-tongue, fun",
|
|
10451
|
+
"variant": {
|
|
10452
|
+
"join": "round",
|
|
10453
|
+
"filled": "off",
|
|
10454
|
+
"radius": "1",
|
|
10455
|
+
"stroke": "2"
|
|
10456
|
+
},
|
|
10457
|
+
"createdAt": "2026-05-15T11:01:58.423042+00:00",
|
|
10458
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
10459
|
+
"componentName": "IconEmojiTongue"
|
|
10460
|
+
},
|
|
10419
10461
|
{
|
|
10420
10462
|
"category": "Emoji",
|
|
10421
10463
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\"/><path d=\"M15.852 13.615C16.1785 13.56 16.4731 13.83 16.4116 14.1553C15.4438 19.2729 8.5539 19.2902 7.58792 14.1552C7.52673 13.8299 7.82136 13.56 8.14778 13.6149C9.06489 13.7693 10.7673 14.0244 12 14.0244C13.2326 14.0244 14.9349 13.7693 15.852 13.615Z\" fill=\"currentColor\"/><path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><path d=\"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z\" fill=\"currentColor\"/>",
|
|
@@ -10430,6 +10472,20 @@
|
|
|
10430
10472
|
"packageName": "round-outlined-radius-1-stroke-2",
|
|
10431
10473
|
"componentName": "IconEmojiWink"
|
|
10432
10474
|
},
|
|
10475
|
+
{
|
|
10476
|
+
"category": "Emoji",
|
|
10477
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><path d=\"M8 14H16\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10 15V16C10 17.1046 10.8954 18 12 18C13.1046 18 14 17.1046 14 16V15\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 10.2461C16.5 11.5 15.6605 10.6886 14.625 10.6886C13.5895 10.6886 12.75 11.5 12.75 10.2461C12.75 9.52169 13.5895 9 14.625 9C15.6605 9 16.5 9.52169 16.5 10.2461Z\" fill=\"currentColor\"/>",
|
|
10478
|
+
"iconName": "emoji-wink-tongue, fun",
|
|
10479
|
+
"variant": {
|
|
10480
|
+
"join": "round",
|
|
10481
|
+
"filled": "off",
|
|
10482
|
+
"radius": "1",
|
|
10483
|
+
"stroke": "2"
|
|
10484
|
+
},
|
|
10485
|
+
"createdAt": "2026-05-15T11:01:58.423042+00:00",
|
|
10486
|
+
"packageName": "round-outlined-radius-1-stroke-2",
|
|
10487
|
+
"componentName": "IconEmojiWinkTongue"
|
|
10488
|
+
},
|
|
10433
10489
|
{
|
|
10434
10490
|
"category": "Edit",
|
|
10435
10491
|
"svg": "<path d=\"M13.7679 3.23186L3.20696 13.7928C2.81643 14.1834 2.81643 14.8165 3.20696 15.2071L7.70695 19.7071C7.89449 19.8946 8.14885 19.9999 8.41406 19.9999H11.0856C11.3509 19.9999 11.6052 19.8946 11.7927 19.7071L20.8167 10.6831C21.1977 10.3021 21.2083 9.68761 20.8407 9.29367L15.2061 3.25665C14.82 2.84302 14.168 2.83178 13.7679 3.23186Z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/><path d=\"M7 11L13.5 17.5\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -535,6 +535,8 @@ export type CentralIconName =
|
|
|
535
535
|
| "IconCloudSimpleUpload"
|
|
536
536
|
| "IconCloudSnow"
|
|
537
537
|
| "IconCloudSync"
|
|
538
|
+
| "IconCloudSync2"
|
|
539
|
+
| "IconCloudTransfer"
|
|
538
540
|
| "IconCloudUpload"
|
|
539
541
|
| "IconCloudWeather"
|
|
540
542
|
| "IconCloudy"
|
|
@@ -743,7 +745,9 @@ export type CentralIconName =
|
|
|
743
745
|
| "IconEmojiSmilingFace"
|
|
744
746
|
| "IconEmojiSmirking"
|
|
745
747
|
| "IconEmojiStarStruck"
|
|
748
|
+
| "IconEmojiTongue"
|
|
746
749
|
| "IconEmojiWink"
|
|
750
|
+
| "IconEmojiWinkTongue"
|
|
747
751
|
| "IconEraser"
|
|
748
752
|
| "IconEraserSimple"
|
|
749
753
|
| "IconEsc"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.235",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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,
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
]
|
|
314
314
|
},
|
|
315
315
|
"Clouds": {
|
|
316
|
-
"count":
|
|
316
|
+
"count": 15,
|
|
317
317
|
"icons": [
|
|
318
318
|
"IconCloud",
|
|
319
319
|
"IconCloud2",
|
|
@@ -327,6 +327,8 @@
|
|
|
327
327
|
"IconCloudSimpleDownload",
|
|
328
328
|
"IconCloudSimpleUpload",
|
|
329
329
|
"IconCloudSync",
|
|
330
|
+
"IconCloudSync2",
|
|
331
|
+
"IconCloudTransfer",
|
|
330
332
|
"IconCloudUpload"
|
|
331
333
|
]
|
|
332
334
|
},
|
|
@@ -662,7 +664,7 @@
|
|
|
662
664
|
]
|
|
663
665
|
},
|
|
664
666
|
"Emoji": {
|
|
665
|
-
"count":
|
|
667
|
+
"count": 21,
|
|
666
668
|
"icons": [
|
|
667
669
|
"IconAlien",
|
|
668
670
|
"IconEmojiAddReaction",
|
|
@@ -680,7 +682,9 @@
|
|
|
680
682
|
"IconEmojiSmilingFace",
|
|
681
683
|
"IconEmojiSmirking",
|
|
682
684
|
"IconEmojiStarStruck",
|
|
685
|
+
"IconEmojiTongue",
|
|
683
686
|
"IconEmojiWink",
|
|
687
|
+
"IconEmojiWinkTongue",
|
|
684
688
|
"IconMask",
|
|
685
689
|
"IconPoop"
|
|
686
690
|
]
|
|
@@ -2727,6 +2731,8 @@
|
|
|
2727
2731
|
"IconCloudSimpleUpload": "cloud-simple-upload",
|
|
2728
2732
|
"IconCloudSnow": "cloud-snow",
|
|
2729
2733
|
"IconCloudSync": "cloud-sync",
|
|
2734
|
+
"IconCloudSync2": "cloud-sync-2",
|
|
2735
|
+
"IconCloudTransfer": "cloud-transfer, move-data, move-cloud-files",
|
|
2730
2736
|
"IconCloudUpload": "cloud-upload",
|
|
2731
2737
|
"IconCloudWeather": "cloud-weather, clouds",
|
|
2732
2738
|
"IconCloudy": "cloudy, clouds",
|
|
@@ -2935,7 +2941,9 @@
|
|
|
2935
2941
|
"IconEmojiSmilingFace": "emoji-smiling-face, heart-eyes",
|
|
2936
2942
|
"IconEmojiSmirking": "emoji-smirking",
|
|
2937
2943
|
"IconEmojiStarStruck": "emoji-star-struck, star-eyes",
|
|
2944
|
+
"IconEmojiTongue": "emoji-tongue, fun",
|
|
2938
2945
|
"IconEmojiWink": "emoji-wink",
|
|
2946
|
+
"IconEmojiWinkTongue": "emoji-wink-tongue, fun",
|
|
2939
2947
|
"IconEraser": "eraser, rubber, clean-up",
|
|
2940
2948
|
"IconEraserSimple": "eraser-simple, rubber, clean-up",
|
|
2941
2949
|
"IconEsc": "esc, power",
|
package/index.d.ts
CHANGED
|
@@ -534,6 +534,8 @@ export { IconCloudSimpleDownload, default as IconCloudSimpleDownloadDefault, } f
|
|
|
534
534
|
export { IconCloudSimpleUpload, default as IconCloudSimpleUploadDefault, } from "./IconCloudSimpleUpload";
|
|
535
535
|
export { IconCloudSnow, default as IconCloudSnowDefault, } from "./IconCloudSnow";
|
|
536
536
|
export { IconCloudSync, default as IconCloudSyncDefault, } from "./IconCloudSync";
|
|
537
|
+
export { IconCloudSync2, default as IconCloudSync2Default, } from "./IconCloudSync2";
|
|
538
|
+
export { IconCloudTransfer, default as IconCloudTransferDefault, } from "./IconCloudTransfer";
|
|
537
539
|
export { IconCloudUpload, default as IconCloudUploadDefault, } from "./IconCloudUpload";
|
|
538
540
|
export { IconCloudWeather, default as IconCloudWeatherDefault, } from "./IconCloudWeather";
|
|
539
541
|
export { IconCloudy, default as IconCloudyDefault } from "./IconCloudy";
|
|
@@ -742,7 +744,9 @@ export { IconEmojiSmiley, default as IconEmojiSmileyDefault, } from "./IconEmoji
|
|
|
742
744
|
export { IconEmojiSmilingFace, default as IconEmojiSmilingFaceDefault, } from "./IconEmojiSmilingFace";
|
|
743
745
|
export { IconEmojiSmirking, default as IconEmojiSmirkingDefault, } from "./IconEmojiSmirking";
|
|
744
746
|
export { IconEmojiStarStruck, default as IconEmojiStarStruckDefault, } from "./IconEmojiStarStruck";
|
|
747
|
+
export { IconEmojiTongue, default as IconEmojiTongueDefault, } from "./IconEmojiTongue";
|
|
745
748
|
export { IconEmojiWink, default as IconEmojiWinkDefault, } from "./IconEmojiWink";
|
|
749
|
+
export { IconEmojiWinkTongue, default as IconEmojiWinkTongueDefault, } from "./IconEmojiWinkTongue";
|
|
746
750
|
export { IconEraser, default as IconEraserDefault } from "./IconEraser";
|
|
747
751
|
export { IconEraserSimple, default as IconEraserSimpleDefault, } from "./IconEraserSimple";
|
|
748
752
|
export { IconEsc, default as IconEscDefault } from "./IconEsc";
|