From 9ee8693f40e4ce8d2255fa47f4ad41d335d5b027 Mon Sep 17 00:00:00 2001 From: willyb321 Date: Tue, 12 Jun 2018 09:08:44 +1000 Subject: [PATCH] add material icon --- src/app/components/SvgIcons.jsx | 66 +++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) 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) */