diff options
Diffstat (limited to 'src/static/icons/directions')
-rw-r--r-- | src/static/icons/directions/east.svg | 1 | ||||
-rw-r--r-- | src/static/icons/directions/north-east.svg | 1 | ||||
-rw-r--r-- | src/static/icons/directions/north-west.svg | 1 | ||||
-rw-r--r-- | src/static/icons/directions/north.svg | 1 | ||||
-rw-r--r-- | src/static/icons/directions/south-east.svg | 1 | ||||
-rw-r--r-- | src/static/icons/directions/south-west.svg | 1 | ||||
-rw-r--r-- | src/static/icons/directions/south.svg | 1 | ||||
-rw-r--r-- | src/static/icons/directions/west.svg | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/src/static/icons/directions/east.svg b/src/static/icons/directions/east.svg new file mode 100644 index 0000000..e708757 --- /dev/null +++ b/src/static/icons/directions/east.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><path fill="currentColor" d="M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16V4Z"/></g></svg> \ No newline at end of file | |||
diff --git a/src/static/icons/directions/north-east.svg b/src/static/icons/directions/north-east.svg new file mode 100644 index 0000000..a5b842c --- /dev/null +++ b/src/static/icons/directions/north-east.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g transform="rotate(180 12 12)"><path fill="currentColor" d="M19 6.41L17.59 5L7 15.59V9H5v10h10v-2H8.41L19 6.41Z"/></g></svg> \ No newline at end of file | |||
diff --git a/src/static/icons/directions/north-west.svg b/src/static/icons/directions/north-west.svg new file mode 100644 index 0000000..e18211c --- /dev/null +++ b/src/static/icons/directions/north-west.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g transform="rotate(90 12 12)"><path fill="currentColor" d="M19 6.41L17.59 5L7 15.59V9H5v10h10v-2H8.41L19 6.41Z"/></g></svg> \ No newline at end of file | |||
diff --git a/src/static/icons/directions/north.svg b/src/static/icons/directions/north.svg new file mode 100644 index 0000000..cb15d38 --- /dev/null +++ b/src/static/icons/directions/north.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g transform="rotate(180 12 12)"><path fill="currentColor" d="M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16V4Z"/></g></svg> \ No newline at end of file | |||
diff --git a/src/static/icons/directions/south-east.svg b/src/static/icons/directions/south-east.svg new file mode 100644 index 0000000..b8fb1c9 --- /dev/null +++ b/src/static/icons/directions/south-east.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g transform="rotate(-90 12 12)"><path fill="currentColor" d="M19 6.41L17.59 5L7 15.59V9H5v10h10v-2H8.41L19 6.41Z"/></g></svg> \ No newline at end of file | |||
diff --git a/src/static/icons/directions/south-west.svg b/src/static/icons/directions/south-west.svg new file mode 100644 index 0000000..dba0fe1 --- /dev/null +++ b/src/static/icons/directions/south-west.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6.41L17.59 5L7 15.59V9H5v10h10v-2H8.41L19 6.41Z"/></svg> \ No newline at end of file | |||
diff --git a/src/static/icons/directions/south.svg b/src/static/icons/directions/south.svg new file mode 100644 index 0000000..4be2792 --- /dev/null +++ b/src/static/icons/directions/south.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16V4Z"/></svg> \ No newline at end of file | |||
diff --git a/src/static/icons/directions/west.svg b/src/static/icons/directions/west.svg new file mode 100644 index 0000000..4de4b71 --- /dev/null +++ b/src/static/icons/directions/west.svg | |||
@@ -0,0 +1 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g transform="rotate(90 12 12)"><path fill="currentColor" d="M11 4h2v12l5.5-5.5l1.42 1.42L12 19.84l-7.92-7.92L5.5 10.5L11 16V4Z"/></g></svg> \ No newline at end of file | |||