diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/arrow-down.svg | 4 | ||||
-rw-r--r-- | _icons/arrow-left.svg | 4 | ||||
-rw-r--r-- | _icons/arrow-right.svg | 4 | ||||
-rw-r--r-- | _icons/arrow-up.svg | 4 | ||||
-rw-r--r-- | _icons/arrows-diagonal-2.svg | 8 | ||||
-rw-r--r-- | _icons/arrows-diagonal.svg | 8 | ||||
-rw-r--r-- | _icons/arrows-maximize.svg | 12 | ||||
-rw-r--r-- | _icons/eye.svg | 7 | ||||
-rw-r--r-- | _icons/maximize.svg | 8 | ||||
-rw-r--r-- | _icons/minimize.svg | 8 |
10 files changed, 59 insertions, 8 deletions
diff --git a/_icons/arrow-down.svg b/_icons/arrow-down.svg index a202dff..1b3a61b 100644 --- a/_icons/arrow-down.svg +++ b/_icons/arrow-down.svg @@ -2,6 +2,6 @@ --- <svg> <line x1="12" y1="5" x2="12" y2="19" /> - <line x1="19" y1="12" x2="12" y2="19" /> - <line x1="5" y1="12" x2="12" y2="19" /> + <line x1="18" y1="13" x2="12" y2="19" /> + <line x1="6" y1="13" x2="12" y2="19" /> </svg> diff --git a/_icons/arrow-left.svg b/_icons/arrow-left.svg index 3d83311..c078b7b 100644 --- a/_icons/arrow-left.svg +++ b/_icons/arrow-left.svg @@ -2,6 +2,6 @@ --- <svg> <line x1="5" y1="12" x2="19" y2="12" /> - <line x1="5" y1="12" x2="12" y2="19" /> - <line x1="5" y1="12" x2="12" y2="5" /> + <line x1="5" y1="12" x2="11" y2="18" /> + <line x1="5" y1="12" x2="11" y2="6" /> </svg> diff --git a/_icons/arrow-right.svg b/_icons/arrow-right.svg index 5869438..87b75b9 100644 --- a/_icons/arrow-right.svg +++ b/_icons/arrow-right.svg @@ -2,6 +2,6 @@ --- <svg> <line x1="5" y1="12" x2="19" y2="12" /> - <line x1="12" y1="19" x2="19" y2="12" /> - <line x1="12" y1="5" x2="19" y2="12" /> + <line x1="13" y1="18" x2="19" y2="12" /> + <line x1="13" y1="6" x2="19" y2="12" /> </svg> diff --git a/_icons/arrow-up.svg b/_icons/arrow-up.svg index c3c4756..164dec5 100644 --- a/_icons/arrow-up.svg +++ b/_icons/arrow-up.svg @@ -2,6 +2,6 @@ --- <svg> <line x1="12" y1="5" x2="12" y2="19" /> - <line x1="19" y1="12" x2="12" y2="5" /> - <line x1="5" y1="12" x2="12" y2="5" /> + <line x1="18" y1="11" x2="12" y2="5" /> + <line x1="6" y1="11" x2="12" y2="5" /> </svg> diff --git a/_icons/arrows-diagonal-2.svg b/_icons/arrows-diagonal-2.svg new file mode 100644 index 0000000..32351fa --- /dev/null +++ b/_icons/arrows-diagonal-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="16 20 20 20 20 16" /> + <line x1="14" y1="14" x2="20" y2="20" /> + <polyline points="8 4 4 4 4 8" /> + <line x1="4" y1="4" x2="10" y2="10" /> +</svg> diff --git a/_icons/arrows-diagonal.svg b/_icons/arrows-diagonal.svg new file mode 100644 index 0000000..4e2a9fd --- /dev/null +++ b/_icons/arrows-diagonal.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="16 4 20 4 20 8" /> + <line x1="14" y1="10" x2="20" y2="4" /> + <polyline points="8 20 4 20 4 16" /> + <line x1="4" y1="20" x2="10" y2="14" /> +</svg> diff --git a/_icons/arrows-maximize.svg b/_icons/arrows-maximize.svg new file mode 100644 index 0000000..cc02da5 --- /dev/null +++ b/_icons/arrows-maximize.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <polyline points="16 4 20 4 20 8" /> + <line x1="14" y1="10" x2="20" y2="4" /> + <polyline points="8 20 4 20 4 16" /> + <line x1="4" y1="20" x2="10" y2="14" /> + <polyline points="16 20 20 20 20 16" /> + <line x1="14" y1="14" x2="20" y2="20" /> + <polyline points="8 4 4 4 4 8" /> + <line x1="4" y1="4" x2="10" y2="10" /> +</svg> diff --git a/_icons/eye.svg b/_icons/eye.svg new file mode 100644 index 0000000..0982613 --- /dev/null +++ b/_icons/eye.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="2" /> + <path d="M2 12l1.5 2a11 11 0 0017 0l1.5 -2" /> + <path d="M2 12l1.5 -2a11 11 0 0117 0l1.5 2" /> +</svg> diff --git a/_icons/maximize.svg b/_icons/maximize.svg new file mode 100644 index 0000000..4e89e8d --- /dev/null +++ b/_icons/maximize.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M4 8v-2a2 2 0 012 -2h2" /> + <path d="M4 16v2a2 2 0 002 2h2" /> + <path d="M16 4h2a2 2 0 012 2v2" /> + <path d="M16 20h2a2 2 0 002 -2v-2" /> +</svg> diff --git a/_icons/minimize.svg b/_icons/minimize.svg new file mode 100644 index 0000000..80f991f --- /dev/null +++ b/_icons/minimize.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M15 19v-2a2 2 0 012 -2h2" /> + <path d="M16 5v2a2 2 0 002 2h2" /> + <path d="M5 15h2a2 2 0 012 2v2" /> + <path d="M5 9h2a2 2 0 002 -2v-2" /> +</svg> |