diff options
Diffstat (limited to 'src/_icons/line-dashed.svg')
-rw-r--r-- | src/_icons/line-dashed.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/line-dashed.svg b/src/_icons/line-dashed.svg new file mode 100644 index 00000000..dda52e89 --- /dev/null +++ b/src/_icons/line-dashed.svg @@ -0,0 +1,8 @@ +--- +tags: [geometric, segment, link, connection] +--- +<svg> + <path d="M5 12h2" /> + <path d="M17 12h2" /> + <path d="M11 12h2" /> +</svg> |