diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 21:47:35 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 21:47:35 +0100 |
commit | 5a449cd7c2e59f68851f5ae1a2493c6d376799df (patch) | |
tree | a38ab17af8febad4a8c666539404c8b9eb23f728 /_icons | |
parent | lock (diff) | |
download | tabler-icons-5a449cd7c2e59f68851f5ae1a2493c6d376799df.tar.xz |
camera, cash, magnet
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 00000000..879b9393 --- /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 00000000..5a6b75f5 --- /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 00000000..68080efa --- /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> |