diff options
author | codecalm <codecalm@gmail.com> | 2020-03-01 17:40:35 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-01 17:40:35 +0100 |
commit | 090299f69badc65a6ca806da36b32f14d249f568 (patch) | |
tree | 2295b40238ba8b437f3b1aa01b8803a3622af618 /_icons | |
parent | user (diff) | |
download | tabler-icons-090299f69badc65a6ca806da36b32f14d249f568.tar.xz |
switch icons
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/swich-horizontal.svg | 8 | ||||
-rw-r--r-- | _icons/switch-vertical.svg | 10 | ||||
-rw-r--r-- | _icons/user-check.svg | 4 | ||||
-rw-r--r-- | _icons/user-minus.svg | 4 | ||||
-rw-r--r-- | _icons/user-plus.svg | 4 | ||||
-rw-r--r-- | _icons/user-x.svg | 4 | ||||
-rw-r--r-- | _icons/user.svg | 2 |
7 files changed, 27 insertions, 9 deletions
diff --git a/_icons/swich-horizontal.svg b/_icons/swich-horizontal.svg new file mode 100644 index 00000000..8527d4b2 --- /dev/null +++ b/_icons/swich-horizontal.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <polyline points="16 3 20 7 16 11"/> + <polyline points="10 7 20 7"/> + <polyline points="8 13 4 17 8 21"/> + <polyline points="4 17 13 17"/> +</svg> diff --git a/_icons/switch-vertical.svg b/_icons/switch-vertical.svg new file mode 100644 index 00000000..d6486491 --- /dev/null +++ b/_icons/switch-vertical.svg @@ -0,0 +1,10 @@ +--- +--- +<svg> + <g> + <polyline points="3 8 7 4 11 8"/> + <polyline points="7 4 7 13"/> + <polyline points="13 16 17 20 21 16"/> + <polyline points="17 10 17 20"/> + </g> +</svg> diff --git a/_icons/user-check.svg b/_icons/user-check.svg index a9a5b1dd..53ee7271 100644 --- a/_icons/user-check.svg +++ b/_icons/user-check.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="9" cy="7" r="4"></circle> - <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <circle cx="8.5" cy="7" r="4"></circle> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> <polyline points="16 11 18 13 22 9"/> </svg> diff --git a/_icons/user-minus.svg b/_icons/user-minus.svg index 76df9b3c..30e984d3 100644 --- a/_icons/user-minus.svg +++ b/_icons/user-minus.svg @@ -1,7 +1,7 @@ --- --- <svg> - <circle cx="9" cy="7" r="4"></circle> - <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <circle cx="8.5" cy="7" r="4"></circle> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> <line x1="16" y1="11" x2="22" y2="11"></line> </svg> diff --git a/_icons/user-plus.svg b/_icons/user-plus.svg index d9725d54..3d065db7 100644 --- a/_icons/user-plus.svg +++ b/_icons/user-plus.svg @@ -1,8 +1,8 @@ --- --- <svg> - <circle cx="9" cy="7" r="4"></circle> - <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <circle cx="8.5" cy="7" r="4"></circle> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> <line x1="16" y1="11" x2="22" y2="11"></line> <line x1="19" y1="8" x2="19" y2="14"></line> </svg> diff --git a/_icons/user-x.svg b/_icons/user-x.svg index c85dc74e..9df7c030 100644 --- a/_icons/user-x.svg +++ b/_icons/user-x.svg @@ -1,8 +1,8 @@ --- --- <svg> - <circle cx="9" cy="7" r="4"></circle> - <path d="M3 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> + <circle cx="8.5" cy="7" r="4"></circle> + <path d="M2 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> <line x1="17" y1="9" x2="21" y2="13" /> <line x1="17" y1="13" x2="21" y2="9" /> </svg> diff --git a/_icons/user.svg b/_icons/user.svg index 0483d65a..6fe5c17e 100644 --- a/_icons/user.svg +++ b/_icons/user.svg @@ -2,5 +2,5 @@ --- <svg> <circle cx="12" cy="7" r="4"></circle> - <path d="M4 21v-2a4 4 0 014-4h8a4 4 0 014 4v2" /> + <path d="M5.5 21v-2a4 4 0 014-4h5a4 4 0 014 4v2" /> </svg> |