From f99e0aba70efad0deb907d8e27f09fc9f527c8a4 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 17 Feb 2023 17:07:50 +0700 Subject: Refactor --- src2/icons/chevron-left.svg | 3 +++ src2/icons/chevron-right.svg | 3 +++ src2/icons/close.svg | 1 + src2/icons/filter.svg | 1 + src2/icons/image-placeholder.svg | 1 + src2/icons/instagram.svg | 5 +++++ src2/icons/linkedin.svg | 5 +++++ src2/icons/menu.svg | 1 + src2/icons/minus.svg | 3 +++ src2/icons/plus.svg | 4 ++++ src2/icons/search.svg | 4 ++++ src2/icons/shopping-cart.svg | 1 + src2/icons/trash.svg | 4 ++++ 13 files changed, 36 insertions(+) create mode 100644 src2/icons/chevron-left.svg create mode 100644 src2/icons/chevron-right.svg create mode 100644 src2/icons/close.svg create mode 100644 src2/icons/filter.svg create mode 100644 src2/icons/image-placeholder.svg create mode 100644 src2/icons/instagram.svg create mode 100644 src2/icons/linkedin.svg create mode 100644 src2/icons/menu.svg create mode 100644 src2/icons/minus.svg create mode 100644 src2/icons/plus.svg create mode 100644 src2/icons/search.svg create mode 100644 src2/icons/shopping-cart.svg create mode 100644 src2/icons/trash.svg (limited to 'src2/icons') diff --git a/src2/icons/chevron-left.svg b/src2/icons/chevron-left.svg new file mode 100644 index 00000000..a22ce386 --- /dev/null +++ b/src2/icons/chevron-left.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src2/icons/chevron-right.svg b/src2/icons/chevron-right.svg new file mode 100644 index 00000000..eb58f2f2 --- /dev/null +++ b/src2/icons/chevron-right.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src2/icons/close.svg b/src2/icons/close.svg new file mode 100644 index 00000000..50e0589d --- /dev/null +++ b/src2/icons/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src2/icons/filter.svg b/src2/icons/filter.svg new file mode 100644 index 00000000..c15ce7b9 --- /dev/null +++ b/src2/icons/filter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src2/icons/image-placeholder.svg b/src2/icons/image-placeholder.svg new file mode 100644 index 00000000..935e1097 --- /dev/null +++ b/src2/icons/image-placeholder.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src2/icons/instagram.svg b/src2/icons/instagram.svg new file mode 100644 index 00000000..d90842c6 --- /dev/null +++ b/src2/icons/instagram.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src2/icons/linkedin.svg b/src2/icons/linkedin.svg new file mode 100644 index 00000000..a68aec96 --- /dev/null +++ b/src2/icons/linkedin.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/src2/icons/menu.svg b/src2/icons/menu.svg new file mode 100644 index 00000000..5d067e8e --- /dev/null +++ b/src2/icons/menu.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src2/icons/minus.svg b/src2/icons/minus.svg new file mode 100644 index 00000000..12a10199 --- /dev/null +++ b/src2/icons/minus.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/src2/icons/plus.svg b/src2/icons/plus.svg new file mode 100644 index 00000000..2923c684 --- /dev/null +++ b/src2/icons/plus.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src2/icons/search.svg b/src2/icons/search.svg new file mode 100644 index 00000000..6de1cdfa --- /dev/null +++ b/src2/icons/search.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src2/icons/shopping-cart.svg b/src2/icons/shopping-cart.svg new file mode 100644 index 00000000..09f14ca6 --- /dev/null +++ b/src2/icons/shopping-cart.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src2/icons/trash.svg b/src2/icons/trash.svg new file mode 100644 index 00000000..e23673ee --- /dev/null +++ b/src2/icons/trash.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.2.3