@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.150 → 1.1.152
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/IconAddImage/index.d.ts +4 -0
- package/IconAddImage/index.js +2 -0
- package/IconAddImage/index.js.map +1 -0
- package/IconAddImage/index.mjs +2 -0
- package/IconAddImage/index.mjs.map +1 -0
- package/IconArchiveJunk/index.d.ts +4 -0
- package/IconArchiveJunk/index.js +2 -0
- package/IconArchiveJunk/index.js.map +1 -0
- package/IconArchiveJunk/index.mjs +2 -0
- package/IconArchiveJunk/index.mjs.map +1 -0
- package/IconScanVoice/index.d.ts +4 -0
- package/IconScanVoice/index.js +2 -0
- package/IconScanVoice/index.js.map +1 -0
- package/IconScanVoice/index.mjs +2 -0
- package/IconScanVoice/index.mjs.map +1 -0
- package/IconVoiceMemo/index.d.ts +4 -0
- package/IconVoiceMemo/index.js +2 -0
- package/IconVoiceMemo/index.js.map +1 -0
- package/IconVoiceMemo/index.mjs +2 -0
- package/IconVoiceMemo/index.mjs.map +1 -0
- package/README.md +4 -0
- package/filtered-icons.json +56 -0
- package/icons/index.d.ts +4 -0
- package/icons-index.json +13 -5
- package/index.d.ts +4 -0
- 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 +28 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var v=(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 C of I(o))!g.call(r,C)&&C!==e&&n(r,C,{get:()=>o[C],enumerable:!(l=u(o,C))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?i(B(r)):{},a(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var P={};v(P,{IconAddImage:()=>d,default:()=>H});module.exports=x(P);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>f.default.createElement(s.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 p=require("react-native-svg"),d=r=>t.default.createElement(c,{...r},t.default.createElement(p.Path,{d:"M18.5 15C18.9142 15 19.25 15.3358 19.25 15.75V17.75H21.25C21.6642 17.75 22 18.0858 22 18.5C22 18.9142 21.6642 19.25 21.25 19.25H19.25V21.25C19.25 21.6642 18.9142 22 18.5 22C18.0858 22 17.75 21.6642 17.75 21.25V19.25H15.75C15.3358 19.25 15 18.9142 15 18.5C15 18.0858 15.3358 17.75 15.75 17.75H17.75V15.75C17.75 15.3358 18.0858 15 18.5 15Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.25 3C20.2165 3 21 3.7835 21 4.75V14.1699C20.2645 13.7443 19.4109 13.5 18.5 13.5C16.0512 13.5 14.0149 15.2607 13.585 17.585L8.88379 12.8838C8.39566 12.3958 7.60434 12.3958 7.11621 12.8838L4.5 15.5V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H13.6006C13.7095 20.0364 13.9052 20.5409 14.1709 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.25ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z",fill:"currentColor"})),H=d;0&&(module.exports={IconAddImage});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAddImage/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 IconAddImage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 15C18.9142 15 19.25 15.3358 19.25 15.75V17.75H21.25C21.6642 17.75 22 18.0858 22 18.5C22 18.9142 21.6642 19.25 21.25 19.25H19.25V21.25C19.25 21.6642 18.9142 22 18.5 22C18.0858 22 17.75 21.6642 17.75 21.25V19.25H15.75C15.3358 19.25 15 18.9142 15 18.5C15 18.0858 15.3358 17.75 15.75 17.75H17.75V15.75C17.75 15.3358 18.0858 15 18.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V14.1699C20.2645 13.7443 19.4109 13.5 18.5 13.5C16.0512 13.5 14.0149 15.2607 13.585 17.585L8.88379 12.8838C8.39566 12.3958 7.60434 12.3958 7.11621 12.8838L4.5 15.5V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H13.6006C13.7095 20.0364 13.9052 20.5409 14.1709 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.25ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAddImage;\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,EAAE,oVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,ufACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconAddImage_exports","__export","IconAddImage","IconAddImage_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAddImage","props","React","CentralIconBase","IconAddImage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import e from"react";import p from"react";import{Svg as l}from"react-native-svg";var C=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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 n}from"react-native-svg";var a=o=>e.createElement(C,{...o},e.createElement(n,{d:"M18.5 15C18.9142 15 19.25 15.3358 19.25 15.75V17.75H21.25C21.6642 17.75 22 18.0858 22 18.5C22 18.9142 21.6642 19.25 21.25 19.25H19.25V21.25C19.25 21.6642 18.9142 22 18.5 22C18.0858 22 17.75 21.6642 17.75 21.25V19.25H15.75C15.3358 19.25 15 18.9142 15 18.5C15 18.0858 15.3358 17.75 15.75 17.75H17.75V15.75C17.75 15.3358 18.0858 15 18.5 15Z",fill:"currentColor"}),e.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M19.25 3C20.2165 3 21 3.7835 21 4.75V14.1699C20.2645 13.7443 19.4109 13.5 18.5 13.5C16.0512 13.5 14.0149 15.2607 13.585 17.585L8.88379 12.8838C8.39566 12.3958 7.60434 12.3958 7.11621 12.8838L4.5 15.5V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H13.6006C13.7095 20.0364 13.9052 20.5409 14.1709 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.25ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z",fill:"currentColor"})),g=a;export{a as IconAddImage,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAddImage/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 IconAddImage: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 15C18.9142 15 19.25 15.3358 19.25 15.75V17.75H21.25C21.6642 17.75 22 18.0858 22 18.5C22 18.9142 21.6642 19.25 21.25 19.25H19.25V21.25C19.25 21.6642 18.9142 22 18.5 22C18.0858 22 17.75 21.6642 17.75 21.25V19.25H15.75C15.3358 19.25 15 18.9142 15 18.5C15 18.0858 15.3358 17.75 15.75 17.75H17.75V15.75C17.75 15.3358 18.0858 15 18.5 15Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V14.1699C20.2645 13.7443 19.4109 13.5 18.5 13.5C16.0512 13.5 14.0149 15.2607 13.585 17.585L8.88379 12.8838C8.39566 12.3958 7.60434 12.3958 7.11621 12.8838L4.5 15.5V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H13.6006C13.7095 20.0364 13.9052 20.5409 14.1709 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.25ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAddImage;\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,EAAE,oVACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,ufACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAddImage","props","React","CentralIconBase","IconAddImage_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var v=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of v(o))!I.call(r,e)&&e!==C&&n(r,e,{get:()=>o[e],enumerable:!(l=d(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(B(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),x=r=>a(n({},"__esModule",{value:!0}),r);var g={};L(g,{IconArchiveJunk:()=>i,default:()=>P});module.exports=x(g);var t=m(require("react"));var c=m(require("react")),f=require("react-native-svg"),s=({children:r,size:o=24,...C})=>c.default.createElement(f.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>t.default.createElement(s,{...r},t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 18.6758C21 18.9333 20.9995 19.1705 20.9834 19.3682C20.966 19.5812 20.9269 19.8147 20.8096 20.0449C20.6418 20.374 20.374 20.6418 20.0449 20.8096C19.8147 20.9269 19.5812 20.966 19.3682 20.9834C19.1705 20.9995 18.9333 21 18.6758 21H5.32422C5.06674 21 4.82952 20.9995 4.63184 20.9834C4.41879 20.966 4.18526 20.9269 3.95508 20.8096C3.62597 20.6418 3.35818 20.374 3.19043 20.0449C3.07314 19.8147 3.03403 19.5812 3.0166 19.3682C3.00045 19.1705 2.99998 18.9333 3 18.6758V8.5H21V18.6758ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z",fill:"currentColor"}),t.default.createElement(p.Path,{d:"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z",fill:"currentColor"})),P=i;0&&(module.exports={IconArchiveJunk});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArchiveJunk/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 IconArchiveJunk: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 18.6758C21 18.9333 20.9995 19.1705 20.9834 19.3682C20.966 19.5812 20.9269 19.8147 20.8096 20.0449C20.6418 20.374 20.374 20.6418 20.0449 20.8096C19.8147 20.9269 19.5812 20.966 19.3682 20.9834C19.1705 20.9995 18.9333 21 18.6758 21H5.32422C5.06674 21 4.82952 20.9995 4.63184 20.9834C4.41879 20.966 4.18526 20.9269 3.95508 20.8096C3.62597 20.6418 3.35818 20.374 3.19043 20.0449C3.07314 19.8147 3.03403 19.5812 3.0166 19.3682C3.00045 19.1705 2.99998 18.9333 3 18.6758V8.5H21V18.6758ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchiveJunk;\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,w+BACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArchiveJunk_exports","__export","IconArchiveJunk","IconArchiveJunk_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArchiveJunk","props","React","CentralIconBase","IconArchiveJunk_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...t})=>p.createElement(l,{...t,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 n}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 18.6758C21 18.9333 20.9995 19.1705 20.9834 19.3682C20.966 19.5812 20.9269 19.8147 20.8096 20.0449C20.6418 20.374 20.374 20.6418 20.0449 20.8096C19.8147 20.9269 19.5812 20.966 19.3682 20.9834C19.1705 20.9995 18.9333 21 18.6758 21H5.32422C5.06674 21 4.82952 20.9995 4.63184 20.9834C4.41879 20.966 4.18526 20.9269 3.95508 20.8096C3.62597 20.6418 3.35818 20.374 3.19043 20.0449C3.07314 19.8147 3.03403 19.5812 3.0166 19.3682C3.00045 19.1705 2.99998 18.9333 3 18.6758V8.5H21V18.6758ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z",fill:"currentColor"}),C.createElement(n,{d:"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z",fill:"currentColor"})),I=a;export{a as IconArchiveJunk,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconArchiveJunk/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 IconArchiveJunk: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M21 18.6758C21 18.9333 20.9995 19.1705 20.9834 19.3682C20.966 19.5812 20.9269 19.8147 20.8096 20.0449C20.6418 20.374 20.374 20.6418 20.0449 20.8096C19.8147 20.9269 19.5812 20.966 19.3682 20.9834C19.1705 20.9995 18.9333 21 18.6758 21H5.32422C5.06674 21 4.82952 20.9995 4.63184 20.9834C4.41879 20.966 4.18526 20.9269 3.95508 20.8096C3.62597 20.6418 3.35818 20.374 3.19043 20.0449C3.07314 19.8147 3.03403 19.5812 3.0166 19.3682C3.00045 19.1705 2.99998 18.9333 3 18.6758V8.5H21V18.6758ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArchiveJunk;\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,w+BACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArchiveJunk","props","React","CentralIconBase","IconArchiveJunk_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var e=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,H=Object.prototype.hasOwnProperty;var I=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},f=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of a(C))!H.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=d(C,t))||p.enumerable});return r};var V=(r,C,o)=>(o=r!=null?s(B(r)):{},f(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),M=r=>f(e({},"__esModule",{value:!0}),r);var x={};I(x,{IconScanVoice:()=>c,default:()=>Z});module.exports=M(x);var l=V(require("react"));var i=V(require("react")),u=require("react-native-svg"),m=({children:r,size:C=24,...o})=>i.default.createElement(u.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),c=r=>l.default.createElement(m,{...r},l.default.createElement(n.Path,{d:"M3.75 15C4.16421 15 4.5 15.3358 4.5 15.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H8.25C8.66421 19.5 9 19.8358 9 20.25C9 20.6642 8.66421 21 8.25 21H4.75C3.7835 21 3 20.2165 3 19.25V15.75C3 15.3358 3.33579 15 3.75 15Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M20.25 15C20.6642 15 21 15.3358 21 15.75V19.25C21 20.2165 20.2165 21 19.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H19.25C19.3881 19.5 19.5 19.3881 19.5 19.25V15.75C19.5 15.3358 19.8358 15 20.25 15Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M10.3301 7C10.7443 7 11.0801 7.33579 11.0801 7.75V16.25C11.0801 16.6642 10.7443 17 10.3301 17C9.91586 17 9.58008 16.6642 9.58008 16.25V7.75C9.58008 7.33579 9.91586 7 10.3301 7Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M17 8.5C17.4142 8.5 17.75 8.83579 17.75 9.25V14.75C17.75 15.1642 17.4142 15.5 17 15.5C16.5858 15.5 16.25 15.1642 16.25 14.75V9.25C16.25 8.83579 16.5858 8.5 17 8.5Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M7 10C7.41421 10 7.75 10.3358 7.75 10.75V13.25C7.75 13.6642 7.41421 14 7 14C6.58579 14 6.25 13.6642 6.25 13.25V10.75C6.25 10.3358 6.58579 10 7 10Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M13.6699 10C14.0841 10 14.4199 10.3358 14.4199 10.75V13.25C14.4199 13.6642 14.0841 14 13.6699 14C13.2557 14 12.9199 13.6642 12.9199 13.25V10.75C12.9199 10.3358 13.2557 10 13.6699 10Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M8.25 3C8.66421 3 9 3.33579 9 3.75C9 4.16421 8.66421 4.5 8.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V8.25C4.5 8.66421 4.16421 9 3.75 9C3.33579 9 3 8.66421 3 8.25V4.75C3 3.7835 3.7835 3 4.75 3H8.25Z",fill:"currentColor"}),l.default.createElement(n.Path,{d:"M19.25 3C20.2165 3 21 3.7835 21 4.75V8.25C21 8.66421 20.6642 9 20.25 9C19.8358 9 19.5 8.66421 19.5 8.25V4.75C19.5 4.61193 19.3881 4.5 19.25 4.5H15.75C15.3358 4.5 15 4.16421 15 3.75C15 3.33579 15.3358 3 15.75 3H19.25Z",fill:"currentColor"})),Z=c;0&&(module.exports={IconScanVoice});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanVoice/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 IconScanVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 15C4.16421 15 4.5 15.3358 4.5 15.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H8.25C8.66421 19.5 9 19.8358 9 20.25C9 20.6642 8.66421 21 8.25 21H4.75C3.7835 21 3 20.2165 3 19.25V15.75C3 15.3358 3.33579 15 3.75 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 15C20.6642 15 21 15.3358 21 15.75V19.25C21 20.2165 20.2165 21 19.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H19.25C19.3881 19.5 19.5 19.3881 19.5 19.25V15.75C19.5 15.3358 19.8358 15 20.25 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.3301 7C10.7443 7 11.0801 7.33579 11.0801 7.75V16.25C11.0801 16.6642 10.7443 17 10.3301 17C9.91586 17 9.58008 16.6642 9.58008 16.25V7.75C9.58008 7.33579 9.91586 7 10.3301 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 8.5C17.4142 8.5 17.75 8.83579 17.75 9.25V14.75C17.75 15.1642 17.4142 15.5 17 15.5C16.5858 15.5 16.25 15.1642 16.25 14.75V9.25C16.25 8.83579 16.5858 8.5 17 8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 10C7.41421 10 7.75 10.3358 7.75 10.75V13.25C7.75 13.6642 7.41421 14 7 14C6.58579 14 6.25 13.6642 6.25 13.25V10.75C6.25 10.3358 6.58579 10 7 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.6699 10C14.0841 10 14.4199 10.3358 14.4199 10.75V13.25C14.4199 13.6642 14.0841 14 13.6699 14C13.2557 14 12.9199 13.6642 12.9199 13.25V10.75C12.9199 10.3358 13.2557 10 13.6699 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 3C8.66421 3 9 3.33579 9 3.75C9 4.16421 8.66421 4.5 8.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V8.25C4.5 8.66421 4.16421 9 3.75 9C3.33579 9 3 8.66421 3 8.25V4.75C3 3.7835 3.7835 3 4.75 3H8.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V8.25C21 8.66421 20.6642 9 20.25 9C19.8358 9 19.5 8.66421 19.5 8.25V4.75C19.5 4.61193 19.3881 4.5 19.25 4.5H15.75C15.3358 4.5 15 4.16421 15 3.75C15 3.33579 15.3358 3 15.75 3H19.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanVoice;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2OACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2MACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2NACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconScanVoice_exports","__export","IconScanVoice","IconScanVoice_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconScanVoice","props","React","CentralIconBase","IconScanVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import e from"react";import{Svg as p}from"react-native-svg";var n=({children:l,size:o=24,...t})=>e.createElement(p,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},l);import{Path as C}from"react-native-svg";var f=l=>r.createElement(n,{...l},r.createElement(C,{d:"M3.75 15C4.16421 15 4.5 15.3358 4.5 15.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H8.25C8.66421 19.5 9 19.8358 9 20.25C9 20.6642 8.66421 21 8.25 21H4.75C3.7835 21 3 20.2165 3 19.25V15.75C3 15.3358 3.33579 15 3.75 15Z",fill:"currentColor"}),r.createElement(C,{d:"M20.25 15C20.6642 15 21 15.3358 21 15.75V19.25C21 20.2165 20.2165 21 19.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H19.25C19.3881 19.5 19.5 19.3881 19.5 19.25V15.75C19.5 15.3358 19.8358 15 20.25 15Z",fill:"currentColor"}),r.createElement(C,{d:"M10.3301 7C10.7443 7 11.0801 7.33579 11.0801 7.75V16.25C11.0801 16.6642 10.7443 17 10.3301 17C9.91586 17 9.58008 16.6642 9.58008 16.25V7.75C9.58008 7.33579 9.91586 7 10.3301 7Z",fill:"currentColor"}),r.createElement(C,{d:"M17 8.5C17.4142 8.5 17.75 8.83579 17.75 9.25V14.75C17.75 15.1642 17.4142 15.5 17 15.5C16.5858 15.5 16.25 15.1642 16.25 14.75V9.25C16.25 8.83579 16.5858 8.5 17 8.5Z",fill:"currentColor"}),r.createElement(C,{d:"M7 10C7.41421 10 7.75 10.3358 7.75 10.75V13.25C7.75 13.6642 7.41421 14 7 14C6.58579 14 6.25 13.6642 6.25 13.25V10.75C6.25 10.3358 6.58579 10 7 10Z",fill:"currentColor"}),r.createElement(C,{d:"M13.6699 10C14.0841 10 14.4199 10.3358 14.4199 10.75V13.25C14.4199 13.6642 14.0841 14 13.6699 14C13.2557 14 12.9199 13.6642 12.9199 13.25V10.75C12.9199 10.3358 13.2557 10 13.6699 10Z",fill:"currentColor"}),r.createElement(C,{d:"M8.25 3C8.66421 3 9 3.33579 9 3.75C9 4.16421 8.66421 4.5 8.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V8.25C4.5 8.66421 4.16421 9 3.75 9C3.33579 9 3 8.66421 3 8.25V4.75C3 3.7835 3.7835 3 4.75 3H8.25Z",fill:"currentColor"}),r.createElement(C,{d:"M19.25 3C20.2165 3 21 3.7835 21 4.75V8.25C21 8.66421 20.6642 9 20.25 9C19.8358 9 19.5 8.66421 19.5 8.25V4.75C19.5 4.61193 19.3881 4.5 19.25 4.5H15.75C15.3358 4.5 15 4.16421 15 3.75C15 3.33579 15.3358 3 15.75 3H19.25Z",fill:"currentColor"})),H=f;export{f as IconScanVoice,H as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconScanVoice/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 IconScanVoice: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.75 15C4.16421 15 4.5 15.3358 4.5 15.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H8.25C8.66421 19.5 9 19.8358 9 20.25C9 20.6642 8.66421 21 8.25 21H4.75C3.7835 21 3 20.2165 3 19.25V15.75C3 15.3358 3.33579 15 3.75 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 15C20.6642 15 21 15.3358 21 15.75V19.25C21 20.2165 20.2165 21 19.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H19.25C19.3881 19.5 19.5 19.3881 19.5 19.25V15.75C19.5 15.3358 19.8358 15 20.25 15Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M10.3301 7C10.7443 7 11.0801 7.33579 11.0801 7.75V16.25C11.0801 16.6642 10.7443 17 10.3301 17C9.91586 17 9.58008 16.6642 9.58008 16.25V7.75C9.58008 7.33579 9.91586 7 10.3301 7Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17 8.5C17.4142 8.5 17.75 8.83579 17.75 9.25V14.75C17.75 15.1642 17.4142 15.5 17 15.5C16.5858 15.5 16.25 15.1642 16.25 14.75V9.25C16.25 8.83579 16.5858 8.5 17 8.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 10C7.41421 10 7.75 10.3358 7.75 10.75V13.25C7.75 13.6642 7.41421 14 7 14C6.58579 14 6.25 13.6642 6.25 13.25V10.75C6.25 10.3358 6.58579 10 7 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M13.6699 10C14.0841 10 14.4199 10.3358 14.4199 10.75V13.25C14.4199 13.6642 14.0841 14 13.6699 14C13.2557 14 12.9199 13.6642 12.9199 13.25V10.75C12.9199 10.3358 13.2557 10 13.6699 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.25 3C8.66421 3 9 3.33579 9 3.75C9 4.16421 8.66421 4.5 8.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V8.25C4.5 8.66421 4.16421 9 3.75 9C3.33579 9 3 8.66421 3 8.25V4.75C3 3.7835 3.7835 3 4.75 3H8.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V8.25C21 8.66421 20.6642 9 20.25 9C19.8358 9 19.5 8.66421 19.5 8.25V4.75C19.5 4.61193 19.3881 4.5 19.25 4.5H15.75C15.3358 4.5 15 4.16421 15 3.75C15 3.33579 15.3358 3 15.75 3H19.25Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconScanVoice;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2OACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2MACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2NACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconScanVoice","props","React","CentralIconBase","IconScanVoice_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var V=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==C&&l(r,t,{get:()=>o[t],enumerable:!(p=V(o,t))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(I(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>f(l({},"__esModule",{value:!0}),r);var M={};x(M,{IconVoiceMemo:()=>c,default:()=>g});module.exports=P(M);var n=m(require("react"));var i=m(require("react")),s=require("react-native-svg"),a=({children:r,size:o=24,...C})=>i.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),c=r=>n.default.createElement(a,{...r},n.default.createElement(e.Path,{d:"M16.25 2.25C17.7688 2.25 19 3.48122 19 5C19 6.2584 18.1537 7.31578 17 7.64258V16.3564C18.1539 16.6832 19 17.7415 19 19C19 20.5188 17.7688 21.75 16.25 21.75C14.7312 21.75 13.5 20.5188 13.5 19C13.5 17.7415 14.3461 16.6832 15.5 16.3564V7.64258C14.3463 7.31578 13.5 6.2584 13.5 5C13.5 3.48122 14.7312 2.25 16.25 2.25Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M7.75 3C8.16421 3 8.5 3.33579 8.5 3.75V20.25C8.5 20.6642 8.16421 21 7.75 21C7.33579 21 7 20.6642 7 20.25V3.75C7 3.33579 7.33579 3 7.75 3Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M3.75 9C4.16421 9 4.5 9.33579 4.5 9.75V14.25C4.5 14.6642 4.16421 15 3.75 15C3.33579 15 3 14.6642 3 14.25V9.75C3 9.33579 3.33579 9 3.75 9Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M12 9C12.4142 9 12.75 9.33579 12.75 9.75V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V9.75C11.25 9.33579 11.5858 9 12 9Z",fill:"currentColor"}),n.default.createElement(e.Path,{d:"M20.25 10C20.6642 10 21 10.3358 21 10.75V13.25C21 13.6642 20.6642 14 20.25 14C19.8358 14 19.5 13.6642 19.5 13.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z",fill:"currentColor"})),g=c;0&&(module.exports={IconVoiceMemo});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMemo/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 IconVoiceMemo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.25 2.25C17.7688 2.25 19 3.48122 19 5C19 6.2584 18.1537 7.31578 17 7.64258V16.3564C18.1539 16.6832 19 17.7415 19 19C19 20.5188 17.7688 21.75 16.25 21.75C14.7312 21.75 13.5 20.5188 13.5 19C13.5 17.7415 14.3461 16.6832 15.5 16.3564V7.64258C14.3463 7.31578 13.5 6.2584 13.5 5C13.5 3.48122 14.7312 2.25 16.25 2.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75 3C8.16421 3 8.5 3.33579 8.5 3.75V20.25C8.5 20.6642 8.16421 21 7.75 21C7.33579 21 7 20.6642 7 20.25V3.75C7 3.33579 7.33579 3 7.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.75 9C4.16421 9 4.5 9.33579 4.5 9.75V14.25C4.5 14.6642 4.16421 15 3.75 15C3.33579 15 3 14.6642 3 14.25V9.75C3 9.33579 3.33579 9 3.75 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9C12.4142 9 12.75 9.33579 12.75 9.75V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V9.75C11.25 9.33579 11.5858 9 12 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 10C20.6642 10 21 10.3358 21 10.75V13.25C21 13.6642 20.6642 14 20.25 14C19.8358 14 19.5 13.6642 19.5 13.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMemo;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4TACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4IACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wJACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconVoiceMemo_exports","__export","IconVoiceMemo","IconVoiceMemo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconVoiceMemo","props","React","CentralIconBase","IconVoiceMemo_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:n,size:r=24,...t})=>l.createElement(p,{...t,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>o.createElement(e,{...n},o.createElement(C,{d:"M16.25 2.25C17.7688 2.25 19 3.48122 19 5C19 6.2584 18.1537 7.31578 17 7.64258V16.3564C18.1539 16.6832 19 17.7415 19 19C19 20.5188 17.7688 21.75 16.25 21.75C14.7312 21.75 13.5 20.5188 13.5 19C13.5 17.7415 14.3461 16.6832 15.5 16.3564V7.64258C14.3463 7.31578 13.5 6.2584 13.5 5C13.5 3.48122 14.7312 2.25 16.25 2.25Z",fill:"currentColor"}),o.createElement(C,{d:"M7.75 3C8.16421 3 8.5 3.33579 8.5 3.75V20.25C8.5 20.6642 8.16421 21 7.75 21C7.33579 21 7 20.6642 7 20.25V3.75C7 3.33579 7.33579 3 7.75 3Z",fill:"currentColor"}),o.createElement(C,{d:"M3.75 9C4.16421 9 4.5 9.33579 4.5 9.75V14.25C4.5 14.6642 4.16421 15 3.75 15C3.33579 15 3 14.6642 3 14.25V9.75C3 9.33579 3.33579 9 3.75 9Z",fill:"currentColor"}),o.createElement(C,{d:"M12 9C12.4142 9 12.75 9.33579 12.75 9.75V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V9.75C11.25 9.33579 11.5858 9 12 9Z",fill:"currentColor"}),o.createElement(C,{d:"M20.25 10C20.6642 10 21 10.3358 21 10.75V13.25C21 13.6642 20.6642 14 20.25 14C19.8358 14 19.5 13.6642 19.5 13.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z",fill:"currentColor"})),d=f;export{f as IconVoiceMemo,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconVoiceMemo/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 IconVoiceMemo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.25 2.25C17.7688 2.25 19 3.48122 19 5C19 6.2584 18.1537 7.31578 17 7.64258V16.3564C18.1539 16.6832 19 17.7415 19 19C19 20.5188 17.7688 21.75 16.25 21.75C14.7312 21.75 13.5 20.5188 13.5 19C13.5 17.7415 14.3461 16.6832 15.5 16.3564V7.64258C14.3463 7.31578 13.5 6.2584 13.5 5C13.5 3.48122 14.7312 2.25 16.25 2.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.75 3C8.16421 3 8.5 3.33579 8.5 3.75V20.25C8.5 20.6642 8.16421 21 7.75 21C7.33579 21 7 20.6642 7 20.25V3.75C7 3.33579 7.33579 3 7.75 3Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.75 9C4.16421 9 4.5 9.33579 4.5 9.75V14.25C4.5 14.6642 4.16421 15 3.75 15C3.33579 15 3 14.6642 3 14.25V9.75C3 9.33579 3.33579 9 3.75 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 9C12.4142 9 12.75 9.33579 12.75 9.75V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V9.75C11.25 9.33579 11.5858 9 12 9Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.25 10C20.6642 10 21 10.3358 21 10.75V13.25C21 13.6642 20.6642 14 20.25 14C19.8358 14 19.5 13.6642 19.5 13.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconVoiceMemo;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4TACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4IACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wJACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconVoiceMemo","props","React","CentralIconBase","IconVoiceMemo_default"]}
|
package/README.md
CHANGED
|
@@ -992,6 +992,7 @@ Below is a complete list of available icons:
|
|
|
992
992
|
- IconAppearanceDarkMode
|
|
993
993
|
- IconAppearanceLightMode
|
|
994
994
|
- IconArchive1
|
|
995
|
+
- IconArchiveJunk
|
|
995
996
|
- IconArrowBoxLeft
|
|
996
997
|
- IconArrowBoxRight
|
|
997
998
|
- IconArrowInbox
|
|
@@ -1350,6 +1351,7 @@ Below is a complete list of available icons:
|
|
|
1350
1351
|
### Photography & Video
|
|
1351
1352
|
|
|
1352
1353
|
- Icon4k
|
|
1354
|
+
- IconAddImage
|
|
1353
1355
|
- IconAdjustPhoto
|
|
1354
1356
|
- IconAlt
|
|
1355
1357
|
- IconAspectRatio11
|
|
@@ -1706,6 +1708,7 @@ Below is a complete list of available icons:
|
|
|
1706
1708
|
- IconRewind15s
|
|
1707
1709
|
- IconRewind30s
|
|
1708
1710
|
- IconRewind5s
|
|
1711
|
+
- IconScanVoice
|
|
1709
1712
|
- IconShuffle
|
|
1710
1713
|
- IconSkip
|
|
1711
1714
|
- IconSoundFx
|
|
@@ -1716,6 +1719,7 @@ Below is a complete list of available icons:
|
|
|
1716
1719
|
- IconVoice3
|
|
1717
1720
|
- IconVoiceHigh
|
|
1718
1721
|
- IconVoiceLow
|
|
1722
|
+
- IconVoiceMemo
|
|
1719
1723
|
- IconVoiceMid
|
|
1720
1724
|
- IconVoiceMode
|
|
1721
1725
|
- IconVoiceRecord
|
package/filtered-icons.json
CHANGED
|
@@ -84,6 +84,20 @@
|
|
|
84
84
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
85
85
|
"componentName": "Icon4k"
|
|
86
86
|
},
|
|
87
|
+
{
|
|
88
|
+
"category": "Photography & Video",
|
|
89
|
+
"svg": "<path d=\"M18.5 15C18.9142 15 19.25 15.3358 19.25 15.75V17.75H21.25C21.6642 17.75 22 18.0858 22 18.5C22 18.9142 21.6642 19.25 21.25 19.25H19.25V21.25C19.25 21.6642 18.9142 22 18.5 22C18.0858 22 17.75 21.6642 17.75 21.25V19.25H15.75C15.3358 19.25 15 18.9142 15 18.5C15 18.0858 15.3358 17.75 15.75 17.75H17.75V15.75C17.75 15.3358 18.0858 15 18.5 15Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V14.1699C20.2645 13.7443 19.4109 13.5 18.5 13.5C16.0512 13.5 14.0149 15.2607 13.585 17.585L8.88379 12.8838C8.39566 12.3958 7.60434 12.3958 7.11621 12.8838L4.5 15.5V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H13.6006C13.7095 20.0364 13.9052 20.5409 14.1709 21H4.75C3.7835 21 3 20.2165 3 19.25V4.75C3 3.7835 3.7835 3 4.75 3H19.25ZM15 6.5C13.6193 6.5 12.5 7.61929 12.5 9C12.5 10.3807 13.6193 11.5 15 11.5C16.3807 11.5 17.5 10.3807 17.5 9C17.5 7.61929 16.3807 6.5 15 6.5Z\" fill=\"currentColor\"/>",
|
|
90
|
+
"iconName": "add-image, upload-image",
|
|
91
|
+
"variant": {
|
|
92
|
+
"join": "round",
|
|
93
|
+
"filled": "on",
|
|
94
|
+
"radius": "1",
|
|
95
|
+
"stroke": "1.5"
|
|
96
|
+
},
|
|
97
|
+
"createdAt": "2026-03-04T09:00:36.81334+00:00",
|
|
98
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
99
|
+
"componentName": "IconAddImage"
|
|
100
|
+
},
|
|
87
101
|
{
|
|
88
102
|
"category": "Edit",
|
|
89
103
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.7624 2.42662C11.4458 1.74321 12.5539 1.74321 13.2373 2.42662L21.5731 10.7624C22.2565 11.4458 22.2565 12.5538 21.5731 13.2372L13.2373 21.5731C12.5539 22.2565 11.4458 22.2565 10.7624 21.5731L2.42662 13.2372C1.74321 12.5538 1.74321 11.4458 2.42663 10.7624L10.7624 2.42662ZM12.75 9C12.75 8.58579 12.4142 8.25 12 8.25C11.5858 8.25 11.25 8.58579 11.25 9V11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15V12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9Z\" fill=\"currentColor\"/>",
|
|
@@ -1008,6 +1022,20 @@
|
|
|
1008
1022
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1009
1023
|
"componentName": "IconArchive1"
|
|
1010
1024
|
},
|
|
1025
|
+
{
|
|
1026
|
+
"category": "Interface General",
|
|
1027
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 18.6758C21 18.9333 20.9995 19.1705 20.9834 19.3682C20.966 19.5812 20.9269 19.8147 20.8096 20.0449C20.6418 20.374 20.374 20.6418 20.0449 20.8096C19.8147 20.9269 19.5812 20.966 19.3682 20.9834C19.1705 20.9995 18.9333 21 18.6758 21H5.32422C5.06674 21 4.82952 20.9995 4.63184 20.9834C4.41879 20.966 4.18526 20.9269 3.95508 20.8096C3.62597 20.6418 3.35818 20.374 3.19043 20.0449C3.07314 19.8147 3.03403 19.5812 3.0166 19.3682C3.00045 19.1705 2.99998 18.9333 3 18.6758V8.5H21V18.6758ZM14.7803 11.9697C14.4874 11.6768 14.0126 11.6768 13.7197 11.9697L12 13.6895L10.2803 11.9697C9.98738 11.6768 9.51262 11.6768 9.21973 11.9697C8.92683 12.2626 8.92683 12.7374 9.21973 13.0303L10.9395 14.75L9.21973 16.4697C8.92683 16.7626 8.92683 17.2374 9.21973 17.5303C9.51262 17.8232 9.98738 17.8232 10.2803 17.5303L12 15.8105L13.7197 17.5303C14.0126 17.8232 14.4874 17.8232 14.7803 17.5303C15.0732 17.2374 15.0732 16.7626 14.7803 16.4697L13.0605 14.75L14.7803 13.0303C15.0732 12.7374 15.0732 12.2626 14.7803 11.9697Z\" fill=\"currentColor\"/><path d=\"M21.25 3C21.6642 3 22 3.33579 22 3.75V6.25C22 6.66421 21.6642 7 21.25 7H2.75C2.33579 7 2 6.66421 2 6.25V3.75C2 3.33579 2.33579 3 2.75 3H21.25Z\" fill=\"currentColor\"/>",
|
|
1028
|
+
"iconName": "archive-junk",
|
|
1029
|
+
"variant": {
|
|
1030
|
+
"join": "round",
|
|
1031
|
+
"filled": "on",
|
|
1032
|
+
"radius": "1",
|
|
1033
|
+
"stroke": "1.5"
|
|
1034
|
+
},
|
|
1035
|
+
"createdAt": "2026-03-02T09:01:01.031321+00:00",
|
|
1036
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
1037
|
+
"componentName": "IconArchiveJunk"
|
|
1038
|
+
},
|
|
1011
1039
|
{
|
|
1012
1040
|
"category": "Augmented Reality",
|
|
1013
1041
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2646 2.27192C11.7212 2.01507 12.2788 2.01507 12.7354 2.27192L14.8872 3.48234C15.2483 3.68541 15.3763 4.1427 15.1732 4.50372C14.9702 4.86474 14.5129 4.99278 14.1519 4.7897L12 3.57928L9.84814 4.7897C9.48713 4.99278 9.02984 4.86474 8.82677 4.50372C8.62369 4.1427 8.75173 3.68541 9.11275 3.48234L11.2646 2.27192ZM7.08342 5.48435C7.2865 5.84537 7.15846 6.30265 6.79744 6.50573L4.5 7.79803L4.5 10.25C4.5 10.6642 4.16421 11 3.75 11C3.33579 11 3 10.6642 3 10.25L3 7.79803C3 7.25612 3.29229 6.75635 3.76461 6.49067L6.06205 5.19836C6.42307 4.99529 6.88035 5.12333 7.08342 5.48435ZM16.9166 5.48435C17.1196 5.12333 17.5769 4.99529 17.938 5.19836L20.2354 6.49067C20.7077 6.75635 21 7.25612 21 7.79803V10.25C21 10.6642 20.6642 11 20.25 11C19.8358 11 19.5 10.6642 19.5 10.25V7.79803L17.2026 6.50573C16.8415 6.30265 16.7135 5.84537 16.9166 5.48435ZM20.25 13C20.6642 13 21 13.3358 21 13.75V16.202C21 16.7439 20.7077 17.2437 20.2354 17.5094L17.938 18.8017C17.5769 19.0048 17.1197 18.8767 16.9166 18.5157C16.7135 18.1547 16.8416 17.6974 17.2026 17.4943L19.5 16.202V13.75C19.5 13.3358 19.8358 13 20.25 13ZM3.75 13C4.16421 13 4.5 13.3358 4.5 13.75L4.5 16.202L6.79743 17.4943C7.15845 17.6974 7.28649 18.1547 7.08342 18.5157C6.88034 18.8767 6.42306 19.0048 6.06204 18.8017L3.76461 17.5094C3.29229 17.2437 3 16.7439 3 16.202L3 13.75C3 13.3358 3.33579 13 3.75 13ZM8.82676 19.4963C9.02983 19.1353 9.48712 19.0073 9.84813 19.2103L12 20.4208L14.1519 19.2103C14.5129 19.0073 14.9702 19.1353 15.1732 19.4963C15.3763 19.8573 15.2483 20.3146 14.8873 20.5177L12.7354 21.7281C12.2788 21.985 11.7212 21.985 11.2646 21.7281L9.11274 20.5177C8.75172 20.3146 8.62368 19.8573 8.82676 19.4963Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.4019 10.5C9.60901 10.1413 10.0677 10.0184 10.4264 10.2255L12 11.134L13.5735 10.2255C13.9323 10.0184 14.391 10.1413 14.5981 10.5C14.8052 10.8587 14.6823 11.3174 14.3235 11.5245L12.75 12.433V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V12.433L9.67642 11.5245C9.3177 11.3174 9.1948 10.8587 9.4019 10.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2.46877C12.4142 2.46877 12.75 2.80456 12.75 3.21877V6.25002C12.75 6.66424 12.4142 7.00002 12 7.00002C11.5858 7.00002 11.25 6.66424 11.25 6.25002V3.21877C11.25 2.80456 11.5858 2.46877 12 2.46877ZM3.48454 7.20614C3.69165 6.84742 4.15034 6.72451 4.50906 6.93162L7.18315 8.47551C7.54187 8.68261 7.66478 9.14131 7.45767 9.50002C7.25056 9.85874 6.79187 9.98165 6.43315 9.77454L3.75906 8.23066C3.40034 8.02355 3.27744 7.56486 3.48454 7.20614ZM20.5155 7.20614C20.7226 7.56486 20.5997 8.02355 20.2409 8.23066L17.5668 9.77454C17.2081 9.98165 16.7494 9.85874 16.5423 9.50002C16.3352 9.1413 16.4581 8.68261 16.8168 8.47551L19.4909 6.93162C19.8497 6.72451 20.3083 6.84742 20.5155 7.20614ZM7.49827 14.4766C7.70537 14.8353 7.58247 15.294 7.22375 15.5011L4.50906 17.0684C4.15034 17.2755 3.69165 17.1526 3.48454 16.7939C3.27744 16.4352 3.40034 15.9765 3.75906 15.7694L6.47375 14.2021C6.83247 13.995 7.29116 14.1179 7.49827 14.4766ZM16.5017 14.4766C16.7088 14.1179 17.1675 13.995 17.5263 14.2021L20.2409 15.7694C20.5997 15.9765 20.7226 16.4352 20.5155 16.7939C20.3083 17.1526 19.8497 17.2755 19.4909 17.0684L16.7763 15.5011C16.4175 15.294 16.2946 14.8353 16.5017 14.4766ZM12 16.9531C12.4142 16.9531 12.75 17.2889 12.75 17.7031V20.7813C12.75 21.1955 12.4142 21.5313 12 21.5313C11.5858 21.5313 11.25 21.1955 11.25 20.7813V17.7031C11.25 17.2889 11.5858 16.9531 12 16.9531Z\" fill=\"currentColor\"/>",
|
|
@@ -19768,6 +19796,20 @@
|
|
|
19768
19796
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
19769
19797
|
"componentName": "IconScanTextSparkle"
|
|
19770
19798
|
},
|
|
19799
|
+
{
|
|
19800
|
+
"category": "Sound & Music",
|
|
19801
|
+
"svg": "<path d=\"M3.75 15C4.16421 15 4.5 15.3358 4.5 15.75V19.25C4.5 19.3881 4.61193 19.5 4.75 19.5H8.25C8.66421 19.5 9 19.8358 9 20.25C9 20.6642 8.66421 21 8.25 21H4.75C3.7835 21 3 20.2165 3 19.25V15.75C3 15.3358 3.33579 15 3.75 15Z\" fill=\"currentColor\"/><path d=\"M20.25 15C20.6642 15 21 15.3358 21 15.75V19.25C21 20.2165 20.2165 21 19.25 21H15.75C15.3358 21 15 20.6642 15 20.25C15 19.8358 15.3358 19.5 15.75 19.5H19.25C19.3881 19.5 19.5 19.3881 19.5 19.25V15.75C19.5 15.3358 19.8358 15 20.25 15Z\" fill=\"currentColor\"/><path d=\"M10.3301 7C10.7443 7 11.0801 7.33579 11.0801 7.75V16.25C11.0801 16.6642 10.7443 17 10.3301 17C9.91586 17 9.58008 16.6642 9.58008 16.25V7.75C9.58008 7.33579 9.91586 7 10.3301 7Z\" fill=\"currentColor\"/><path d=\"M17 8.5C17.4142 8.5 17.75 8.83579 17.75 9.25V14.75C17.75 15.1642 17.4142 15.5 17 15.5C16.5858 15.5 16.25 15.1642 16.25 14.75V9.25C16.25 8.83579 16.5858 8.5 17 8.5Z\" fill=\"currentColor\"/><path d=\"M7 10C7.41421 10 7.75 10.3358 7.75 10.75V13.25C7.75 13.6642 7.41421 14 7 14C6.58579 14 6.25 13.6642 6.25 13.25V10.75C6.25 10.3358 6.58579 10 7 10Z\" fill=\"currentColor\"/><path d=\"M13.6699 10C14.0841 10 14.4199 10.3358 14.4199 10.75V13.25C14.4199 13.6642 14.0841 14 13.6699 14C13.2557 14 12.9199 13.6642 12.9199 13.25V10.75C12.9199 10.3358 13.2557 10 13.6699 10Z\" fill=\"currentColor\"/><path d=\"M8.25 3C8.66421 3 9 3.33579 9 3.75C9 4.16421 8.66421 4.5 8.25 4.5H4.75C4.61193 4.5 4.5 4.61193 4.5 4.75V8.25C4.5 8.66421 4.16421 9 3.75 9C3.33579 9 3 8.66421 3 8.25V4.75C3 3.7835 3.7835 3 4.75 3H8.25Z\" fill=\"currentColor\"/><path d=\"M19.25 3C20.2165 3 21 3.7835 21 4.75V8.25C21 8.66421 20.6642 9 20.25 9C19.8358 9 19.5 8.66421 19.5 8.25V4.75C19.5 4.61193 19.3881 4.5 19.25 4.5H15.75C15.3358 4.5 15 4.16421 15 3.75C15 3.33579 15.3358 3 15.75 3H19.25Z\" fill=\"currentColor\"/>",
|
|
19802
|
+
"iconName": "scan-voice",
|
|
19803
|
+
"variant": {
|
|
19804
|
+
"join": "round",
|
|
19805
|
+
"filled": "on",
|
|
19806
|
+
"radius": "1",
|
|
19807
|
+
"stroke": "1.5"
|
|
19808
|
+
},
|
|
19809
|
+
"createdAt": "2026-03-04T09:00:36.81334+00:00",
|
|
19810
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
19811
|
+
"componentName": "IconScanVoice"
|
|
19812
|
+
},
|
|
19771
19813
|
{
|
|
19772
19814
|
"category": "Building",
|
|
19773
19815
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 5.75C6 4.7835 6.7835 4 7.75 4H16.25C17.2165 4 18 4.7835 18 5.75V18.5H19V8H20.25C21.2165 8 22 8.7835 22 9.75V18.5H22.25C22.6642 18.5 23 18.8358 23 19.25C23 19.6642 22.6642 20 22.25 20H1.75C1.33579 20 1 19.6642 1 19.25C1 18.8358 1.33579 18.5 1.75 18.5H2V9.75C2 8.7835 2.7835 8 3.75 8H5V18.5H6V5.75ZM14 18.5V15.25C14 15.1119 13.8881 15 13.75 15H10.25C10.1119 15 10 15.1119 10 15.25V18.5H14Z\" fill=\"currentColor\"/>",
|
|
@@ -24808,6 +24850,20 @@
|
|
|
24808
24850
|
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
24809
24851
|
"componentName": "IconVoiceLow"
|
|
24810
24852
|
},
|
|
24853
|
+
{
|
|
24854
|
+
"category": "Sound & Music",
|
|
24855
|
+
"svg": "<path d=\"M16.25 2.25C17.7688 2.25 19 3.48122 19 5C19 6.2584 18.1537 7.31578 17 7.64258V16.3564C18.1539 16.6832 19 17.7415 19 19C19 20.5188 17.7688 21.75 16.25 21.75C14.7312 21.75 13.5 20.5188 13.5 19C13.5 17.7415 14.3461 16.6832 15.5 16.3564V7.64258C14.3463 7.31578 13.5 6.2584 13.5 5C13.5 3.48122 14.7312 2.25 16.25 2.25Z\" fill=\"currentColor\"/><path d=\"M7.75 3C8.16421 3 8.5 3.33579 8.5 3.75V20.25C8.5 20.6642 8.16421 21 7.75 21C7.33579 21 7 20.6642 7 20.25V3.75C7 3.33579 7.33579 3 7.75 3Z\" fill=\"currentColor\"/><path d=\"M3.75 9C4.16421 9 4.5 9.33579 4.5 9.75V14.25C4.5 14.6642 4.16421 15 3.75 15C3.33579 15 3 14.6642 3 14.25V9.75C3 9.33579 3.33579 9 3.75 9Z\" fill=\"currentColor\"/><path d=\"M12 9C12.4142 9 12.75 9.33579 12.75 9.75V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V9.75C11.25 9.33579 11.5858 9 12 9Z\" fill=\"currentColor\"/><path d=\"M20.25 10C20.6642 10 21 10.3358 21 10.75V13.25C21 13.6642 20.6642 14 20.25 14C19.8358 14 19.5 13.6642 19.5 13.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z\" fill=\"currentColor\"/>",
|
|
24856
|
+
"iconName": "voice-memo, voice-control",
|
|
24857
|
+
"variant": {
|
|
24858
|
+
"join": "round",
|
|
24859
|
+
"filled": "on",
|
|
24860
|
+
"radius": "1",
|
|
24861
|
+
"stroke": "1.5"
|
|
24862
|
+
},
|
|
24863
|
+
"createdAt": "2026-03-04T09:00:36.81334+00:00",
|
|
24864
|
+
"packageName": "round-filled-radius-1-stroke-1.5",
|
|
24865
|
+
"componentName": "IconVoiceMemo"
|
|
24866
|
+
},
|
|
24811
24867
|
{
|
|
24812
24868
|
"category": "Sound & Music",
|
|
24813
24869
|
"svg": "<path d=\"M7.75 5C8.16421 5 8.5 5.33579 8.5 5.75V18.25C8.5 18.6642 8.16421 19 7.75 19C7.33579 19 7 18.6642 7 18.25V5.75C7 5.33579 7.33579 5 7.75 5Z\" fill=\"currentColor\"/><path d=\"M16.25 7C16.6642 7 17 7.33579 17 7.75V16.25C17 16.6642 16.6642 17 16.25 17C15.8358 17 15.5 16.6642 15.5 16.25V7.75C15.5 7.33579 15.8358 7 16.25 7Z\" fill=\"currentColor\"/><path d=\"M12 9C12.4142 9 12.75 9.33579 12.75 9.75V14.25C12.75 14.6642 12.4142 15 12 15C11.5858 15 11.25 14.6642 11.25 14.25V9.75C11.25 9.33579 11.5858 9 12 9Z\" fill=\"currentColor\"/><path d=\"M3.75 10C4.16421 10 4.5 10.3358 4.5 10.75V13.25C4.5 13.6642 4.16421 14 3.75 14C3.33579 14 3 13.6642 3 13.25V10.75C3 10.3358 3.33579 10 3.75 10Z\" fill=\"currentColor\"/><path d=\"M20.25 10C20.6642 10 21 10.3358 21 10.75V13.25C21 13.6642 20.6642 14 20.25 14C19.8358 14 19.5 13.6642 19.5 13.25V10.75C19.5 10.3358 19.8358 10 20.25 10Z\" fill=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export type CentralIconName =
|
|
|
5
5
|
| "Icon3dPackage"
|
|
6
6
|
| "Icon3dSphere"
|
|
7
7
|
| "Icon4k"
|
|
8
|
+
| "IconAddImage"
|
|
8
9
|
| "IconAddKeyframe"
|
|
9
10
|
| "IconAddToBasket"
|
|
10
11
|
| "IconAddToBasket2"
|
|
@@ -71,6 +72,7 @@ export type CentralIconName =
|
|
|
71
72
|
| "IconArc"
|
|
72
73
|
| "IconArchive"
|
|
73
74
|
| "IconArchive1"
|
|
75
|
+
| "IconArchiveJunk"
|
|
74
76
|
| "IconArCube3"
|
|
75
77
|
| "IconArena"
|
|
76
78
|
| "IconArmchair"
|
|
@@ -1411,6 +1413,7 @@ export type CentralIconName =
|
|
|
1411
1413
|
| "IconSatellite2"
|
|
1412
1414
|
| "IconScanCode"
|
|
1413
1415
|
| "IconScanTextSparkle"
|
|
1416
|
+
| "IconScanVoice"
|
|
1414
1417
|
| "IconSchool"
|
|
1415
1418
|
| "IconScissors1"
|
|
1416
1419
|
| "IconScissors2"
|
|
@@ -1771,6 +1774,7 @@ export type CentralIconName =
|
|
|
1771
1774
|
| "IconVoiceCircle"
|
|
1772
1775
|
| "IconVoiceHigh"
|
|
1773
1776
|
| "IconVoiceLow"
|
|
1777
|
+
| "IconVoiceMemo"
|
|
1774
1778
|
| "IconVoiceMid"
|
|
1775
1779
|
| "IconVoiceMode"
|
|
1776
1780
|
| "IconVoiceRecord"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.152",
|
|
4
4
|
"style": "round-filled-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1.5/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":
|
|
14
|
+
"totalIcons": 1838,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 70,
|
|
@@ -893,13 +893,14 @@
|
|
|
893
893
|
]
|
|
894
894
|
},
|
|
895
895
|
"Interface General": {
|
|
896
|
-
"count":
|
|
896
|
+
"count": 190,
|
|
897
897
|
"icons": [
|
|
898
898
|
"IconAnchor1",
|
|
899
899
|
"IconAnchor2",
|
|
900
900
|
"IconAppearanceDarkMode",
|
|
901
901
|
"IconAppearanceLightMode",
|
|
902
902
|
"IconArchive1",
|
|
903
|
+
"IconArchiveJunk",
|
|
903
904
|
"IconArrowBoxLeft",
|
|
904
905
|
"IconArrowBoxRight",
|
|
905
906
|
"IconArrowInbox",
|
|
@@ -1267,9 +1268,10 @@
|
|
|
1267
1268
|
]
|
|
1268
1269
|
},
|
|
1269
1270
|
"Photography & Video": {
|
|
1270
|
-
"count":
|
|
1271
|
+
"count": 84,
|
|
1271
1272
|
"icons": [
|
|
1272
1273
|
"Icon4k",
|
|
1274
|
+
"IconAddImage",
|
|
1273
1275
|
"IconAdjustPhoto",
|
|
1274
1276
|
"IconAlt",
|
|
1275
1277
|
"IconAspectRatio11",
|
|
@@ -1598,7 +1600,7 @@
|
|
|
1598
1600
|
]
|
|
1599
1601
|
},
|
|
1600
1602
|
"Sound & Music": {
|
|
1601
|
-
"count":
|
|
1603
|
+
"count": 56,
|
|
1602
1604
|
"icons": [
|
|
1603
1605
|
"IconAirpodLeft",
|
|
1604
1606
|
"IconAirpodRight",
|
|
@@ -1634,6 +1636,7 @@
|
|
|
1634
1636
|
"IconRewind15s",
|
|
1635
1637
|
"IconRewind30s",
|
|
1636
1638
|
"IconRewind5s",
|
|
1639
|
+
"IconScanVoice",
|
|
1637
1640
|
"IconShuffle",
|
|
1638
1641
|
"IconSkip",
|
|
1639
1642
|
"IconSoundFx",
|
|
@@ -1644,6 +1647,7 @@
|
|
|
1644
1647
|
"IconVoice3",
|
|
1645
1648
|
"IconVoiceHigh",
|
|
1646
1649
|
"IconVoiceLow",
|
|
1650
|
+
"IconVoiceMemo",
|
|
1647
1651
|
"IconVoiceMid",
|
|
1648
1652
|
"IconVoiceMode",
|
|
1649
1653
|
"IconVoiceRecord",
|
|
@@ -2042,6 +2046,7 @@
|
|
|
2042
2046
|
"Icon3dPackage": "3d-package, box",
|
|
2043
2047
|
"Icon3dSphere": "3d-sphere",
|
|
2044
2048
|
"Icon4k": "4k",
|
|
2049
|
+
"IconAddImage": "add-image, upload-image",
|
|
2045
2050
|
"IconAddKeyframe": "add-keyframe, rhombus",
|
|
2046
2051
|
"IconAddToBasket": "add-to-basket",
|
|
2047
2052
|
"IconAddToBasket2": "add-to-basket-2",
|
|
@@ -2108,6 +2113,7 @@
|
|
|
2108
2113
|
"IconArc": "arc",
|
|
2109
2114
|
"IconArchive": "archive, folder, box",
|
|
2110
2115
|
"IconArchive1": "archive-1, inbox, file",
|
|
2116
|
+
"IconArchiveJunk": "archive-junk",
|
|
2111
2117
|
"IconArCube3": "ar-cube-3",
|
|
2112
2118
|
"IconArena": "arena",
|
|
2113
2119
|
"IconArmchair": "armchair, seat, chill",
|
|
@@ -3448,6 +3454,7 @@
|
|
|
3448
3454
|
"IconSatellite2": "satellite-2, radar, feed",
|
|
3449
3455
|
"IconScanCode": "scan-code, barcode",
|
|
3450
3456
|
"IconScanTextSparkle": "scan-text-sparkle, scan, arrows-all-sides, focus, list",
|
|
3457
|
+
"IconScanVoice": "scan-voice",
|
|
3451
3458
|
"IconSchool": "school, building",
|
|
3452
3459
|
"IconScissors1": "scissors-1, cut",
|
|
3453
3460
|
"IconScissors2": "scissors-2, cut",
|
|
@@ -3808,6 +3815,7 @@
|
|
|
3808
3815
|
"IconVoiceCircle": "voice-circle, waves",
|
|
3809
3816
|
"IconVoiceHigh": "voice-high, wave",
|
|
3810
3817
|
"IconVoiceLow": "voice-low, wave",
|
|
3818
|
+
"IconVoiceMemo": "voice-memo, voice-control",
|
|
3811
3819
|
"IconVoiceMid": "voice-mid, wave",
|
|
3812
3820
|
"IconVoiceMode": "voice-mode, voice-settings",
|
|
3813
3821
|
"IconVoiceRecord": "voice-record",
|
package/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { Icon3dBoxTop, default as Icon3dBoxTopDefault } from "./Icon3dBoxTop";
|
|
|
4
4
|
export { Icon3dPackage, default as Icon3dPackageDefault, } from "./Icon3dPackage";
|
|
5
5
|
export { Icon3dSphere, default as Icon3dSphereDefault } from "./Icon3dSphere";
|
|
6
6
|
export { Icon4k, default as Icon4kDefault } from "./Icon4k";
|
|
7
|
+
export { IconAddImage, default as IconAddImageDefault } from "./IconAddImage";
|
|
7
8
|
export { IconAddKeyframe, default as IconAddKeyframeDefault, } from "./IconAddKeyframe";
|
|
8
9
|
export { IconAddToBasket, default as IconAddToBasketDefault, } from "./IconAddToBasket";
|
|
9
10
|
export { IconAddToBasket2, default as IconAddToBasket2Default, } from "./IconAddToBasket2";
|
|
@@ -73,6 +74,7 @@ export { IconArScanCube2, default as IconArScanCube2Default, } from "./IconArSca
|
|
|
73
74
|
export { IconArc, default as IconArcDefault } from "./IconArc";
|
|
74
75
|
export { IconArchive, default as IconArchiveDefault } from "./IconArchive";
|
|
75
76
|
export { IconArchive1, default as IconArchive1Default } from "./IconArchive1";
|
|
77
|
+
export { IconArchiveJunk, default as IconArchiveJunkDefault, } from "./IconArchiveJunk";
|
|
76
78
|
export { IconArena, default as IconArenaDefault } from "./IconArena";
|
|
77
79
|
export { IconArmchair, default as IconArmchairDefault } from "./IconArmchair";
|
|
78
80
|
export { IconAround, default as IconAroundDefault } from "./IconAround";
|
|
@@ -1410,6 +1412,7 @@ export { IconSatellite1, default as IconSatellite1Default, } from "./IconSatelli
|
|
|
1410
1412
|
export { IconSatellite2, default as IconSatellite2Default, } from "./IconSatellite2";
|
|
1411
1413
|
export { IconScanCode, default as IconScanCodeDefault } from "./IconScanCode";
|
|
1412
1414
|
export { IconScanTextSparkle, default as IconScanTextSparkleDefault, } from "./IconScanTextSparkle";
|
|
1415
|
+
export { IconScanVoice, default as IconScanVoiceDefault, } from "./IconScanVoice";
|
|
1413
1416
|
export { IconSchool, default as IconSchoolDefault } from "./IconSchool";
|
|
1414
1417
|
export { IconScissors1, default as IconScissors1Default, } from "./IconScissors1";
|
|
1415
1418
|
export { IconScissors2, default as IconScissors2Default, } from "./IconScissors2";
|
|
@@ -1770,6 +1773,7 @@ export { IconVoiceAndVideo, default as IconVoiceAndVideoDefault, } from "./IconV
|
|
|
1770
1773
|
export { IconVoiceCircle, default as IconVoiceCircleDefault, } from "./IconVoiceCircle";
|
|
1771
1774
|
export { IconVoiceHigh, default as IconVoiceHighDefault, } from "./IconVoiceHigh";
|
|
1772
1775
|
export { IconVoiceLow, default as IconVoiceLowDefault } from "./IconVoiceLow";
|
|
1776
|
+
export { IconVoiceMemo, default as IconVoiceMemoDefault, } from "./IconVoiceMemo";
|
|
1773
1777
|
export { IconVoiceMid, default as IconVoiceMidDefault } from "./IconVoiceMid";
|
|
1774
1778
|
export { IconVoiceMode, default as IconVoiceModeDefault, } from "./IconVoiceMode";
|
|
1775
1779
|
export { IconVoiceRecord, default as IconVoiceRecordDefault, } from "./IconVoiceRecord";
|