diff options
Diffstat (limited to 'src/icons/line-height.svg')
-rw-r--r-- | src/icons/line-height.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/icons/line-height.svg b/src/icons/line-height.svg new file mode 100644 index 00000000..cdd61b63 --- /dev/null +++ b/src/icons/line-height.svg @@ -0,0 +1,14 @@ +--- +tags: [space, inline, display] +category: Text +version: "1.3" +unicode: "eb94" +--- +<svg> + <polyline points="3 8 6 5 9 8" /> + <polyline points="3 16 6 19 9 16" /> + <line x1="6" y1="5" x2="6" y2="19" /> + <line x1="13" y1="6" x2="20" y2="6" /> + <line x1="13" y1="12" x2="20" y2="12" /> + <line x1="13" y1="18" x2="20" y2="18" /> +</svg> |