summaryrefslogtreecommitdiff
path: root/src2/icons
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-03-01 09:18:52 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-03-01 09:18:52 +0000
commita7abbf4ddc70068620e9f44b74dc162ce2e16ee2 (patch)
tree74f66253717515d364ce74bd8275015c1f829cbc /src2/icons
parent90e1edab9b6a8ccc09a49fed3addbec2cbc4e4c3 (diff)
parenta1b9b647a6c4bda1f5db63879639d44543f9557e (diff)
Merged in refactor (pull request #1)
Refactor
Diffstat (limited to 'src2/icons')
-rw-r--r--src2/icons/chevron-left.svg3
-rw-r--r--src2/icons/chevron-right.svg3
-rw-r--r--src2/icons/close.svg1
-rw-r--r--src2/icons/filter.svg1
-rw-r--r--src2/icons/image-placeholder.svg1
-rw-r--r--src2/icons/instagram.svg5
-rw-r--r--src2/icons/linkedin.svg5
-rw-r--r--src2/icons/menu.svg1
-rw-r--r--src2/icons/minus.svg3
-rw-r--r--src2/icons/plus.svg4
-rw-r--r--src2/icons/search.svg4
-rw-r--r--src2/icons/shopping-cart.svg1
-rw-r--r--src2/icons/trash.svg4
13 files changed, 36 insertions, 0 deletions
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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left">
+ <polyline points="15 18 9 12 15 6"></polyline>
+</svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" className="feather feather-chevron-right">
+<polyline points="9 18 15 12 9 6"></polyline>
+</svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-filter"><polygon points="22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"></polygon></svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="currentColor" viewBox="0 0 640 512"><path d="M480 80C480 35.82 515.8 0 560 0C604.2 0 640 35.82 640 80C640 124.2 604.2 160 560 160C515.8 160 480 124.2 480 80zM0 456.1C0 445.6 2.964 435.3 8.551 426.4L225.3 81.01C231.9 70.42 243.5 64 256 64C268.5 64 280.1 70.42 286.8 81.01L412.7 281.7L460.9 202.7C464.1 196.1 472.2 192 480 192C487.8 192 495 196.1 499.1 202.7L631.1 419.1C636.9 428.6 640 439.7 640 450.9C640 484.6 612.6 512 578.9 512H55.91C25.03 512 .0006 486.1 .0006 456.1L0 456.1z"/></svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram">
+ <rect x="2" y="2" width="20" height="20" rx="5" ry="5"></rect>
+ <path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"></path>
+ <line x1="17.5" y1="6.5" x2="17.51" y2="6.5"></line>
+</svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin">
+ <path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"></path>
+ <rect x="2" y="9" width="4" height="12"></rect>
+ <circle cx="4" cy="4" r="2"></circle>
+</svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus">
+ <line x1="5" y1="12" x2="19" y2="12"></line>
+</svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus">
+ <line x1="12" y1="5" x2="12" y2="19"></line>
+ <line x1="5" y1="12" x2="19" y2="12"></line>
+</svg> \ 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 @@
+<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M9.71061 15.8333C13.3925 15.8333 16.3773 12.8486 16.3773 9.16667C16.3773 5.48477 13.3925 2.5 9.71061 2.5C6.02871 2.5 3.04395 5.48477 3.04395 9.16667C3.04395 12.8486 6.02871 15.8333 9.71061 15.8333Z" stroke="#2B2B2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+<path d="M18.0439 17.5L14.4189 13.875" stroke="#2B2B2B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+</svg>
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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-cart"><circle cx="9" cy="21" r="1"></circle><circle cx="20" cy="21" r="1"></circle><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"></path></svg> \ 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 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash">
+ <polyline points="3 6 5 6 21 6"></polyline>
+ <path d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"></path>
+</svg> \ No newline at end of file