├── .dir-locals.el ├── .gitattributes ├── .github └── workflows │ ├── rebuild-index.yml │ └── release.yml ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE.txt ├── README.md ├── compile.lisp ├── glyphs.json ├── glyphs ├── android │ ├── back.svg │ ├── dots-h.svg │ ├── dots-v.svg │ ├── hamburger.svg │ ├── home.svg │ └── tabs.svg ├── gamepad │ ├── L.svg │ ├── L1.svg │ ├── L2.svg │ ├── LB.svg │ ├── LT-soft.svg │ ├── LT.svg │ ├── M3.svg │ ├── R.svg │ ├── R1.svg │ ├── R2.svg │ ├── RB.svg │ ├── RT-soft.svg │ ├── RT.svg │ ├── Y1.svg │ ├── Y2.svg │ ├── Y3.svg │ ├── Z.svg │ ├── ZL.svg │ ├── ZR.svg │ ├── analog-click.svg │ ├── analog-g-cl.svg │ ├── analog-g-co.svg │ ├── analog-g-d.svg │ ├── analog-g-dl.svg │ ├── analog-g-dr.svg │ ├── analog-g-l.svg │ ├── analog-g-lr.svg │ ├── analog-g-lrud.svg │ ├── analog-g-r.svg │ ├── analog-g-u.svg │ ├── analog-g-ud.svg │ ├── analog-g-ul.svg │ ├── analog-g-ur.svg │ ├── analog-l-cl.svg │ ├── analog-l-co.svg │ ├── analog-l-d.svg │ ├── analog-l-l.svg │ ├── analog-l-lr.svg │ ├── analog-l-lrud.svg │ ├── analog-l-r.svg │ ├── analog-l-touch.svg │ ├── analog-l-u.svg │ ├── analog-l-ud.svg │ ├── analog-l.svg │ ├── analog-lr-cl.svg │ ├── analog-lr-co.svg │ ├── analog-lr.svg │ ├── analog-r-cl.svg │ ├── analog-r-co.svg │ ├── analog-r-d.svg │ ├── analog-r-l.svg │ ├── analog-r-lr.svg │ ├── analog-r-lrud.svg │ ├── analog-r-r.svg │ ├── analog-r-touch.svg │ ├── analog-r-u.svg │ ├── analog-r-ud.svg │ ├── analog-r.svg │ ├── analog.svg │ ├── ayaneo-LC.svg │ ├── ayaneo-RC.svg │ ├── ayaneo-ayaspace.svg │ ├── ayaneo-wave.svg │ ├── ayn-home.svg │ ├── ayn-lcc.svg │ ├── button-1.svg │ ├── button-2.svg │ ├── button-a.svg │ ├── button-b.svg │ ├── button-c.svg │ ├── button-circle.svg │ ├── button-cross.svg │ ├── button-double-press.svg │ ├── button-gpd-menu.svg │ ├── button-hold-press.svg │ ├── button-hold-release.svg │ ├── button-hold.svg │ ├── button-minus.svg │ ├── button-options-ps.svg │ ├── button-options-ps5.svg │ ├── button-options.svg │ ├── button-plus.svg │ ├── button-press.svg │ ├── button-sd-options.svg │ ├── button-sd-steam.svg │ ├── button-share-ps.svg │ ├── button-share-ps5.svg │ ├── button-share.svg │ ├── button-specific.svg │ ├── button-square.svg │ ├── button-triangle.svg │ ├── button-x.svg │ ├── button-y.svg │ ├── button-z.svg │ ├── buttons-clear.svg │ ├── buttons.svg │ ├── dpad.svg │ ├── gamecube-z.svg │ ├── gpd-custom-1.svg │ ├── gpd-custom-2.svg │ ├── home.svg │ ├── joycon-SL.svg │ ├── joycon-SR.svg │ ├── joycon-dpad-d.svg │ ├── joycon-dpad-l.svg │ ├── joycon-dpad-r.svg │ ├── joycon-dpad-u.svg │ ├── lenovo-legion-go-legion-space.svg │ ├── lenovo-legion-go-quick-settings.svg │ ├── msi-claw-msi-center-m.svg │ ├── msi-claw-quick-settings.svg │ ├── onexplayer-function.svg │ ├── onexplayer-home.svg │ ├── onexplayer-keyboard.svg │ ├── onexplayer-turbo.svg │ ├── orange-pi-controller.svg │ ├── orange-pi-home.svg │ ├── rog-ally-M1.svg │ ├── rog-ally-M2.svg │ ├── rog-ally-armoury-crate.svg │ ├── rog-ally-command-center.svg │ ├── select.svg │ ├── start.svg │ ├── steamdeck-L4.svg │ ├── steamdeck-L5.svg │ ├── steamdeck-R4.svg │ ├── steamdeck-R5.svg │ ├── touchpad-l-analog-horizontal.svg │ ├── touchpad-l-analog-vertical.svg │ ├── touchpad-l-analog.svg │ ├── touchpad-l-click.svg │ ├── touchpad-l-d.svg │ ├── touchpad-l-l.svg │ ├── touchpad-l-r.svg │ ├── touchpad-l-touch.svg │ ├── touchpad-l-u.svg │ ├── touchpad-ps5.svg │ ├── touchpad-r-analog-horizontal.svg │ ├── touchpad-r-analog-vertical.svg │ ├── touchpad-r-analog.svg │ ├── touchpad-r-click.svg │ ├── touchpad-r-d.svg │ ├── touchpad-r-l.svg │ ├── touchpad-r-r.svg │ ├── touchpad-r-touch.svg │ ├── touchpad-r-u.svg │ ├── touchpad.svg │ ├── xbox-dpad-d.svg │ ├── xbox-dpad-l.svg │ ├── xbox-dpad-ld.svg │ ├── xbox-dpad-lr.svg │ ├── xbox-dpad-r.svg │ ├── xbox-dpad-u.svg │ ├── xbox-dpad-ud.svg │ ├── xbox-dpad-ur.svg │ ├── xbox-dpad.svg │ ├── zotac-zone-logo.svg │ └── zotac-zone-menu.svg ├── icons │ ├── apple.svg │ ├── bsd.svg │ ├── camera.svg │ ├── dance-pad.svg │ ├── egs.svg │ ├── fight-stick.svg │ ├── flight-stick.svg │ ├── gamepad-ds4.svg │ ├── gamepad-dualsense.svg │ ├── gamepad-xbox360.svg │ ├── gamepad.svg │ ├── gog.svg │ ├── humble.svg │ ├── icon-0.svg │ ├── icon-1.svg │ ├── icon-2.svg │ ├── icon-3.svg │ ├── icon-4.svg │ ├── icon-5.svg │ ├── icon-6.svg │ ├── icon-7.svg │ ├── icon-8.svg │ ├── icon-9.svg │ ├── icon-aperture.svg │ ├── icon-audio.svg │ ├── icon-box.svg │ ├── icon-club-empty.svg │ ├── icon-club-full.svg │ ├── icon-cpu.svg │ ├── icon-cross.svg │ ├── icon-d10.svg │ ├── icon-d12.svg │ ├── icon-d20.svg │ ├── icon-d4.svg │ ├── icon-d6.svg │ ├── icon-d8.svg │ ├── icon-database.svg │ ├── icon-diamond-empty.svg │ ├── icon-diamond-fill.svg │ ├── icon-dice-1.svg │ ├── icon-dice-2.svg │ ├── icon-dice-3.svg │ ├── icon-dice-4.svg │ ├── icon-dice-5.svg │ ├── icon-dice-6.svg │ ├── icon-exchange.svg │ ├── icon-exclamation.svg │ ├── icon-exit.svg │ ├── icon-fish.svg │ ├── icon-flag.svg │ ├── icon-frown.svg │ ├── icon-gears.svg │ ├── icon-gpu.svg │ ├── icon-hard-drive.svg │ ├── icon-headphones.svg │ ├── icon-heart-empty.svg │ ├── icon-heart.svg │ ├── icon-image.svg │ ├── icon-info.svg │ ├── icon-language.svg │ ├── icon-laptop.svg │ ├── icon-moon.svg │ ├── icon-music.svg │ ├── icon-phone.svg │ ├── icon-pin.svg │ ├── icon-question.svg │ ├── icon-ram.svg │ ├── icon-save.svg │ ├── icon-screen.svg │ ├── icon-shopping-cart.svg │ ├── icon-skull.svg │ ├── icon-smile.svg │ ├── icon-sound.svg │ ├── icon-spade-empty.svg │ ├── icon-spade-full.svg │ ├── icon-spark.svg │ ├── icon-speaker.svg │ ├── icon-star-empty.svg │ ├── icon-star.svg │ ├── icon-sun.svg │ ├── icon-text-edit.svg │ ├── icon-usb-stick.svg │ ├── icon-voice.svg │ ├── icon-web.svg │ ├── icon-write.svg │ ├── itchio.svg │ ├── keyboard.svg │ ├── light-gun.svg │ ├── linux.svg │ ├── meta.svg │ ├── mouse-keyboard.svg │ ├── mouse.svg │ ├── playstation.svg │ ├── steam.svg │ ├── steering-wheel.svg │ ├── switch.svg │ ├── vr-controller.svg │ ├── vr-headset.svg │ ├── webcam.svg │ ├── windows.svg │ └── xbox.svg ├── keyboard │ ├── F1.svg │ ├── F10.svg │ ├── F11.svg │ ├── F12.svg │ ├── F2.svg │ ├── F3.svg │ ├── F4.svg │ ├── F5.svg │ ├── F6.svg │ ├── F7.svg │ ├── F8.svg │ ├── F9.svg │ ├── alphabet │ │ ├── 0.svg │ │ ├── 1.svg │ │ ├── 2.svg │ │ ├── 3.svg │ │ ├── 4.svg │ │ ├── 5.svg │ │ ├── 6.svg │ │ ├── 7.svg │ │ ├── 8.svg │ │ ├── 9.svg │ │ ├── a.svg │ │ ├── ampersand.svg │ │ ├── at.svg │ │ ├── b.svg │ │ ├── backslash.svg │ │ ├── backtick.svg │ │ ├── bar.svg │ │ ├── c.svg │ │ ├── caret.svg │ │ ├── close-brace.svg │ │ ├── close-bracket.svg │ │ ├── close-caret.svg │ │ ├── close-parenthesis.svg │ │ ├── colon.svg │ │ ├── comma.svg │ │ ├── d.svg │ │ ├── dash.svg │ │ ├── dollar.svg │ │ ├── doublequote.svg │ │ ├── e.svg │ │ ├── equals.svg │ │ ├── exclamation.svg │ │ ├── f.svg │ │ ├── g.svg │ │ ├── h.svg │ │ ├── i.svg │ │ ├── j.svg │ │ ├── k.svg │ │ ├── l.svg │ │ ├── m.svg │ │ ├── n.svg │ │ ├── o.svg │ │ ├── open-brace.svg │ │ ├── open-bracket.svg │ │ ├── open-caret.svg │ │ ├── open-parenthesis.svg │ │ ├── p.svg │ │ ├── percentage.svg │ │ ├── period.svg │ │ ├── plus.svg │ │ ├── pound.svg │ │ ├── q.svg │ │ ├── question-mark.svg │ │ ├── quote.svg │ │ ├── r.svg │ │ ├── s.svg │ │ ├── semicolon.svg │ │ ├── slash.svg │ │ ├── star.svg │ │ ├── t.svg │ │ ├── tilde.svg │ │ ├── u.svg │ │ ├── underscore.svg │ │ ├── v.svg │ │ ├── w.svg │ │ ├── x.svg │ │ ├── y.svg │ │ └── z.svg │ ├── alt-gr.svg │ ├── alt-l.svg │ ├── alt-r.svg │ ├── alt.svg │ ├── backspace.svg │ ├── caps.svg │ ├── ctrl-l.svg │ ├── ctrl-r.svg │ ├── ctrl.svg │ ├── delete.svg │ ├── down.svg │ ├── empty.svg │ ├── end.svg │ ├── enter-narrow.svg │ ├── enter.svg │ ├── esc.svg │ ├── fn.svg │ ├── home.svg │ ├── ijkl.svg │ ├── insert.svg │ ├── key.svg │ ├── left.svg │ ├── lurd.svg │ ├── numlock.svg │ ├── pagedown.svg │ ├── pageup.svg │ ├── pause.svg │ ├── prtsc.svg │ ├── right.svg │ ├── scrlk.svg │ ├── shift-l.svg │ ├── shift-r.svg │ ├── shift.svg │ ├── space.svg │ ├── super.svg │ ├── tab.svg │ ├── up.svg │ └── wasd.svg └── mouse │ ├── 4.svg │ ├── 5.svg │ ├── 6.svg │ ├── 7.svg │ ├── 8.svg │ ├── left.svg │ ├── middle.svg │ ├── move any.svg │ ├── move left right.svg │ ├── move up down.svg │ ├── right.svg │ ├── scroll-d.svg │ ├── scroll-u.svg │ └── scroll-ud.svg ├── index.css ├── index.ctml ├── preview.png └── promptfont.sfd /.dir-locals.el: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/.dir-locals.el -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | promptfont.sfd text 2 | -------------------------------------------------------------------------------- /.github/workflows/rebuild-index.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/.github/workflows/rebuild-index.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/README.md -------------------------------------------------------------------------------- /compile.lisp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/compile.lisp -------------------------------------------------------------------------------- /glyphs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs.json -------------------------------------------------------------------------------- /glyphs/android/back.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/android/back.svg -------------------------------------------------------------------------------- /glyphs/android/dots-h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/android/dots-h.svg -------------------------------------------------------------------------------- /glyphs/android/dots-v.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/android/dots-v.svg -------------------------------------------------------------------------------- /glyphs/android/hamburger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/android/hamburger.svg -------------------------------------------------------------------------------- /glyphs/android/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/android/home.svg -------------------------------------------------------------------------------- /glyphs/android/tabs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/android/tabs.svg -------------------------------------------------------------------------------- /glyphs/gamepad/L.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/L.svg -------------------------------------------------------------------------------- /glyphs/gamepad/L1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/L1.svg -------------------------------------------------------------------------------- /glyphs/gamepad/L2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/L2.svg -------------------------------------------------------------------------------- /glyphs/gamepad/LB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/LB.svg -------------------------------------------------------------------------------- /glyphs/gamepad/LT-soft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/LT-soft.svg -------------------------------------------------------------------------------- /glyphs/gamepad/LT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/LT.svg -------------------------------------------------------------------------------- /glyphs/gamepad/M3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/M3.svg -------------------------------------------------------------------------------- /glyphs/gamepad/R.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/R.svg -------------------------------------------------------------------------------- /glyphs/gamepad/R1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/R1.svg -------------------------------------------------------------------------------- /glyphs/gamepad/R2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/R2.svg -------------------------------------------------------------------------------- /glyphs/gamepad/RB.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/RB.svg -------------------------------------------------------------------------------- /glyphs/gamepad/RT-soft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/RT-soft.svg -------------------------------------------------------------------------------- /glyphs/gamepad/RT.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/RT.svg -------------------------------------------------------------------------------- /glyphs/gamepad/Y1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/Y1.svg -------------------------------------------------------------------------------- /glyphs/gamepad/Y2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/Y2.svg -------------------------------------------------------------------------------- /glyphs/gamepad/Y3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/Y3.svg -------------------------------------------------------------------------------- /glyphs/gamepad/Z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/Z.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ZL.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ZL.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ZR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ZR.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-click.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-click.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-cl.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-co.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-d.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-dl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-dl.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-dr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-dr.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-lr.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-lrud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-lrud.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-u.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-ud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-ud.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-ul.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-ul.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-g-ur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-g-ur.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-cl.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-co.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-d.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-lr.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-lrud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-lrud.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-touch.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-u.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l-ud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l-ud.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-lr-cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-lr-cl.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-lr-co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-lr-co.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-lr.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-cl.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-co.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-d.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-lr.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-lrud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-lrud.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-touch.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-u.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r-ud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r-ud.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/analog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/analog.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ayaneo-LC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ayaneo-LC.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ayaneo-RC.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ayaneo-RC.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ayaneo-ayaspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ayaneo-ayaspace.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ayaneo-wave.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ayaneo-wave.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ayn-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ayn-home.svg -------------------------------------------------------------------------------- /glyphs/gamepad/ayn-lcc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/ayn-lcc.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-1.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-2.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-a.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-b.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-c.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-circle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-circle.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-cross.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-double-press.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-double-press.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-gpd-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-gpd-menu.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-hold-press.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-hold-press.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-hold-release.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-hold-release.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-hold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-hold.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-minus.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-options-ps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-options-ps.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-options-ps5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-options-ps5.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-options.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-options.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-plus.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-press.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-press.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-sd-options.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-sd-options.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-sd-steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-sd-steam.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-share-ps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-share-ps.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-share-ps5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-share-ps5.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-share.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-share.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-specific.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-specific.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-square.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-triangle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-triangle.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-x.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-y.svg -------------------------------------------------------------------------------- /glyphs/gamepad/button-z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/button-z.svg -------------------------------------------------------------------------------- /glyphs/gamepad/buttons-clear.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/buttons-clear.svg -------------------------------------------------------------------------------- /glyphs/gamepad/buttons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/buttons.svg -------------------------------------------------------------------------------- /glyphs/gamepad/dpad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/dpad.svg -------------------------------------------------------------------------------- /glyphs/gamepad/gamecube-z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/gamecube-z.svg -------------------------------------------------------------------------------- /glyphs/gamepad/gpd-custom-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/gpd-custom-1.svg -------------------------------------------------------------------------------- /glyphs/gamepad/gpd-custom-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/gpd-custom-2.svg -------------------------------------------------------------------------------- /glyphs/gamepad/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/home.svg -------------------------------------------------------------------------------- /glyphs/gamepad/joycon-SL.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/joycon-SL.svg -------------------------------------------------------------------------------- /glyphs/gamepad/joycon-SR.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/joycon-SR.svg -------------------------------------------------------------------------------- /glyphs/gamepad/joycon-dpad-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/joycon-dpad-d.svg -------------------------------------------------------------------------------- /glyphs/gamepad/joycon-dpad-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/joycon-dpad-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/joycon-dpad-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/joycon-dpad-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/joycon-dpad-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/joycon-dpad-u.svg -------------------------------------------------------------------------------- /glyphs/gamepad/lenovo-legion-go-legion-space.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/lenovo-legion-go-legion-space.svg -------------------------------------------------------------------------------- /glyphs/gamepad/lenovo-legion-go-quick-settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/lenovo-legion-go-quick-settings.svg -------------------------------------------------------------------------------- /glyphs/gamepad/msi-claw-msi-center-m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/msi-claw-msi-center-m.svg -------------------------------------------------------------------------------- /glyphs/gamepad/msi-claw-quick-settings.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/msi-claw-quick-settings.svg -------------------------------------------------------------------------------- /glyphs/gamepad/onexplayer-function.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/onexplayer-function.svg -------------------------------------------------------------------------------- /glyphs/gamepad/onexplayer-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/onexplayer-home.svg -------------------------------------------------------------------------------- /glyphs/gamepad/onexplayer-keyboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/onexplayer-keyboard.svg -------------------------------------------------------------------------------- /glyphs/gamepad/onexplayer-turbo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/onexplayer-turbo.svg -------------------------------------------------------------------------------- /glyphs/gamepad/orange-pi-controller.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/orange-pi-controller.svg -------------------------------------------------------------------------------- /glyphs/gamepad/orange-pi-home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/orange-pi-home.svg -------------------------------------------------------------------------------- /glyphs/gamepad/rog-ally-M1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/rog-ally-M1.svg -------------------------------------------------------------------------------- /glyphs/gamepad/rog-ally-M2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/rog-ally-M2.svg -------------------------------------------------------------------------------- /glyphs/gamepad/rog-ally-armoury-crate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/rog-ally-armoury-crate.svg -------------------------------------------------------------------------------- /glyphs/gamepad/rog-ally-command-center.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/rog-ally-command-center.svg -------------------------------------------------------------------------------- /glyphs/gamepad/select.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/select.svg -------------------------------------------------------------------------------- /glyphs/gamepad/start.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/start.svg -------------------------------------------------------------------------------- /glyphs/gamepad/steamdeck-L4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/steamdeck-L4.svg -------------------------------------------------------------------------------- /glyphs/gamepad/steamdeck-L5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/steamdeck-L5.svg -------------------------------------------------------------------------------- /glyphs/gamepad/steamdeck-R4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/steamdeck-R4.svg -------------------------------------------------------------------------------- /glyphs/gamepad/steamdeck-R5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/steamdeck-R5.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-analog-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-analog-horizontal.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-analog-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-analog-vertical.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-analog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-analog.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-click.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-click.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-d.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-touch.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-l-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-l-u.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-ps5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-ps5.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-analog-horizontal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-analog-horizontal.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-analog-vertical.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-analog-vertical.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-analog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-analog.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-click.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-click.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-d.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-touch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-touch.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad-r-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad-r-u.svg -------------------------------------------------------------------------------- /glyphs/gamepad/touchpad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/touchpad.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-d.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-l.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-ld.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-ld.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-lr.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-r.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-u.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-ud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-ud.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad-ur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad-ur.svg -------------------------------------------------------------------------------- /glyphs/gamepad/xbox-dpad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/xbox-dpad.svg -------------------------------------------------------------------------------- /glyphs/gamepad/zotac-zone-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/zotac-zone-logo.svg -------------------------------------------------------------------------------- /glyphs/gamepad/zotac-zone-menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/gamepad/zotac-zone-menu.svg -------------------------------------------------------------------------------- /glyphs/icons/apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/apple.svg -------------------------------------------------------------------------------- /glyphs/icons/bsd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/bsd.svg -------------------------------------------------------------------------------- /glyphs/icons/camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/camera.svg -------------------------------------------------------------------------------- /glyphs/icons/dance-pad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/dance-pad.svg -------------------------------------------------------------------------------- /glyphs/icons/egs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/egs.svg -------------------------------------------------------------------------------- /glyphs/icons/fight-stick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/fight-stick.svg -------------------------------------------------------------------------------- /glyphs/icons/flight-stick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/flight-stick.svg -------------------------------------------------------------------------------- /glyphs/icons/gamepad-ds4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/gamepad-ds4.svg -------------------------------------------------------------------------------- /glyphs/icons/gamepad-dualsense.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/gamepad-dualsense.svg -------------------------------------------------------------------------------- /glyphs/icons/gamepad-xbox360.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/gamepad-xbox360.svg -------------------------------------------------------------------------------- /glyphs/icons/gamepad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/gamepad.svg -------------------------------------------------------------------------------- /glyphs/icons/gog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/gog.svg -------------------------------------------------------------------------------- /glyphs/icons/humble.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/humble.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-0.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-1.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-2.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-3.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-4.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-5.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-6.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-7.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-8.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-9.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-aperture.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-aperture.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-audio.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-box.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-club-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-club-empty.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-club-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-club-full.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-cpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-cpu.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-cross.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-d10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-d10.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-d12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-d12.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-d20.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-d20.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-d4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-d4.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-d6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-d6.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-d8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-d8.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-database.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-database.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-diamond-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-diamond-empty.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-diamond-fill.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-diamond-fill.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-dice-1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-dice-1.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-dice-2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-dice-2.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-dice-3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-dice-3.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-dice-4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-dice-4.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-dice-5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-dice-5.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-dice-6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-dice-6.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-exchange.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-exchange.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-exclamation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-exclamation.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-exit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-exit.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-fish.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-fish.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-flag.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-frown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-frown.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-gears.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-gears.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-gpu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-gpu.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-hard-drive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-hard-drive.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-headphones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-headphones.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-heart-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-heart-empty.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-heart.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-image.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-info.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-language.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-language.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-laptop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-laptop.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-moon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-moon.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-music.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-music.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-phone.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-pin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-pin.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-question.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-question.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-ram.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-ram.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-save.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-save.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-screen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-screen.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-shopping-cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-shopping-cart.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-skull.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-skull.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-smile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-smile.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-sound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-sound.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-spade-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-spade-empty.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-spade-full.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-spade-full.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-spark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-spark.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-speaker.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-star-empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-star-empty.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-star.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-sun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-sun.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-text-edit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-text-edit.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-usb-stick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-usb-stick.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-voice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-voice.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-web.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-web.svg -------------------------------------------------------------------------------- /glyphs/icons/icon-write.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/icon-write.svg -------------------------------------------------------------------------------- /glyphs/icons/itchio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/itchio.svg -------------------------------------------------------------------------------- /glyphs/icons/keyboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/keyboard.svg -------------------------------------------------------------------------------- /glyphs/icons/light-gun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/light-gun.svg -------------------------------------------------------------------------------- /glyphs/icons/linux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/linux.svg -------------------------------------------------------------------------------- /glyphs/icons/meta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/meta.svg -------------------------------------------------------------------------------- /glyphs/icons/mouse-keyboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/mouse-keyboard.svg -------------------------------------------------------------------------------- /glyphs/icons/mouse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/mouse.svg -------------------------------------------------------------------------------- /glyphs/icons/playstation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/playstation.svg -------------------------------------------------------------------------------- /glyphs/icons/steam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/steam.svg -------------------------------------------------------------------------------- /glyphs/icons/steering-wheel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/steering-wheel.svg -------------------------------------------------------------------------------- /glyphs/icons/switch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/switch.svg -------------------------------------------------------------------------------- /glyphs/icons/vr-controller.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/vr-controller.svg -------------------------------------------------------------------------------- /glyphs/icons/vr-headset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/vr-headset.svg -------------------------------------------------------------------------------- /glyphs/icons/webcam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/webcam.svg -------------------------------------------------------------------------------- /glyphs/icons/windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/windows.svg -------------------------------------------------------------------------------- /glyphs/icons/xbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/icons/xbox.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F1.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F10.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F10.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F11.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F11.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F12.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F2.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F3.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F4.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F5.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F6.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F7.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F8.svg -------------------------------------------------------------------------------- /glyphs/keyboard/F9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/F9.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/0.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/0.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/1.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/2.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/3.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/3.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/4.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/5.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/6.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/7.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/8.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/9.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/9.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/a.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/a.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/ampersand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/ampersand.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/at.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/b.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/b.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/backslash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/backslash.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/backtick.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/backtick.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/bar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/bar.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/c.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/caret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/caret.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/close-brace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/close-brace.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/close-bracket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/close-bracket.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/close-caret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/close-caret.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/close-parenthesis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/close-parenthesis.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/colon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/colon.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/comma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/comma.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/d.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/dash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/dash.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/dollar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/dollar.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/doublequote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/doublequote.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/e.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/e.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/equals.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/equals.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/exclamation.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/exclamation.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/f.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/f.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/g.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/g.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/h.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/h.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/i.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/i.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/j.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/j.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/k.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/k.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/l.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/m.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/m.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/n.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/n.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/o.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/o.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/open-brace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/open-brace.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/open-bracket.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/open-bracket.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/open-caret.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/open-caret.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/open-parenthesis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/open-parenthesis.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/p.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/p.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/percentage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/percentage.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/period.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/period.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/plus.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/pound.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/pound.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/q.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/q.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/question-mark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/question-mark.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/quote.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/quote.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/r.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/s.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/s.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/semicolon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/semicolon.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/slash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/slash.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/star.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/t.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/t.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/tilde.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/tilde.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/u.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/underscore.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/underscore.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/v.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/v.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/w.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/w.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/x.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/x.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/y.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/y.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alphabet/z.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alphabet/z.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alt-gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alt-gr.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alt-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alt-l.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alt-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alt-r.svg -------------------------------------------------------------------------------- /glyphs/keyboard/alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/alt.svg -------------------------------------------------------------------------------- /glyphs/keyboard/backspace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/backspace.svg -------------------------------------------------------------------------------- /glyphs/keyboard/caps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/caps.svg -------------------------------------------------------------------------------- /glyphs/keyboard/ctrl-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/ctrl-l.svg -------------------------------------------------------------------------------- /glyphs/keyboard/ctrl-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/ctrl-r.svg -------------------------------------------------------------------------------- /glyphs/keyboard/ctrl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/ctrl.svg -------------------------------------------------------------------------------- /glyphs/keyboard/delete.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/delete.svg -------------------------------------------------------------------------------- /glyphs/keyboard/down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/down.svg -------------------------------------------------------------------------------- /glyphs/keyboard/empty.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/empty.svg -------------------------------------------------------------------------------- /glyphs/keyboard/end.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/end.svg -------------------------------------------------------------------------------- /glyphs/keyboard/enter-narrow.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/enter-narrow.svg -------------------------------------------------------------------------------- /glyphs/keyboard/enter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/enter.svg -------------------------------------------------------------------------------- /glyphs/keyboard/esc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/esc.svg -------------------------------------------------------------------------------- /glyphs/keyboard/fn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/fn.svg -------------------------------------------------------------------------------- /glyphs/keyboard/home.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/home.svg -------------------------------------------------------------------------------- /glyphs/keyboard/ijkl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/ijkl.svg -------------------------------------------------------------------------------- /glyphs/keyboard/insert.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/insert.svg -------------------------------------------------------------------------------- /glyphs/keyboard/key.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/key.svg -------------------------------------------------------------------------------- /glyphs/keyboard/left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/left.svg -------------------------------------------------------------------------------- /glyphs/keyboard/lurd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/lurd.svg -------------------------------------------------------------------------------- /glyphs/keyboard/numlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/numlock.svg -------------------------------------------------------------------------------- /glyphs/keyboard/pagedown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/pagedown.svg -------------------------------------------------------------------------------- /glyphs/keyboard/pageup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/pageup.svg -------------------------------------------------------------------------------- /glyphs/keyboard/pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/pause.svg -------------------------------------------------------------------------------- /glyphs/keyboard/prtsc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/prtsc.svg -------------------------------------------------------------------------------- /glyphs/keyboard/right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/right.svg -------------------------------------------------------------------------------- /glyphs/keyboard/scrlk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/scrlk.svg -------------------------------------------------------------------------------- /glyphs/keyboard/shift-l.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/shift-l.svg -------------------------------------------------------------------------------- /glyphs/keyboard/shift-r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/shift-r.svg -------------------------------------------------------------------------------- /glyphs/keyboard/shift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/shift.svg -------------------------------------------------------------------------------- /glyphs/keyboard/space.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/space.svg -------------------------------------------------------------------------------- /glyphs/keyboard/super.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/super.svg -------------------------------------------------------------------------------- /glyphs/keyboard/tab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/tab.svg -------------------------------------------------------------------------------- /glyphs/keyboard/up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/up.svg -------------------------------------------------------------------------------- /glyphs/keyboard/wasd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/keyboard/wasd.svg -------------------------------------------------------------------------------- /glyphs/mouse/4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/4.svg -------------------------------------------------------------------------------- /glyphs/mouse/5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/5.svg -------------------------------------------------------------------------------- /glyphs/mouse/6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/6.svg -------------------------------------------------------------------------------- /glyphs/mouse/7.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/7.svg -------------------------------------------------------------------------------- /glyphs/mouse/8.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/8.svg -------------------------------------------------------------------------------- /glyphs/mouse/left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/left.svg -------------------------------------------------------------------------------- /glyphs/mouse/middle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/middle.svg -------------------------------------------------------------------------------- /glyphs/mouse/move any.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/move any.svg -------------------------------------------------------------------------------- /glyphs/mouse/move left right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/move left right.svg -------------------------------------------------------------------------------- /glyphs/mouse/move up down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/move up down.svg -------------------------------------------------------------------------------- /glyphs/mouse/right.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/right.svg -------------------------------------------------------------------------------- /glyphs/mouse/scroll-d.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/scroll-d.svg -------------------------------------------------------------------------------- /glyphs/mouse/scroll-u.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/scroll-u.svg -------------------------------------------------------------------------------- /glyphs/mouse/scroll-ud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/glyphs/mouse/scroll-ud.svg -------------------------------------------------------------------------------- /index.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/index.css -------------------------------------------------------------------------------- /index.ctml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/index.ctml -------------------------------------------------------------------------------- /preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/preview.png -------------------------------------------------------------------------------- /promptfont.sfd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Shinmera/promptfont/HEAD/promptfont.sfd --------------------------------------------------------------------------------