@central-icons-react-native/square-filled-radius-0-stroke-2 1.1.80 → 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 +2 -2
- package/filtered-icons.json +33 -33
- package/icons/index.d.ts +2 -2
- package/icons-index.json +9 -9
- package/index.d.ts +2 -2
- 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 -17
- 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/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 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
|
|
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
|
|
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
|
|
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
|
|
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"]}
|
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.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=\"
|
|
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"]}
|
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.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=\"
|
|
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
|
|
@@ -694,8 +695,6 @@ Below is a complete list of available icons:
|
|
|
694
695
|
|
|
695
696
|
- IconAlien
|
|
696
697
|
- IconEmojiAddReaction
|
|
697
|
-
- IconEmojiAlt
|
|
698
|
-
- IconEmojiSad
|
|
699
698
|
- IconEmojiSleep
|
|
700
699
|
- IconEmojiSmile
|
|
701
700
|
- IconEmojiSmiley
|
|
@@ -958,6 +957,7 @@ Below is a complete list of available icons:
|
|
|
958
957
|
- IconBrokenChainLink2
|
|
959
958
|
- IconBrokenChainLink3
|
|
960
959
|
- IconBrokenHeart
|
|
960
|
+
- IconBrowserTabs
|
|
961
961
|
- IconBucket
|
|
962
962
|
- IconChainLink1
|
|
963
963
|
- IconChainLink2
|
package/filtered-icons.json
CHANGED
|
@@ -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\"/>",
|
|
@@ -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\"/>",
|
|
@@ -8976,32 +9004,18 @@
|
|
|
8976
9004
|
},
|
|
8977
9005
|
{
|
|
8978
9006
|
"category": "Emoji",
|
|
8979
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12
|
|
8980
|
-
"iconName": "emoji-add-reaction,
|
|
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-
|
|
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": "Emoji",
|
|
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
9019
|
{
|
|
9006
9020
|
"category": "Things",
|
|
9007
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\"/>",
|
|
@@ -9016,20 +9030,6 @@
|
|
|
9016
9030
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
9017
9031
|
"componentName": "IconEmojiAstonished"
|
|
9018
9032
|
},
|
|
9019
|
-
{
|
|
9020
|
-
"category": "Emoji",
|
|
9021
|
-
"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\"/>",
|
|
9022
|
-
"iconName": "emoji-sad, unhappy",
|
|
9023
|
-
"variant": {
|
|
9024
|
-
"join": "square",
|
|
9025
|
-
"filled": "on",
|
|
9026
|
-
"radius": "0",
|
|
9027
|
-
"stroke": "2"
|
|
9028
|
-
},
|
|
9029
|
-
"createdAt": "2025-02-15T21:11:33.972065+00:00",
|
|
9030
|
-
"packageName": "square-filled-radius-0-stroke-2",
|
|
9031
|
-
"componentName": "IconEmojiSad"
|
|
9032
|
-
},
|
|
9033
9033
|
{
|
|
9034
9034
|
"category": "Things",
|
|
9035
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\"/>",
|
|
@@ -9060,7 +9060,7 @@
|
|
|
9060
9060
|
},
|
|
9061
9061
|
{
|
|
9062
9062
|
"category": "Emoji",
|
|
9063
|
-
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"
|
|
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\"/>",
|
|
9064
9064
|
"iconName": "emoji-smile",
|
|
9065
9065
|
"variant": {
|
|
9066
9066
|
"join": "square",
|
|
@@ -9068,7 +9068,7 @@
|
|
|
9068
9068
|
"radius": "0",
|
|
9069
9069
|
"stroke": "2"
|
|
9070
9070
|
},
|
|
9071
|
-
"createdAt": "2025-
|
|
9071
|
+
"createdAt": "2025-12-22T12:01:58.743393+00:00",
|
|
9072
9072
|
"packageName": "square-filled-radius-0-stroke-2",
|
|
9073
9073
|
"componentName": "IconEmojiSmile"
|
|
9074
9074
|
},
|
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,9 +643,7 @@ export type CentralIconName =
|
|
|
641
643
|
| "IconEmailPlus"
|
|
642
644
|
| "IconEmailSettings"
|
|
643
645
|
| "IconEmojiAddReaction"
|
|
644
|
-
| "IconEmojiAlt"
|
|
645
646
|
| "IconEmojiAstonished"
|
|
646
|
-
| "IconEmojiSad"
|
|
647
647
|
| "IconEmojiSadTear"
|
|
648
648
|
| "IconEmojiSleep"
|
|
649
649
|
| "IconEmojiSmile"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-filled-radius-0-stroke-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.81",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-2",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-2/IconHome';",
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
"totalIcons": 1666,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 65,
|
|
18
18
|
"icons": [
|
|
19
|
+
"IconAiTokens",
|
|
19
20
|
"IconAiTranslate",
|
|
20
21
|
"IconAppleIntelligenceIcon",
|
|
21
22
|
"IconBag2Sparkle",
|
|
@@ -582,12 +583,10 @@
|
|
|
582
583
|
]
|
|
583
584
|
},
|
|
584
585
|
"Emoji": {
|
|
585
|
-
"count":
|
|
586
|
+
"count": 8,
|
|
586
587
|
"icons": [
|
|
587
588
|
"IconAlien",
|
|
588
589
|
"IconEmojiAddReaction",
|
|
589
|
-
"IconEmojiAlt",
|
|
590
|
-
"IconEmojiSad",
|
|
591
590
|
"IconEmojiSleep",
|
|
592
591
|
"IconEmojiSmile",
|
|
593
592
|
"IconEmojiSmiley",
|
|
@@ -828,7 +827,7 @@
|
|
|
828
827
|
]
|
|
829
828
|
},
|
|
830
829
|
"Interface General": {
|
|
831
|
-
"count":
|
|
830
|
+
"count": 176,
|
|
832
831
|
"icons": [
|
|
833
832
|
"IconAnchor1",
|
|
834
833
|
"IconAnchor2",
|
|
@@ -864,6 +863,7 @@
|
|
|
864
863
|
"IconBrokenChainLink2",
|
|
865
864
|
"IconBrokenChainLink3",
|
|
866
865
|
"IconBrokenHeart",
|
|
866
|
+
"IconBrowserTabs",
|
|
867
867
|
"IconBucket",
|
|
868
868
|
"IconChainLink1",
|
|
869
869
|
"IconChainLink2",
|
|
@@ -1882,6 +1882,7 @@
|
|
|
1882
1882
|
"IconAirpodLeft": "airpod-left",
|
|
1883
1883
|
"IconAirpodRight": "airpod-right",
|
|
1884
1884
|
"IconAirpods": "airpods, headphones, vibe",
|
|
1885
|
+
"IconAiTokens": "ai-tokens, credits",
|
|
1885
1886
|
"IconAiTranslate": "ai-translate, language, auto-translate",
|
|
1886
1887
|
"IconAlbums": "albums, cover",
|
|
1887
1888
|
"IconAlien": "alien",
|
|
@@ -2135,6 +2136,7 @@
|
|
|
2135
2136
|
"IconBronceMedal": "bronce-medal, third-place",
|
|
2136
2137
|
"IconBroom": "broom, brush, clear, clean",
|
|
2137
2138
|
"IconBroomSparkle": "broom-sparkle, clean, brush",
|
|
2139
|
+
"IconBrowserTabs": "browser-tabs, tab-groups",
|
|
2138
2140
|
"IconBrush": "brush, color",
|
|
2139
2141
|
"IconBubble2": "bubble-2, message, chat",
|
|
2140
2142
|
"IconBubble3": "bubble-3, message, chat",
|
|
@@ -2502,10 +2504,8 @@
|
|
|
2502
2504
|
"IconEmailNotification": "email-notification, badge, envelope",
|
|
2503
2505
|
"IconEmailPlus": "email-plus, envelope, add, plus",
|
|
2504
2506
|
"IconEmailSettings": "email-settings, envelope, gear",
|
|
2505
|
-
"IconEmojiAddReaction": "emoji-add-reaction,
|
|
2506
|
-
"IconEmojiAlt": "emoji-alt",
|
|
2507
|
+
"IconEmojiAddReaction": "emoji-add-reaction, emoji-plus",
|
|
2507
2508
|
"IconEmojiAstonished": "emoji-astonished",
|
|
2508
|
-
"IconEmojiSad": "emoji-sad, unhappy",
|
|
2509
2509
|
"IconEmojiSadTear": "emoji-sad-tear",
|
|
2510
2510
|
"IconEmojiSleep": "emoji-sleep, snooze",
|
|
2511
2511
|
"IconEmojiSmile": "emoji-smile",
|
package/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { IconAddToBasket2, default as IconAddToBasket2Default, } from "./IconAdd
|
|
|
8
8
|
export { IconAdjustPhoto, default as IconAdjustPhotoDefault, } from "./IconAdjustPhoto";
|
|
9
9
|
export { IconAffinity, default as IconAffinityDefault } from "./IconAffinity";
|
|
10
10
|
export { IconAgent, default as IconAgentDefault } from "./IconAgent";
|
|
11
|
+
export { IconAiTokens, default as IconAiTokensDefault } from "./IconAiTokens";
|
|
11
12
|
export { IconAiTranslate, default as IconAiTranslateDefault, } from "./IconAiTranslate";
|
|
12
13
|
export { IconAirdrop, default as IconAirdropDefault } from "./IconAirdrop";
|
|
13
14
|
export { IconAirdrop2, default as IconAirdrop2Default } from "./IconAirdrop2";
|
|
@@ -272,6 +273,7 @@ export { IconBrokenHeart, default as IconBrokenHeartDefault, } from "./IconBroke
|
|
|
272
273
|
export { IconBronceMedal, default as IconBronceMedalDefault, } from "./IconBronceMedal";
|
|
273
274
|
export { IconBroom, default as IconBroomDefault } from "./IconBroom";
|
|
274
275
|
export { IconBroomSparkle, default as IconBroomSparkleDefault, } from "./IconBroomSparkle";
|
|
276
|
+
export { IconBrowserTabs, default as IconBrowserTabsDefault, } from "./IconBrowserTabs";
|
|
275
277
|
export { IconBrush, default as IconBrushDefault } from "./IconBrush";
|
|
276
278
|
export { IconBubble2, default as IconBubble2Default } from "./IconBubble2";
|
|
277
279
|
export { IconBubble3, default as IconBubble3Default } from "./IconBubble3";
|
|
@@ -640,9 +642,7 @@ export { IconEmailNotification, default as IconEmailNotificationDefault, } from
|
|
|
640
642
|
export { IconEmailPlus, default as IconEmailPlusDefault, } from "./IconEmailPlus";
|
|
641
643
|
export { IconEmailSettings, default as IconEmailSettingsDefault, } from "./IconEmailSettings";
|
|
642
644
|
export { IconEmojiAddReaction, default as IconEmojiAddReactionDefault, } from "./IconEmojiAddReaction";
|
|
643
|
-
export { IconEmojiAlt, default as IconEmojiAltDefault } from "./IconEmojiAlt";
|
|
644
645
|
export { IconEmojiAstonished, default as IconEmojiAstonishedDefault, } from "./IconEmojiAstonished";
|
|
645
|
-
export { IconEmojiSad, default as IconEmojiSadDefault } from "./IconEmojiSad";
|
|
646
646
|
export { IconEmojiSadTear, default as IconEmojiSadTearDefault, } from "./IconEmojiSadTear";
|
|
647
647
|
export { IconEmojiSleep, default as IconEmojiSleepDefault, } from "./IconEmojiSleep";
|
|
648
648
|
export { IconEmojiSmile, default as IconEmojiSmileDefault, } from "./IconEmojiSmile";
|