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/10.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/10.svg')
| -rw-r--r-- | srcs/special_font/10.svg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/srcs/special_font/10.svg b/srcs/special_font/10.svg index 6ff2f62..7d50549 100644 --- a/srcs/special_font/10.svg +++ b/srcs/special_font/10.svg @@ -1,4 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- materialdesignicons.com backspace-reverse-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="M5,15.59L6.41,17L10,13.41L13.59,17L15,15.59L11.41,12L15,8.41L13.59,7L10,10.59L6.41,7L5,8.41L8.59,12L5,15.59M2,3A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H17C17.69,21 18.23,20.64 18.59,20.11L24,12L18.59,3.88C18.23,3.35 17.69,3 17,3H2M2,5H17L21.72,12L17,19H2V5Z" /></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="M5,15.59L6.41,17L10,13.41L13.59,17L15,15.59L11.41,12L15,8.41L13.59,7L10,10.59L6.41,7L5,8.41L8.59,12L5,15.59M2,3A2,2 0 0,0 0,5V19A2,2 0 0,0 2,21H17C17.69,21 18.23,20.64 18.59,20.11L24,12L18.59,3.88C18.23,3.35 17.69,3 17,3H2M2,5H17L21.72,12L17,19H2V5Z" /></svg> |
