diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 06:39:10 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 06:39:30 +0200 |
commit | f8be779997b3116b03953c7b031bccbba7b21aae (patch) | |
tree | 422a2888c74c08eac02e8bd206a011b922f2b48e /src/_icons/separator.svg | |
parent | file-code icon (diff) | |
download | tabler-icons-f8be779997b3116b03953c7b031bccbba7b21aae.tar.xz |
3 new icons: `emphasis`, `separator`, `text-wrap`
Fixed icons: `underline`
Diffstat (limited to 'src/_icons/separator.svg')
-rw-r--r-- | src/_icons/separator.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/separator.svg b/src/_icons/separator.svg new file mode 100644 index 00000000..e8a08f47 --- /dev/null +++ b/src/_icons/separator.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <line x1="3" y1="12" x2="3" y2="12.01" /> + <line x1="7" y1="12" x2="17" y2="12" /> + <line x1="21" y1="12" x2="21" y2="12.01" /> +</svg> |