@central-icons-react-native/square-filled-radius-0-stroke-1 1.1.79 → 1.1.81
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/{IconEmojiAlt → IconAiTokens}/index.d.ts +2 -2
- package/IconAiTokens/index.js +2 -0
- package/IconAiTokens/index.js.map +1 -0
- package/IconAiTokens/index.mjs +2 -0
- package/IconAiTokens/index.mjs.map +1 -0
- package/IconBrowserTabs/index.d.ts +4 -0
- package/IconBrowserTabs/index.js +2 -0
- package/IconBrowserTabs/index.js.map +1 -0
- package/IconBrowserTabs/index.mjs +2 -0
- package/IconBrowserTabs/index.mjs.map +1 -0
- package/IconEmojiAddReaction/index.js +1 -1
- package/IconEmojiAddReaction/index.js.map +1 -1
- package/IconEmojiAddReaction/index.mjs +1 -1
- package/IconEmojiAddReaction/index.mjs.map +1 -1
- package/IconEmojiSmile/index.js +1 -1
- package/IconEmojiSmile/index.js.map +1 -1
- package/IconEmojiSmile/index.mjs +1 -1
- package/IconEmojiSmile/index.mjs.map +1 -1
- package/README.md +13 -11
- package/filtered-icons.json +41 -55
- package/icons/index.d.ts +2 -3
- package/icons-index.json +23 -20
- package/index.d.ts +2 -3
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +17 -24
- package/IconEmojiAlt/index.js +0 -2
- package/IconEmojiAlt/index.js.map +0 -1
- package/IconEmojiAlt/index.mjs +0 -2
- package/IconEmojiAlt/index.mjs.map +0 -1
- package/IconEmojiArc/index.d.ts +0 -4
- package/IconEmojiArc/index.js +0 -2
- package/IconEmojiArc/index.js.map +0 -1
- package/IconEmojiArc/index.mjs +0 -2
- package/IconEmojiArc/index.mjs.map +0 -1
- package/IconEmojiSad/index.d.ts +0 -4
- package/IconEmojiSad/index.js +0 -2
- package/IconEmojiSad/index.js.map +0 -1
- package/IconEmojiSad/index.mjs +0 -2
- package/IconEmojiSad/index.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import { type CentralIconBaseProps } from "../CentralIconBase";
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconAiTokens: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconAiTokens;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of I(r))!d.call(o,n)&&n!==e&&t(o,n,{get:()=>r[n],enumerable:!(l=B(r,n))||l.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(L(o)):{},C(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>C(t({},"__esModule",{value:!0}),o);var g={};v(g,{IconAiTokens:()=>i,default:()=>P});module.exports=x(g);var p=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=>p.default.createElement(c,{...o},p.default.createElement(f.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 2ZM10.25 10.0986L7 11.3486V12.3486L10.25 13.5986L11.5 16.8486H12.5L13.75 13.5986L17 12.3486V11.3486L13.75 10.0986L12.5 6.84863H11.5L10.25 10.0986Z",fill:"currentColor"})),P=i;0&&(module.exports={IconAiTokens});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAiTokens/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 IconAiTokens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 2ZM10.25 10.0986L7 11.3486V12.3486L10.25 13.5986L11.5 16.8486H12.5L13.75 13.5986L17 12.3486V11.3486L13.75 10.0986L12.5 6.84863H11.5L10.25 10.0986Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAiTokens;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,mQACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAiTokens_exports","__export","IconAiTokens","IconAiTokens_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAiTokens","props","React","CentralIconBase","IconAiTokens_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import n from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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 C}from"react-native-svg";var a=r=>n.createElement(e,{...r},n.createElement(C,{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 2ZM10.25 10.0986L7 11.3486V12.3486L10.25 13.5986L11.5 16.8486H12.5L13.75 13.5986L17 12.3486V11.3486L13.75 10.0986L12.5 6.84863H11.5L10.25 10.0986Z",fill:"currentColor"})),d=a;export{a as IconAiTokens,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAiTokens/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 IconAiTokens: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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 2ZM10.25 10.0986L7 11.3486V12.3486L10.25 13.5986L11.5 16.8486H12.5L13.75 13.5986L17 12.3486V11.3486L13.75 10.0986L12.5 6.84863H11.5L10.25 10.0986Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAiTokens;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,mQACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAiTokens","props","React","CentralIconBase","IconAiTokens_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of H(o))!V.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var s=(r,o,e)=>(e=r!=null?u(I(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),v=r=>a(n({},"__esModule",{value:!0}),r);var P={};d(P,{IconBrowserTabs:()=>i,default:()=>x});module.exports=v(P);var p=s(require("react"));var m=s(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...e})=>m.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 20H2V4H22V20ZM5 8H11V7H5V8ZM12 7V8H15V7H12ZM16 8H19V7H16V8Z",fill:"currentColor"})),x=i;0&&(module.exports={IconBrowserTabs});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBrowserTabs/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 IconBrowserTabs: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 20H2V4H22V20ZM5 8H11V7H5V8ZM12 7V8H15V7H12ZM16 8H19V7H16V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBrowserTabs;\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,SAAS,UACT,SAAS,UACT,EAAE,kEACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconBrowserTabs_exports","__export","IconBrowserTabs","IconBrowserTabs_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconBrowserTabs","props","React","CentralIconBase","IconBrowserTabs_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,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 a}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M22 20H2V4H22V20ZM5 8H11V7H5V8ZM12 7V8H15V7H12ZM16 8H19V7H16V8Z",fill:"currentColor"})),V=s;export{s as IconBrowserTabs,V as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconBrowserTabs/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 IconBrowserTabs: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M22 20H2V4H22V20ZM5 8H11V7H5V8ZM12 7V8H15V7H12ZM16 8H19V7H16V8Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconBrowserTabs;\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,SAAS,UACT,SAAS,UACT,EAAE,kEACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconBrowserTabs","props","React","CentralIconBase","IconBrowserTabs_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var d=Object.create;var
|
|
1
|
+
"use strict";var d=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var C in r)n(o,C,{get:r[C],enumerable:!0})},a=(o,r,C,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of H(r))!B.call(o,e)&&e!==C&&n(o,e,{get:()=>r[e],enumerable:!(l=u(r,e))||l.enumerable});return o};var m=(o,r,C)=>(C=o!=null?d(V(o)):{},a(r||!o||!o.__esModule?n(C,"default",{value:o,enumerable:!0}):C,o)),v=o=>a(n({},"__esModule",{value:!0}),o);var P={};I(P,{IconEmojiAddReaction:()=>s,default:()=>x});module.exports=v(P);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),i=({children:o,size:r=24,...C})=>c.default.createElement(f.Svg,{...C,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"),s=o=>t.default.createElement(i,{...o},t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C13.5638 2 15.0431 2.36003 16.3613 3H15V6H18V9H21V7.6377C21.6402 8.95609 22 10.4359 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M20 4H23V5H20V8H19V5H16V4H19V1H20V4Z",fill:"currentColor"})),x=s;0&&(module.exports={IconEmojiAddReaction});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmojiAddReaction/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 IconEmojiAddReaction: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiAddReaction/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 IconEmojiAddReaction: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C13.5638 2 15.0431 2.36003 16.3613 3H15V6H18V9H21V7.6377C21.6402 8.95609 22 10.4359 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 4H23V5H20V8H19V5H16V4H19V1H20V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiAddReaction;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,m/BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGE,EAAQJ","names":["IconEmojiAddReaction_exports","__export","IconEmojiAddReaction","IconEmojiAddReaction_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiAddReaction","props","React","CentralIconBase","IconEmojiAddReaction_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({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=>C.createElement(e,{...r},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C13.5638 2 15.0431 2.36003 16.3613 3H15V6H18V9H21V7.6377C21.6402 8.95609 22 10.4359 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z",fill:"currentColor"}),C.createElement(n,{d:"M20 4H23V5H20V8H19V5H16V4H19V1H20V4Z",fill:"currentColor"})),B=a;export{a as IconEmojiAddReaction,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmojiAddReaction/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 IconEmojiAddReaction: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiAddReaction/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 IconEmojiAddReaction: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C13.5638 2 15.0431 2.36003 16.3613 3H15V6H18V9H21V7.6377C21.6402 8.95609 22 10.4359 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 4H23V5H20V8H19V5H16V4H19V1H20V4Z\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiAddReaction;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,m/BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,uCAAuC,KAAK,eAAe,CACrE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiAddReaction","props","React","CentralIconBase","IconEmojiAddReaction_default"]}
|
package/IconEmojiSmile/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var
|
|
1
|
+
"use strict";var u=Object.create;var t=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)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of I(r))!v.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=B(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(t({},"__esModule",{value:!0}),o);var S={};x(S,{IconEmojiSmile:()=>i,default:()=>g});module.exports=P(S);var n=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=>n.default.createElement(c,{...o},n.default.createElement(f.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.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconEmojiSmile});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmojiSmile/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 IconEmojiSmile: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiSmile/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 IconEmojiSmile: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiSmile;\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,SAAS,UACT,SAAS,UACT,EAAE,q7BACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconEmojiSmile_exports","__export","IconEmojiSmile","IconEmojiSmile_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiSmile","props","React","CentralIconBase","IconEmojiSmile_default"]}
|
package/IconEmojiSmile/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import
|
|
1
|
+
import C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...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 l}from"react-native-svg";var a=r=>C.createElement(e,{...r},C.createElement(l,{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.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z",fill:"currentColor"})),v=a;export{a as IconEmojiSmile,v as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconEmojiSmile/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 IconEmojiSmile: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiSmile/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 IconEmojiSmile: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\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.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiSmile;\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,SAAS,UACT,SAAS,UACT,EAAE,q7BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiSmile","props","React","CentralIconBase","IconEmojiSmile_default"]}
|
package/README.md
CHANGED
|
@@ -146,6 +146,7 @@ Below is a complete list of available icons:
|
|
|
146
146
|
|
|
147
147
|
### AI & Magic
|
|
148
148
|
|
|
149
|
+
- IconAiTokens
|
|
149
150
|
- IconAiTranslate
|
|
150
151
|
- IconAppleIntelligenceIcon
|
|
151
152
|
- IconBag2Sparkle
|
|
@@ -690,6 +691,17 @@ Below is a complete list of available icons:
|
|
|
690
691
|
- IconWrite2
|
|
691
692
|
- IconWriting
|
|
692
693
|
|
|
694
|
+
### Emoji
|
|
695
|
+
|
|
696
|
+
- IconAlien
|
|
697
|
+
- IconEmojiAddReaction
|
|
698
|
+
- IconEmojiSleep
|
|
699
|
+
- IconEmojiSmile
|
|
700
|
+
- IconEmojiSmiley
|
|
701
|
+
- IconEmojiSmilingFace
|
|
702
|
+
- IconMask
|
|
703
|
+
- IconPoop
|
|
704
|
+
|
|
693
705
|
### Filter & Settings
|
|
694
706
|
|
|
695
707
|
- IconBlockSortAscending
|
|
@@ -945,6 +957,7 @@ Below is a complete list of available icons:
|
|
|
945
957
|
- IconBrokenChainLink2
|
|
946
958
|
- IconBrokenChainLink3
|
|
947
959
|
- IconBrokenHeart
|
|
960
|
+
- IconBrowserTabs
|
|
948
961
|
- IconBucket
|
|
949
962
|
- IconChainLink1
|
|
950
963
|
- IconChainLink2
|
|
@@ -1632,7 +1645,6 @@ Below is a complete list of available icons:
|
|
|
1632
1645
|
|
|
1633
1646
|
### Things
|
|
1634
1647
|
|
|
1635
|
-
- IconAlien
|
|
1636
1648
|
- IconAnvil
|
|
1637
1649
|
- IconBackpack
|
|
1638
1650
|
- IconBag
|
|
@@ -1662,16 +1674,8 @@ Below is a complete list of available icons:
|
|
|
1662
1674
|
- IconDirectorChair
|
|
1663
1675
|
- IconDoorHanger
|
|
1664
1676
|
- IconDumbell
|
|
1665
|
-
- IconEmojiAddReaction
|
|
1666
|
-
- IconEmojiAlt
|
|
1667
|
-
- IconEmojiArc
|
|
1668
1677
|
- IconEmojiAstonished
|
|
1669
|
-
- IconEmojiSad
|
|
1670
1678
|
- IconEmojiSadTear
|
|
1671
|
-
- IconEmojiSleep
|
|
1672
|
-
- IconEmojiSmile
|
|
1673
|
-
- IconEmojiSmiley
|
|
1674
|
-
- IconEmojiSmilingFace
|
|
1675
1679
|
- IconExplosion
|
|
1676
1680
|
- IconFashion
|
|
1677
1681
|
- IconFire1
|
|
@@ -1693,7 +1697,6 @@ Below is a complete list of available icons:
|
|
|
1693
1697
|
- IconLimit
|
|
1694
1698
|
- IconLiveActivity
|
|
1695
1699
|
- IconMakeItPop
|
|
1696
|
-
- IconMask
|
|
1697
1700
|
- IconMedal
|
|
1698
1701
|
- IconMedicinePill
|
|
1699
1702
|
- IconMedicinePill2
|
|
@@ -1714,7 +1717,6 @@ Below is a complete list of available icons:
|
|
|
1714
1717
|
- IconPlugin1
|
|
1715
1718
|
- IconPlugin2
|
|
1716
1719
|
- IconPokeball
|
|
1717
|
-
- IconPoop
|
|
1718
1720
|
- IconPropeller
|
|
1719
1721
|
- IconPushTheButton
|
|
1720
1722
|
- IconPuzzle
|
package/filtered-icons.json
CHANGED
|
@@ -294,6 +294,20 @@
|
|
|
294
294
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
295
295
|
"componentName": "IconAirpods"
|
|
296
296
|
},
|
|
297
|
+
{
|
|
298
|
+
"category": "AI & Magic",
|
|
299
|
+
"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 2ZM10.25 10.0986L7 11.3486V12.3486L10.25 13.5986L11.5 16.8486H12.5L13.75 13.5986L17 12.3486V11.3486L13.75 10.0986L12.5 6.84863H11.5L10.25 10.0986Z\" fill=\"currentColor\"/>",
|
|
300
|
+
"iconName": "ai-tokens, credits",
|
|
301
|
+
"variant": {
|
|
302
|
+
"join": "square",
|
|
303
|
+
"filled": "on",
|
|
304
|
+
"radius": "0",
|
|
305
|
+
"stroke": "1"
|
|
306
|
+
},
|
|
307
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
308
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
309
|
+
"componentName": "IconAiTokens"
|
|
310
|
+
},
|
|
297
311
|
{
|
|
298
312
|
"category": "AI & Magic",
|
|
299
313
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.49985 4V6H11.9999V7H10.968C10.5919 9.43184 9.77242 11.3845 8.41037 12.8783C8.22141 13.0856 8.02275 13.2831 7.81435 13.4713C8.84354 14.1517 10.099 14.6625 11.6126 15.0129L12.0997 15.1257L11.8742 16.0999L11.3871 15.9871C9.65751 15.5867 8.19767 14.9769 6.99908 14.1248C5.80075 14.9767 4.34145 15.5866 2.61271 15.9871L2.12561 16.1L1.8999 15.1258L2.387 15.0129C3.8998 14.6624 5.15483 14.1517 6.1838 13.4713C5.9755 13.2833 5.77695 13.0858 5.5881 12.8786C4.22605 11.3848 3.40698 9.43204 3.03162 7H1.99985V6H6.49985V4H7.49985ZM4.04418 7C4.40807 9.22033 5.15875 10.9235 6.32705 12.2049C6.53627 12.4343 6.76008 12.6516 6.99906 12.8568C7.23817 12.6515 7.46209 12.4341 7.67141 12.2046C8.83977 10.9231 9.59084 9.22004 9.95542 7H4.04418ZM15.433 11H16.5667L21.1654 20.7386L20.2612 21.1656L19.2385 19H12.7611L11.7385 21.1656L10.8342 20.7386L15.433 11ZM13.2334 18H18.7663L15.9999 12.1415L13.2334 18Z\" fill=\"currentColor\"/><path d=\"M17.85 2H17.15L16.275 4.275L14 5.15V5.85L16.275 6.725L17.15 9H17.85L18.725 6.725L21 5.85V5.15L18.725 4.275L17.85 2Z\" fill=\"currentColor\"/>",
|
|
@@ -323,7 +337,7 @@
|
|
|
323
337
|
"componentName": "IconAlbums"
|
|
324
338
|
},
|
|
325
339
|
{
|
|
326
|
-
"category": "
|
|
340
|
+
"category": "Emoji",
|
|
327
341
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C7.03385 2 3 5.9897 3 10.9211C3 14.2441 4.67247 17.252 6.57836 19.4099C7.53472 20.4928 8.56366 21.3778 9.49983 21.9962C9.96785 22.3053 10.4196 22.5523 10.8335 22.7235C11.2408 22.892 11.642 23 12 23C12.358 23 12.7592 22.892 13.1665 22.7235C13.5804 22.5523 14.0322 22.3053 14.5002 21.9962C15.4363 21.3778 16.4653 20.4928 17.4216 19.4099C19.3275 17.252 21 14.2441 21 10.9211C21 5.9897 16.9662 2 12 2ZM9.87727 10.5578C10.6259 11.2021 10.9681 12.2397 10.9696 13.57L10.9702 14.0294L10.5125 14.0688C9.40189 14.1644 8.34899 14.0118 7.58608 13.4031C6.80022 12.776 6.4388 11.7621 6.51351 10.4069L6.53589 10.001L6.93778 9.94006C8.09251 9.76492 9.12861 9.91346 9.87727 10.5578ZM14.1218 10.5578C13.3732 11.2021 13.031 12.2397 13.0295 13.57L13.029 14.0294L13.4866 14.0688C14.5972 14.1644 15.6501 14.0118 16.413 13.4031C17.1989 12.776 17.5603 11.7621 17.4856 10.4069L17.4632 10.001L17.0613 9.94006C15.9066 9.76492 14.8705 9.91346 14.1218 10.5578Z\" fill=\"currentColor\"/>",
|
|
328
342
|
"iconName": "alien",
|
|
329
343
|
"variant": {
|
|
@@ -3836,6 +3850,20 @@
|
|
|
3836
3850
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
3837
3851
|
"componentName": "IconBroomSparkle"
|
|
3838
3852
|
},
|
|
3853
|
+
{
|
|
3854
|
+
"category": "Interface General",
|
|
3855
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 20H2V4H22V20ZM5 8H11V7H5V8ZM12 7V8H15V7H12ZM16 8H19V7H16V8Z\" fill=\"currentColor\"/>",
|
|
3856
|
+
"iconName": "browser-tabs, tab-groups",
|
|
3857
|
+
"variant": {
|
|
3858
|
+
"join": "square",
|
|
3859
|
+
"filled": "on",
|
|
3860
|
+
"radius": "0",
|
|
3861
|
+
"stroke": "1"
|
|
3862
|
+
},
|
|
3863
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
3864
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
3865
|
+
"componentName": "IconBrowserTabs"
|
|
3866
|
+
},
|
|
3839
3867
|
{
|
|
3840
3868
|
"category": "Edit",
|
|
3841
3869
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.79297 18.5001L5.52521 14.7676C6.50182 13.791 6.50139 12.2074 5.52425 11.2313L4.79267 10.5004L13.4998 1.79285L17.9999 6.29286L17.9999 7.99997L19.707 7.99996L22.207 10.5L13.4998 19.2073L12.7687 18.4756C11.7925 17.4984 10.2089 17.4981 9.23228 18.4748L5.50075 22.2066L1.79297 18.5001ZM8.50001 8.20716L15.7929 15.4999L13.5001 17.7928L13.4762 17.7688C12.1095 16.4008 9.89243 16.4003 8.52515 17.7677L5.5006 20.7924L3.20729 18.5L6.23234 15.4747C7.59959 14.1074 7.59899 11.8904 6.23099 10.5238L6.20723 10.5L8.50001 8.20716Z\" fill=\"currentColor\"/>",
|
|
@@ -8975,47 +9003,19 @@
|
|
|
8975
9003
|
"componentName": "IconEmailSettings"
|
|
8976
9004
|
},
|
|
8977
9005
|
{
|
|
8978
|
-
"category": "
|
|
8979
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
8980
|
-
"iconName": "emoji-add-reaction,
|
|
9006
|
+
"category": "Emoji",
|
|
9007
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C13.5638 2 15.0431 2.36003 16.3613 3H15V6H18V9H21V7.6377C21.6402 8.95609 22 10.4359 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\" fill=\"currentColor\"/><path d=\"M20 4H23V5H20V8H19V5H16V4H19V1H20V4Z\" fill=\"currentColor\"/>",
|
|
9008
|
+
"iconName": "emoji-add-reaction, emoji-plus",
|
|
8981
9009
|
"variant": {
|
|
8982
9010
|
"join": "square",
|
|
8983
9011
|
"filled": "on",
|
|
8984
9012
|
"radius": "0",
|
|
8985
9013
|
"stroke": "1"
|
|
8986
9014
|
},
|
|
8987
|
-
"createdAt": "2025-
|
|
9015
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
8988
9016
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
8989
9017
|
"componentName": "IconEmojiAddReaction"
|
|
8990
9018
|
},
|
|
8991
|
-
{
|
|
8992
|
-
"category": "Things",
|
|
8993
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM8 9C8 8.44772 8.44772 8 9 8C9.55228 8 10 8.44772 10 9C10 9.55228 9.55228 10 9 10C8.44772 10 8 9.55228 8 9ZM13 9C13 8.44772 13.4477 8 14 8C14.5523 8 15 8.44772 15 9C15 9.55228 14.5523 10 14 10C13.4477 10 13 9.55228 13 9ZM12 17C14.7614 17 17 14.7614 17 12H18C18 15.3137 15.3137 18 12 18V17Z\" fill=\"currentColor\"/>",
|
|
8994
|
-
"iconName": "emoji-alt",
|
|
8995
|
-
"variant": {
|
|
8996
|
-
"join": "square",
|
|
8997
|
-
"filled": "on",
|
|
8998
|
-
"radius": "0",
|
|
8999
|
-
"stroke": "1"
|
|
9000
|
-
},
|
|
9001
|
-
"createdAt": "2025-02-15T21:11:33.972065+00:00",
|
|
9002
|
-
"packageName": "square-filled-radius-0-stroke-1",
|
|
9003
|
-
"componentName": "IconEmojiAlt"
|
|
9004
|
-
},
|
|
9005
|
-
{
|
|
9006
|
-
"category": "Things",
|
|
9007
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM10 7V12H9V7H10ZM15 7V12H14V7H15ZM8.39311 14.7316L8.79605 15.0276C10.6203 16.368 13.3858 16.3696 15.2133 15.0904L15.6229 14.8037L16.1963 15.6229L15.7867 15.9096C13.6142 17.4304 10.3797 17.432 8.20395 15.8335L7.80102 15.5374L8.39311 14.7316Z\" fill=\"currentColor\"/>",
|
|
9008
|
-
"iconName": "emoji-arc",
|
|
9009
|
-
"variant": {
|
|
9010
|
-
"join": "square",
|
|
9011
|
-
"filled": "on",
|
|
9012
|
-
"radius": "0",
|
|
9013
|
-
"stroke": "1"
|
|
9014
|
-
},
|
|
9015
|
-
"createdAt": "2025-02-15T21:11:33.972065+00:00",
|
|
9016
|
-
"packageName": "square-filled-radius-0-stroke-1",
|
|
9017
|
-
"componentName": "IconEmojiArc"
|
|
9018
|
-
},
|
|
9019
9019
|
{
|
|
9020
9020
|
"category": "Things",
|
|
9021
9021
|
"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 2ZM12 13C10.8954 13 10 13.7741 10 15.5C10 17.2259 10.8954 18 12 18C13.1046 18 14 17.2259 14 15.5C14 13.7741 13.1046 13 12 13ZM9.25 9C8.55964 9 8 9.67157 8 10.5C8 11.3284 8.55964 12 9.25 12C9.94036 12 10.5 11.3284 10.5 10.5C10.5 9.67157 9.94036 9 9.25 9ZM14.75 9C14.0596 9 13.5 9.67157 13.5 10.5C13.5 11.3284 14.0596 12 14.75 12C15.4404 12 16 11.3284 16 10.5C16 9.67157 15.4404 9 14.75 9ZM9.94629 6.90039C9.39392 5.6691 6.00965 7.55742 6.56055 8.78809C6.8274 9.38245 7.49086 8.58551 8.35449 8.12695C9.19926 7.67846 10.2515 7.58232 9.94629 6.90039ZM17.4395 8.78809C17.9904 7.55742 14.6061 5.6691 14.0537 6.90039C13.7485 7.58232 14.8007 7.67846 15.6455 8.12695C16.5091 8.58551 17.1726 9.38245 17.4395 8.78809Z\" fill=\"currentColor\"/>",
|
|
@@ -9030,20 +9030,6 @@
|
|
|
9030
9030
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
9031
9031
|
"componentName": "IconEmojiAstonished"
|
|
9032
9032
|
},
|
|
9033
|
-
{
|
|
9034
|
-
"category": "Things",
|
|
9035
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM9 8.5C8.44771 8.5 8 8.94771 8 9.5C8 10.0523 8.44771 10.5 9 10.5C9.55228 10.5 10 10.0523 10 9.5C10 8.94771 9.55228 8.5 9 8.5ZM14 9.5C14 8.94771 14.4477 8.5 15 8.5C15.5523 8.5 16 8.94771 16 9.5C16 10.0523 15.5523 10.5 15 10.5C14.4477 10.5 14 10.0523 14 9.5ZM9.52543 16.3536C10.8923 14.9867 13.1083 14.9867 14.4752 16.3536L14.8287 16.7071L15.5358 16L15.1823 15.6465C13.4249 13.8891 10.5757 13.8891 8.81832 15.6465L8.46477 16L9.17188 16.7071L9.52543 16.3536Z\" fill=\"currentColor\"/>",
|
|
9036
|
-
"iconName": "emoji-sad, unhappy",
|
|
9037
|
-
"variant": {
|
|
9038
|
-
"join": "square",
|
|
9039
|
-
"filled": "on",
|
|
9040
|
-
"radius": "0",
|
|
9041
|
-
"stroke": "1"
|
|
9042
|
-
},
|
|
9043
|
-
"createdAt": "2025-02-15T21:11:33.972065+00:00",
|
|
9044
|
-
"packageName": "square-filled-radius-0-stroke-1",
|
|
9045
|
-
"componentName": "IconEmojiSad"
|
|
9046
|
-
},
|
|
9047
9033
|
{
|
|
9048
9034
|
"category": "Things",
|
|
9049
9035
|
"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 11.75C13.9323 13.5833 13.4153 17.2499 16 17.25C18.5847 17.25 18.0676 13.5833 16 11.75ZM12 14.2295C10.6195 14.2295 9.50041 15.1127 9.5 15.7295C9.5 16.3463 10.6193 15.7139 12 15.7139C12.4689 15.7139 12.9072 15.7891 13.2822 15.8613C13.2511 15.6163 13.2433 15.3703 13.2568 15.1309C13.2683 14.9283 13.2942 14.7219 13.333 14.5137C12.9471 14.3424 12.4903 14.2295 12 14.2295ZM9.25 8.5C8.55964 8.5 8 9.17157 8 10C8 10.8284 8.55964 11.5 9.25 11.5C9.94036 11.5 10.5 10.8284 10.5 10C10.5 9.17157 9.94036 8.5 9.25 8.5ZM14.75 8.5C14.0596 8.5 13.5 9.17157 13.5 10C13.5 10.8284 14.0596 11.5 14.75 11.5C15.4404 11.5 16 10.8284 16 10C16 9.17157 15.4404 8.5 14.75 8.5Z\" fill=\"currentColor\"/>",
|
|
@@ -9059,7 +9045,7 @@
|
|
|
9059
9045
|
"componentName": "IconEmojiSadTear"
|
|
9060
9046
|
},
|
|
9061
9047
|
{
|
|
9062
|
-
"category": "
|
|
9048
|
+
"category": "Emoji",
|
|
9063
9049
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM6.85965 9.65266L6.51231 9.293L5.793 9.98769L6.14035 10.3473C6.66901 10.8947 7.55208 11.1102 8.33333 11.1102C9.11459 11.1102 9.99765 10.8947 10.5263 10.3473L10.8737 9.98769L10.1544 9.293L9.80701 9.65266C9.54996 9.91881 8.99255 10.1102 8.33333 10.1102C7.67412 10.1102 7.1167 9.91881 6.85965 9.65266ZM14.193 9.65266L13.8456 9.293L13.1263 9.98769L13.4737 10.3473C14.0023 10.8947 14.8854 11.1102 15.6667 11.1102C16.4479 11.1102 17.331 10.8947 17.8597 10.3473L18.207 9.98769L17.4877 9.293L17.1403 9.65266C16.8833 9.91881 16.3259 10.1102 15.6667 10.1102C15.0074 10.1102 14.45 9.91881 14.193 9.65266ZM9.86742 15.4607L9.40219 15.2775L9.03578 16.2079L9.50101 16.3912C11.2239 17.0696 12.7761 17.0696 14.499 16.3912L14.9642 16.2079L14.5978 15.2775L14.1326 15.4607C12.6452 16.0464 11.3548 16.0464 9.86742 15.4607Z\" fill=\"currentColor\"/>",
|
|
9064
9050
|
"iconName": "emoji-sleep,snooze",
|
|
9065
9051
|
"variant": {
|
|
@@ -9073,8 +9059,8 @@
|
|
|
9073
9059
|
"componentName": "IconEmojiSleep"
|
|
9074
9060
|
},
|
|
9075
9061
|
{
|
|
9076
|
-
"category": "
|
|
9077
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12
|
|
9062
|
+
"category": "Emoji",
|
|
9063
|
+
"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 2ZM7.67871 14.1387C7.73666 14.315 7.80172 14.4817 7.88086 14.6514C8.56042 16.1856 10.2742 17.2484 12.001 17.2246C13.7275 17.2523 15.4463 16.1893 16.1211 14.6514C16.1998 14.4814 16.2649 14.3143 16.3223 14.1377C16.1076 14.0462 15.8924 13.9538 15.6777 13.8623C15.5998 14.0025 15.5185 14.132 15.4287 14.2607C14.6359 15.4098 13.3241 16.0319 12.002 16.0254C10.6798 16.0292 9.36907 15.4056 8.57227 14.2588C8.48201 14.1303 8.39981 14.0012 8.32129 13.8613C8.10703 13.9536 7.89297 14.0464 7.67871 14.1387ZM9.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.75 7.5C13.9216 7.5 13.25 8.29582 13.25 9.40039C13.2502 10.5047 13.9217 11.25 14.75 11.25C15.5783 11.25 16.2498 10.5047 16.25 9.40039C16.25 8.29582 15.5784 7.5 14.75 7.5Z\" fill=\"currentColor\"/>",
|
|
9078
9064
|
"iconName": "emoji-smile",
|
|
9079
9065
|
"variant": {
|
|
9080
9066
|
"join": "square",
|
|
@@ -9082,12 +9068,12 @@
|
|
|
9082
9068
|
"radius": "0",
|
|
9083
9069
|
"stroke": "1"
|
|
9084
9070
|
},
|
|
9085
|
-
"createdAt": "2025-
|
|
9071
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
9086
9072
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
9087
9073
|
"componentName": "IconEmojiSmile"
|
|
9088
9074
|
},
|
|
9089
9075
|
{
|
|
9090
|
-
"category": "
|
|
9076
|
+
"category": "Emoji",
|
|
9091
9077
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM12 17C9.23858 17 7 14.7614 7 12H6C6 15.3137 8.68629 18 12 18C15.3137 18 18 15.3137 18 12H17C17 14.7614 14.7614 17 12 17ZM11 9C11 9.82843 10.3284 10.5 9.5 10.5C8.67157 10.5 8 9.82843 8 9C8 8.17157 8.67157 7.5 9.5 7.5C10.3284 7.5 11 8.17157 11 9ZM14.5 10.5C15.3284 10.5 16 9.82843 16 9C16 8.17157 15.3284 7.5 14.5 7.5C13.6716 7.5 13 8.17157 13 9C13 9.82843 13.6716 10.5 14.5 10.5Z\" fill=\"currentColor\"/>",
|
|
9092
9078
|
"iconName": "emoji-smiley, face, smile",
|
|
9093
9079
|
"variant": {
|
|
@@ -9101,7 +9087,7 @@
|
|
|
9101
9087
|
"componentName": "IconEmojiSmiley"
|
|
9102
9088
|
},
|
|
9103
9089
|
{
|
|
9104
|
-
"category": "
|
|
9090
|
+
"category": "Emoji",
|
|
9105
9091
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM10.9655 8.29915C11.5277 9.1802 11.25 10.6235 9.35225 12.1294L9.24345 12.2158L9.11168 12.1719C6.8133 11.4058 6.05866 10.1446 6.28569 9.12432C6.39592 8.62897 6.73978 8.22729 7.19611 8.04148C7.59788 7.87789 8.07025 7.88807 8.52176 8.12294C8.8657 7.74781 9.3061 7.57668 9.73959 7.593C10.232 7.61153 10.6925 7.87138 10.9655 8.29915ZM14.8905 12.1719C17.1889 11.4059 17.9435 10.1446 17.7165 9.12439C17.6062 8.62905 17.2624 8.22737 16.806 8.04156C16.4043 7.87796 15.9319 7.88815 15.4804 8.12302C15.1365 7.74789 14.6961 7.57676 14.2626 7.59308C13.7702 7.61161 13.3097 7.87145 13.0367 8.29923C12.4744 9.18028 12.7522 10.6236 14.6499 12.1295L14.7587 12.2159L14.8905 12.1719ZM16 14C16 16.2091 14.2091 18 12 18C9.79086 18 8 16.2091 8 14C10.6827 14.2765 13.3173 14.2765 16 14Z\" fill=\"currentColor\"/>",
|
|
9106
9092
|
"iconName": "emoji-smiling-face, heart-eyes",
|
|
9107
9093
|
"variant": {
|
|
@@ -13819,7 +13805,7 @@
|
|
|
13819
13805
|
"componentName": "IconMarkup"
|
|
13820
13806
|
},
|
|
13821
13807
|
{
|
|
13822
|
-
"category": "
|
|
13808
|
+
"category": "Emoji",
|
|
13823
13809
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2.39355L3.59537 2.50924C9.3123 3.62007 14.6877 3.62007 20.4046 2.50924L21 2.39355V12.5001C21 17.4706 16.9706 21.5001 12 21.5001C7.02944 21.5001 3 17.4706 3 12.5001V2.39355ZM16 13C13.5 17.6667 10.5 17.6667 8 13C11 14.1667 13 14.1667 16 13ZM11 9.60583C11 10.1421 10.7135 10.0298 10.2732 9.85722C9.98547 9.7444 9.63203 9.60583 9.25 9.60583C8.86797 9.60583 8.51453 9.7444 8.22676 9.85722C7.78652 10.0298 7.5 10.1421 7.5 9.60583C7.5 8.71896 8.2835 8 9.25 8C10.2165 8 11 8.71896 11 9.60583ZM15.7732 9.85722C16.2135 10.0298 16.5 10.1421 16.5 9.60583C16.5 8.71896 15.7165 8 14.75 8C13.7835 8 13 8.71896 13 9.60583C13 10.1421 13.2865 10.0298 13.7268 9.85722C14.0145 9.7444 14.368 9.60583 14.75 9.60583C15.132 9.60583 15.4855 9.7444 15.7732 9.85722Z\" fill=\"currentColor\"/>",
|
|
13824
13810
|
"iconName": "mask, theatre",
|
|
13825
13811
|
"variant": {
|
|
@@ -16563,7 +16549,7 @@
|
|
|
16563
16549
|
"componentName": "IconPokeball"
|
|
16564
16550
|
},
|
|
16565
16551
|
{
|
|
16566
|
-
"category": "
|
|
16552
|
+
"category": "Emoji",
|
|
16567
16553
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2H13.5C15.9853 2 18 4.01472 18 6.5C18 7.45498 17.7022 8.34072 17.195 9.069C18.7951 9.39136 20 10.805 20 12.5C20 13.104 19.8467 13.6728 19.5771 14.169C20.9832 14.6233 22 15.9427 22 17.5C22 19.433 20.433 21 18.5 21H5.5C3.567 21 2 19.433 2 17.5C2 15.9427 3.01679 14.6233 4.42291 14.169C4.15332 13.6728 4 13.104 4 12.5C4 10.9427 5.01679 9.6233 6.42291 9.16895C6.15331 8.67281 6 8.10405 6 7.5C6 5.567 7.567 4 9.5 4H13L13 2ZM13 9H10V10H13V9ZM16 14H13V15H16V14Z\" fill=\"currentColor\"/>",
|
|
16568
16554
|
"iconName": "poop, spam",
|
|
16569
16555
|
"variant": {
|
package/icons/index.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ export type CentralIconName =
|
|
|
20
20
|
| "IconAirpodLeft"
|
|
21
21
|
| "IconAirpodRight"
|
|
22
22
|
| "IconAirpods"
|
|
23
|
+
| "IconAiTokens"
|
|
23
24
|
| "IconAiTranslate"
|
|
24
25
|
| "IconAlbums"
|
|
25
26
|
| "IconAlien"
|
|
@@ -273,6 +274,7 @@ export type CentralIconName =
|
|
|
273
274
|
| "IconBronceMedal"
|
|
274
275
|
| "IconBroom"
|
|
275
276
|
| "IconBroomSparkle"
|
|
277
|
+
| "IconBrowserTabs"
|
|
276
278
|
| "IconBrush"
|
|
277
279
|
| "IconBubble2"
|
|
278
280
|
| "IconBubble3"
|
|
@@ -641,10 +643,7 @@ export type CentralIconName =
|
|
|
641
643
|
| "IconEmailPlus"
|
|
642
644
|
| "IconEmailSettings"
|
|
643
645
|
| "IconEmojiAddReaction"
|
|
644
|
-
| "IconEmojiAlt"
|
|
645
|
-
| "IconEmojiArc"
|
|
646
646
|
| "IconEmojiAstonished"
|
|
647
|
-
| "IconEmojiSad"
|
|
648
647
|
| "IconEmojiSadTear"
|
|
649
648
|
| "IconEmojiSleep"
|
|
650
649
|
| "IconEmojiSmile"
|