diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/chart-area-line.svg | 6 | ||||
-rw-r--r-- | _icons/chart-area.svg | 6 | ||||
-rw-r--r-- | _icons/chart-bar.svg | 9 | ||||
-rw-r--r-- | _icons/chart-candle.svg | 13 | ||||
-rw-r--r-- | _icons/chart-donut.svg | 6 | ||||
-rw-r--r-- | _icons/chart-line.svg | 6 | ||||
-rw-r--r-- | _icons/chart-pie.svg | 6 | ||||
-rw-r--r-- | _icons/mail-opened.svg | 8 | ||||
-rw-r--r-- | _icons/mail.svg | 6 | ||||
-rw-r--r-- | _icons/qrcode.svg | 24 | ||||
-rw-r--r-- | _icons/trophy.svg | 10 | ||||
-rw-r--r-- | _icons/wine.svg | 8 |
12 files changed, 96 insertions, 12 deletions
diff --git a/_icons/chart-area-line.svg b/_icons/chart-area-line.svg new file mode 100644 index 00000000..7cbc3e64 --- /dev/null +++ b/_icons/chart-area-line.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <polyline points="4 19 8 13 12 15 16 10 20 14 20 19 4 19" /> + <polyline points="4 12 7 8 11 10 16 4 20 8" /> +</svg> diff --git a/_icons/chart-area.svg b/_icons/chart-area.svg new file mode 100644 index 00000000..8fd5831a --- /dev/null +++ b/_icons/chart-area.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="19" x2="20" y2="19" /> + <polyline points="4 15 8 9 12 11 16 6 20 10 20 15 4 15" /> +</svg> diff --git a/_icons/chart-bar.svg b/_icons/chart-bar.svg new file mode 100644 index 00000000..370261cd --- /dev/null +++ b/_icons/chart-bar.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <rect x="4" y="13" width="4" height="6" rx="1" /> + <rect x="8" y="6" width="4" height="13" rx="1" /> + <rect x="12" y="11" width="4" height="8" rx="1" /> + <rect x="16" y="15" width="4" height="4" rx="1" /> + <line x1="6" y1="19" x2="18" y2="19" /> +</svg> diff --git a/_icons/chart-candle.svg b/_icons/chart-candle.svg new file mode 100644 index 00000000..60ebb2b9 --- /dev/null +++ b/_icons/chart-candle.svg @@ -0,0 +1,13 @@ +--- +--- +<svg> + <rect x="4" y="6" width="4" height="5" /> + <line x1="6" y1="4" x2="6" y2="6" /> + <line x1="6" y1="11" x2="6" y2="20" /> + <rect x="10" y="14" width="4" height="5" /> + <line x1="12" y1="4" x2="12" y2="14" /> + <line x1="12" y1="19" x2="12" y2="20" /> + <rect x="16" y="5" width="4" height="6" /> + <line x1="18" y1="4" x2="18" y2="5" /> + <line x1="18" y1="11" x2="18" y2="20" /> +</svg> diff --git a/_icons/chart-donut.svg b/_icons/chart-donut.svg new file mode 100644 index 00000000..7cecab5d --- /dev/null +++ b/_icons/chart-donut.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M11 3a9.05 9.05 0 1010 10h-5a4.1 4.1 0 11-5 -5v-5" /> + <path d="M15 3.5a9 9 0 015.5 5.5h-5.5v-5.5" /> +</svg> diff --git a/_icons/chart-line.svg b/_icons/chart-line.svg new file mode 100644 index 00000000..045e120c --- /dev/null +++ b/_icons/chart-line.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="4" y1="19" x2="20" y2="19" /> + <polyline points="4 15 8 9 12 11 16 6 20 10" /> +</svg> diff --git a/_icons/chart-pie.svg b/_icons/chart-pie.svg new file mode 100644 index 00000000..c47032ec --- /dev/null +++ b/_icons/chart-pie.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M11 3a9.05 9.05 0 1010 10h-10v-10" /> + <path d="M15 3.5a9 9 0 015.5 5.5h-5.5v-5.5" /> +</svg> diff --git a/_icons/mail-opened.svg b/_icons/mail-opened.svg new file mode 100644 index 00000000..ec3d8b69 --- /dev/null +++ b/_icons/mail-opened.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="3 9 12 15 21 9 12 3 3 9" /> + <path d="M21 9v10a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-10" /> + <line x1="3" y1="19" x2="9" y2="13" /> + <line x1="15" y1="13" x2="21" y2="19" /> +</svg> diff --git a/_icons/mail.svg b/_icons/mail.svg new file mode 100644 index 00000000..8d316e2d --- /dev/null +++ b/_icons/mail.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="3" y="5" width="18" height="14" rx="2" /> + <polyline points="3 7 12 13 21 7" /> +</svg> diff --git a/_icons/qrcode.svg b/_icons/qrcode.svg index 0c9a5be5..bd32a68e 100644 --- a/_icons/qrcode.svg +++ b/_icons/qrcode.svg @@ -1,16 +1,16 @@ --- --- <svg> - <rect x="4" y="4" width="4" height="4" rx="1" /> - <rect x="16" y="4" width="4" height="4" rx="1" /> - <rect x="4" y="16" width="4" height="4" rx="1" /> - <line x1="12" y1="4" x2="12" y2="5" /> - <polyline points="12 8 12 12 15 12" /> - <line x1="4" y1="12" x2="5" y2="12" /> - <line x1="8" y1="12" x2="9" y2="12" /> - <line x1="18" y1="12" x2="20" y2="12" /> - <line x1="12" y1="16" x2="16" y2="16" /> - <line x1="19" y1="16" x2="20" y2="16" /> - <line x1="12" y1="20" x2="14" y2="20" /> - <line x1="17" y1="20" x2="20" y2="20" /> + <rect x="4" y="4" width="6" height="6" rx="1" /> + <line x1="7" y1="17" x2="7" y2="17.01" /> + <rect x="14" y="4" width="6" height="6" rx="1" /> + <line x1="7" y1="7" x2="7" y2="7.01" /> + <rect x="4" y="14" width="6" height="6" rx="1" /> + <line x1="17" y1="7" x2="17" y2="7.01" /> + <line x1="14" y1="14" x2="17" y2="14" /> + <line x1="20" y1="14" x2="20" y2="14.01" /> + <line x1="14" y1="14" x2="14" y2="17" /> + <line x1="14" y1="20" x2="17" y2="20" /> + <line x1="17" y1="17" x2="20" y2="17" /> + <line x1="20" y1="17" x2="20" y2="20" /> </svg> diff --git a/_icons/trophy.svg b/_icons/trophy.svg new file mode 100644 index 00000000..65c4b78b --- /dev/null +++ b/_icons/trophy.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="17" x2="12" y2="21" /> + <line x1="7" y1="4" x2="17" y2="4" /> + <path d="M17 4v8a5 5 0 01-10 0v-8" /> + <circle cx="5" cy="9" r="2" /> + <circle cx="19" cy="9" r="2" /> +</svg> diff --git a/_icons/wine.svg b/_icons/wine.svg new file mode 100644 index 00000000..62e1c995 --- /dev/null +++ b/_icons/wine.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <line x1="8" y1="21" x2="16" y2="21" /> + <line x1="12" y1="13" x2="12" y2="21" /> + <line x1="7" y1="4" x2="17" y2="4" /> + <path d="M17 4v4a5 5 0 01-10 0v-4" /> +</svg> |