diff --git a/src/app/components/SvgIcons.jsx b/src/app/components/SvgIcons.jsx index ea725304..2933ac32 100644 --- a/src/app/components/SvgIcons.jsx +++ b/src/app/components/SvgIcons.jsx @@ -228,6 +228,72 @@ export class LinkIcon extends SvgIcon { } } +/** + * Material + */ +export class MatIcon extends SvgIcon { + /** + * Generate the SVG + * @return {React.Component} SVG Contents + */ + svg() { + return + + ; + } +} + + /** * Shopping icon (dollar sign) */