diff options
Diffstat (limited to 'src/_icons/strikethrough.svg')
-rw-r--r-- | src/_icons/strikethrough.svg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/_icons/strikethrough.svg b/src/_icons/strikethrough.svg new file mode 100644 index 00000000..cd88c614 --- /dev/null +++ b/src/_icons/strikethrough.svg @@ -0,0 +1,6 @@ +--- +--- +<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> |