diff options
| author | Jules Aguillon | 2024-11-16 12:08:36 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-11-16 12:08:36 +0100 |
| commit | 46408572bcbe3ede276c712e7b798fd5b5cf07a9 (patch) | |
| tree | f43f36ce8965634f6479c518ce10afe44e86de81 /srcs/special_font/0C.svg | |
| parent | 0d51f7ea1e44719b7508e55e622545c3535822a2 (diff) | |
| download | unexpected-keyboard-46408572bcbe3ede276c712e7b798fd5b5cf07a9.tar.gz unexpected-keyboard-46408572bcbe3ede276c712e7b798fd5b5cf07a9.zip | |
font: Use standard symbols for home and end
The glyphs are taken from DejaVuSans, the lines are thickened to improve
readability.
Diffstat (limited to 'srcs/special_font/0C.svg')
| -rw-r--r-- | srcs/special_font/0C.svg | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/srcs/special_font/0C.svg b/srcs/special_font/0C.svg index c1d2ce4..2d3e3fc 100644 --- a/srcs/special_font/0C.svg +++ b/srcs/special_font/0C.svg @@ -1,9 +1,7 @@ -<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" /> +<?xml version="1.0" standalone="no"?> +<!-- Modified from DejaVuSans --> +<!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" viewBox="-10 0 1726 2048"> + <path fill="currentColor" +d="M122 1556v-169h1322v-1324h169v1493h-1491zM1323 1203l-63 63h-556v-169h330l-862 -862l120 -120l862 862v-330h169v556z" /> </svg> |
