forked from extern/Unexpected-Keyboard
Update Home and End glyphs
Revert them to previous version, but now using SVG icons instead of a ttf font file
This commit is contained in:
parent
0fb7150a06
commit
94751bae3e
@ -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>
|
||||
|
Before Width: | Height: | Size: 448 B After Width: | Height: | Size: 381 B |
@ -1,3 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- materialdesignicons.com arrow-collapse-right -->
|
||||
<!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="M12.08,4.08L20,12L12.08,19.92L10.67,18.5L16.17,13H2V11H16.17L10.67,5.5L12.08,4.08M20,12V22H22V2H20V12Z" /></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-right-bold by Daniel Bruce -->
|
||||
<title>arrow-end</title>
|
||||
<path d="M680 170h50v660h-50v-660zM350 170l330 330l-330 330v-192h-350v-278h350v-190z" />
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 453 B After Width: | Height: | Size: 384 B |
Loading…
Reference in New Issue
Block a user