@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.78 → 1.1.80

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.
@@ -1,2 +1,2 @@
1
- "use strict";var m=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)p(o,n,{get:r[n],enumerable:!0})},a=(o,r,n,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of k(r))!B.call(o,e)&&e!==n&&p(o,e,{get:()=>r[e],enumerable:!(C=f(r,e))||C.enumerable});return o};var i=(o,r,n)=>(n=o!=null?m(L(o)):{},a(r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconFolderDownload:()=>d,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:o,size:r=24,...n})=>l.default.createElement(u.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),d=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 11.5V18L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 18L9.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconFolderDownload});
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)p(o,n,{get:r[n],enumerable:!0})},a=(o,r,n,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of k(r))!B.call(o,e)&&e!==n&&p(o,e,{get:()=>r[e],enumerable:!(C=f(r,e))||C.enumerable});return o};var i=(o,r,n)=>(n=o!=null?m(L(o)):{},a(r||!o||!o.__esModule?p(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconFolderDownload:()=>d,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:o,size:r=24,...n})=>l.default.createElement(u.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),d=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 11.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M9.5 15.5L12 18L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconFolderDownload});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFolderDownload/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 IconFolderDownload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11.5V18L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 18L9.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderDownload;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolderDownload_exports","__export","IconFolderDownload","IconFolderDownload_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderDownload","props","React","CentralIconBase","IconFolderDownload_default"]}
1
+ {"version":3,"sources":["../src/IconFolderDownload/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 IconFolderDownload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11.5V17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 15.5L12 18L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderDownload;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolderDownload_exports","__export","IconFolderDownload","IconFolderDownload_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderDownload","props","React","CentralIconBase","IconFolderDownload_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>r.createElement(t,{...n},r.createElement(e,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 11.5V18L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 18L9.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconFolderDownload,B as default};
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>r.createElement(t,{...n},r.createElement(e,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M12 11.5V17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M9.5 15.5L12 18L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconFolderDownload,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFolderDownload/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 IconFolderDownload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11.5V18L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 18L9.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderDownload;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderDownload","props","React","CentralIconBase","IconFolderDownload_default"]}
1
+ {"version":3,"sources":["../src/IconFolderDownload/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 IconFolderDownload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 11.5V17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 15.5L12 18L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderDownload;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderDownload","props","React","CentralIconBase","IconFolderDownload_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var m=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!B.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=f(r,n))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?m(L(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconFolderUpload:()=>d,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:o,size:r=24,...e})=>l.default.createElement(u.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),d=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 19.5V13L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 13L9.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconFolderUpload});
1
+ "use strict";var m=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!B.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(C=f(r,n))||C.enumerable});return o};var i=(o,r,e)=>(e=o!=null?m(L(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconFolderUpload:()=>d,default:()=>P});module.exports=x(g);var t=i(require("react"));var l=i(require("react")),u=require("react-native-svg"),c=({children:o,size:r=24,...e})=>l.default.createElement(u.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),d=o=>t.default.createElement(c,{...o},t.default.createElement(s.Path,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M12 19.5V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(s.Path,{d:"M9.5 15.5L12 13L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=d;0&&(module.exports={IconFolderUpload});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFolderUpload/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 IconFolderUpload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 19.5V13L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13L9.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderUpload;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolderUpload_exports","__export","IconFolderUpload","IconFolderUpload_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderUpload","props","React","CentralIconBase","IconFolderUpload_default"]}
1
+ {"version":3,"sources":["../src/IconFolderUpload/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 IconFolderUpload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 19.5V13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 15.5L12 13L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderUpload;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconFolderUpload_exports","__export","IconFolderUpload","IconFolderUpload_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconFolderUpload","props","React","CentralIconBase","IconFolderUpload_default"]}
@@ -1,2 +1,2 @@
1
- import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 19.5V13L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 13L9.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconFolderUpload,B as default};
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...p})=>s.createElement(C,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M12 19.5V13",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9.5 15.5L12 13L14.5 15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconFolderUpload,B as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconFolderUpload/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 IconFolderUpload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 19.5V13L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 13L9.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderUpload;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderUpload","props","React","CentralIconBase","IconFolderUpload_default"]}
1
+ {"version":3,"sources":["../src/IconFolderUpload/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 IconFolderUpload: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 19.5V13\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 15.5L12 13L14.5 15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconFolderUpload;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconFolderUpload","props","React","CentralIconBase","IconFolderUpload_default"]}
package/README.md CHANGED
@@ -690,6 +690,19 @@ Below is a complete list of available icons:
690
690
  - IconWrite2
691
691
  - IconWriting
692
692
 
693
+ ### Emoji
694
+
695
+ - IconAlien
696
+ - IconEmojiAddReaction
697
+ - IconEmojiAlt
698
+ - IconEmojiSad
699
+ - IconEmojiSleep
700
+ - IconEmojiSmile
701
+ - IconEmojiSmiley
702
+ - IconEmojiSmilingFace
703
+ - IconMask
704
+ - IconPoop
705
+
693
706
  ### Filter & Settings
694
707
 
695
708
  - IconBlockSortAscending
@@ -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
@@ -323,7 +323,7 @@
323
323
  "componentName": "IconAlbums"
324
324
  },
325
325
  {
326
- "category": "Things",
326
+ "category": "Emoji",
327
327
  "svg": "<path d=\"M20.5 10.9211C20.5 17.2368 14.125 22.5 12 22.5C9.875 22.5 3.5 17.2368 3.5 10.9211C3.5 6.27023 7.30558 2.5 12 2.5C16.6944 2.5 20.5 6.27023 20.5 10.9211Z\" stroke=\"currentColor\"/><path d=\"M7.66158 11.0391L9.86888 13.0171M9.78248 12.4048L8.3033 11.0793M7.72454 11.6592L9.20372 12.9847M7.01154 10.4343C9.1742 10.1063 10.4656 11.0566 10.4684 13.5705C8.35814 13.7522 6.87311 12.9452 7.01154 10.4343Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.3384 11.0391L14.1311 13.0171M14.2175 12.4048L15.6967 11.0793M16.2755 11.6592L14.7963 12.9847M16.9885 10.4343C14.8258 10.1063 13.5344 11.0566 13.5316 13.5705C15.6419 13.7522 17.1269 12.9452 16.9885 10.4343Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
328
328
  "iconName": "alien",
329
329
  "variant": {
@@ -8975,7 +8975,7 @@
8975
8975
  "componentName": "IconEmailSettings"
8976
8976
  },
8977
8977
  {
8978
- "category": "Things",
8978
+ "category": "Emoji",
8979
8979
  "svg": "<path d=\"M12.5 2.51309C9.90491 2.37715 7.26469 3.30029 5.28249 5.28249C1.5725 8.99246 1.5725 15.0075 5.28249 18.7175C8.99245 22.4275 15.0075 22.4275 18.7175 18.7175C20.6997 16.7353 21.6228 14.0951 21.4869 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.8287 14.8284C13.2666 16.3905 10.734 16.3905 9.17188 14.8284\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 1.5V7.5M16.5 4.5H22.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
8980
8980
  "iconName": "emoji-add-reaction, reaction",
8981
8981
  "variant": {
@@ -8989,7 +8989,7 @@
8989
8989
  "componentName": "IconEmojiAddReaction"
8990
8990
  },
8991
8991
  {
8992
- "category": "Things",
8992
+ "category": "Emoji",
8993
8993
  "svg": "<path d=\"M9.5 9C9.5 9.27614 9.27614 9.5 9 9.5C8.72386 9.5 8.5 9.27614 8.5 9C8.5 8.72386 8.72386 8.5 9 8.5C9.27614 8.5 9.5 8.72386 9.5 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M14.5 9C14.5 9.27614 14.2761 9.5 14 9.5C13.7239 9.5 13.5 9.27614 13.5 9C13.5 8.72386 13.7239 8.5 14 8.5C14.2761 8.5 14.5 8.72386 14.5 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M17.4776 12.5C17.2398 15.1386 15.1386 17.2398 12.5 17.4776\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
8994
8994
  "iconName": "emoji-alt",
8995
8995
  "variant": {
@@ -9002,20 +9002,6 @@
9002
9002
  "packageName": "round-outlined-radius-1-stroke-1",
9003
9003
  "componentName": "IconEmojiAlt"
9004
9004
  },
9005
- {
9006
- "category": "Things",
9007
- "svg": "<path d=\"M12 21.5C17.2467 21.5 21.5 17.2467 21.5 12C21.5 6.75329 17.2467 2.5 12 2.5C6.75329 2.5 2.5 6.75329 2.5 12C2.5 17.2467 6.75329 21.5 12 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 15.4305C10.5 16.9 13.5 16.9 15.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 7.5V11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 7.5V11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9008
- "iconName": "emoji-arc",
9009
- "variant": {
9010
- "join": "round",
9011
- "filled": "off",
9012
- "radius": "1",
9013
- "stroke": "1"
9014
- },
9015
- "createdAt": "2025-02-15T21:11:33.972065+00:00",
9016
- "packageName": "round-outlined-radius-1-stroke-1",
9017
- "componentName": "IconEmojiArc"
9018
- },
9019
9005
  {
9020
9006
  "category": "Things",
9021
9007
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M14 15.5C14 17.2259 13.1046 18 12 18C10.8954 18 10 17.2259 10 15.5C10 13.7741 10.8954 13 12 13C13.1046 13 14 13.7741 14 15.5Z\" fill=\"currentColor\"/><ellipse cx=\"9.25\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><ellipse cx=\"14.75\" cy=\"10.5\" rx=\"1.25\" ry=\"1.5\" fill=\"currentColor\"/><path d=\"M9.94604 6.90072C10.2513 7.58265 9.19925 7.67809 8.35448 8.12658C7.4906 8.58521 6.82717 9.3828 6.56041 8.78772C6.00948 7.557 9.39391 5.66907 9.94604 6.90072Z\" fill=\"currentColor\"/><path d=\"M14.054 6.90072C13.7487 7.58265 14.8008 7.67809 15.6455 8.12658C16.5094 8.58521 17.1728 9.3828 17.4396 8.78772C17.9905 7.557 14.6061 5.66907 14.054 6.90072Z\" fill=\"currentColor\"/>",
@@ -9031,7 +9017,7 @@
9031
9017
  "componentName": "IconEmojiAstonished"
9032
9018
  },
9033
9019
  {
9034
- "category": "Things",
9020
+ "category": "Emoji",
9035
9021
  "svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.17188 16C10.734 14.4379 13.2666 14.4379 14.8287 16\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"15\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9036
9022
  "iconName": "emoji-sad, unhappy",
9037
9023
  "variant": {
@@ -9059,7 +9045,7 @@
9059
9045
  "componentName": "IconEmojiSadTear"
9060
9046
  },
9061
9047
  {
9062
- "category": "Things",
9048
+ "category": "Emoji",
9063
9049
  "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.68359 15.9259C11.2887 16.558 12.71 16.558 14.3152 15.9259\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 10C7.28571 10.8136 9.38095 10.8136 10.1667 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.832 10C14.6177 10.8136 16.713 10.8136 17.4987 10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9064
9050
  "iconName": "emoji-sleep,snooze",
9065
9051
  "variant": {
@@ -9073,7 +9059,7 @@
9073
9059
  "componentName": "IconEmojiSleep"
9074
9060
  },
9075
9061
  {
9076
- "category": "Things",
9062
+ "category": "Emoji",
9077
9063
  "svg": "<path d=\"M14.8287 14.8284C13.2666 16.3905 10.734 16.3905 9.17188 14.8284\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/><circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"9\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\"/><circle cx=\"15\" cy=\"9.5\" r=\"0.5\" stroke=\"currentColor\"/>",
9078
9064
  "iconName": "emoji-smile",
9079
9065
  "variant": {
@@ -9087,7 +9073,7 @@
9087
9073
  "componentName": "IconEmojiSmile"
9088
9074
  },
9089
9075
  {
9090
- "category": "Things",
9076
+ "category": "Emoji",
9091
9077
  "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.5 12C17.5 15.0376 15.0376 17.5 12 17.5C8.96243 17.5 6.5 15.0376 6.5 12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 9C10.5 9.55228 10.0523 10 9.5 10C8.94772 10 8.5 9.55228 8.5 9C8.5 8.44772 8.94772 8 9.5 8C10.0523 8 10.5 8.44772 10.5 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9 9H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.5 9C15.5 9.55228 15.0523 10 14.5 10C13.9477 10 13.5 9.55228 13.5 9C13.5 8.44772 13.9477 8 14.5 8C15.0523 8 15.5 8.44772 15.5 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 9H15\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
9092
9078
  "iconName": "emoji-smiley, face, smile",
9093
9079
  "variant": {
@@ -9101,7 +9087,7 @@
9101
9087
  "componentName": "IconEmojiSmiley"
9102
9088
  },
9103
9089
  {
9104
- "category": "Things",
9090
+ "category": "Emoji",
9105
9091
  "svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\"/><path d=\"M11.999 18C14.0206 18 15.6919 16.5003 15.9611 14.5527C16.0017 14.2591 15.7425 14.0267 15.4473 14.053C13.1381 14.2588 10.8598 14.2588 8.55062 14.053C8.25537 14.0267 7.99624 14.2591 8.03682 14.5527C8.306 16.5003 9.97734 18 11.999 18Z\" fill=\"currentColor\"/><path d=\"M14.8895 12.1719C17.1878 11.4059 17.9425 10.1446 17.7154 9.12441C17.6052 8.62906 17.2613 8.22738 16.805 8.04157C16.4032 7.87798 15.9309 7.88816 15.4794 8.12303C15.1354 7.7479 14.695 7.57677 14.2615 7.59309C13.7692 7.61162 13.3087 7.87147 13.0356 8.29924C12.4734 9.18029 12.7511 10.6236 14.6489 12.1295C14.7168 12.1834 14.8073 12.1993 14.8895 12.1719Z\" fill=\"currentColor\"/><path d=\"M9.3512 12.1294C11.249 10.6235 11.5267 9.18021 10.9644 8.29916C10.6914 7.87139 10.2309 7.61154 9.73854 7.59301C9.30505 7.5767 8.86465 7.74783 8.52071 8.12296C8.06921 7.88809 7.59683 7.8779 7.19507 8.0415C6.73873 8.22731 6.39488 8.62899 6.28465 9.12434C6.05761 10.1446 6.81225 11.4058 9.11063 12.1719C9.19284 12.1993 9.28332 12.1833 9.3512 12.1294Z\" fill=\"currentColor\"/>",
9106
9092
  "iconName": "emoji-smiling-face, heart-eyes",
9107
9093
  "variant": {
@@ -10432,7 +10418,7 @@
10432
10418
  },
10433
10419
  {
10434
10420
  "category": "Folders & Files",
10435
- "svg": "<path d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 11.5V18L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 18L9.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10421
+ "svg": "<path d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 11.5V17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 15.5L12 18L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10436
10422
  "iconName": "folder-download",
10437
10423
  "variant": {
10438
10424
  "join": "round",
@@ -10558,7 +10544,7 @@
10558
10544
  },
10559
10545
  {
10560
10546
  "category": "Folders & Files",
10561
- "svg": "<path d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 19.5V13L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 13L9.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10547
+ "svg": "<path d=\"M16.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V7.5C21.5 6.94772 21.0523 6.5 20.5 6.5H12.5352C12.2008 6.5 11.8886 6.3329 11.7031 6.0547L10.2969 3.9453C10.1114 3.6671 9.79917 3.5 9.46482 3.5H3.5C2.94772 3.5 2.5 3.94772 2.5 4.5V18.5C2.5 19.0523 2.94772 19.5 3.5 19.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 19.5V13\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 15.5L12 13L14.5 15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
10562
10548
  "iconName": "folder-upload",
10563
10549
  "variant": {
10564
10550
  "join": "round",
@@ -13819,7 +13805,7 @@
13819
13805
  "componentName": "IconMarkup"
13820
13806
  },
13821
13807
  {
13822
- "category": "Things",
13808
+ "category": "Emoji",
13823
13809
  "svg": "<path d=\"M3.5 12.5V4.21297C3.5 3.58416 4.07364 3.1121 4.69369 3.21671C9.63705 4.05078 14.363 4.05078 19.3063 3.21671C19.9264 3.1121 20.5 3.58416 20.5 4.21297V12.5C20.5 17.1944 16.6944 21 12 21C7.30558 21 3.5 17.1944 3.5 12.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M9.25 9.5C9.89156 9.5 10.3687 9.91118 10.4766 10.3975C10.192 10.2845 9.72726 10.1055 9.25 10.1055C8.77227 10.1055 8.30697 10.2845 8.02246 10.3975C8.13027 9.91109 8.60835 9.5 9.25 9.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M16.5 10.6058C16.5 11.1421 16.2135 11.0298 15.7732 10.8572C15.4855 10.7444 15.132 10.6058 14.75 10.6058C14.368 10.6058 14.0145 10.7444 13.7268 10.8572C13.2865 11.0298 13 11.1421 13 10.6058C13 9.71896 13.7835 9 14.75 9C15.7165 9 16.5 9.71896 16.5 10.6058Z\" fill=\"currentColor\"/><path d=\"M15.1593 13.4157C13.0535 14.278 10.9477 14.278 8.8419 13.4157C8.39739 13.2337 7.93985 13.6717 8.2094 14.0692C10.2372 17.0602 13.764 17.0602 15.7918 14.0692C16.0614 13.6717 15.6038 13.2337 15.1593 13.4157Z\" fill=\"currentColor\"/>",
13824
13810
  "iconName": "mask, theatre",
13825
13811
  "variant": {
@@ -16563,7 +16549,7 @@
16563
16549
  "componentName": "IconPokeball"
16564
16550
  },
16565
16551
  {
16566
- "category": "Things",
16552
+ "category": "Emoji",
16567
16553
  "svg": "<path d=\"M9.5 9.5H7.5C7.42315 9.5 7.34698 9.50289 7.27159 9.50857C5.72144 9.62527 4.5 10.92 4.5 12.5C4.5 13.1515 4.70767 13.7545 5.06043 14.2464M13.5 9.5H16.5C18.1569 9.5 19.5 10.8431 19.5 12.5C19.5 13.1515 19.2923 13.7545 18.9396 14.2464M16.5 14.5H18.5C20.1569 14.5 21.5 15.8431 21.5 17.5C21.5 19.1569 20.1569 20.5 18.5 20.5H5.5C3.84315 20.5 2.5 19.1569 2.5 17.5C2.5 15.8431 3.84315 14.5 5.5 14.5H12.5M16.4058 9.24891C17.084 8.53219 17.5 7.56467 17.5 6.5C17.5 4.29086 15.7091 2.5 13.5 2.5L13.5 4.5H9.5C7.84315 4.5 6.5 5.84315 6.5 7.5C6.5 8.15261 6.70838 8.75655 7.06224 9.24891\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16568
16554
  "iconName": "poop, spam",
16569
16555
  "variant": {
package/icons/index.d.ts CHANGED
@@ -642,7 +642,6 @@ export type CentralIconName =
642
642
  | "IconEmailSettings"
643
643
  | "IconEmojiAddReaction"
644
644
  | "IconEmojiAlt"
645
- | "IconEmojiArc"
646
645
  | "IconEmojiAstonished"
647
646
  | "IconEmojiSad"
648
647
  | "IconEmojiSadTear"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.1.78",
3
+ "version": "1.1.80",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1667,
14
+ "totalIcons": 1666,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 64,
@@ -581,6 +581,21 @@
581
581
  "IconWriting"
582
582
  ]
583
583
  },
584
+ "Emoji": {
585
+ "count": 10,
586
+ "icons": [
587
+ "IconAlien",
588
+ "IconEmojiAddReaction",
589
+ "IconEmojiAlt",
590
+ "IconEmojiSad",
591
+ "IconEmojiSleep",
592
+ "IconEmojiSmile",
593
+ "IconEmojiSmiley",
594
+ "IconEmojiSmilingFace",
595
+ "IconMask",
596
+ "IconPoop"
597
+ ]
598
+ },
584
599
  "Filter & Settings": {
585
600
  "count": 24,
586
601
  "icons": [
@@ -1560,9 +1575,8 @@
1560
1575
  ]
1561
1576
  },
1562
1577
  "Things": {
1563
- "count": 127,
1578
+ "count": 116,
1564
1579
  "icons": [
1565
- "IconAlien",
1566
1580
  "IconAnvil",
1567
1581
  "IconBackpack",
1568
1582
  "IconBag",
@@ -1592,16 +1606,8 @@
1592
1606
  "IconDirectorChair",
1593
1607
  "IconDoorHanger",
1594
1608
  "IconDumbell",
1595
- "IconEmojiAddReaction",
1596
- "IconEmojiAlt",
1597
- "IconEmojiArc",
1598
1609
  "IconEmojiAstonished",
1599
- "IconEmojiSad",
1600
1610
  "IconEmojiSadTear",
1601
- "IconEmojiSleep",
1602
- "IconEmojiSmile",
1603
- "IconEmojiSmiley",
1604
- "IconEmojiSmilingFace",
1605
1611
  "IconExplosion",
1606
1612
  "IconFashion",
1607
1613
  "IconFire1",
@@ -1623,7 +1629,6 @@
1623
1629
  "IconLimit",
1624
1630
  "IconLiveActivity",
1625
1631
  "IconMakeItPop",
1626
- "IconMask",
1627
1632
  "IconMedal",
1628
1633
  "IconMedicinePill",
1629
1634
  "IconMedicinePill2",
@@ -1644,7 +1649,6 @@
1644
1649
  "IconPlugin1",
1645
1650
  "IconPlugin2",
1646
1651
  "IconPokeball",
1647
- "IconPoop",
1648
1652
  "IconPropeller",
1649
1653
  "IconPushTheButton",
1650
1654
  "IconPuzzle",
@@ -2500,7 +2504,6 @@
2500
2504
  "IconEmailSettings": "email-settings, envelope, gear",
2501
2505
  "IconEmojiAddReaction": "emoji-add-reaction, reaction",
2502
2506
  "IconEmojiAlt": "emoji-alt",
2503
- "IconEmojiArc": "emoji-arc",
2504
2507
  "IconEmojiAstonished": "emoji-astonished",
2505
2508
  "IconEmojiSad": "emoji-sad, unhappy",
2506
2509
  "IconEmojiSadTear": "emoji-sad-tear",
package/index.d.ts CHANGED
@@ -641,7 +641,6 @@ export { IconEmailPlus, default as IconEmailPlusDefault, } from "./IconEmailPlus
641
641
  export { IconEmailSettings, default as IconEmailSettingsDefault, } from "./IconEmailSettings";
642
642
  export { IconEmojiAddReaction, default as IconEmojiAddReactionDefault, } from "./IconEmojiAddReaction";
643
643
  export { IconEmojiAlt, default as IconEmojiAltDefault } from "./IconEmojiAlt";
644
- export { IconEmojiArc, default as IconEmojiArcDefault } from "./IconEmojiArc";
645
644
  export { IconEmojiAstonished, default as IconEmojiAstonishedDefault, } from "./IconEmojiAstonished";
646
645
  export { IconEmojiSad, default as IconEmojiSadDefault } from "./IconEmojiSad";
647
646
  export { IconEmojiSadTear, default as IconEmojiSadTearDefault, } from "./IconEmojiSadTear";