summaryrefslogtreecommitdiff
path: root/src/icons
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2022-11-01 10:40:36 +0700
committerIT Fixcomart <it@fixcomart.co.id>2022-11-01 10:40:36 +0700
commit410b363883cc8b441bc2a858825ade07d72a19ca (patch)
treec39d9fbc13381e5ac5b67f37b5d8aa6a194c745c /src/icons
parent83354e3e9af77447a399b1f47fa22c7fccbbbe72 (diff)
Add progress bar and performance optimization
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/chevron-right.svg3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/icons/chevron-right.svg b/src/icons/chevron-right.svg
new file mode 100644
index 00000000..fc5a76aa
--- /dev/null
+++ b/src/icons/chevron-right.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" 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