summaryrefslogtreecommitdiff
path: root/frontend/site/projects/museum/icons.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/site/projects/museum/icons.js')
-rw-r--r--frontend/site/projects/museum/icons.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/site/projects/museum/icons.js b/frontend/site/projects/museum/icons.js
new file mode 100644
index 0000000..c4bdd68
--- /dev/null
+++ b/frontend/site/projects/museum/icons.js
@@ -0,0 +1,13 @@
+import React from 'react'
+
+export const ArrowLeft = (
+ <svg width="25" height="28" viewBox="0 0 25 28" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path d="M19 6L7 13.9931L19 22" stroke="#0F0F0F" strokeWidth="2" strokeMiterlimit="10"/>
+ </svg>
+)
+
+export const ArrowRight = (
+ <svg width="25" height="28" viewBox="0 0 25 28" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path d="M6 22L18 14.0069L6 6" stroke="#0F0F0F" strokeWidth="2" strokeMiterlimit="10"/>
+ </svg>
+)