diff options
Diffstat (limited to 'src/icons/float-left.svg')
-rw-r--r-- | src/icons/float-left.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/float-left.svg b/src/icons/float-left.svg new file mode 100644 index 00000000..61b01597 --- /dev/null +++ b/src/icons/float-left.svg @@ -0,0 +1,13 @@ +--- +tags: [position] +category: Text +version: "1.4" +unicode: "ebb2" +--- +<svg> + <rect width="6" height="6" x="4" y="5" rx="1" /> + <line x1="14" y1="7" x2="20" y2="7" /> + <line x1="14" y1="11" x2="20" y2="11" /> + <line x1="4" y1="15" x2="20" y2="15" /> + <line x1="4" y1="19" x2="20" y2="19" /> +</svg> |