diff options
| author | deftk | 2023-08-26 23:08:20 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-10-28 18:48:25 +0200 |
| commit | 3d36ecb34d0555097d6cc82071acdda4e97b0a90 (patch) | |
| tree | 3b6615dd64e01a1bdffdfe12daacbe065b7bf51d /srcs/special_font/11.svg | |
| parent | 2d164ca64fe3822444e64013d9f8d010dad55af8 (diff) | |
| download | unexpected-keyboard-3d36ecb34d0555097d6cc82071acdda4e97b0a90.tar.gz unexpected-keyboard-3d36ecb34d0555097d6cc82071acdda4e97b0a90.zip | |
Make special font glyphs pass linting
Diffstat (limited to 'srcs/special_font/11.svg')
| -rw-r--r-- | srcs/special_font/11.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srcs/special_font/11.svg b/srcs/special_font/11.svg index 87d8b1c..4d6b457 100644 --- a/srcs/special_font/11.svg +++ b/srcs/special_font/11.svg @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- materialdesignicons.com backspace-outline --> -<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12L19,15.59M22,3A2,2 0 0,1 24,5V19A2,2 0 0,1 22,21H7C6.31,21 5.77,20.64 5.41,20.11L0,12L5.41,3.88C5.77,3.35 6.31,3 7,3H22M22,5H7L2.28,12L7,19H22V5Z" /></svg> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> +<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path d="M19,15.59L17.59,17L14,13.41L10.41,17L9,15.59L12.59,12L9,8.41L10.41,7L14,10.59L17.59,7L19,8.41L15.41,12L19,15.59M22,3A2,2 0 0,1 24,5V19A2,2 0 0,1 22,21H7C6.31,21 5.77,20.64 5.41,20.11L0,12L5.41,3.88C5.77,3.35 6.31,3 7,3H22M22,5H7L2.28,12L7,19H22V5Z" /></svg> |
