diff options
Diffstat (limited to 'src/_icons/markdown.svg')
-rw-r--r-- | src/_icons/markdown.svg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_icons/markdown.svg b/src/_icons/markdown.svg index e8b2c7b7..293f7758 100644 --- a/src/_icons/markdown.svg +++ b/src/_icons/markdown.svg @@ -2,6 +2,6 @@ --- <svg> <rect x="3" y="5" width="18" height="14" rx="2" /> - <path d="M7 15v-6l2 2l2 -2v6"></path> - <path d="M14 13l2 2l2 -2m-2 2v-6"></path> + <path d="M7 15v-6l2 2l2 -2v6" /> + <path d="M14 13l2 2l2 -2m-2 2v-6" /> </svg> |