diff options
| author | Raphael | 2022-03-24 01:59:04 -0400 |
|---|---|---|
| committer | Jules Aguillon | 2022-03-24 18:54:41 +0100 |
| commit | 94751bae3e537c8267b8672ec314cc994aa8ff89 (patch) | |
| tree | 3e924562f758c956f322f3679ade1b799e8eb20d /srcs/special_font/0B.svg | |
| parent | 0fb7150a0656c88abf278a3afd8021c1e6d2a04d (diff) | |
| download | unexpected-keyboard-94751bae3e537c8267b8672ec314cc994aa8ff89.tar.gz unexpected-keyboard-94751bae3e537c8267b8672ec314cc994aa8ff89.zip | |
Update Home and End glyphs
Revert them to previous version, but now using SVG icons
instead of a ttf font file
Diffstat (limited to 'srcs/special_font/0B.svg')
| -rw-r--r-- | srcs/special_font/0B.svg | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/srcs/special_font/0B.svg b/srcs/special_font/0B.svg index dc359c4..05b78b2 100644 --- a/srcs/special_font/0B.svg +++ b/srcs/special_font/0B.svg @@ -1,3 +1,9 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- materialdesignicons.com arrow-collapse-left --> -<!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="M11.92,19.92L4,12L11.92,4.08L13.33,5.5L7.83,11H22V13H7.83L13.34,18.5L11.92,19.92M4,12V2H2V22H4V12Z" /></svg> +<svg xmlns="http://www.w3.org/2000/svg" +viewBox="-10 0 750 1000" +fill="currentColor"> + <!-- created by @sdrapha - https://github.com/sdrapha/IconFontSVG + License - LICENSE: CC BY-SA 4.0 --> + <!-- derived from Entypo+ arrow-left-bold by Daniel Bruce --> + <title>arrow-home</title> + <path d="M0 165h50v669h-50v-669zM378 830l-328 -330l328 -330v190h352v278h-352v192z" /> +</svg> |
