abouttreesummaryrefslogcommitdiff
path: root/srcs/special_font
diff options
context:
space:
mode:
authorRaphael2022-03-24 02:13:01 -0400
committerJules Aguillon2022-04-02 17:36:10 +0200
commitb995da9985af74d3f4d2945e2114cd198b08ce06 (patch)
treea3eae6915615c3fa6efd4f565ca605b728af7acc /srcs/special_font
parent5f47beb5b0decf92b7804726d93b6eb53e2ca816 (diff)
downloadunexpected-keyboard-b995da9985af74d3f4d2945e2114cd198b08ce06.tar.gz
unexpected-keyboard-b995da9985af74d3f4d2945e2114cd198b08ce06.zip
Update Space Glyph
Revert to previous version, the original google material icon, which is not rounded, and it looks better with the rest of the keyboard, also more correct to represent the open box unicode space char, instead of a smile
Diffstat (limited to 'srcs/special_font')
-rw-r--r--srcs/special_font/0D.svg11
1 files changed, 8 insertions, 3 deletions
diff --git a/srcs/special_font/0D.svg b/srcs/special_font/0D.svg
index 7c6afbe..eb796c1 100644
--- a/srcs/special_font/0D.svg
+++ b/srcs/special_font/0D.svg
@@ -1,3 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- materialdesignicons.com keyboard-space -->
-<!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="M3 15H5V19H19V15H21V19C21 20.1 20.1 21 19 21H5C3.9 21 3 20.1 3 19V15Z" /></svg>
+<svg xmlns="http://www.w3.org/2000/svg"
+viewBox="0 0 24 24"
+fill="currentColor">
+ <!-- Material Icons by @google - https://github.com/google/material-design-icons
+ License - Apache-2.0 License -->
+ <title>space-bar</title>
+ <path d="M18 9v4H6V9H4v6h16V9h-2z"/>
+</svg> \ No newline at end of file