diff options
author | codecalm <codecalm@gmail.com> | 2020-03-05 21:48:55 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-05 21:48:55 +0100 |
commit | b9477a3b177c5f34d1438fdc191857a343ca53f1 (patch) | |
tree | db7a57d25752f2a6a05110ee407359dffd9e0238 /_icons | |
parent | icons (diff) | |
download | tabler-icons-b9477a3b177c5f34d1438fdc191857a343ca53f1.tar.xz |
bike, location, gauge, man, woman
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/bike.svg | 8 | ||||
-rw-r--r-- | _icons/friends.svg | 8 | ||||
-rw-r--r-- | _icons/gauge.svg | 8 | ||||
-rw-r--r-- | _icons/location.svg | 5 | ||||
-rw-r--r-- | _icons/man.svg | 6 | ||||
-rw-r--r-- | _icons/parking.svg | 6 | ||||
-rw-r--r-- | _icons/woman.svg | 6 |
7 files changed, 47 insertions, 0 deletions
diff --git a/_icons/bike.svg b/_icons/bike.svg new file mode 100644 index 00000000..3c316271 --- /dev/null +++ b/_icons/bike.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="5" cy="18" r="3" /> + <circle cx="19" cy="18" r="3" /> + <polyline points="12 19 12 15 9 12 14 8 16 11 19 11" /> + <circle cx="17" cy="5" r="1" /> +</svg> diff --git a/_icons/friends.svg b/_icons/friends.svg new file mode 100644 index 00000000..dac56f86 --- /dev/null +++ b/_icons/friends.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="7" cy="5" r="2" /> + <path d="M5 22v-5l-1-1v-4a1 1 0 011 -1h4a1 1 0 011 1v4l-1 1v5" /> + <circle cx="17" cy="5" r="2" /> + <path d="M15 22v-4h-2l2 -6a1 1 0 011 -1h2a1 1 0 011 1l2 6h-2v4" /> +</svg> diff --git a/_icons/gauge.svg b/_icons/gauge.svg new file mode 100644 index 00000000..bdb05d25 --- /dev/null +++ b/_icons/gauge.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <circle cx="12" cy="12" r="1" /> + <line x1="13.41" y1="10.59" x2="16" y2="8" /> + <path d="M7 12a5 5 0 015 -5" /> +</svg> diff --git a/_icons/location.svg b/_icons/location.svg new file mode 100644 index 00000000..97191c9e --- /dev/null +++ b/_icons/location.svg @@ -0,0 +1,5 @@ +--- +--- +<svg> + <path d="M21 3L14.5 21a.55 .55 0 01-1 0L10 14L3 10.5a.55 .55 0 010 -1L21 3" /> +</svg> diff --git a/_icons/man.svg b/_icons/man.svg new file mode 100644 index 00000000..b8fdf785 --- /dev/null +++ b/_icons/man.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="5" r="2" /> + <path d="M10 22v-5l-1-1v-4a1 1 0 011 -1h4a1 1 0 011 1v4l-1 1v5" /> +</svg> diff --git a/_icons/parking.svg b/_icons/parking.svg new file mode 100644 index 00000000..ee50f572 --- /dev/null +++ b/_icons/parking.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <rect x="4" y="4" width="16" height="16" rx="2" /> + <path d="M9 16v-8h4a2 2 0 010 4h-4" /> +</svg> diff --git a/_icons/woman.svg b/_icons/woman.svg new file mode 100644 index 00000000..34def09b --- /dev/null +++ b/_icons/woman.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <circle cx="12" cy="5" r="2" /> + <path d="M10 22v-4h-2l2 -6a1 1 0 011 -1h2a1 1 0 011 1l2 6h-2v4" /> +</svg> |