diff options
Diffstat (limited to 'src/icons/strikethrough.svg')
-rw-r--r-- | src/icons/strikethrough.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/icons/strikethrough.svg b/src/icons/strikethrough.svg new file mode 100644 index 00000000..67f9b75c --- /dev/null +++ b/src/icons/strikethrough.svg @@ -0,0 +1,10 @@ +--- +tags: [typography, horizontal, deleted, removed, unimportant] +category: Text +version: "1.3" +unicode: "eb9e" +--- +<svg> + <line x1="5" y1="12" x2="19" y2="12" /> + <path d="M16 6.5a4 2 0 0 0 -4 -1.5h-1a3.5 3.5 0 0 0 0 7h2a3.5 3.5 0 0 1 0 7h-1.5a4 2 0 0 1 -4 -1.5" /> +</svg> |