diff options
author | Volpeon <git@volpeon.ink> | 2022-02-14 17:42:38 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-02-14 17:42:38 +0100 |
commit | bd367c7e687bdc64f8e622a9872e16a6d38ee5f2 (patch) | |
tree | 3b8841dbc7da0380370d52a41dd5a6495cea6804 /dist | |
parent | Added script to generate a sprite (diff) | |
download | iro-icons-bd367c7e687bdc64f8e622a9872e16a6d38ee5f2.tar.gz iro-icons-bd367c7e687bdc64f8e622a9872e16a6d38ee5f2.tar.bz2 iro-icons-bd367c7e687bdc64f8e622a9872e16a6d38ee5f2.zip |
Added ellipsis h and v
Diffstat (limited to 'dist')
-rw-r--r-- | dist/ellipsis-h.svg | 5 | ||||
-rw-r--r-- | dist/ellipsis-v.svg | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/dist/ellipsis-h.svg b/dist/ellipsis-h.svg new file mode 100644 index 0000000..0ee80ac --- /dev/null +++ b/dist/ellipsis-h.svg | |||
@@ -0,0 +1,5 @@ | |||
1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | ||
2 | <circle cx="8" cy="8.0442" r="1" stroke="currentColor" /> | ||
3 | <circle cx="13.5" cy="8" r="1" stroke="currentColor" /> | ||
4 | <circle cx="2.5" cy="8" r="1" stroke="currentColor" /> | ||
5 | </svg> | ||
diff --git a/dist/ellipsis-v.svg b/dist/ellipsis-v.svg new file mode 100644 index 0000000..bdd7ccc --- /dev/null +++ b/dist/ellipsis-v.svg | |||
@@ -0,0 +1,5 @@ | |||
1 | <svg version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"> | ||
2 | <circle cx="8" cy="8" r="1" stroke="currentColor" /> | ||
3 | <circle cx="8" cy="13.5" r="1" stroke="currentColor" /> | ||
4 | <circle cx="8" cy="2.5" r="1" stroke="currentColor" /> | ||
5 | </svg> | ||