diff options
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/camera.svg | 6 | ||||
-rw-r--r-- | _icons/cash.svg | 7 | ||||
-rw-r--r-- | _icons/magnet.svg | 7 |
3 files changed, 20 insertions, 0 deletions
diff --git a/_icons/camera.svg b/_icons/camera.svg new file mode 100644 index 0000000..879b939 --- /dev/null +++ b/_icons/camera.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M5 7h1a2 2 0 002 -2a1 1 0 011 -1h6a1 1 0 011 1a2 2 0 002 2h1a2 2 0 012 2v9a2 2 0 01-2 2h-14a2 2 0 01-2 -2v-9a2 2 0 012 -2"></path> + <circle cx="12" cy="13" r="3" /> +</svg> diff --git a/_icons/cash.svg b/_icons/cash.svg new file mode 100644 index 0000000..5a6b75f --- /dev/null +++ b/_icons/cash.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <rect x="7" y="9" width="14" height="10" rx="2"></rect> + <circle cx="14" cy="14" r="2" /> + <path d="M17 9v-2a2 2 0 00-2 -2h-10a2 2 0 00-2 2v6a2 2 0 002 2h2"></path> +</svg> diff --git a/_icons/magnet.svg b/_icons/magnet.svg new file mode 100644 index 0000000..68080ef --- /dev/null +++ b/_icons/magnet.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 13v-8a2 2 0 012 -2h1a2 2 0 012 2v8a2 2 0 006 0v-8a2 2 0 012 -2h1a2 2 0 012 2v8a8 8 0 01-16 0"></path> + <polyline points="4 8 9 8"></polyline> + <polyline points="15 8 19 8"></polyline> +</svg> |