From 7a5f15fea1c8b8981f1d705c03bf11012399620a Mon Sep 17 00:00:00 2001 From: zouxuoz Date: Thu, 1 Nov 2018 13:32:42 +0300 Subject: [PATCH] feat(Icon): add new icons --- src/atoms/typography/Icon/glyphs/Contract.svg | 23 +++++++++ .../typography/Icon/glyphs/Customers.svg | 48 +++++++++++++++++++ src/atoms/typography/Icon/glyphs/House.svg | 8 ++++ src/atoms/typography/Icon/glyphs/index.js | 6 +++ 4 files changed, 85 insertions(+) create mode 100644 src/atoms/typography/Icon/glyphs/Contract.svg create mode 100644 src/atoms/typography/Icon/glyphs/Customers.svg create mode 100644 src/atoms/typography/Icon/glyphs/House.svg diff --git a/src/atoms/typography/Icon/glyphs/Contract.svg b/src/atoms/typography/Icon/glyphs/Contract.svg new file mode 100644 index 00000000..d8bb0557 --- /dev/null +++ b/src/atoms/typography/Icon/glyphs/Contract.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/atoms/typography/Icon/glyphs/Customers.svg b/src/atoms/typography/Icon/glyphs/Customers.svg new file mode 100644 index 00000000..7bae2c6e --- /dev/null +++ b/src/atoms/typography/Icon/glyphs/Customers.svg @@ -0,0 +1,48 @@ + + + diff --git a/src/atoms/typography/Icon/glyphs/House.svg b/src/atoms/typography/Icon/glyphs/House.svg new file mode 100644 index 00000000..f4c3a964 --- /dev/null +++ b/src/atoms/typography/Icon/glyphs/House.svg @@ -0,0 +1,8 @@ + + + diff --git a/src/atoms/typography/Icon/glyphs/index.js b/src/atoms/typography/Icon/glyphs/index.js index 4cb79c3b..0c968b85 100644 --- a/src/atoms/typography/Icon/glyphs/index.js +++ b/src/atoms/typography/Icon/glyphs/index.js @@ -26,6 +26,9 @@ import Search from './Search.svg'; import SpeedMeter from './Speed-Meter.svg'; import Trashcan from './Trashcan.svg'; import TreeView from './TreeView.svg'; +import Contract from './Contract.svg'; +import Customers from './Customers.svg'; +import House from './House.svg'; export { Alert, @@ -53,5 +56,8 @@ export { SpeedMeter, Trashcan, TreeView, + Contract, + Customers, + House, };