@central-icons-react-native/square-filled-radius-0-stroke-1.5 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 8.5H12V7H5V8.5ZM13 7V8.5H15.5V7H13ZM16.5 8.5H19V7H16.5V8.5Z",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 8.5H12V7H5V8.5ZM13 7V8.5H15.5V7H13ZM16.5 8.5H19V7H16.5V8.5Z\"\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,kFACF,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 8.5H12V7H5V8.5ZM13 7V8.5H15.5V7H13ZM16.5 8.5H19V7H16.5V8.5Z",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 8.5H12V7H5V8.5ZM13 7V8.5H15.5V7H13ZM16.5 8.5H19V7H16.5V8.5Z\"\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,kFACF,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 n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var
|
|
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.45801V6.25H17.75V9H21.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:"M20.25 3.75H23V5.25H20.25V8H18.75V5.25H16V3.75H18.75V1H20.25V3.75Z",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.0452 2 14.0529 2.16055 15 2.45801V6.25H17.75V9H21.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\n d=\"M20.25 3.75H23V5.25H20.25V8H18.75V5.25H16V3.75H18.75V1H20.25V3.75Z\"\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,m/BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qEACF,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,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.0452 2 14.0529 2.16055 15 2.45801V6.25H17.75V9H21.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:"M20.25 3.75H23V5.25H20.25V8H18.75V5.25H16V3.75H18.75V1H20.25V3.75Z",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=\"
|
|
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.45801V6.25H17.75V9H21.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\n d=\"M20.25 3.75H23V5.25H20.25V8H18.75V5.25H16V3.75H18.75V1H20.25V3.75Z\"\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,m/BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qEACF,KAAK,eACP,CACF,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.42578 14.2471C7.49531 14.4292 7.57173 14.6011 7.66211 14.7754C8.44625 16.352 10.2271 17.3973 12.001 17.375C13.7746 17.4013 15.5604 16.3556 16.3398 14.7744C16.4298 14.5996 16.5063 14.4278 16.5752 14.2451C16.1919 14.0817 15.8081 13.9183 15.4248 13.7549C15.3585 13.889 15.2885 14.0128 15.21 14.1367C14.522 15.2427 13.278 15.8827 12.0029 15.875C10.7276 15.8804 9.48233 15.2387 8.79004 14.1338C8.71121 14.0102 8.64102 13.8867 8.57422 13.7529C8.19155 13.9178 7.80845 14.0822 7.42578 14.2471ZM9.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=\"
|
|
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.42578 14.2471C7.49531 14.4292 7.57173 14.6011 7.66211 14.7754C8.44625 16.352 10.2271 17.3973 12.001 17.375C13.7746 17.4013 15.5604 16.3556 16.3398 14.7744C16.4298 14.5996 16.5063 14.4278 16.5752 14.2451C16.1919 14.0817 15.8081 13.9183 15.4248 13.7549C15.3585 13.889 15.2885 14.0128 15.21 14.1367C14.522 15.2427 13.278 15.8827 12.0029 15.875C10.7276 15.8804 9.48233 15.2387 8.79004 14.1338C8.71121 14.0102 8.64102 13.8867 8.57422 13.7529C8.19155 13.9178 7.80845 14.0822 7.42578 14.2471ZM9.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,g7BACF,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.42578 14.2471C7.49531 14.4292 7.57173 14.6011 7.66211 14.7754C8.44625 16.352 10.2271 17.3973 12.001 17.375C13.7746 17.4013 15.5604 16.3556 16.3398 14.7744C16.4298 14.5996 16.5063 14.4278 16.5752 14.2451C16.1919 14.0817 15.8081 13.9183 15.4248 13.7549C15.3585 13.889 15.2885 14.0128 15.21 14.1367C14.522 15.2427 13.278 15.8827 12.0029 15.875C10.7276 15.8804 9.48233 15.2387 8.79004 14.1338C8.71121 14.0102 8.64102 13.8867 8.57422 13.7529C8.19155 13.9178 7.80845 14.0822 7.42578 14.2471ZM9.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=\"
|
|
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.42578 14.2471C7.49531 14.4292 7.57173 14.6011 7.66211 14.7754C8.44625 16.352 10.2271 17.3973 12.001 17.375C13.7746 17.4013 15.5604 16.3556 16.3398 14.7744C16.4298 14.5996 16.5063 14.4278 16.5752 14.2451C16.1919 14.0817 15.8081 13.9183 15.4248 13.7549C15.3585 13.889 15.2885 14.0128 15.21 14.1367C14.522 15.2427 13.278 15.8827 12.0029 15.875C10.7276 15.8804 9.48233 15.2387 8.79004 14.1338C8.71121 14.0102 8.64102 13.8867 8.57422 13.7529C8.19155 13.9178 7.80845 14.0822 7.42578 14.2471ZM9.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,g7BACF,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.5",
|
|
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.5"
|
|
306
|
+
},
|
|
307
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
308
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
309
|
+
"componentName": "IconAiTokens"
|
|
310
|
+
},
|
|
297
311
|
{
|
|
298
312
|
"category": "AI & Magic",
|
|
299
313
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.75 4V6.06665H12V7.56665H10.4248C10.0845 9.68318 9.39037 11.4216 8.24913 12.7779C8.16995 12.872 8.08886 12.964 8.00585 13.0539C8.85346 13.7037 9.90163 14.1911 11.1879 14.5239L11.9139 14.7118L11.5382 16.1639L10.8121 15.9761C9.25769 15.5739 7.94367 14.9504 6.87142 14.0683C5.84632 14.8244 4.61619 15.3675 3.18262 15.7274L2.4552 15.91L2.08995 14.4552L2.81738 14.2726C4.00169 13.9752 4.98351 13.5511 5.79235 12.9953C5.77568 12.9753 5.75909 12.9552 5.74259 12.9349C4.60291 11.5381 3.91109 9.74802 3.5729 7.56665H2V6.06665H6.25V4H7.75ZM5.09251 7.56665C5.41346 9.45521 6.01656 10.898 6.90481 11.9867C6.9118 11.9952 6.9188 12.0038 6.92582 12.0123C6.98573 11.9468 7.04424 11.88 7.10138 11.8121C7.98238 10.7651 8.58205 9.37972 8.90358 7.56665H5.09251ZM15.2576 11H16.7424L21.2474 20.6108L19.8892 21.2474L18.7772 18.875H13.2228L12.1108 21.2474L10.7526 20.6108L15.2576 11ZM13.926 17.375H18.074L16 12.9504L13.926 17.375Z\" 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=\"M3 10.9605C3 6.00838 7.03283 2 12 2C16.9672 2 21 6.00838 21 10.9605C21 14.2861 19.3361 17.2778 17.4617 19.4097C16.5195 20.4814 15.5035 21.3601 14.5738 21.9769C14.1091 22.2853 13.6556 22.5351 13.2345 22.71C12.8235 22.8809 12.397 23 12 23C11.603 23 11.1765 22.8809 10.7655 22.71C10.3444 22.5351 9.8909 22.2853 9.42618 21.9769C8.4965 21.3601 7.48053 20.4814 6.53831 19.4097C4.6639 17.2778 3 14.2861 3 10.9605ZM6.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-1.5",
|
|
3837
3851
|
"componentName": "IconBroomSparkle"
|
|
3838
3852
|
},
|
|
3853
|
+
{
|
|
3854
|
+
"category": "Interface General",
|
|
3855
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 20H2V4H22V20ZM5 8.5H12V7H5V8.5ZM13 7V8.5H15.5V7H13ZM16.5 8.5H19V7H16.5V8.5Z\" fill=\"currentColor\"/>",
|
|
3856
|
+
"iconName": "browser-tabs, tab-groups",
|
|
3857
|
+
"variant": {
|
|
3858
|
+
"join": "square",
|
|
3859
|
+
"filled": "on",
|
|
3860
|
+
"radius": "0",
|
|
3861
|
+
"stroke": "1.5"
|
|
3862
|
+
},
|
|
3863
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
3864
|
+
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
3865
|
+
"componentName": "IconBrowserTabs"
|
|
3866
|
+
},
|
|
3839
3867
|
{
|
|
3840
3868
|
"category": "Edit",
|
|
3841
3869
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.5 1.43927L4.43909 10.5006L5.34763 11.4082C6.22705 12.2867 6.22744 13.7119 5.34849 14.5909L1.43945 18.5002L5.50085 22.5601L9.40912 18.6516C10.2881 17.7726 11.7133 17.7729 12.5919 18.6523L13.4998 19.561L22.5606 10.5L19.8106 7.74993H18.25V6.18927L13.5 1.43927ZM8.50011 8.56074L15.4394 15.5L13.4959 17.4435C12.0235 16.1282 9.76206 16.1773 8.34843 17.591L5.50063 20.439L3.56093 18.5L6.40919 15.6515C7.82271 14.2379 7.8717 11.9767 6.55658 10.5044L8.50011 8.56074Z\" 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.0452 2 14.0529 2.16055 15 2.45801V6.25H17.75V9H21.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=\"M20.25 3.75H23V5.25H20.25V8H18.75V5.25H16V3.75H18.75V1H20.25V3.75Z\" 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.5"
|
|
8986
9014
|
},
|
|
8987
|
-
"createdAt": "2025-
|
|
9015
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
8988
9016
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
8989
9017
|
"componentName": "IconEmojiAddReaction"
|
|
8990
9018
|
},
|
|
8991
|
-
{
|
|
8992
|
-
"category": "Things",
|
|
8993
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM10 9.25C10 9.94036 9.44036 10.5 8.75 10.5C8.05964 10.5 7.5 9.94036 7.5 9.25C7.5 8.55964 8.05964 8 8.75 8C9.44036 8 10 8.55964 10 9.25ZM12 16.75C14.6234 16.75 16.75 14.6234 16.75 12H18.25C18.25 15.4518 15.4518 18.25 12 18.25V16.75ZM13.75 10.5C14.4404 10.5 15 9.94036 15 9.25C15 8.55964 14.4404 8 13.75 8C13.0596 8 12.5 8.55964 12.5 9.25C12.5 9.94036 13.0596 10.5 13.75 10.5Z\" fill=\"currentColor\"/>",
|
|
8994
|
-
"iconName": "emoji-alt",
|
|
8995
|
-
"variant": {
|
|
8996
|
-
"join": "square",
|
|
8997
|
-
"filled": "on",
|
|
8998
|
-
"radius": "0",
|
|
8999
|
-
"stroke": "1.5"
|
|
9000
|
-
},
|
|
9001
|
-
"createdAt": "2025-02-15T21:11:33.972065+00:00",
|
|
9002
|
-
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
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.5 7V12H9V7H10.5ZM15 7V12H13.5V7H15ZM8.49275 14.221L9.13587 14.6069C10.1756 15.2307 11.1058 15.5125 12 15.5125C12.8942 15.5125 13.8244 15.2307 14.8641 14.6069L15.5072 14.221L16.279 15.5072L15.6359 15.8931C14.4256 16.6193 13.2308 17.0125 12 17.0125C10.7692 17.0125 9.57441 16.6193 8.36413 15.8931L7.72101 15.5072L8.49275 14.221Z\" fill=\"currentColor\"/>",
|
|
9008
|
-
"iconName": "emoji-arc",
|
|
9009
|
-
"variant": {
|
|
9010
|
-
"join": "square",
|
|
9011
|
-
"filled": "on",
|
|
9012
|
-
"radius": "0",
|
|
9013
|
-
"stroke": "1.5"
|
|
9014
|
-
},
|
|
9015
|
-
"createdAt": "2025-02-15T21:11:33.972065+00:00",
|
|
9016
|
-
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
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.5",
|
|
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 12ZM14.2984 15.9519C13.0292 14.6827 10.9714 14.6827 9.70221 15.9519L9.17188 16.4822L8.11121 15.4216L8.64154 14.8912C10.4965 13.0363 13.5041 13.0363 15.3591 14.8912L15.8894 15.4216L14.8287 16.4822L14.2984 15.9519ZM9.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\"/>",
|
|
9036
|
-
"iconName": "emoji-sad, unhappy",
|
|
9037
|
-
"variant": {
|
|
9038
|
-
"join": "square",
|
|
9039
|
-
"filled": "on",
|
|
9040
|
-
"radius": "0",
|
|
9041
|
-
"stroke": "1.5"
|
|
9042
|
-
},
|
|
9043
|
-
"createdAt": "2025-02-15T21:11:33.972065+00:00",
|
|
9044
|
-
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
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 12ZM7.28033 9.71967L6.75 9.18934L5.68934 10.25L6.21967 10.7803C6.79912 11.3598 7.72698 11.5625 8.5 11.5625C9.27302 11.5625 10.2009 11.3598 10.7803 10.7803L11.3107 10.25L10.25 9.18934L9.71967 9.71967C9.54912 9.89022 9.10198 10.0625 8.5 10.0625C7.89802 10.0625 7.45088 9.89022 7.28033 9.71967ZM14.2803 9.71967L13.75 9.18934L12.6893 10.25L13.2197 10.7803C13.7991 11.3598 14.727 11.5625 15.5 11.5625C16.273 11.5625 17.2009 11.3598 17.7803 10.7803L18.3107 10.25L17.25 9.18934L16.7197 9.71967C16.5491 9.89022 16.102 10.0625 15.5 10.0625C14.898 10.0625 14.4509 9.89022 14.2803 9.71967ZM10.0561 15.0119L9.35507 14.7453L8.82185 16.1474L9.52286 16.414C11.2268 17.062 12.7732 17.062 14.4771 16.414L15.1781 16.1474L14.6449 14.7453L13.9439 15.0119C12.5835 15.5294 11.4165 15.5294 10.0561 15.0119Z\" 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=\"
|
|
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.42578 14.2471C7.49531 14.4292 7.57173 14.6011 7.66211 14.7754C8.44625 16.352 10.2271 17.3973 12.001 17.375C13.7746 17.4013 15.5604 16.3556 16.3398 14.7744C16.4298 14.5996 16.5063 14.4278 16.5752 14.2451C16.1919 14.0817 15.8081 13.9183 15.4248 13.7549C15.3585 13.889 15.2885 14.0128 15.21 14.1367C14.522 15.2427 13.278 15.8827 12.0029 15.875C10.7276 15.8804 9.48233 15.2387 8.79004 14.1338C8.71121 14.0102 8.64102 13.8867 8.57422 13.7529C8.19155 13.9178 7.80845 14.0822 7.42578 14.2471ZM9.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.5"
|
|
9084
9070
|
},
|
|
9085
|
-
"createdAt": "2025-
|
|
9071
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
9086
9072
|
"packageName": "square-filled-radius-0-stroke-1.5",
|
|
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 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.75C8.82436 17.75 6.25 15.1756 6.25 12H4.75C4.75 16.0041 7.99594 19.25 12 19.25C16.0041 19.25 19.25 16.0041 19.25 12H17.75C17.75 15.1756 15.1756 17.75 12 17.75Z\" 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.32996L3.90115 2.51537C9.41135 3.64912 14.5887 3.64912 20.0989 2.51537L21 2.32996V12.5C21 17.4705 16.9706 21.5 12 21.5C7.02944 21.5 3 17.4705 3 12.5V2.32996ZM16 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": "
|
|
16552
|
+
"category": "Emoji",
|
|
16567
16553
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13 2H12.25V4H9.5C7.567 4 6 5.567 6 7.5C6 8.1044 6.15338 8.67296 6.4229 9.16886C5.01693 9.62314 4 10.9428 4 12.5C4 13.1044 4.15338 13.673 4.4229 14.1689C3.01693 14.6231 2 15.9428 2 17.5C2 19.433 3.567 21 5.5 21H18.5C20.433 21 22 19.433 22 17.5C22 15.9428 20.9831 14.6231 19.5771 14.1689C19.8466 13.673 20 13.1044 20 12.5C20 10.7779 18.7562 9.34626 17.118 9.05439C17.669 8.33663 18 7.46033 18 6.5C18 3.92926 15.6705 2 13 2ZM10 9H13V10.5H10V9ZM16 14H13V15.5H16V14Z\" 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"
|