diff options
author | codecalm <codecalm@gmail.com> | 2020-03-02 23:52:12 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-02 23:52:12 +0100 |
commit | b59cbb8499c4c5536d597978024c9d0be7fcdb76 (patch) | |
tree | d609aeb137daaa653f6d32f25ce2580697650ad4 /_icons | |
parent | box, music, lego (diff) | |
download | tabler-icons-b59cbb8499c4c5536d597978024c9d0be7fcdb76.tar.xz |
triangle icons
Diffstat (limited to '_icons')
-rw-r--r-- | _icons/alert-triangle.svg | 6 | ||||
-rw-r--r-- | _icons/minus-triangle.svg | 6 | ||||
-rw-r--r-- | _icons/plus-triangle.svg | 7 | ||||
-rw-r--r-- | _icons/triangle.svg | 4 |
4 files changed, 20 insertions, 3 deletions
diff --git a/_icons/alert-triangle.svg b/_icons/alert-triangle.svg new file mode 100644 index 00000000..4fbb9aa0 --- /dev/null +++ b/_icons/alert-triangle.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M12 9v2m0 4v.01" /> + <path d="M5.07 19H19a2 2 0 001.75 -2.75L13.75 4a2 2 0 00-3.5 0L3.25 16.25a2 2 0 001.75 2.75" /> +</svg> diff --git a/_icons/minus-triangle.svg b/_icons/minus-triangle.svg new file mode 100644 index 00000000..de4576ac --- /dev/null +++ b/_icons/minus-triangle.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="9" y1="13" x2="15" y2="13" /> + <path d="M5.07 19H19a2 2 0 001.75 -2.75L13.75 4a2 2 0 00-3.5 0L3.25 16.25a2 2 0 001.75 2.75" /> +</svg> diff --git a/_icons/plus-triangle.svg b/_icons/plus-triangle.svg new file mode 100644 index 00000000..9741fae4 --- /dev/null +++ b/_icons/plus-triangle.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="12" y1="10" x2="12" y2="16" /> + <line x1="9" y1="13" x2="15" y2="13" /> + <path d="M5.07 19H19a2 2 0 001.75 -2.75L13.75 4a2 2 0 00-3.5 0L3.25 16.25a2 2 0 001.75 2.75" /> +</svg> diff --git a/_icons/triangle.svg b/_icons/triangle.svg index a58c85b7..fd4918cd 100644 --- a/_icons/triangle.svg +++ b/_icons/triangle.svg @@ -1,7 +1,5 @@ --- --- <svg> - <path d="M12 9V11M12 15H12.01M5.07183 19H18.9282C20.4678 19 21.4301 17.3333 20.6603 16L13.7321 4C12.9623 2.66667 11.0378 2.66667 10.268 4L3.33978 16C2.56998 17.3333 3.53223 19 5.07183 19Z" stroke="#4A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity=".2"/> - - <path d="M12 Z" stroke="#4A5568" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" opacity=".2"/> + <path d="M5.07 19H19a2 2 0 001.75 -2.75L13.75 4a2 2 0 00-3.5 0L3.25 16.25a2 2 0 001.75 2.75" /> </svg> |