@central-icons-react-native/square-filled-radius-0-stroke-2 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.
Files changed (44) hide show
  1. package/{IconEmojiAlt → IconAiTokens}/index.d.ts +2 -2
  2. package/IconAiTokens/index.js +2 -0
  3. package/IconAiTokens/index.js.map +1 -0
  4. package/IconAiTokens/index.mjs +2 -0
  5. package/IconAiTokens/index.mjs.map +1 -0
  6. package/IconBrowserTabs/index.d.ts +4 -0
  7. package/IconBrowserTabs/index.js +2 -0
  8. package/IconBrowserTabs/index.js.map +1 -0
  9. package/IconBrowserTabs/index.mjs +2 -0
  10. package/IconBrowserTabs/index.mjs.map +1 -0
  11. package/IconEmojiAddReaction/index.js +1 -1
  12. package/IconEmojiAddReaction/index.js.map +1 -1
  13. package/IconEmojiAddReaction/index.mjs +1 -1
  14. package/IconEmojiAddReaction/index.mjs.map +1 -1
  15. package/IconEmojiSmile/index.js +1 -1
  16. package/IconEmojiSmile/index.js.map +1 -1
  17. package/IconEmojiSmile/index.mjs +1 -1
  18. package/IconEmojiSmile/index.mjs.map +1 -1
  19. package/README.md +13 -11
  20. package/filtered-icons.json +41 -55
  21. package/icons/index.d.ts +2 -3
  22. package/icons-index.json +23 -20
  23. package/index.d.ts +2 -3
  24. package/index.js +1 -1
  25. package/index.js.map +1 -1
  26. package/index.mjs +1 -1
  27. package/index.mjs.map +1 -1
  28. package/license-check.js +1 -1
  29. package/package.json +1 -1
  30. package/tsx-icons.json +17 -24
  31. package/IconEmojiAlt/index.js +0 -2
  32. package/IconEmojiAlt/index.js.map +0 -1
  33. package/IconEmojiAlt/index.mjs +0 -2
  34. package/IconEmojiAlt/index.mjs.map +0 -1
  35. package/IconEmojiArc/index.d.ts +0 -4
  36. package/IconEmojiArc/index.js +0 -2
  37. package/IconEmojiArc/index.js.map +0 -1
  38. package/IconEmojiArc/index.mjs +0 -2
  39. package/IconEmojiArc/index.mjs.map +0 -1
  40. package/IconEmojiSad/index.d.ts +0 -4
  41. package/IconEmojiSad/index.js +0 -2
  42. package/IconEmojiSad/index.js.map +0 -1
  43. package/IconEmojiSad/index.mjs +0 -2
  44. 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 IconEmojiAlt: FC<CentralIconBaseProps>;
4
- export default IconEmojiAlt;
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,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconBrowserTabs: FC<CentralIconBaseProps>;
4
+ export default IconBrowserTabs;
@@ -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 9H11V7H5V9ZM12.5 7V9H15V7H12.5ZM16.5 9H19V7H16.5V9Z",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 9H11V7H5V9ZM12.5 7V9H15V7H12.5ZM16.5 9H19V7H16.5V9Z\"\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,0EACF,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 9H11V7H5V9ZM12.5 7V9H15V7H12.5ZM16.5 9H19V7H16.5V9Z",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 9H11V7H5V9ZM12.5 7V9H15V7H12.5ZM16.5 9H19V7H16.5V9Z\"\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,0EACF,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 a=Object.create;var t=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},d=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of v(r))!I.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=s(r,C))||p.enumerable});return o};var i=(o,r,e)=>(e=o!=null?a(B(o)):{},d(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),H=o=>d(t({},"__esModule",{value:!0}),o);var P={};x(P,{IconEmojiAddReaction:()=>m,default:()=>L});module.exports=H(P);var l=i(require("react"));var f=i(require("react")),u=require("react-native-svg"),c=({children:o,size:r=24,...e})=>f.default.createElement(u.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 n=require("react-native-svg"),m=o=>l.default.createElement(c,{...o},l.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.00002C7.58172 4 4 7.58172 4 12C3.99999 16.4183 7.5817 20 12 20C16.4182 20 20 16.4183 20 12H22C22 17.5228 17.5228 22 12 22C6.47714 22 1.99998 17.5228 2 12C2 6.47715 6.47715 2 12 2.00002L12 4.00002Z",fill:"currentColor"}),l.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2416 14.8284L15.5345 15.5355C14.5868 16.4832 13.3871 17.0234 12.1125 17.041C10.837 17.0586 9.57375 16.5521 8.49571 15.5664L7.75771 14.8916L9.10731 13.4156L9.84531 14.0904C10.5954 14.7763 11.3795 15.0509 12.0849 15.0412C12.7911 15.0314 13.5058 14.7358 14.1203 14.1213L14.8274 13.4142L16.2416 14.8284Z",fill:"currentColor"}),l.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.9986 1V4H22.9986V6H19.9986V9H17.9986V6H14.9986V4H17.9986V1H19.9986Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M14.75 8.25C14.0596 8.25 13.5 8.80964 13.5 9.5C13.5 10.1904 14.0596 10.75 14.75 10.75C15.4404 10.75 16 10.1904 16 9.5C16 8.80964 15.4404 8.25 14.75 8.25Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25Z",fill:"currentColor"})),L=m;0&&(module.exports={IconEmojiAddReaction});
1
+ "use strict";var d=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var V=(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 B(r))!I.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(H(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={};V(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.0452 2 14.0529 2.16055 15 2.45801V6H18V9H21.542C21.8395 9.94706 22 10.9548 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.17383 14.3564C7.25498 14.5445 7.34265 14.7214 7.44434 14.9004C8.33313 16.5191 10.1801 17.5462 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7747 15.7315 9.59651 15.0724 9.00879 14.0098C8.9411 13.8906 8.88146 13.7717 8.82617 13.6436C8.27526 13.8809 7.72474 14.1191 7.17383 14.3564ZM9.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:"M21 3H24V5H21V8H19V5H16V3H19V0H21V3Z",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=\"M12 4.00002C7.58172 4 4 7.58172 4 12C3.99999 16.4183 7.5817 20 12 20C16.4182 20 20 16.4183 20 12H22C22 17.5228 17.5228 22 12 22C6.47714 22 1.99998 17.5228 2 12C2 6.47715 6.47715 2 12 2.00002L12 4.00002Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.2416 14.8284L15.5345 15.5355C14.5868 16.4832 13.3871 17.0234 12.1125 17.041C10.837 17.0586 9.57375 16.5521 8.49571 15.5664L7.75771 14.8916L9.10731 13.4156L9.84531 14.0904C10.5954 14.7763 11.3795 15.0509 12.0849 15.0412C12.7911 15.0314 13.5058 14.7358 14.1203 14.1213L14.8274 13.4142L16.2416 14.8284Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.9986 1V4H22.9986V6H19.9986V9H17.9986V6H14.9986V4H17.9986V1H19.9986Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.75 8.25C14.0596 8.25 13.5 8.80964 13.5 9.5C13.5 10.1904 14.0596 10.75 14.75 10.75C15.4404 10.75 16 10.1904 16 9.5C16 8.80964 15.4404 8.25 14.75 8.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25Z\"\n fill=\"currentColor\"\n />\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,6MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kTACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,0EACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4JACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sJACF,KAAK,eACP,CACF,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
+ {"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.0452 2 14.0529 2.16055 15 2.45801V6H18V9H21.542C21.8395 9.94706 22 10.9548 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.17383 14.3564C7.25498 14.5445 7.34265 14.7214 7.44434 14.9004C8.33313 16.5191 10.1801 17.5462 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7747 15.7315 9.59651 15.0724 9.00879 14.0098C8.9411 13.8906 8.88146 13.7717 8.82617 13.6436C8.27526 13.8809 7.72474 14.1191 7.17383 14.3564ZM9.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=\"M21 3H24V5H21V8H19V5H16V3H19V0H21V3Z\" 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,6+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 r from"react";import t from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:o=24,...C})=>t.createElement(p,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as e}from"react-native-svg";var d=l=>r.createElement(n,{...l},r.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.00002C7.58172 4 4 7.58172 4 12C3.99999 16.4183 7.5817 20 12 20C16.4182 20 20 16.4183 20 12H22C22 17.5228 17.5228 22 12 22C6.47714 22 1.99998 17.5228 2 12C2 6.47715 6.47715 2 12 2.00002L12 4.00002Z",fill:"currentColor"}),r.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2416 14.8284L15.5345 15.5355C14.5868 16.4832 13.3871 17.0234 12.1125 17.041C10.837 17.0586 9.57375 16.5521 8.49571 15.5664L7.75771 14.8916L9.10731 13.4156L9.84531 14.0904C10.5954 14.7763 11.3795 15.0509 12.0849 15.0412C12.7911 15.0314 13.5058 14.7358 14.1203 14.1213L14.8274 13.4142L16.2416 14.8284Z",fill:"currentColor"}),r.createElement(e,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.9986 1V4H22.9986V6H19.9986V9H17.9986V6H14.9986V4H17.9986V1H19.9986Z",fill:"currentColor"}),r.createElement(e,{d:"M14.75 8.25C14.0596 8.25 13.5 8.80964 13.5 9.5C13.5 10.1904 14.0596 10.75 14.75 10.75C15.4404 10.75 16 10.1904 16 9.5C16 8.80964 15.4404 8.25 14.75 8.25Z",fill:"currentColor"}),r.createElement(e,{d:"M9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25Z",fill:"currentColor"})),I=d;export{d as IconEmojiAddReaction,I as default};
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.0452 2 14.0529 2.16055 15 2.45801V6H18V9H21.542C21.8395 9.94706 22 10.9548 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.17383 14.3564C7.25498 14.5445 7.34265 14.7214 7.44434 14.9004C8.33313 16.5191 10.1801 17.5462 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7747 15.7315 9.59651 15.0724 9.00879 14.0098C8.9411 13.8906 8.88146 13.7717 8.82617 13.6436C8.27526 13.8809 7.72474 14.1191 7.17383 14.3564ZM9.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:"M21 3H24V5H21V8H19V5H16V3H19V0H21V3Z",fill:"currentColor"})),I=a;export{a as IconEmojiAddReaction,I 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=\"M12 4.00002C7.58172 4 4 7.58172 4 12C3.99999 16.4183 7.5817 20 12 20C16.4182 20 20 16.4183 20 12H22C22 17.5228 17.5228 22 12 22C6.47714 22 1.99998 17.5228 2 12C2 6.47715 6.47715 2 12 2.00002L12 4.00002Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.2416 14.8284L15.5345 15.5355C14.5868 16.4832 13.3871 17.0234 12.1125 17.041C10.837 17.0586 9.57375 16.5521 8.49571 15.5664L7.75771 14.8916L9.10731 13.4156L9.84531 14.0904C10.5954 14.7763 11.3795 15.0509 12.0849 15.0412C12.7911 15.0314 13.5058 14.7358 14.1203 14.1213L14.8274 13.4142L16.2416 14.8284Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.9986 1V4H22.9986V6H19.9986V9H17.9986V6H14.9986V4H17.9986V1H19.9986Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14.75 8.25C14.0596 8.25 13.5 8.80964 13.5 9.5C13.5 10.1904 14.0596 10.75 14.75 10.75C15.4404 10.75 16 10.1904 16 9.5C16 8.80964 15.4404 8.25 14.75 8.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25Z\"\n fill=\"currentColor\"\n />\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,6MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,kTACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,0EACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4JACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiAddReaction","props","React","CentralIconBase","IconEmojiAddReaction_default"]}
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.0452 2 14.0529 2.16055 15 2.45801V6H18V9H21.542C21.8395 9.94706 22 10.9548 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.17383 14.3564C7.25498 14.5445 7.34265 14.7214 7.44434 14.9004C8.33313 16.5191 10.1801 17.5462 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7747 15.7315 9.59651 15.0724 9.00879 14.0098C8.9411 13.8906 8.88146 13.7717 8.82617 13.6436C8.27526 13.8809 7.72474 14.1191 7.17383 14.3564ZM9.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=\"M21 3H24V5H21V8H19V5H16V3H19V0H21V3Z\" 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,6+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"]}
@@ -1,2 +1,2 @@
1
- "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var L={};x(L,{IconEmojiSmile:()=>i,default:()=>g});module.exports=P(L);var C=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(c,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"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.17188 13.4142L9.87898 14.1213C11.0505 15.2929 12.95 15.2929 14.1216 14.1213L14.8287 13.4142L16.2429 14.8284L15.5358 15.5355C13.5832 17.4882 10.4174 17.4882 8.46477 15.5355L7.75766 14.8284L9.17188 13.4142ZM9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25ZM13.5 9.5C13.5 8.80964 14.0596 8.25 14.75 8.25C15.4404 8.25 16 8.80964 16 9.5C16 10.1904 15.4404 10.75 14.75 10.75C14.0596 10.75 13.5 10.1904 13.5 9.5Z",fill:"currentColor"})),g=i;0&&(module.exports={IconEmojiSmile});
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.31152 14.2969C7.38135 14.4839 7.45822 14.6604 7.5498 14.8398C8.34315 16.4636 10.1772 17.5494 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7776 15.7283 9.58645 15.1279 8.90332 14.0703C8.82549 13.9515 8.75512 13.8323 8.68848 13.7031C8.22942 13.9009 7.77058 14.0991 7.31152 14.2969ZM9.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=\"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.17188 13.4142L9.87898 14.1213C11.0505 15.2929 12.95 15.2929 14.1216 14.1213L14.8287 13.4142L16.2429 14.8284L15.5358 15.5355C13.5832 17.4882 10.4174 17.4882 8.46477 15.5355L7.75766 14.8284L9.17188 13.4142ZM9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25ZM13.5 9.5C13.5 8.80964 14.0596 8.25 14.75 8.25C15.4404 8.25 16 8.80964 16 9.5C16 10.1904 15.4404 10.75 14.75 10.75C14.0596 10.75 13.5 10.1904 13.5 9.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,6mBACF,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"]}
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.31152 14.2969C7.38135 14.4839 7.45822 14.6604 7.5498 14.8398C8.34315 16.4636 10.1772 17.5494 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7776 15.7283 9.58645 15.1279 8.90332 14.0703C8.82549 13.9515 8.75512 13.8323 8.68848 13.7031C8.22942 13.9009 7.77058 14.0991 7.31152 14.2969ZM9.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,o7BACF,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"]}
@@ -1,2 +1,2 @@
1
- import t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"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.17188 13.4142L9.87898 14.1213C11.0505 15.2929 12.95 15.2929 14.1216 14.1213L14.8287 13.4142L16.2429 14.8284L15.5358 15.5355C13.5832 17.4882 10.4174 17.4882 8.46477 15.5355L7.75766 14.8284L9.17188 13.4142ZM9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25ZM13.5 9.5C13.5 8.80964 14.0596 8.25 14.75 8.25C15.4404 8.25 16 8.80964 16 9.5C16 10.1904 15.4404 10.75 14.75 10.75C14.0596 10.75 13.5 10.1904 13.5 9.5Z",fill:"currentColor"})),v=a;export{a as IconEmojiSmile,v as default};
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.31152 14.2969C7.38135 14.4839 7.45822 14.6604 7.5498 14.8398C8.34315 16.4636 10.1772 17.5494 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7776 15.7283 9.58645 15.1279 8.90332 14.0703C8.82549 13.9515 8.75512 13.8323 8.68848 13.7031C8.22942 13.9009 7.77058 14.0991 7.31152 14.2969ZM9.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=\"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.17188 13.4142L9.87898 14.1213C11.0505 15.2929 12.95 15.2929 14.1216 14.1213L14.8287 13.4142L16.2429 14.8284L15.5358 15.5355C13.5832 17.4882 10.4174 17.4882 8.46477 15.5355L7.75766 14.8284L9.17188 13.4142ZM9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25ZM13.5 9.5C13.5 8.80964 14.0596 8.25 14.75 8.25C15.4404 8.25 16 8.80964 16 9.5C16 10.1904 15.4404 10.75 14.75 10.75C14.0596 10.75 13.5 10.1904 13.5 9.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,6mBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconEmojiSmile","props","React","CentralIconBase","IconEmojiSmile_default"]}
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.31152 14.2969C7.38135 14.4839 7.45822 14.6604 7.5498 14.8398C8.34315 16.4636 10.1772 17.5494 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7776 15.7283 9.58645 15.1279 8.90332 14.0703C8.82549 13.9515 8.75512 13.8323 8.68848 13.7031C8.22942 13.9009 7.77058 14.0991 7.31152 14.2969ZM9.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,o7BACF,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
@@ -294,6 +294,20 @@
294
294
  "packageName": "square-filled-radius-0-stroke-2",
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": "2"
306
+ },
307
+ "createdAt": "2025-12-22T12:01:58.743393+00:00",
308
+ "packageName": "square-filled-radius-0-stroke-2",
309
+ "componentName": "IconAiTokens"
310
+ },
297
311
  {
298
312
  "category": "AI & Magic",
299
313
  "svg": "<path d=\"M21.3301 20.4814L19.5186 21.3301L18.4268 19H13.5732L12.4805 21.3301L10.6699 20.4814L15.1143 11H16.8857L21.3301 20.4814ZM14.5107 17H17.4893L16 13.8223L14.5107 17ZM8 6H12V8H10.3721C10.0596 9.91164 9.44305 11.5249 8.43652 12.8193C9.18743 13.3442 10.1107 13.7474 11.2422 14.0303L12.2129 14.2725L11.7275 16.2129L10.7568 15.9707C9.29625 15.6055 8.0407 15.0424 7 14.2451C5.9592 15.0425 4.70294 15.6045 3.24219 15.9697L2.27246 16.2129L1.78711 14.2725L2.75684 14.0303C3.8883 13.7474 4.8116 13.3432 5.5625 12.8184C4.55614 11.524 3.93935 9.91149 3.62695 8H2V6H6V4H8V6ZM5.6582 8C5.92419 9.41421 6.37373 10.5272 7 11.4014C7.62628 10.5272 8.07581 9.41419 8.3418 8H5.6582ZM17.8496 2L18.7246 4.27539L21 5.15039V5.84961L18.7246 6.72461L17.8496 9H17.1504L16.2754 6.72461L14 5.84961V5.15039L16.2754 4.27539L17.1504 2H17.8496Z\" fill=\"currentColor\"/>",
@@ -323,7 +337,7 @@
323
337
  "componentName": "IconAlbums"
324
338
  },
325
339
  {
326
- "category": "Things",
340
+ "category": "Emoji",
327
341
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 11C3 6.02944 7.02944 2 12 2C16.9706 2 21 6.02944 21 11C21 14.3272 19.3454 17.3024 17.5026 19.4085C16.5746 20.4691 15.5716 21.3416 14.6484 21.9571C14.187 22.2647 13.7316 22.5174 13.3033 22.6962C12.8885 22.8694 12.4365 23 12 23C11.5635 23 11.1115 22.8694 10.6967 22.6962C10.2684 22.5174 9.81298 22.2647 9.35155 21.9571C8.42837 21.3416 7.4254 20.4691 6.49742 19.4085C4.65457 17.3024 3 14.3272 3 11ZM6.5 9.99999C10.5 9.49996 11 11.5 11 14C7 14.5 6.5 12.5 6.5 9.99999ZM17.5 9.99999C13.5 9.49996 13 11.5 13 14C17 14.5 17.5 12.5 17.5 9.99999Z\" fill=\"currentColor\"/>",
328
342
  "iconName": "alien",
329
343
  "variant": {
@@ -3836,6 +3850,20 @@
3836
3850
  "packageName": "square-filled-radius-0-stroke-2",
3837
3851
  "componentName": "IconBroomSparkle"
3838
3852
  },
3853
+ {
3854
+ "category": "Interface General",
3855
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 20H2V4H22V20ZM5 9H11V7H5V9ZM12.5 7V9H15V7H12.5ZM16.5 9H19V7H16.5V9Z\" fill=\"currentColor\"/>",
3856
+ "iconName": "browser-tabs, tab-groups",
3857
+ "variant": {
3858
+ "join": "square",
3859
+ "filled": "on",
3860
+ "radius": "0",
3861
+ "stroke": "2"
3862
+ },
3863
+ "createdAt": "2025-12-22T12:01:58.743393+00:00",
3864
+ "packageName": "square-filled-radius-0-stroke-2",
3865
+ "componentName": "IconBrowserTabs"
3866
+ },
3839
3867
  {
3840
3868
  "category": "Edit",
3841
3869
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.08594 18.5002L5.17178 14.4141C5.95306 13.6328 5.95272 12.3659 5.17101 11.585L4.08552 10.5006L13.5 1.08575L18.5 6.08577V7.49998L19.9142 7.49998L22.9142 10.5L13.4997 19.9146L12.4151 18.829C11.6342 18.0473 10.3673 18.047 9.58597 18.8283L5.50096 22.9136L1.08594 18.5002ZM8.50008 8.91436L15.0859 15.5L13.4814 17.1045C11.9113 15.8599 9.62278 15.963 8.17171 17.4142L5.50065 20.0854L3.91458 18.4999L6.58604 15.8283C8.037 14.3772 8.14004 12.0889 6.89559 10.5189L8.50008 8.91436Z\" fill=\"currentColor\"/>",
@@ -8975,47 +9003,19 @@
8975
9003
  "componentName": "IconEmailSettings"
8976
9004
  },
8977
9005
  {
8978
- "category": "Things",
8979
- "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4.00002C7.58172 4 4 7.58172 4 12C3.99999 16.4183 7.5817 20 12 20C16.4182 20 20 16.4183 20 12H22C22 17.5228 17.5228 22 12 22C6.47714 22 1.99998 17.5228 2 12C2 6.47715 6.47715 2 12 2.00002L12 4.00002Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2416 14.8284L15.5345 15.5355C14.5868 16.4832 13.3871 17.0234 12.1125 17.041C10.837 17.0586 9.57375 16.5521 8.49571 15.5664L7.75771 14.8916L9.10731 13.4156L9.84531 14.0904C10.5954 14.7763 11.3795 15.0509 12.0849 15.0412C12.7911 15.0314 13.5058 14.7358 14.1203 14.1213L14.8274 13.4142L16.2416 14.8284Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.9986 1V4H22.9986V6H19.9986V9H17.9986V6H14.9986V4H17.9986V1H19.9986Z\" fill=\"currentColor\"/><path d=\"M14.75 8.25C14.0596 8.25 13.5 8.80964 13.5 9.5C13.5 10.1904 14.0596 10.75 14.75 10.75C15.4404 10.75 16 10.1904 16 9.5C16 8.80964 15.4404 8.25 14.75 8.25Z\" fill=\"currentColor\"/><path d=\"M9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25Z\" fill=\"currentColor\"/>",
8980
- "iconName": "emoji-add-reaction, reaction",
9006
+ "category": "Emoji",
9007
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C13.0452 2 14.0529 2.16055 15 2.45801V6H18V9H21.542C21.8395 9.94706 22 10.9548 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM7.17383 14.3564C7.25498 14.5445 7.34265 14.7214 7.44434 14.9004C8.33313 16.5191 10.1801 17.5462 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7747 15.7315 9.59651 15.0724 9.00879 14.0098C8.9411 13.8906 8.88146 13.7717 8.82617 13.6436C8.27526 13.8809 7.72474 14.1191 7.17383 14.3564ZM9.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=\"M21 3H24V5H21V8H19V5H16V3H19V0H21V3Z\" 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": "2"
8986
9014
  },
8987
- "createdAt": "2025-02-15T21:11:33.972065+00:00",
9015
+ "createdAt": "2025-12-22T12:01:58.743393+00:00",
8988
9016
  "packageName": "square-filled-radius-0-stroke-2",
8989
9017
  "componentName": "IconEmojiAddReaction"
8990
9018
  },
8991
- {
8992
- "category": "Things",
8993
- "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 22ZM16 12C16 14.2091 14.2091 16 12 16V18C15.3137 18 18 15.3137 18 12H16ZM10 9.5C10 10.3284 9.32843 11 8.5 11C7.67157 11 7 10.3284 7 9.5C7 8.67157 7.67157 8 8.5 8C9.32843 8 10 8.67157 10 9.5ZM13.5 11C14.3284 11 15 10.3284 15 9.5C15 8.67157 14.3284 8 13.5 8C12.6716 8 12 8.67157 12 9.5C12 10.3284 12.6716 11 13.5 11Z\" fill=\"currentColor\"/>",
8994
- "iconName": "emoji-alt",
8995
- "variant": {
8996
- "join": "square",
8997
- "filled": "on",
8998
- "radius": "0",
8999
- "stroke": "2"
9000
- },
9001
- "createdAt": "2025-02-15T21:11:33.972065+00:00",
9002
- "packageName": "square-filled-radius-0-stroke-2",
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 12ZM11 7V12H9V7H11ZM15 7V12H13V7H15ZM7.65836 15.6972L8.55279 13.9084L9.44721 14.3556C11.1657 15.2148 12.8343 15.2148 14.5528 14.3556L15.4472 13.9084L16.3416 15.6972L15.4472 16.1444C13.1657 17.2852 10.8343 17.2852 8.55279 16.1444L7.65836 15.6972Z\" fill=\"currentColor\"/>",
9008
- "iconName": "emoji-arc",
9009
- "variant": {
9010
- "join": "square",
9011
- "filled": "on",
9012
- "radius": "0",
9013
- "stroke": "2"
9014
- },
9015
- "createdAt": "2025-02-15T21:11:33.972065+00:00",
9016
- "packageName": "square-filled-radius-0-stroke-2",
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-2",
9031
9031
  "componentName": "IconEmojiAstonished"
9032
9032
  },
9033
- {
9034
- "category": "Things",
9035
- "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 22ZM15.5341 14.4645C13.5815 12.5118 10.4157 12.5118 8.46306 14.4645L7.75595 15.1716L9.17017 16.5858L9.87727 15.8787C11.0488 14.7071 12.9483 14.7071 14.1199 15.8787L14.827 16.5858L16.2412 15.1716L15.5341 14.4645ZM8 9.5C8 8.80964 8.55964 8.25 9.25 8.25C9.94036 8.25 10.5 8.80964 10.5 9.5C10.5 10.1904 9.94036 10.75 9.25 10.75C8.55964 10.75 8 10.1904 8 9.5ZM14.75 8.25C14.0596 8.25 13.5 8.80964 13.5 9.5C13.5 10.1904 14.0596 10.75 14.75 10.75C15.4404 10.75 16 10.1904 16 9.5C16 8.80964 15.4404 8.25 14.75 8.25Z\" fill=\"currentColor\"/>",
9036
- "iconName": "emoji-sad, unhappy",
9037
- "variant": {
9038
- "join": "square",
9039
- "filled": "on",
9040
- "radius": "0",
9041
- "stroke": "2"
9042
- },
9043
- "createdAt": "2025-02-15T21:11:33.972065+00:00",
9044
- "packageName": "square-filled-radius-0-stroke-2",
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": "Things",
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.70234 11.3367L7.25 10.5C6.70234 11.3367 6.70196 11.3365 6.70234 11.3367L6.70386 11.3377L6.70543 11.3387L6.70871 11.3408L6.71583 11.3454L6.73236 11.3557C6.74438 11.3631 6.75842 11.3714 6.7745 11.3806C6.80664 11.3991 6.84689 11.4208 6.89526 11.4445C6.99205 11.4921 7.12123 11.5475 7.28271 11.6004C7.60702 11.7065 8.05561 11.8 8.625 11.8C9.19439 11.8 9.64298 11.7065 9.96729 11.6004C10.1288 11.5475 10.258 11.4921 10.3547 11.4445C10.4031 11.4208 10.4434 11.3991 10.4755 11.3806C10.4916 11.3714 10.5056 11.3631 10.5176 11.3557L10.5342 11.3454L10.5413 11.3408L10.5446 11.3387L10.5461 11.3377C10.5465 11.3374 10.5477 11.3367 10 10.5L10.5477 11.3367L11.3844 10.789L10.289 9.11564L9.47534 9.64824L9.47339 9.64921C9.45559 9.65795 9.4129 9.67745 9.34521 9.6996C9.21118 9.74347 8.97228 9.8 8.625 9.8C8.27772 9.8 8.03882 9.74347 7.90479 9.6996C7.8371 9.67745 7.79441 9.65795 7.77661 9.64921L7.77466 9.64824L6.96096 9.11564L5.86564 10.789L6.70234 11.3367ZM14 10.5L13.4523 11.3367L12.6156 10.789L13.711 9.11564L14.5247 9.64824L14.5266 9.64921C14.5444 9.65795 14.5871 9.67745 14.6548 9.6996C14.7888 9.74347 15.0277 9.8 15.375 9.8C15.7223 9.8 15.9612 9.74347 16.0952 9.6996C16.1629 9.67745 16.2056 9.65795 16.2234 9.64921L16.2253 9.64824L17.039 9.11564L18.1344 10.789L17.2977 11.3367L16.75 10.5C17.2977 11.3367 17.298 11.3365 17.2977 11.3367L17.2961 11.3377L17.2946 11.3387L17.2913 11.3408L17.2842 11.3454L17.2676 11.3557C17.2556 11.3631 17.2416 11.3714 17.2255 11.3806C17.1934 11.3991 17.1531 11.4208 17.1047 11.4445C17.008 11.4921 16.8788 11.5475 16.7173 11.6004C16.393 11.7065 15.9444 11.8 15.375 11.8C14.8056 11.8 14.357 11.7065 14.0327 11.6004C13.8712 11.5475 13.742 11.4921 13.6453 11.4445C13.5969 11.4208 13.5566 11.3991 13.5245 11.3806C13.5084 11.3714 13.4944 11.3631 13.4824 11.3557L13.4658 11.3454L13.4587 11.3408L13.4554 11.3387L13.4539 11.3377C13.4535 11.3374 13.4523 11.3367 14 10.5ZM10.3591 14.5667L9.42576 14.2076L8.70762 16.0742L9.64093 16.4333C11.2583 17.0556 12.7417 17.0556 14.3591 16.4333L15.2924 16.0742L14.5742 14.2076L13.6409 14.5667C12.4858 15.0111 11.5142 15.0111 10.3591 14.5667Z\" 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": "Things",
9077
- "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.17188 13.4142L9.87898 14.1213C11.0505 15.2929 12.95 15.2929 14.1216 14.1213L14.8287 13.4142L16.2429 14.8284L15.5358 15.5355C13.5832 17.4882 10.4174 17.4882 8.46477 15.5355L7.75766 14.8284L9.17188 13.4142ZM9.25 8.25C8.55964 8.25 8 8.80964 8 9.5C8 10.1904 8.55964 10.75 9.25 10.75C9.94036 10.75 10.5 10.1904 10.5 9.5C10.5 8.80964 9.94036 8.25 9.25 8.25ZM13.5 9.5C13.5 8.80964 14.0596 8.25 14.75 8.25C15.4404 8.25 16 8.80964 16 9.5C16 10.1904 15.4404 10.75 14.75 10.75C14.0596 10.75 13.5 10.1904 13.5 9.5Z\" fill=\"currentColor\"/>",
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.31152 14.2969C7.38135 14.4839 7.45822 14.6604 7.5498 14.8398C8.34315 16.4636 10.1772 17.5494 12.001 17.5254C13.8243 17.5535 15.6645 16.4674 16.4531 14.8389C16.5443 14.6589 16.6202 14.4815 16.6895 14.2939C16.2298 14.098 15.7702 13.902 15.3105 13.7061C15.2444 13.8354 15.175 13.9544 15.0977 14.0732C14.4188 15.1319 13.2283 15.7305 12.0029 15.7246C10.7776 15.7283 9.58645 15.1279 8.90332 14.0703C8.82549 13.9515 8.75512 13.8323 8.68848 13.7031C8.22942 13.9009 7.77058 14.0991 7.31152 14.2969ZM9.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": "2"
9084
9070
  },
9085
- "createdAt": "2025-02-15T21:11:33.972065+00:00",
9071
+ "createdAt": "2025-12-22T12:01:58.743393+00:00",
9086
9072
  "packageName": "square-filled-radius-0-stroke-2",
9087
9073
  "componentName": "IconEmojiSmile"
9088
9074
  },
9089
9075
  {
9090
- "category": "Things",
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 12ZM9.5 10.5C10.3284 10.5 11 9.82843 11 9C11 8.17157 10.3284 7.5 9.5 7.5C8.67157 7.5 8 8.17157 8 9C8 9.82843 8.67157 10.5 9.5 10.5ZM16 9C16 9.82843 15.3284 10.5 14.5 10.5C13.6716 10.5 13 9.82843 13 9C13 8.17157 13.6716 7.5 14.5 7.5C15.3284 7.5 16 8.17157 16 9ZM12 17.5C8.96243 17.5 6.5 15.0376 6.5 12H4.5C4.5 16.1421 7.85786 19.5 12 19.5C16.1421 19.5 19.5 16.1421 19.5 12H17.5C17.5 15.0376 15.0376 17.5 12 17.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": "Things",
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": "Things",
13808
+ "category": "Emoji",
13823
13809
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 2.27283L4.20188 2.52056C9.50862 3.6144 14.4914 3.6144 19.7981 2.52056L21 2.27283V12.5C21 17.4705 16.9706 21.5 12 21.5C7.02944 21.5 3 17.4705 3 12.5V2.27283ZM16 13C13.5 17.6667 10.5 17.6667 8 13C11 14.1667 13 14.1667 16 13ZM11 10.1058C11 10.6421 10.7135 10.5298 10.2732 10.3572C9.98547 10.2444 9.63203 10.1058 9.25 10.1058C8.86797 10.1058 8.51453 10.2444 8.22676 10.3572C7.78652 10.5298 7.5 10.6421 7.5 10.1058C7.5 9.21896 8.2835 8.5 9.25 8.5C10.2165 8.5 11 9.21896 11 10.1058ZM15.7732 10.3572C16.2135 10.5298 16.5 10.6421 16.5 10.1058C16.5 9.21896 15.7165 8.5 14.75 8.5C13.7835 8.5 13 9.21896 13 10.1058C13 10.6421 13.2865 10.5298 13.7268 10.3572C14.0145 10.2444 14.368 10.1058 14.75 10.1058C15.132 10.1058 15.4855 10.2444 15.7732 10.3572Z\" fill=\"currentColor\"/>",
13824
13810
  "iconName": "mask, theatre",
13825
13811
  "variant": {
@@ -16563,7 +16549,7 @@
16563
16549
  "componentName": "IconPokeball"
16564
16550
  },
16565
16551
  {
16566
- "category": "Things",
16552
+ "category": "Emoji",
16567
16553
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2H12V4H10C7.79086 4 6 5.79086 6 8C6 8.49259 6.08934 8.96485 6.25252 9.40106C4.91885 10.0497 4 11.4173 4 13C4 13.4377 4.07052 13.8573 4.2003 14.2493C2.91085 14.7653 2 16.0263 2 17.5C2 19.433 3.567 21 5.5 21H18.5C20.433 21 22 19.433 22 17.5C22 16.0263 21.0892 14.7653 19.7997 14.2493C19.9295 13.8573 20 13.4377 20 13C20 11.304 18.9445 9.85457 17.4546 9.27269C17.8031 8.59088 18 7.81825 18 7C18 4.23858 15.7614 2 13 2ZM10 9H13V11H10V9ZM16 14H13V16H16V14Z\" 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"