diff options
Diffstat (limited to 'frontend/public/design-system/icons/chart.svg')
| -rw-r--r-- | frontend/public/design-system/icons/chart.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontend/public/design-system/icons/chart.svg b/frontend/public/design-system/icons/chart.svg new file mode 100644 index 0000000..830d53d --- /dev/null +++ b/frontend/public/design-system/icons/chart.svg @@ -0,0 +1,6 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"> + <path d="M3 19h18"></path> + <path d="M5 19V11l3-2 3 2v8"></path> + <path d="M13 19V7l3-2 3 2v12"></path> + <path d="M5 19V13"></path> +</svg>
\ No newline at end of file |
