From 6c25b981b50fc2a35ba2d021ee7eefb381285ab7 Mon Sep 17 00:00:00 2001 From: zouxuoz Date: Tue, 6 Nov 2018 12:17:27 +0300 Subject: [PATCH] feat(Icon): add screens icon --- src/atoms/typography/Icon/glyphs/Screens.svg | 7 +++++++ src/atoms/typography/Icon/glyphs/index.js | 2 ++ 2 files changed, 9 insertions(+) create mode 100755 src/atoms/typography/Icon/glyphs/Screens.svg diff --git a/src/atoms/typography/Icon/glyphs/Screens.svg b/src/atoms/typography/Icon/glyphs/Screens.svg new file mode 100755 index 00000000..965d3cf1 --- /dev/null +++ b/src/atoms/typography/Icon/glyphs/Screens.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/atoms/typography/Icon/glyphs/index.js b/src/atoms/typography/Icon/glyphs/index.js index 0c968b85..00217749 100644 --- a/src/atoms/typography/Icon/glyphs/index.js +++ b/src/atoms/typography/Icon/glyphs/index.js @@ -29,6 +29,7 @@ import TreeView from './TreeView.svg'; import Contract from './Contract.svg'; import Customers from './Customers.svg'; import House from './House.svg'; +import Screens from './Screens.svg'; export { Alert, @@ -59,5 +60,6 @@ export { Contract, Customers, House, + Screens, };