diff options
author | codecalm <codecalm@gmail.com> | 2020-02-28 13:23:23 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-02-28 13:23:23 +0100 |
commit | d96c9230b60576eac4f58fc8c948b9d6b900018b (patch) | |
tree | c940b3e0a07c52d1a7e4c007e1657c462e768b7e /_icons/plus.svg | |
parent | icon manager js (diff) | |
download | tabler-icons-d96c9230b60576eac4f58fc8c948b9d6b900018b.tar.xz |
icons
Diffstat (limited to '_icons/plus.svg')
-rw-r--r-- | _icons/plus.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_icons/plus.svg b/_icons/plus.svg new file mode 100644 index 00000000..f114d0f3 --- /dev/null +++ b/_icons/plus.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="5" y1="12" x2="19" y2="12" /> +</svg> |