]> git.proxmox.com Git - fonts-font-logos.git/commitdiff
import font-logos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 10:40:18 +0000 (12:40 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 7 Jun 2023 10:54:55 +0000 (12:54 +0200)
From the projects GitHub [0] release page v1.0.1 archive [1], As they
are licensed under the "Unlicence" license [2], including them here
and re-distributing them should bear no problems [3].

[0]: https://github.com/lukas-w/font-logos/
[1]: https://github.com/lukas-w/font-logos/releases/download/v1.0.1/font-logos-1.0.1.zip
[2]: https://spdx.org/licenses/Unlicense.html
[3]: https://choosealicense.com/licenses/unlicense/

Originally-by: Christoph Heiss <c.heiss@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
55 files changed:
src/font-logos/LICENSE [new file with mode: 0644]
src/font-logos/README.md [new file with mode: 0644]
src/font-logos/assets/font-logos.css [new file with mode: 0644]
src/font-logos/assets/font-logos.ttf [new file with mode: 0644]
src/font-logos/assets/font-logos.woff [new file with mode: 0644]
src/font-logos/assets/font-logos.woff2 [new file with mode: 0644]
src/font-logos/package.json [new file with mode: 0644]
src/font-logos/vectors/almalinux.svg [new file with mode: 0644]
src/font-logos/vectors/alpine.svg [new file with mode: 0644]
src/font-logos/vectors/aosc.svg [new file with mode: 0644]
src/font-logos/vectors/apple.svg [new file with mode: 0644]
src/font-logos/vectors/archlabs.svg [new file with mode: 0644]
src/font-logos/vectors/archlinux.svg [new file with mode: 0644]
src/font-logos/vectors/artix.svg [new file with mode: 0644]
src/font-logos/vectors/budgie.svg [new file with mode: 0644]
src/font-logos/vectors/centos.svg [new file with mode: 0644]
src/font-logos/vectors/coreos.svg [new file with mode: 0644]
src/font-logos/vectors/debian.svg [new file with mode: 0644]
src/font-logos/vectors/deepin.svg [new file with mode: 0644]
src/font-logos/vectors/devuan.svg [new file with mode: 0644]
src/font-logos/vectors/docker.svg [new file with mode: 0644]
src/font-logos/vectors/elementary.svg [new file with mode: 0644]
src/font-logos/vectors/endeavour.svg [new file with mode: 0644]
src/font-logos/vectors/fedora-inverse.svg [new file with mode: 0644]
src/font-logos/vectors/fedora.svg [new file with mode: 0644]
src/font-logos/vectors/ferris.svg [new file with mode: 0644]
src/font-logos/vectors/flathub.svg [new file with mode: 0644]
src/font-logos/vectors/freebsd.svg [new file with mode: 0644]
src/font-logos/vectors/gentoo.svg [new file with mode: 0644]
src/font-logos/vectors/gnu-guix.svg [new file with mode: 0644]
src/font-logos/vectors/illumos.svg [new file with mode: 0644]
src/font-logos/vectors/kali-linux.svg [new file with mode: 0644]
src/font-logos/vectors/linuxmint-inverse.svg [new file with mode: 0644]
src/font-logos/vectors/linuxmint.svg [new file with mode: 0644]
src/font-logos/vectors/mageia.svg [new file with mode: 0644]
src/font-logos/vectors/mandriva.svg [new file with mode: 0644]
src/font-logos/vectors/manjaro.svg [new file with mode: 0644]
src/font-logos/vectors/nixos.svg [new file with mode: 0644]
src/font-logos/vectors/openbsd.svg [new file with mode: 0644]
src/font-logos/vectors/opensuse.svg [new file with mode: 0644]
src/font-logos/vectors/parrot.svg [new file with mode: 0644]
src/font-logos/vectors/pop-os.svg [new file with mode: 0644]
src/font-logos/vectors/raspberry-pi.svg [new file with mode: 0644]
src/font-logos/vectors/redhat.svg [new file with mode: 0644]
src/font-logos/vectors/rocky-linux.svg [new file with mode: 0644]
src/font-logos/vectors/sabayon.svg [new file with mode: 0644]
src/font-logos/vectors/slackware-inverse.svg [new file with mode: 0644]
src/font-logos/vectors/slackware.svg [new file with mode: 0644]
src/font-logos/vectors/snappy.svg [new file with mode: 0644]
src/font-logos/vectors/solus.svg [new file with mode: 0644]
src/font-logos/vectors/tux.svg [new file with mode: 0644]
src/font-logos/vectors/ubuntu-inverse.svg [new file with mode: 0644]
src/font-logos/vectors/ubuntu.svg [new file with mode: 0644]
src/font-logos/vectors/void.svg [new file with mode: 0644]
src/font-logos/vectors/zorin.svg [new file with mode: 0644]

diff --git a/src/font-logos/LICENSE b/src/font-logos/LICENSE
new file mode 100644 (file)
index 0000000..cf1ab25
--- /dev/null
@@ -0,0 +1,24 @@
+This is free and unencumbered software released into the public domain.
+
+Anyone is free to copy, modify, publish, use, compile, sell, or
+distribute this software, either in source code form or as a compiled
+binary, for any purpose, commercial or non-commercial, and by any
+means.
+
+In jurisdictions that recognize copyright laws, the author or authors
+of this software dedicate any and all copyright interest in the
+software to the public domain. We make this dedication for the benefit
+of the public at large and to the detriment of our heirs and
+successors. We intend this dedication to be an overt act of
+relinquishment in perpetuity of all present and future rights to this
+software under copyright law.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+For more information, please refer to <http://unlicense.org>
diff --git a/src/font-logos/README.md b/src/font-logos/README.md
new file mode 100644 (file)
index 0000000..2f379a2
--- /dev/null
@@ -0,0 +1,92 @@
+# font-logos #
+
+![Available logos](assets/readme-header.png)
+
+font-logos is an icon font containing logos of popular linux distributions and other open source software.
+
+*Note:* All brand icons are trademarks of their respective owners and should only be used to represent the company or product to which they refer.
+
+## Installation ##
+
+Install the font by downloading and unpacking the latest release's zip manually or installing it from npm:
+
+       npm install font-logos
+
+To use the font, include `assets/font-logos.css` as well as the
+fonts in your project and use the CSS classes listed below.
+
+       <link href="/assets/font-logos.css" rel="stylesheet">
+
+Alternatively just link to it using a CDN such as [jsDelivr](//jsdelivr.com):
+
+       <link href="//cdn.jsdelivr.net/npm/font-logos@1/assets/font-logos.css" rel="stylesheet">
+
+## Usage ##
+
+Include an icon using the corresponding CSS class in an empty element:
+
+       <i class="fl-[icon]"></i>
+
+Add `fl-fw` as class for a fixed width icon.
+
+Available logos are:
+
+|     Distribution     |       CSS class        |                  Code                  | Code point | Image
+| -------------------- | ---------------------- | -------------------------------------- | ---------- | -----------
+| Alma Linux           | `fl-almalinux`         | `<i class="fl-almalinux"></i>`         | `0xf31d`   | <img src="vectors/almalinux.svg" width="24">
+| Alpine               | `fl-alpine`            | `<i class="fl-alpine"></i>`            | `0xf300`   | <img src="vectors/alpine.svg" width="24">
+| AOSC OS              | `fl-aosc`              | `<i class="fl-aosc"></i>`              | `0xf301`   | <img src="vectors/aosc.svg" width="24">
+| Apple                | `fl-apple`             | `<i class="fl-apple"></i>`             | `0xf302`   | <img src="vectors/apple.svg" width="24">
+| ArchLabs             | `fl-archlabs`          | `<i class="fl-archlabs"></i>`          | `0xf31e`   | <img src="vectors/archlabs.svg" width="24">
+| Arch Linux           | `fl-archlinux`         | `<i class="fl-archlinux"></i>`         | `0xf303`   | <img src="vectors/archlinux.svg" width="24">
+| Artix Linux          | `fl-artix`             | `<i class="fl-artix"></i>`             | `0xf31f`   | <img src="vectors/artix.svg" width="24">
+| Budgie               | `fl-budgie`            | `<i class="fl-budgie"></i>`            | `0xf320`   | <img src="vectors/budgie.svg" width="24">
+| CentOS               | `fl-centos`            | `<i class="fl-centos"></i>`            | `0xf304`   | <img src="vectors/centos.svg" width="24">
+| CoreOS               | `fl-coreos`            | `<i class="fl-coreos"></i>`            | `0xf305`   | <img src="vectors/coreos.svg" width="24">
+| Debian               | `fl-debian`            | `<i class="fl-debian"></i>`            | `0xf306`   | <img src="vectors/debian.svg" width="24">
+| Deepin               | `fl-deepin`            | `<i class="fl-deepin"></i>`            | `0xf321`   | <img src="vectors/deepin.svg" width="24">
+| Devuan               | `fl-devuan`            | `<i class="fl-devuan"></i>`            | `0xf307`   | <img src="vectors/devuan.svg" width="24">
+| Docker               | `fl-docker`            | `<i class="fl-docker"></i>`            | `0xf308`   | <img src="vectors/docker.svg" width="24">
+| elementary OS        | `fl-elementary`        | `<i class="fl-elementary"></i>`        | `0xf309`   | <img src="vectors/elementary.svg" width="24">
+| Endeavour OS         | `fl-endeavour`         | `<i class="fl-endeavour"></i>`         | `0xf322`   | <img src="vectors/endeavour.svg" width="24">
+| Fedora               | `fl-fedora`            | `<i class="fl-fedora"></i>`            | `0xf30a`   | <img src="vectors/fedora.svg" width="24">
+| Fedora (inverse)     | `fl-fedora-inverse`    | `<i class="fl-fedora-inverse"></i>`    | `0xf30b`   | <img src="vectors/fedora-inverse.svg" width="24">
+| Ferris               | `fl-ferris`            | `<i class="fl-ferris"></i>`            | `0xf323`   | <img src="vectors/ferris.svg" width="24">
+| Flathub              | `fl-flathub`           | `<i class="fl-flathub"></i>`           | `0xf324`   | <img src="vectors/flathub.svg" width="24">
+| FreeBSD              | `fl-freebsd`           | `<i class="fl-freebsd"></i>`           | `0xf30c`   | <img src="vectors/freebsd.svg" width="24">
+| Gentoo               | `fl-gentoo`            | `<i class="fl-gentoo"></i>`            | `0xf30d`   | <img src="vectors/gentoo.svg" width="24">
+| GNU Guix             | `fl-gnu-guix`          | `<i class="fl-gnu-guix"></i>`          | `0xf325`   | <img src="vectors/gnu-guix.svg" width="24">
+| illumos              | `fl-illumos`           | `<i class="fl-illumos"></i>`           | `0xf326`   | <img src="vectors/illumos.svg" width="24">
+| Kali Linux           | `fl-kali-linux`        | `<i class="fl-kali-linux"></i>`        | `0xf327`   | <img src="vectors/kali-linux.svg" width="24">
+| Linux Mint           | `fl-linuxmint`         | `<i class="fl-linuxmint"></i>`         | `0xf30e`   | <img src="vectors/linuxmint.svg" width="24">
+| Linux Mint (inverse) | `fl-linuxmint-inverse` | `<i class="fl-linuxmint-inverse"></i>` | `0xf30f`   | <img src="vectors/linuxmint-inverse.svg" width="24">
+| Mageia               | `fl-mageia`            | `<i class="fl-mageia"></i>`            | `0xf310`   | <img src="vectors/mageia.svg" width="24">
+| Mandriva             | `fl-mandriva`          | `<i class="fl-mandriva"></i>`          | `0xf311`   | <img src="vectors/mandriva.svg" width="24">
+| Manjaro              | `fl-manjaro`           | `<i class="fl-manjaro"></i>`           | `0xf312`   | <img src="vectors/manjaro.svg" width="24">
+| NixOS                | `fl-nixos`             | `<i class="fl-nixos"></i>`             | `0xf313`   | <img src="vectors/nixos.svg" width="24">
+| OpenBSD              | `fl-openbsd`           | `<i class="fl-openbsd"></i>`           | `0xf328`   | <img src="vectors/openbsd.svg" width="24">
+| OpenSUSE             | `fl-opensuse`          | `<i class="fl-opensuse"></i>`          | `0xf314`   | <img src="vectors/opensuse.svg" width="24">
+| Parrot OS            | `fl-parrot`            | `<i class="fl-parrot"></i>`            | `0xf329`   | <img src="vectors/parrot.svg" width="24">
+| Pop!_OS              | `fl-pop-os`            | `<i class="fl-pop-os"></i>`            | `0xf32a`   | <img src="vectors/pop-os.svg" width="24">
+| Raspberry pi         | `fl-raspberry-pi`      | `<i class="fl-raspberry-pi"></i>`      | `0xf315`   | <img src="vectors/raspberry-pi.svg" width="24">
+| Red Hat              | `fl-redhat`            | `<i class="fl-redhat"></i>`            | `0xf316`   | <img src="vectors/redhat.svg" width="24">
+| Rocky Linux          | `fl-rocky-linux`       | `<i class="fl-rocky-linux"></i>`       | `0xf32b`   | <img src="vectors/rocky-linux.svg" width="24">
+| Sabayon              | `fl-sabayon`           | `<i class="fl-sabayon"></i>`           | `0xf317`   | <img src="vectors/sabayon.svg" width="24">
+| Slackware            | `fl-slackware`         | `<i class="fl-slackware"></i>`         | `0xf318`   | <img src="vectors/slackware.svg" width="24">
+| Slackware (inverse)  | `fl-slackware-inverse` | `<i class="fl-slackware-inverse"></i>` | `0xf319`   | <img src="vectors/slackware-inverse.svg" width="24">
+| Snappy               | `fl-snappy`            | `<i class="fl-snappy"></i>`            | `0xf32c`   | <img src="vectors/snappy.svg" width="24">
+| Solus                | `fl-solus`             | `<i class="fl-solus"></i>`             | `0xf32d`   | <img src="vectors/solus.svg" width="24">
+| Tux                  | `fl-tux`               | `<i class="fl-tux"></i>`               | `0xf31a`   | <img src="vectors/tux.svg" width="24">
+| Ubuntu               | `fl-ubuntu`            | `<i class="fl-ubuntu"></i>`            | `0xf31b`   | <img src="vectors/ubuntu.svg" width="24">
+| Ubuntu (inverse)     | `fl-ubuntu-inverse`    | `<i class="fl-ubuntu-inverse"></i>`    | `0xf31c`   | <img src="vectors/ubuntu-inverse.svg" width="24">
+| Void                 | `fl-void`              | `<i class="fl-void"></i>`              | `0xf32e`   | <img src="vectors/void.svg" width="24">
+| Zorin OS             | `fl-zorin`             | `<i class="fl-zorin"></i>`             | `0xf32f`   | <img src="vectors/zorin.svg" width="24">
+
+## Building ##
+
+Make sure you have the following dependencies installed:
+* Node, Python and jq to run the build scripts
+* [FontForge](//fontforge.org) to generate the fonts
+* [wkhtmltopdf](http://wkhtmltopdf.org/) to generate this readme's preview image
+
+Then run `npm install`/`yarn install` and `make`.
diff --git a/src/font-logos/assets/font-logos.css b/src/font-logos/assets/font-logos.css
new file mode 100644 (file)
index 0000000..3356a30
--- /dev/null
@@ -0,0 +1,221 @@
+
+@font-face {
+  font-display: auto;
+  font-family: "font-logos";
+  font-style: normal;
+  font-weight: normal;
+  src:url("font-logos.woff?v=1.0.1") format("woff"),url("font-logos.woff2?v=1.0.1") format("woff2"),url("font-logos.ttf?v=1.0.1") format("truetype")}
+
+.fl-alpine::before, 
+.fl-aosc::before, 
+.fl-apple::before, 
+.fl-archlinux::before, 
+.fl-centos::before, 
+.fl-coreos::before, 
+.fl-debian::before, 
+.fl-devuan::before, 
+.fl-docker::before, 
+.fl-elementary::before, 
+.fl-fedora::before, 
+.fl-fedora-inverse::before, 
+.fl-freebsd::before, 
+.fl-gentoo::before, 
+.fl-linuxmint::before, 
+.fl-linuxmint-inverse::before, 
+.fl-mageia::before, 
+.fl-mandriva::before, 
+.fl-manjaro::before, 
+.fl-nixos::before, 
+.fl-opensuse::before, 
+.fl-raspberry-pi::before, 
+.fl-redhat::before, 
+.fl-sabayon::before, 
+.fl-slackware::before, 
+.fl-slackware-inverse::before, 
+.fl-tux::before, 
+.fl-ubuntu::before, 
+.fl-ubuntu-inverse::before, 
+.fl-almalinux::before, 
+.fl-archlabs::before, 
+.fl-artix::before, 
+.fl-budgie::before, 
+.fl-deepin::before, 
+.fl-endeavour::before, 
+.fl-ferris::before, 
+.fl-flathub::before, 
+.fl-gnu-guix::before, 
+.fl-illumos::before, 
+.fl-kali-linux::before, 
+.fl-openbsd::before, 
+.fl-parrot::before, 
+.fl-pop-os::before, 
+.fl-rocky-linux::before, 
+.fl-snappy::before, 
+.fl-solus::before, 
+.fl-void::before, 
+.fl-zorin::before
+ {
+  display: inline-block;
+  font-family: "font-logos";
+  font-style: normal;
+  font-weight: normal;
+  font-variant: normal;
+  text-rendering: auto;
+  line-height: 1;
+  -moz-osx-font-smoothing: grayscale;
+  -webkit-font-smoothing: antialiased;
+  font-smoothing: antialiased;
+}
+
+.fl-fw {
+  text-align: center;
+  width: 1em;
+}
+.fl-alpine::before {
+  content: "\f300";
+}
+.fl-aosc::before {
+  content: "\f301";
+}
+.fl-apple::before {
+  content: "\f302";
+}
+.fl-archlinux::before {
+  content: "\f303";
+}
+.fl-centos::before {
+  content: "\f304";
+}
+.fl-coreos::before {
+  content: "\f305";
+}
+.fl-debian::before {
+  content: "\f306";
+}
+.fl-devuan::before {
+  content: "\f307";
+}
+.fl-docker::before {
+  content: "\f308";
+}
+.fl-elementary::before {
+  content: "\f309";
+}
+.fl-fedora::before {
+  content: "\f30a";
+}
+.fl-fedora-inverse::before {
+  content: "\f30b";
+}
+.fl-freebsd::before {
+  content: "\f30c";
+}
+.fl-gentoo::before {
+  content: "\f30d";
+}
+.fl-linuxmint::before {
+  content: "\f30e";
+}
+.fl-linuxmint-inverse::before {
+  content: "\f30f";
+}
+.fl-mageia::before {
+  content: "\f310";
+}
+.fl-mandriva::before {
+  content: "\f311";
+}
+.fl-manjaro::before {
+  content: "\f312";
+}
+.fl-nixos::before {
+  content: "\f313";
+}
+.fl-opensuse::before {
+  content: "\f314";
+}
+.fl-raspberry-pi::before {
+  content: "\f315";
+}
+.fl-redhat::before {
+  content: "\f316";
+}
+.fl-sabayon::before {
+  content: "\f317";
+}
+.fl-slackware::before {
+  content: "\f318";
+}
+.fl-slackware-inverse::before {
+  content: "\f319";
+}
+.fl-tux::before {
+  content: "\f31a";
+}
+.fl-ubuntu::before {
+  content: "\f31b";
+}
+.fl-ubuntu-inverse::before {
+  content: "\f31c";
+}
+.fl-almalinux::before {
+  content: "\f31d";
+}
+.fl-archlabs::before {
+  content: "\f31e";
+}
+.fl-artix::before {
+  content: "\f31f";
+}
+.fl-budgie::before {
+  content: "\f320";
+}
+.fl-deepin::before {
+  content: "\f321";
+}
+.fl-endeavour::before {
+  content: "\f322";
+}
+.fl-ferris::before {
+  content: "\f323";
+}
+.fl-flathub::before {
+  content: "\f324";
+}
+.fl-gnu-guix::before {
+  content: "\f325";
+}
+.fl-illumos::before {
+  content: "\f326";
+}
+.fl-kali-linux::before {
+  content: "\f327";
+}
+.fl-fw.fl-kali-linux::before {
+  font-size: 0.7496339677891655em;
+  line-height: 1.333984375em;
+}
+.fl-openbsd::before {
+  content: "\f328";
+}
+.fl-parrot::before {
+  content: "\f329";
+}
+.fl-pop-os::before {
+  content: "\f32a";
+}
+.fl-rocky-linux::before {
+  content: "\f32b";
+}
+.fl-snappy::before {
+  content: "\f32c";
+}
+.fl-solus::before {
+  content: "\f32d";
+}
+.fl-void::before {
+  content: "\f32e";
+}
+.fl-zorin::before {
+  content: "\f32f";
+}
\ No newline at end of file
diff --git a/src/font-logos/assets/font-logos.ttf b/src/font-logos/assets/font-logos.ttf
new file mode 100644 (file)
index 0000000..e8cea1c
Binary files /dev/null and b/src/font-logos/assets/font-logos.ttf differ
diff --git a/src/font-logos/assets/font-logos.woff b/src/font-logos/assets/font-logos.woff
new file mode 100644 (file)
index 0000000..448da3a
Binary files /dev/null and b/src/font-logos/assets/font-logos.woff differ
diff --git a/src/font-logos/assets/font-logos.woff2 b/src/font-logos/assets/font-logos.woff2
new file mode 100644 (file)
index 0000000..f031c2a
Binary files /dev/null and b/src/font-logos/assets/font-logos.woff2 differ
diff --git a/src/font-logos/package.json b/src/font-logos/package.json
new file mode 100644 (file)
index 0000000..1897cee
--- /dev/null
@@ -0,0 +1,27 @@
+{
+  "name": "font-logos",
+  "description": "An icon font providing popular linux distros' logos",
+  "version": "1.0.1",
+  "style": "assets/font-logos.css",
+  "authors": [
+    "Lukas W (https://github.com/Lukas-W)"
+  ],
+  "license": "Unlicense",
+  "homepage": "https://github.com/Lukas-W/font-logos",
+  "repository": "https://github.com/Lukas-W/font-logos.git",
+  "scripts": {
+    "build": "make"
+  },
+  "files": [
+    "assets/font-logos.css",
+    "assets/font-logos.ttf",
+    "assets/font-logos.woff",
+    "assets/font-logos.woff2",
+    "vectors/*",
+    "README.md"
+  ],
+  "devDependencies": {
+    "lodash.merge": "^4.6.2",
+    "nunjucks": "^3.2.3"
+  }
+}
diff --git a/src/font-logos/vectors/almalinux.svg b/src/font-logos/vectors/almalinux.svg
new file mode 100644 (file)
index 0000000..5a6de18
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   viewBox="0 0 61 60.999999"
+   version="1.1"
+   id="svg4"
+   width="61"
+   height="61"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <defs
+     id="defs8" />
+  <path
+     d="m 56.09969,34.363756 c 2.6,-0.2 4.7,1.5 4.9,4.1 0.2,2.7 -1.7,4.9 -4.3,5.1 -2.5,0.2 -4.7,-1.7 -4.9,-4.2 -0.2,-2.7 1.6,-4.7 4.3,-5 z m -31.6,21.3 c 0,-2.6 2,-4.6 4.4,-4.6 2.4,0 4.7,2.2 4.7,4.7 0,2.4 -2,4.5 -4.3,4.6 -2.9,0.1 -4.8,-1.8 -4.8,-4.7 z m 7.1,-29.2 c -0.4,0.2 -0.6,-0.1 -0.7,-0.4 -3.7,-6.9 -2.6,-15.6 3.9,-20.8000001 1.7,-1.4 4.9,-1.7 6.3,-0.3 0.6,0.5 0.7,1.1 0.8,1.8 0.2,1.5 0.5,3 1.5,4.2000001 1.1,1.3 2.5,1.8 4.1,1.7 1.4,0 2.8,-0.2 3.7,1.4 0.5,0.9 0.3,4.4 -0.5,5.1 -0.4,0.3 -0.7,0.1 -1,0 -2.3,-0.8 -4.7,-0.9 -7.1,-0.5 -0.8,0.1 -1.2,-0.1 -1.2,-1 -0.1,-1.5 -0.4,-2.9 -1.2,-4.2 -1.6,-2.7 -4.3,-2.8 -6.1,-0.3 -1.5,2 -1.9,4.4 -2.3,6.8 -0.4,2.1 -0.3,4.3 -0.2,6.5 z m 2.5,1.5 c -0.2,-0.3 -0.1,-0.6 0.2,-0.8 5.7,-5.2 14.3,-6.3 20.8,-1.1 1.7,1.4 2.8,4.3 1.9,6 -0.4,0.7 -0.9,1 -1.5,1.2 -1.4,0.6 -2.7,1.2 -3.6,2.5 -0.9,1.3 -1.1,2.8 -0.7,4.4 0.3,1.3 0.8,2.7 -0.5,3.9 -0.7,0.7 -4.1,1.3 -5,0.7 -0.4,-0.3 -0.3,-0.6 -0.2,-1 0.3,-2.5 -0.3,-4.8 -1.2,-7 -0.3,-0.8 -0.2,-1.2 0.6,-1.4 1.4,-0.4 2.7,-1.1 3.7,-2.1 2.2,-2.1 1.7,-4.8 -1.2,-6 -2.3,-1 -4.7,-0.8 -7,-0.6 -2.2,0.2 -4.3,0.7 -6.3,1.3 z m -1.3,2.6 c 0.3,-0.3 0.5,-0.2 0.8,0 6.5,4.1 10,11.9 7,19.6 -0.8,2 -3.4,4 -5.3,3.5 -0.8,-0.2 -1.2,-0.6 -1.6,-1.1 -0.9,-1.2 -1.9,-2.3 -3.4,-2.8 -1.6,-0.5 -3,-0.2 -4.4,0.6 -1.2,0.7 -2.4,1.6 -3.9,0.7 -0.9,-0.5 -2.4,-3.6 -2.1,-4.6 0.2,-0.4 0.6,-0.4 1,-0.4 2.5,-0.4 4.5,-1.6 6.4,-3.2 0.6,-0.5 1.1,-0.5 1.6,0.2 0.8,1.2 1.8,2.2 3.1,2.9 2.6,1.5 5.1,0.2 5.4,-2.8 0.3,-2.5 -0.6,-4.7 -1.4,-6.9 -0.9,-2 -2,-3.9 -3.2,-5.7 z m -3.2,0.6 c -0.4,2 -1.3,3.9 -2.5,5.6 -3.7,5.4 -8.8,7.6 -15.2,7 -2.3000002,-0.2 -4.2000002,-2.1 -4.4000002,-4 -0.1,-0.8 0.1,-1.4 0.6,-2 0.7,-0.9 1.3,-1.7 1.6,-2.8 0.6000002,-2.2 -0.2,-4 -1.8,-5.6 -2.2,-2.2 -1.9,-4.2 0.7,-5.8 0.3,-0.2 0.7,-0.4 1.1,-0.6 0.6000002,-0.3 1.1000002,-0.3 1.3000002,0.4 0.9,2.3 2.7,4 4.7,5.4 0.7,0.6 0.7,1 0.1,1.7 -1.2,1.3 -1.9,2.9 -2,4.7 -0.2,2.2 1.1,3.6 3.3,3.6 1.4,0 2.7,-0.5 3.9,-1.1 3.1,-1.6 5.5,-3.9 7.8,-6.3 0.3,-0.1 0.4,-0.3 0.8,-0.2 z m -16.4,-21 c 0.2,0 0.7,0.1 1.2,0.2 3.7,0.7 6,-0.6000001 7.2,-4.1000001 0.8,-2.3 2.5,-3 4.7,-1.8 0.1,0 0.1,0.1 0.2,0.1 2.2,1.3 2.2,1.5 0.7,3.5 -1.2,1.6 -1.8,3.4000001 -2.1,5.3000001 -0.2,1.1 -0.6,1.3 -1.6,0.9 -1.6,-0.6 -3.3,-0.6 -5,0 -1.9,0.6 -2.7,2.3 -2.1,4.2 0.8,2.5 3,3.6 4.9,4.9 1.9,1.3 4.1,2 6.2,2.9 0.3,0.1 0.8,0.1 0.7,0.6 -0.1,0.3 -0.5,0.3 -0.9,0.3 -4.5,0.1 -8.8,-0.5 -12.3,-3.5 -3.3,-2.7 -5.7000002,-6 -5.3000002,-10.6 0.5000002,-1.5 1.6000002,-2.6 3.5000002,-2.9 z m -8.2000002,28.1 c -2.4,0.3 -4.79999997,-1.7 -4.9999999666,-4.2 -0.2000000034,-2.4 1.7999999666,-4.8 4.0999999666,-5 2.6,-0.3 5,1.5 5.2,3.9 0.2,2.3 -1.4,5.1 -4.3,5.3 z M 46.99969,2.6637559 c 2.5,-0.2 4.9,1.8 5.1,4.3 0.2,2.4 -1.8,4.7000001 -4.2,4.9000001 -2.6,0.2 -4.9,-1.7 -5.1,-4.2000001 -0.2,-2.5 1.6,-4.8 4.2,-5 z m -26.1,1.9 c 0.3,2.6 -1.5,4.8 -4.2,5.2 -2.3,0.3000001 -4.7,-1.6 -5,-3.8 -0.3,-2.9 1.3,-4.99999997 4,-5.29999997 2.5,-0.3 4.9,1.59999997 5.2,3.89999997 z"
+     id="path2" />
+</svg>
diff --git a/src/font-logos/vectors/alpine.svg b/src/font-logos/vectors/alpine.svg
new file mode 100644 (file)
index 0000000..065823c
--- /dev/null
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   viewBox="0 0 99.999999 99.999999"
+   xml:space="preserve"
+   height="100"
+   width="100"
+   version="1.1"
+   id="svg2"><metadata
+     id="metadata8"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs6"><clipPath
+       id="clipPath16"
+       clipPathUnits="userSpaceOnUse"><path
+         id="path18"
+         d="M 0,560 H 960 V 0 H 0 Z" /></clipPath></defs><g
+     transform="matrix(1.25,0,0,-1.25,-267.55675,530.43749)"
+     id="g10"><g
+       transform="matrix(0.513,0,0,0.513,243.60252,376.2251)"
+       id="g56"><path
+         id="path58"
+         d="M 0,0 V 15.687 L -11.296,4.379 C -10.079,3.532 -8.932,2.836 -7.853,2.27 -6.774,1.703 -5.764,1.265 -4.823,0.932 -3.882,0.598 -3.009,0.37 -2.206,0.222 -1.402,0.075 -0.667,0.009 0,0 m 57.751,1.304 c 0.02,-0.017 0.13,-0.11 0.333,-0.239 0.204,-0.13 0.502,-0.297 0.898,-0.462 0.395,-0.164 0.889,-0.327 1.485,-0.448 0.596,-0.122 1.294,-0.202 2.098,-0.202 0.671,0 1.411,0.059 2.222,0.2 0.812,0.142 1.693,0.367 2.645,0.699 0.953,0.333 1.976,0.773 3.07,1.344 1.094,0.572 2.259,1.276 3.495,2.136 L 65.425,12.729 37.015,41.245 24.549,28.776 7.733,46.117 -34.471,4.39 c 1.235,-0.86 2.398,-1.564 3.491,-2.136 1.093,-0.571 2.115,-1.011 3.067,-1.344 0.951,-0.332 1.832,-0.557 2.643,-0.698 0.81,-0.142 1.55,-0.201 2.22,-0.201 0.804,0 1.502,0.08 2.097,0.202 0.596,0.121 1.089,0.284 1.485,0.449 0.396,0.164 0.693,0.331 0.897,0.461 0.204,0.13 0.314,0.223 0.334,0.24 L 0.815,20.415 7.628,26.948 26.494,8.082 33.085,1.304 c 0.02,-0.017 0.13,-0.11 0.334,-0.239 0.204,-0.13 0.501,-0.297 0.897,-0.462 0.396,-0.164 0.89,-0.327 1.485,-0.448 0.596,-0.122 1.295,-0.202 2.099,-0.202 0.67,0 1.411,0.059 2.222,0.2 0.811,0.142 1.693,0.367 2.645,0.699 0.952,0.333 1.975,0.773 3.069,1.344 1.094,0.572 2.259,1.276 3.495,2.136 L 34.192,19.157 37.01,21.975 50.111,8.874 57.751,1.304 M 57.588,80.32 94.807,15.838 57.588,-48.644 h -74.463 l -37.219,64.482 37.219,64.482 z" /></g><g
+       transform="matrix(0.513,0,0,0.513,261.23161,385.96143)"
+       id="g60"><path
+         id="path62"
+         d="M 0,0 -9.913,9.895 -9.208,10.604 0.775,0.73 Z" /></g></g></svg>
\ No newline at end of file
diff --git a/src/font-logos/vectors/aosc.svg b/src/font-logos/vectors/aosc.svg
new file mode 100644 (file)
index 0000000..e1849ea
--- /dev/null
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   id="svg2"
+   height="512"
+   width="512">
+  <title
+     id="title4445">Logo of Anthon OS4 Project</title>
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Logo of Anthon OS4 Project</dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Junde Yi</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:date />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Jeff Bai, Icenowy Zheng, Junde Yi</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title>Anthon Open Source Community </dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:description />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(0,12)"
+     id="layer2">
+    <path
+       id="path3558"
+       d="M 256,-4.686 A 248.68573,248.68573 0 0 0 7.314,244 248.68573,248.68573 0 0 0 256,492.686 248.68573,248.68573 0 0 0 504.686,244 248.68573,248.68573 0 0 0 256,-4.686 Z m 0,65.338 c 101.16252,0 183.17,82.08563 183.17,183.348 0,29.2803 -6.8702,56.95124 -19.064,81.504 l -83.432,-43.212 c 5.79574,-11.72609 9.042,-24.90425 9.042,-38.81999 0,-49.05908 -40.41008,-88.83601 -90.254,-88.83601 -0.73209,0 -1.46809,0.005 -2.196,0.022 l -6.19,-93.799999 c 2.96088,-0.142428 5.92788,-0.206 8.924,-0.206 z m -14.088,0.528 c 0.0385,-0.0031 0.0774,0.0031 0.116,0 l -0.584,0.322 -0.022,-0.276 c 0.16431,-0.0128 0.32557,-0.03361 0.49,-0.046 z M 94.744001,156.958 176.984,199.57 c -7.49227,12.94863 -11.776,27.93597 -11.776,43.90201 0,49.05904 40.41009,88.83599 90.254,88.83599 3.21127,0 6.38532,-0.16196 9.51,-0.48401 l 6.262,94.90401 c -5.02414,0.41423 -10.1031,0.62 -15.234,0.62 -101.16251,0 -183.17,-82.08564 -183.17,-183.348 0,-31.50401 7.931378,-61.14458 21.914001,-87.042 z" />
+  </g>
+  <g
+     transform="translate(0,-540.36218)"
+     id="layer1" />
+</svg>
diff --git a/src/font-logos/vectors/apple.svg b/src/font-logos/vectors/apple.svg
new file mode 100644 (file)
index 0000000..b0752d8
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   id="svg2"
+   height="170px"
+   version="1.1"
+   viewBox="0 0 170 170"
+   width="170px">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <path
+     id="path4"
+     d="m 153.59607,132.48161 c -2.57091,5.93933 -5.61402,11.40645 -9.13984,16.43284 -4.80603,6.85226 -8.7411,11.59533 -11.77372,14.2292 -4.70109,4.32332 -9.73798,6.53745 -15.13164,6.66338 -3.87211,0 -8.54172,-1.10182 -13.97736,-3.33694 -5.453475,-2.22462 -10.465176,-3.32644 -15.047692,-3.32644 -4.806027,0 -9.960438,1.10182 -15.473729,3.32644 -5.521685,2.23512 -9.969884,3.3999 -13.370831,3.51533 -5.172251,0.22036 -10.327713,-2.05673 -15.47373,-6.84177 -3.284468,-2.86473 -7.392678,-7.77569 -12.314134,-14.73289 -5.280334,-7.42941 -9.621499,-16.04458 -13.022446,-25.8665 -3.642297,-10.60894 -5.468168,-20.88209 -5.468168,-30.827836 0,-11.392804 2.461778,-21.218927 7.392678,-29.453184 3.875253,-6.61406 9.030715,-11.831433 15.483174,-15.661564 6.452459,-3.830131 13.424347,-5.781924 20.932454,-5.906797 4.108209,0 9.495577,1.270764 16.190436,3.76822 6.675972,2.50585 10.96257,3.776614 12.841959,3.776614 1.40508,0 6.167035,-1.485881 14.239689,-4.448199 7.63403,-2.747201 14.07705,-3.884697 19.35528,-3.436624 14.30266,1.154286 25.04801,6.792449 32.19409,16.950166 -12.79159,7.750507 -19.11917,18.606043 -18.99325,32.53198 0.11543,10.847144 4.05049,19.873654 11.78421,27.040724 3.50483,3.32644 7.41891,5.89735 11.77372,7.72323 -0.94442,2.7388 -1.9413,5.36218 -3.00115,7.88062 z M 120.79336,3.4009449 c 0,8.5019461 -3.10608,16.4401821 -9.29725,23.7877381 -7.47138,8.734797 -16.508387,13.782176 -26.308276,12.985718 -0.124873,-1.019969 -0.197278,-2.093455 -0.197278,-3.221507 0,-8.161852 3.553102,-16.89665 9.86285,-24.038533 C 98.003558,9.2982975 102.00998,6.2915921 106.86847,3.8930905 111.71648,1.5303718 116.30214,0.22371991 120.61497,-1.7157505e-6 120.7409,1.1365504 120.79336,2.2732074 120.79336,3.40084 Z" />
+</svg>
diff --git a/src/font-logos/vectors/archlabs.svg b/src/font-logos/vectors/archlabs.svg
new file mode 100644 (file)
index 0000000..1dabad7
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   viewBox="0 0 135.46666 135.46667"
+   version="1.1"
+   id="svg8">
+  <defs
+     id="defs2" />
+  <metadata
+     id="metadata5">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     style="display:inline">
+    <path
+       id="path892"
+       d="M 66.879018,0.20960859 C 47.90629,48.224706 22.636216,94.346678 -1.049807,135.98724 26.782301,120.15034 37.394473,116.08008 52.581765,112.7706 38.64467,80.168315 47.995751,56.516071 71.119674,41.546511 c 1.950448,27.094937 29.644016,36.781697 15.349896,72.525849 15.09142,3.98415 30.50179,11.31282 47.94729,21.55625 C 115.28038,102.24173 81.858694,39.145413 66.879018,0.20960859 Z M 69.842881,56.272196 C 40.502834,75.734829 56.381617,106.09232 58.539568,109.26367 52.836544,98.012065 61.535071,83.067738 64.550145,83.036061 c 5.063893,-0.0532 14.863439,29.014479 -0.406872,47.478559 39.969257,-44.162386 5.406315,-49.002882 5.699608,-74.242424 z" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/archlinux.svg b/src/font-logos/vectors/archlinux.svg
new file mode 100644 (file)
index 0000000..ab7f4cc
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path
+     id="path2518"
+     d="m 243.0023,12.90627 c -21.63981,53.05505 -34.6919,87.75929 -58.78499,139.23721 14.77209,15.6584 32.90413,33.89339 62.35049,54.4881 C 214.91007,193.60462 193.31562,180.52586 177.17775,166.954 146.34319,231.29506 98.0343,322.94602 0,499.09371 c 77.05167,-44.48326 136.78074,-71.90767 192.44539,-82.3721 -2.39027,-10.28049 -3.74922,-21.40082 -3.65692,-33.0037 l 0.0914,-2.46842 c 1.22263,-49.36496 26.90225,-87.32662 57.32221,-84.74912 30.41998,2.57752 54.0651,44.70927 52.84249,94.07426 -0.22995,9.28893 -1.2777,18.22477 -3.10838,26.51266 55.06028,10.77077 114.15068,38.12498 190.15982,82.00642 -14.98752,-27.59306 -28.36518,-52.46619 -41.14035,-76.15534 -20.12297,-15.59664 -41.11223,-35.89574 -83.9263,-57.87075 29.42793,7.64662 50.49796,16.46877 66.92162,26.32982 C 298.06225,149.56729 287.54404,117.43306 243.0023,12.90627 Z" />
+  <path
+     id="path3940"
+     d="m 488.49503,455.69905 v -13.32983 h -4.97933 v -1.78346 h 11.97928 v 1.78346 h -4.99996 v 13.32983 h -1.99999" />
+  <path
+     id="path3942"
+     d="m 497.57744,455.69905 v -15.11329 h 3.0103 l 3.5773,10.70093 c 0.32987,0.99657 0.57042,1.74227 0.72162,2.23712 0.1717,-0.54984 0.43986,-1.35739 0.80412,-2.42268 l 3.61855,-10.51537 h 2.69068 v 15.11329 h -1.92781 v -12.6494 l -4.39173,12.6494 h -1.80409 l -4.37111,-12.86589 v 12.86589 h -1.92783" />
+</svg>
diff --git a/src/font-logos/vectors/artix.svg b/src/font-logos/vectors/artix.svg
new file mode 100644 (file)
index 0000000..e4442c8
--- /dev/null
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   viewBox="0 0 135.46667 135.46667"
+   version="1.1"
+   id="svg879">
+  <title
+     id="title1672">Artix Logo Signet B&amp;W</title>
+  <defs
+     id="defs873">
+    <pattern
+       y="0"
+       x="0"
+       height="6"
+       width="6"
+       patternUnits="userSpaceOnUse"
+       id="EMFhbasepattern" />
+  </defs>
+  <metadata
+     id="metadata876">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Artix Logo Signet B&amp;W</dc:title>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-nc-sa/4.0/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-nc-sa/4.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:prohibits
+           rdf:resource="http://creativecommons.org/ns#CommercialUse" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1">
+    <path
+       d="M 67.732584,2.5189031e-5 44.438419,47.761449 108.54681,83.681023 Z M 37.401326,62.190708 1.6630387,135.46664 107.71081,91.654502 Z m 78.151114,35.855154 -33.446032,19.201058 51.697222,18.21972 z"
+       id="path4885-0" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/budgie.svg b/src/font-logos/vectors/budgie.svg
new file mode 100644 (file)
index 0000000..a438404
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   id="svg2"
+   version="1.1"
+   viewBox="0 0 175.15235 175.15235"
+   height="175.15234pt"
+   width="175.15234pt">
+  <metadata
+     id="metadata26">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs24" />
+  <path
+     transform="scale(0.75000004)"
+     d="M 111.90625 0 C 85.228288 1.2034275 59.003334 11.640592 39.128906 29.537109 C 15.691858 50.11453 1.4417301 80.475545 0 111.58594 L 0 122.20117 C 1.5251358 153.22816 15.751434 183.48196 39.128906 204.01172 C 58.931842 221.83674 85.026924 232.23836 111.59766 233.53711 L 122.28516 233.53711 C 153.58619 231.96431 184.0759 217.48729 204.59375 193.72852 C 221.89451 174.2592 231.94047 148.8199 233.53711 122.89258 L 233.53711 112.0625 C 232.26218 80.523167 217.71384 49.721961 193.83594 29.025391 C 174.35471 11.67697 148.86755 1.5966266 122.89258 0 L 111.90625 0 z M 143.37109 61.730469 C 145.68828 61.74952 147.99412 61.877606 150.26172 62.089844 C 163.10622 63.531574 176.15392 68.500482 184.82812 78.425781 C 190.71419 84.883777 193.75185 93.378725 194.94336 101.92188 C 198.6728 103.20871 202.42662 104.42509 206.16797 105.65234 C 202.74833 107.59451 199.34035 109.54806 195.99219 111.60938 C 197.04072 128.65991 190.77241 145.59001 180.40625 158.9707 C 169.14645 170.93349 154.16998 179.19202 138.28711 183.18359 C 115.06454 188.97435 89.446933 185.42281 69.083984 172.68555 C 56.227566 164.67859 45.694654 152.77665 39.927734 138.7168 C 34.851891 124.95483 34.910697 109.86983 37.603516 95.607422 C 39.855474 104.24589 46.481658 111.64567 55.060547 114.30273 C 62.948358 116.78109 72.741273 115.89763 78.603516 109.54688 C 91.900794 97.310036 99.89593 80.057969 114.86133 69.548828 C 123.08053 63.604671 133.32997 61.647915 143.37109 61.730469 z "
+     id="path6" />
+  <path
+     id="path16"
+     d="m 68.53282,89.917494 c 1.858759,-3.306453 5.361806,-5.335001 9.061452,-5.853309 6.827367,-0.750653 13.502816,5.549472 12.582372,12.466201 -1.19747,4.369864 -3.976673,8.882734 -8.614635,10.107004 -11.83172,2.70772 -23.547266,-1.61748 -34.842805,-4.70945 8.319736,-1.17066 17.300762,-4.432428 21.813616,-12.010446 z" />
+  <path
+     transform="scale(0.75000004)"
+     d="M 161.13281 87.037109 C 156.99869 87.037109 153.63867 90.397121 153.63867 94.53125 C 153.63867 98.665378 156.99869 102.02539 161.13281 102.02539 C 165.26696 102.02539 168.63086 98.665378 168.63086 94.53125 C 168.63086 92.949476 168.13455 91.483719 167.29492 90.273438 C 167.42033 90.567473 167.49219 90.889961 167.49219 91.228516 C 167.49219 92.602668 166.34816 93.718749 164.96094 93.71875 C 163.57371 93.718757 162.42773 92.602676 162.42773 91.228516 C 162.42773 89.854356 163.57371 88.74218 164.96094 88.742188 C 165.46682 88.742188 165.93843 88.891909 166.33594 89.146484 C 164.98619 87.843244 163.15328 87.037109 161.13281 87.037109 z "
+     id="path884" />
+</svg>
diff --git a/src/font-logos/vectors/centos.svg b/src/font-logos/vectors/centos.svg
new file mode 100644 (file)
index 0000000..a52e487
--- /dev/null
@@ -0,0 +1,78 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer3"
+     style="display:inline">
+    <path
+       d="M 0.78125257,256.03194 C 18.075419,273.32611 35.369584,290.62027 52.66375,307.91444 c 0,-12.8179 0,-25.63581 0,-38.45371 51.68238,0 103.36477,0 155.04715,0 4.392,-4.38147 8.784,-8.76295 13.176,-13.14441 -5.25093,-5.0067 -9.69416,-11.00099 -15.76697,-15.13503 -50.82925,0 -101.65852,0 -152.487777,0 0,-12.33342 0,-24.66683 0,-37.00025 -17.283633,17.28364 -34.567267,34.56727 -51.85090043,51.8509 z"
+       id="path4830" />
+    <path
+       d="m 460.89875,238.36915 c -1.73596,6.19237 -10.12418,4.07827 -14.88225,3.88644 -46.65948,0.43749 -93.43076,0.0668 -140.1333,0.18959 -4.40254,4.392 -8.80507,8.784 -13.2076,13.176 5.31261,4.90456 9.68566,10.99921 15.76697,15.10343 50.83979,0 101.67958,0 152.51937,0 0,12.33342 0,24.66683 0,37.00025 17.2731,-17.28363 34.54621,-34.56727 51.81931,-51.8509 -17.29417,-17.29417 -34.58833,-34.58833 -51.8825,-51.8825 0,11.45923 0,22.91846 0,34.37769 z"
+       id="path4830-7" />
+    <path
+       d="m 204.83556,51.85125 c 12.8179,0 25.63581,0 38.45371,0 0,51.67185 0,103.3437 0,155.01555 4.392,4.40254 8.78401,8.80507 13.17601,13.2076 4.74171,-5.67432 12.34132,-9.85926 15.07183,-16.77808 0,-50.50276 0,-101.0055 0,-151.508264 12.33342,0 24.66683,0 37.00025,0 C 291.26426,34.514955 273.99115,17.241853 256.71806,-0.03124743 239.42389,17.262919 222.12973,34.557084 204.83556,51.85125 z"
+       id="path4830-76" />
+    <path
+       d="m 242.02539,306.74535 c 0,51.12416 0,102.24833 0,153.3725 -12.33342,0 -24.66683,0 -37.00025,0 17.28363,17.28363 34.56727,34.56726 51.8509,51.8509 17.29417,-17.3047 34.58833,-34.6094 51.8825,-51.9141 -12.8179,0 -25.63581,0 -38.45372,0 0,-51.67185 0,-103.34369 0,-155.01555 -4.41306,-4.4236 -8.82613,-8.8472 -13.2392,-13.27079 -5.0134,4.99234 -10.02682,9.98469 -15.04023,14.97704 z"
+       id="path4830-7-2" />
+    <path
+       d="m 69.820995,186.86581 c -0.05266,12.38608 -0.105324,24.77216 -0.157986,37.15824 39.707061,0 79.414141,0 119.121201,0 -26.01498,-26.01498 -52.02994,-52.02995 -78.04492,-78.04493 -13.639434,13.6289 -27.278865,27.25779 -40.918295,40.88669 z"
+       id="path4880" />
+    <path
+       d="m 188.24706,70.209186 -40.91829,40.886694 78.07652,78.04493 0,-119.089609 z"
+       id="path4880-8" />
+    <path
+       d="m 145.9069,402.80064 c 13.63943,13.63943 27.27886,27.27887 40.91829,40.91829 12.38608,0.0527 24.77216,0.10533 37.15823,0.15799 0,-39.70707 0,-79.41414 0,-119.1212 -26.0255,26.01497 -52.05102,52.02994 -78.07652,78.04492 z"
+       id="path4880-3" />
+    <path
+       d="m 70.168564,325.29287 c 13.628898,13.6289 27.257795,27.25779 40.886696,40.88669 26.0255,-26.01498 52.05102,-52.02995 78.07652,-78.04493 -39.70706,0 -79.41414,0 -119.121202,0 0.05266,12.38608 0.105324,24.77216 0.157986,37.15824 z"
+       id="path4880-8-1" />
+    <path
+       d="m 288.59957,187.52935 c 26.0255,-26.0255 52.05102,-52.05102 78.07652,-78.07652 -13.63943,-13.628899 -27.27886,-27.257796 -40.91829,-40.886695 -12.38608,-0.05266 -24.77216,-0.105324 -37.15823,-0.157985 0,39.70706 0,79.41414 0,119.1212 z"
+       id="path4880-5" />
+    <path
+       d="m 323.45121,224.15043 c 39.70706,0 79.41414,0 119.1212,0 -0.0527,-12.38607 -0.10533,-24.77215 -0.15798,-37.15823 -13.62891,-13.63943 -27.2578,-27.27886 -40.8867,-40.91829 -26.0255,26.0255 -52.05102,52.05102 -78.07652,78.07652 z"
+       id="path4880-8-4" />
+    <path
+       d="m 403.17078,365.38963 c 13.6289,-13.6289 27.25779,-27.25779 40.8867,-40.88669 0.0527,-12.38608 0.10532,-24.77216 0.15798,-37.15823 -39.70706,0 -79.41414,0 -119.1212,0 26.0255,26.01498 52.05102,52.02994 78.07652,78.04492 z"
+       id="path4880-35" />
+    <path
+       d="m 288.47318,441.31755 c 12.38607,-0.0527 24.77215,-0.10533 37.15823,-0.15798 13.63943,-13.63943 27.27886,-27.27887 40.91829,-40.9183 -26.0255,-26.01497 -52.05102,-52.02994 -78.07652,-78.04492 0,39.70706 0,79.41414 0,119.1212 z"
+       id="path4880-8-0" />
+    <path
+       d="m 69.852592,162.47282 c 13.627952,-13.61924 27.293917,-27.20097 40.855098,-40.88669 34.04134,34.11464 102.31153,102.24833 102.31153,102.24833 l 12.48087,-0.18958 -0.11262,-11.46114 c 0,0 -70.67189,-69.42569 -103.3996,-101.87779 13.90679,-13.793007 27.74713,-27.653224 41.58183,-41.518635 -31.23903,0 -62.47808,0 -93.717108,0 0,31.228505 0,62.457005 0,93.685505 z"
+       id="path4943" />
+    <path
+       d="m 288.44409,287.48989 0.12472,10.07698 104.3329,103.7803 -41.58183,41.51864 93.68551,0 0,-93.71711 -40.8235,40.9183 -103.72574,-102.60189 z"
+       id="path4943-6" />
+    <path
+       d="m 388.73089,106.19832 -6.69859,12.1965 -92.57961,92.99037 0.15798,12.48087 10.42288,0.001 102.94765,-103.48202 41.48704,41.55023 0,-93.685506 -93.68551,0 z"
+       id="path4943-60" />
+    <path
+       d="m 212.00882,288.35497 -99.7994,102.41932 -41.756482,-41.05684 0,93.68551 93.653912,0 -40.8551,-40.8235 100.41737,-101.7812 -0.12639,-12.65764 z"
+       id="path4943-6-1" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/coreos.svg b/src/font-logos/vectors/coreos.svg
new file mode 100644 (file)
index 0000000..ab44b17
--- /dev/null
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xml:space="preserve"
+   enable-background="new 0 0 222.068 222.068"
+   viewBox="0 0 222.068 222.068"
+   preserveAspectRatio="xMidYMin"
+   y="0px"
+   x="0px"
+   id="Layer_1"
+   version="1.1"
+   width="100%"
+   height="100%"><metadata
+     id="metadata15"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
+     id="defs13" /><path
+     d="M 110.8125 3.15625 C 51.542504 3.15625 3.3125 51.364004 3.3125 110.625 C 3.3125 169.89 51.542504 218.125 110.8125 218.125 C 170.0645 218.125 218.28125 169.89 218.28125 110.625 C 218.28125 51.364004 170.0645 3.15625 110.8125 3.15625 z M 110.8125 13.03125 C 164.7155 13.03125 208.40525 56.713004 208.40625 110.625 C 208.40625 122.821 184.9415 133.3225 151.1875 138.0625 C 150.2985 138.1915 149.42325 138.3235 148.53125 138.4375 C 140.42025 139.4865 131.7365 140.19325 122.6875 140.53125 C 118.7925 140.67625 114.8355 140.75 110.8125 140.75 C 106.7775 140.75 102.81325 140.67725 98.90625 140.53125 C 89.86825 140.19325 81.19775 139.4865 73.09375 138.4375 C 72.37075 132.3905 71.87 126.097 71.625 119.625 C 71.508 116.669 71.46875 113.654 71.46875 110.625 C 71.46875 107.593 71.508 104.61825 71.625 101.65625 C 71.87 95.18325 72.37075 88.89075 73.09375 82.84375 C 73.23875 81.58475 73.3935 80.32975 73.5625 79.09375 C 78.8565 40.669752 93.529502 13.03125 110.8125 13.03125 z M 110.8125 61.84375 C 105.9735 61.84375 101.66525 69.248 98.90625 80.75 C 97.81025 85.336 96.95425 90.571 96.40625 96.25 C 95.97425 100.801 95.75 105.617 95.75 110.625 C 95.75 115.633 95.97425 120.48425 96.40625 125.03125 C 100.96025 125.46325 105.7975 125.6875 110.8125 125.6875 C 115.8215 125.6875 120.6335 125.46325 125.1875 125.03125 C 135.1985 124.08125 143.84675 122.161 149.96875 119.625 C 156.01475 117.124 159.59375 113.995 159.59375 110.625 C 159.59275 100.457 156.5045 91.03775 151.1875 83.21875 C 150.2085 81.79075 149.15025 80.40775 148.03125 79.09375 C 139.07525 68.53675 125.7395 61.84375 110.8125 61.84375 z "
+     id="path5" /></svg>
\ No newline at end of file
diff --git a/src/font-logos/vectors/debian.svg b/src/font-logos/vectors/debian.svg
new file mode 100644 (file)
index 0000000..c289848
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(-100.75915,-484.95513)">
+    <path
+       id="path3296"
+       d="m 152.76941,651.77105 c 2.64134,-8.10696 3.11988,-12.97675 4.12854,-17.66828 -7.30002,9.33145 -3.35913,11.32065 -4.12854,17.66828 m 16.85674,-56.27957 c 1.31363,12.16044 -9.1485,16.88014 2.31762,8.86231 6.14589,-13.8447 -2.40208,-3.8236 -2.31762,-8.86231 M 366.36063,489.07825 c 5.7002,-2.08773 14.0136,-1.14474 20.06096,-2.51934 -7.88177,0.6615 -15.726,1.05557 -23.4717,2.05487 l 3.41074,0.46447 m 183.16194,226.97143 -1.23857,3.1058 c -2.2707,16.12948 -7.17335,32.09005 -14.68917,46.88712 8.30402,-15.6134 13.6758,-32.69055 15.92774,-49.99292 m -231.78025,50.37764 c -2.93222,-3.24185 -4.66807,-7.1452 -6.61037,-11.03448 1.85784,6.83557 5.66268,12.70935 9.20477,18.68167 l -2.5944,-7.64719 m -13.09876,0.51606 -1.18226,5.91133 c 5.5407,7.52521 9.93665,15.6791 17.0115,21.56225 -5.09033,-9.93665 -8.87171,-14.04173 -15.82924,-27.47358 m 209.33599,-60.55825 c 0.50199,13.6336 -3.9878,20.24863 -8.03659,31.95869 l -7.28595,3.64064 c -5.96292,11.57868 0.57706,7.3516 -3.69223,16.56107 -9.30798,8.27587 -28.24768,25.89724 -34.30914,27.50644 -4.42412,-0.0985 2.99789,-5.22167 3.96903,-7.22964 -12.4607,8.55733 -9.99763,12.84539 -29.05463,18.04361 l -0.55828,-1.23856 c -46.99974,22.11116 -112.28705,-21.70771 -111.4285,-81.49654 -0.50198,3.79545 -1.42622,2.84776 -2.46774,4.38189 -2.42553,-30.76235 14.20595,-61.66076 42.25659,-74.27626 27.43606,-13.58198 59.60118,-8.00846 79.254,10.30727 -10.79523,-14.14027 -32.28241,-29.12969 -57.74803,-27.72694 -24.94485,0.39411 -48.28052,16.24677 -56.06845,33.45529 -12.77973,8.04598 -14.26224,31.0157 -19.83109,35.2193 -7.49237,55.06446 14.09335,78.85521 50.60751,106.84017 5.74713,3.87521 1.61858,4.46167 2.39738,7.41263 -12.1323,-5.68145 -23.24183,-14.25755 -32.37624,-24.7572 4.84635,7.09359 10.0774,13.99014 16.8379,19.40885 -11.43796,-3.8752 -26.71826,-27.71754 -31.17991,-28.6887 19.7185,35.30375 79.99994,61.91411 111.56454,48.71215 -14.60471,0.53952 -33.15972,0.30025 -49.57068,-5.7659 -6.89186,-3.54679 -16.26554,-10.89373 -14.59066,-12.26833 43.0776,16.09193 87.57676,12.18858 124.85094,-17.69176 9.48158,-7.38447 19.8405,-19.94838 22.83368,-20.12196 -4.50856,6.77925 0.7694,3.2606 -2.69295,9.247 9.44875,-15.23808 -4.10509,-6.20221 9.76777,-26.31479 l 5.12315,7.05606 c -1.90475,-12.64836 15.70723,-28.00842 13.91976,-48.01309 4.03942,-6.11775 4.50856,6.5822 0.2205,20.65679 5.94886,-15.61339 1.56697,-18.12337 3.09643,-31.00631 1.65141,4.33028 3.81889,8.93268 4.93078,13.50222 -3.8752,-15.08795 3.97841,-25.4093 5.9207,-34.1778 -1.91413,-0.84915 -5.9817,6.67136 -6.91062,-11.15174 0.13603,-7.74103 2.15342,-4.05817 2.93223,-5.96294 -1.52007,-0.87262 -5.50787,-6.80741 -7.9334,-18.18905 1.75933,-2.67417 4.70091,6.93408 7.09361,7.32815 -1.53883,-9.04995 -4.18955,-15.95117 -4.29745,-22.89465 -6.99037,-14.60941 -2.47244,1.94699 -8.14449,-6.27256 -7.44076,-23.209 6.17405,-5.38588 7.09359,-15.93243 11.27843,16.34059 17.71052,41.66545 20.6615,52.15571 -2.25195,-12.78911 -5.89258,-25.17943 -10.33544,-37.16629 3.42481,1.44032 -5.51724,-26.31478 4.45226,-7.93336 -10.64976,-39.18364 -45.57821,-75.79633 -77.71048,-92.9767 3.93149,3.59839 8.89514,8.11634 7.11235,8.82475 -15.97935,-9.51441 -13.16911,-10.25567 -15.45858,-14.27632 -13.01898,-5.29673 -13.87285,0.42693 -22.49588,0.0103 -24.53668,-13.0143 -29.26574,-11.6303 -51.84606,-19.78419 l 1.02743,4.79946 c -16.25614,-5.41404 -18.9397,2.05489 -36.50947,0.0188 -1.06967,-0.83511 5.62983,-3.02136 11.14238,-3.8236 -15.71662,2.07365 -14.98005,-3.09642 -30.35889,0.57236 3.79076,-2.66008 7.79733,-4.41941 11.84143,-6.68074 -12.81726,0.7788 -30.59816,7.45954 -25.10905,1.38402 -20.90546,9.32675 -58.03422,22.42081 -78.8693,41.95633 l -0.65681,-4.3772 c -9.54727,11.4614 -41.63261,34.22939 -44.1895,49.0734 l -2.5522,0.5958 c -4.9683,8.41193 -8.182,17.9451 -12.12289,26.60097 -6.49777,11.07201 -9.52381,4.25992 -8.59957,5.99578 -12.77971,25.91131 -19.12737,47.6847 -24.61175,65.54066 3.90803,5.84095 0.0939,35.16298 1.57165,58.63001 -6.41802,115.89952 81.34171,228.43053 177.26938,254.4122 14.06051,5.02934 34.97066,4.83695 52.75624,5.353 -20.9852,-6.00045 -23.69689,-3.18082 -44.1379,-10.30729 -14.74547,-6.94345 -17.97793,-14.87208 -28.42127,-23.93617 l 4.13323,7.30472 c -20.48321,-7.24841 -11.9118,-8.97017 -28.57609,-14.24817 l 4.41473,-5.76589 c -6.63851,-0.50197 -17.58385,-11.1893 -20.57705,-17.10534 l -7.26248,0.28624 c -8.72625,-10.76708 -13.37555,-18.52687 -13.03775,-24.53671 l -2.34577,4.18015 c -2.6601,-4.56487 -32.10413,-40.37998 -16.82851,-32.04314 -2.83838,-2.59442 -6.61038,-4.22238 -10.70137,-11.65377 l 3.11046,-3.55617 c -7.35163,-9.45811 -13.53035,-21.58103 -13.0612,-25.62043 3.92211,5.29673 6.64319,6.28664 9.33612,7.19211 -18.56438,-46.06142 -19.60587,-2.53812 -33.66639,-46.88714 l 2.97443,-0.23925 c -2.28009,-3.43421 -3.66408,-7.16399 -5.49847,-10.82336 l 1.29486,-12.90172 c -13.36615,-15.45389 -3.73913,-65.70953 -1.81093,-93.27226 1.33708,-11.20805 11.15645,-23.13861 18.62537,-41.84842 l -4.55078,-0.78349 c 8.69809,-15.17241 49.66452,-60.93357 68.63707,-58.57843 9.19069,-11.54583 -1.82502,-0.0422 -3.62188,-2.95096 20.18764,-20.89137 26.5353,-14.75955 40.15948,-18.51746 14.69387,-8.72157 -12.61082,3.40135 -5.64391,-3.3263 25.39994,-6.48837 18.0014,-14.75017 51.13767,-18.04361 3.49518,1.9892 -8.11166,3.07293 -11.02509,5.65329 21.16347,-10.3542 66.97155,-7.99907 96.72523,5.74711 34.52495,16.13417 73.3145,63.82824 74.84395,108.70272 l 1.74055,0.46914 c -0.88201,17.83719 2.73047,38.46584 -3.52802,57.41493 l 4.2599,-8.97021 m -140.29546,-210.7622 -3.18086,0.65682 2.96035,-0.26274 0.22051,-0.39408 m -8.98895,-2.5006 c 4.49916,0.80695 9.72084,1.42624 8.98895,2.5006 4.92141,-1.07906 6.03799,-2.07367 -8.98895,-2.5006 m 93.91969,207.5063 c 1.01807,-15.18179 -2.98851,-10.38235 -4.33498,-4.58833 1.57167,0.81635 2.81493,10.70138 4.33498,4.58833 m -16.70185,43.46231 c 5.01995,-6.92938 8.67934,-14.51557 9.96951,-22.35982 -1.12598,5.59231 -4.16139,10.41989 -7.01853,15.51489 -15.75884,9.92258 -1.48252,-5.89256 -0.0103,-11.90241 -16.94579,21.32768 -2.32701,12.78912 -2.94158,18.74734 m -45.24977,11.27844 c -8.43066,0.11727 1.59513,4.34436 12.60144,6.038 3.04013,-2.37391 5.79874,-4.77597 8.25711,-7.11236 -6.85432,1.67957 -13.83065,1.7171 -20.85855,1.07436" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/deepin.svg b/src/font-logos/vectors/deepin.svg
new file mode 100644 (file)
index 0000000..1b65c4d
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   id="svg4"
+   version="1.1"
+   viewBox="0 0 512 512"
+   height="512"
+   width="512">
+  <metadata
+     id="metadata10">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs8" />
+  <path
+     id="path2"
+     d="M 343.58938,14.867426 C 306.76184,1.4450561 269.10241,-2.2185039 232.51485,1.2050861 190.10399,4.6286661 169.4345,17.699086 170.68235,15.363366 101.26677,40.112366 42.69787,93.353906 15.53317,168.01685 -32.79697,301.00872 35.69072,448.06288 168.42662,496.47301 301.24251,544.88314 448.13669,476.31546 496.46683,343.32359 544.79697,210.33172 476.30928,63.277556 343.57338,14.867426 Z M 177.19356,472.39593 c -13.83832,-5.08738 -27.16471,-11.58259 -39.83517,-19.24566 61.91249,4.75142 142.6547,-9.50285 197.0641,-60.48867 0,0 103.8274,-82.90194 28.74851,-219.06143 0,0 12.07853,54.90534 -3.3276,99.98787 0,0 -14.75021,61.41655 -80.15027,79.15841 C 183.36881,379.07925 73.55813,311.58344 27.6437,278.9154 24.22012,245.33547 27.22775,210.66768 39.56225,176.76779 57.81604,126.61388 92.13188,87.450626 134.04679,61.197806 c -10.49472,73.239124 -2.15973,140.734934 9.66283,168.987504 15.99806,37.9154 43.73869,82.15003 97.90812,87.82934 54.24942,5.66332 84.06981,-45.00254 84.06981,-45.00254 27.83662,-42.25087 32.1561,-102.89951 31.74015,-104.40333 -0.41595,-1.42383 -7.4231,-5.42334 -7.4231,-5.42334 -18.66974,75.65482 -49.498,100.97975 -49.498,100.97975 -48.6661,46.90631 -83.15791,14.33426 -83.15791,14.33426 -37.00351,-39.73918 -11.08666,-104.40334 -11.08666,-104.40334 14.49424,-43.99466 56.74512,-108.402844 104.65931,-141.230864 7.99903,1.99975 15.99806,3.2476 23.9171,6.07926 27.9966,10.25476 53.73748,25.91686 75.73481,46.07441 -35.00375,12.83044 -91.4929,39.835174 -91.4929,39.835174 -89.57314,37.73942 -95.6524,94.82049 -95.6524,94.82049 -9.32687,58.82487 37.41946,33.91589 37.41946,33.91589 47.99418,-23.42116 71.65531,-96.32432 71.65531,-96.32432 -15.00618,-2.91164 -26.82875,1.6638 -26.82875,1.6638 -19.16567,47.41825 -58.32892,66.8239 -58.32892,66.8239 -15.42213,8.15901 -19.0057,-6.25524 -19.0057,-6.25524 -2.57568,-10.83069 11.16665,-12.67047 11.16665,-12.67047 21.32541,-8.255 35.00375,-30.66828 38.07538,-39.83517 3.07163,-9.16688 8.75094,-9.91879 8.75094,-9.91879 18.1578,-5.66332 36.90752,-9.50285 55.91322,-11.42262 36.2516,-4.41546 91.73287,12.91044 91.73287,12.91044 12.49449,5.00739 24.41304,8.75094 35.00375,11.74257 20.41353,50.82584 23.58114,108.73881 3.42359,164.23608 -43.49872,119.64949 -175.6427,181.402 -295.21219,137.82329 z" />
+</svg>
diff --git a/src/font-logos/vectors/devuan.svg b/src/font-logos/vectors/devuan.svg
new file mode 100644 (file)
index 0000000..d35a709
--- /dev/null
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xml:space="preserve"
+   style="enable-background:new 0 0 512 512;"
+   viewBox="0 0 512 512"
+   height="512px"
+   width="512px"
+   y="0px"
+   x="0px"
+   id="Layer_1"
+   version="1.1"><metadata
+     id="metadata3402"><rdf:RDF><cc:Work
+         rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title></dc:title></cc:Work></rdf:RDF></metadata><defs
+     id="defs3400" /><path
+     id="path3396"
+     d="M12,20.433c864.515,206.328,46.7,374.071,46.7,374.071c-16.106,2.579-29.103,10.971-36.924,23.739  c-8.786,14.31-9.546,33.679-1.331,47.277c9.982,16.56,22.632,22.29,33.561,24.775c17.161,3.863,31.03-2.303,31.03-2.303  S503.115,363.745,499.982,239.64C498.398,177.322,371.784,71.962,12,20.433L12,20.433z M12,20.433" /></svg>
\ No newline at end of file
diff --git a/src/font-logos/vectors/docker.svg b/src/font-logos/vectors/docker.svg
new file mode 100644 (file)
index 0000000..f3b53da
--- /dev/null
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->\r
+<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">\r
+<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"\r
+        width="466px" height="423.891px" viewBox="0 0 466 423.891" enable-background="new 0 0 466 423.891" xml:space="preserve">\r
+<rect x="-43.5" y="37.005" display="none" fill-rule="evenodd" clip-rule="evenodd" fill="#E7E7E7" width="792" height="612"/>\r
+<g>\r
+       <path id="outline_7_" fill-rule="evenodd" clip-rule="evenodd" d="M242.133,168.481h47.146v48.194h23.837\r
+               c11.008,0,22.33-1.962,32.755-5.494c5.123-1.736,10.872-4.154,15.926-7.193c-6.656-8.689-10.053-19.661-11.054-30.476\r
+               c-1.358-14.71,1.609-33.855,11.564-45.368l4.956-5.732l5.905,4.747c14.867,11.946,27.372,28.638,29.577,47.665\r
+               c17.901-5.266,38.921-4.02,54.701,5.088l6.475,3.734l-3.408,6.652c-13.345,26.046-41.246,34.113-68.524,32.687\r
+               c-40.817,101.663-129.68,149.794-237.428,149.794c-55.666,0-106.738-20.81-135.821-70.197l-0.477-0.807l-4.238-8.621\r
+               C4.195,271.415,0.93,247.6,3.145,223.803l0.664-7.127h40.315v-48.194h47.143v-47.145h94.292V74.191h56.574V168.481z"/>\r
+       <g display="none">\r
+               <path display="inline" fill="#394D54" d="M61.093,319.89c6.023,0,11.763-0.157,17.219-0.464c0.476-0.026,0.932-0.063,1.402-0.092\r
+                       c0.005-0.002,0.008-0.002,0.012-0.002c13.872-0.855,25.876-2.708,35.902-5.57c0.002-0.002,0.004-0.002,0.006-0.002\r
+                       c1.823-0.521,3.588-1.07,5.282-1.656c1.894-0.657,2.896-2.725,2.241-4.618c-0.656-1.895-2.722-2.899-4.618-2.24\r
+                       c-12.734,4.412-29.535,6.842-50.125,7.298c-0.002,0-0.004,0-0.005,0c-10.477,0.232-21.93-0.044-34.352-0.843c0,0,0,0-0.001,0\r
+                       c-0.635-0.038-1.259-0.075-1.9-0.118c-1.995-0.128-3.731,1.374-3.869,3.375c-0.136,1.999,1.376,3.73,3.375,3.866\r
+                       c2.537,0.173,5.03,0.321,7.49,0.453c0.392,0.021,0.77,0.034,1.158,0.054l0,0C47.566,319.697,54.504,319.89,61.093,319.89z"/>\r
+       </g>\r
+       <g id="Containers_8_">\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M86.209,179.744h3.227v34.052h-3.227V179.744z M80.02,179.744\r
+                       h3.354v34.052H80.02V179.744z M73.828,179.744h3.354v34.052h-3.354V179.744z M67.636,179.744h3.354v34.052h-3.354V179.744z\r
+                        M61.446,179.744H64.8v34.052h-3.354V179.744z M55.384,179.744h3.224v34.052h-3.224V179.744z M51.981,176.338h40.858v40.86H51.981\r
+                       V176.338z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M133.354,132.598h3.229v34.051h-3.229V132.598z M127.165,132.598\r
+                       h3.354v34.051h-3.354V132.598z M120.973,132.598h3.354v34.051h-3.354V132.598z M114.781,132.598h3.354v34.051h-3.354V132.598z\r
+                        M108.593,132.598h3.352v34.051h-3.352V132.598z M102.531,132.598h3.222v34.051h-3.222V132.598z M99.124,129.193h40.863v40.859\r
+                       H99.124V129.193z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M133.354,179.744h3.229v34.052h-3.229V179.744z M127.165,179.744\r
+                       h3.354v34.052h-3.354V179.744z M120.973,179.744h3.354v34.052h-3.354V179.744z M114.781,179.744h3.354v34.052h-3.354V179.744z\r
+                        M108.593,179.744h3.352v34.052h-3.352V179.744z M102.531,179.744h3.222v34.052h-3.222V179.744z M99.124,176.338h40.863v40.86\r
+                       H99.124V176.338z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M180.501,179.744h3.225v34.052h-3.225V179.744z M174.31,179.744\r
+                       h3.355v34.052h-3.355V179.744z M168.12,179.744h3.354v34.052h-3.354V179.744z M161.928,179.744h3.354v34.052h-3.354V179.744z\r
+                        M155.736,179.744h3.354v34.052h-3.354V179.744z M149.676,179.744h3.222v34.052h-3.222V179.744z M146.271,176.338h40.861v40.86\r
+                       h-40.861V176.338z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M180.501,132.598h3.225v34.051h-3.225V132.598z M174.31,132.598\r
+                       h3.355v34.051h-3.355V132.598z M168.12,132.598h3.354v34.051h-3.354V132.598z M161.928,132.598h3.354v34.051h-3.354V132.598z\r
+                        M155.736,132.598h3.354v34.051h-3.354V132.598z M149.676,132.598h3.222v34.051h-3.222V132.598z M146.271,129.193h40.861v40.859\r
+                       h-40.861V129.193z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M227.647,179.744h3.226v34.052h-3.226V179.744z M221.457,179.744\r
+                       h3.354v34.052h-3.354V179.744z M215.265,179.744h3.354v34.052h-3.354V179.744z M209.073,179.744h3.354v34.052h-3.354V179.744z\r
+                        M202.884,179.744h3.354v34.052h-3.354V179.744z M196.821,179.744h3.224v34.052h-3.224V179.744z M193.416,176.338h40.861v40.86\r
+                       h-40.861V176.338z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M227.647,132.598h3.226v34.051h-3.226V132.598z M221.457,132.598\r
+                       h3.354v34.051h-3.354V132.598z M215.265,132.598h3.354v34.051h-3.354V132.598z M209.073,132.598h3.354v34.051h-3.354V132.598z\r
+                        M202.884,132.598h3.354v34.051h-3.354V132.598z M196.821,132.598h3.224v34.051h-3.224V132.598z M193.416,129.193h40.861v40.859\r
+                       h-40.861V129.193z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M227.647,85.451h3.226v34.053h-3.226V85.451z M221.457,85.451\r
+                       h3.354v34.053h-3.354V85.451z M215.265,85.451h3.354v34.053h-3.354V85.451z M209.073,85.451h3.354v34.053h-3.354V85.451z\r
+                        M202.884,85.451h3.354v34.053h-3.354V85.451z M196.821,85.451h3.224v34.053h-3.224V85.451z M193.416,82.048h40.861v40.86h-40.861\r
+                       V82.048z"/>\r
+               <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M274.792,179.744h3.224v34.052h-3.224V179.744z M268.602,179.744\r
+                       h3.352v34.052h-3.352V179.744z M262.408,179.744h3.354v34.052h-3.354V179.744z M256.218,179.744h3.354v34.052h-3.354V179.744z\r
+                        M250.026,179.744h3.354v34.052h-3.354V179.744z M243.964,179.744h3.227v34.052h-3.227V179.744z M240.561,176.338h40.86v40.86\r
+                       h-40.86V176.338z"/>\r
+       </g>\r
+       <path fill-rule="evenodd" clip-rule="evenodd" fill="#FFFFFF" d="M137.428,283.445c6.225,0,11.271,5.049,11.271,11.272\r
+               c0,6.225-5.046,11.271-11.271,11.271c-6.226,0-11.272-5.046-11.272-11.271C126.156,288.494,131.202,283.445,137.428,283.445"/>\r
+       <path fill-rule="evenodd" clip-rule="evenodd" d="M137.428,286.644c1.031,0,2.015,0.194,2.923,0.546\r
+               c-0.984,0.569-1.65,1.635-1.65,2.854c0,1.82,1.476,3.293,3.296,3.293c1.247,0,2.329-0.693,2.89-1.715\r
+               c0.395,0.953,0.615,1.999,0.615,3.097c0,4.458-3.615,8.073-8.073,8.073c-4.458,0-8.074-3.615-8.074-8.073\r
+               C129.354,290.258,132.971,286.644,137.428,286.644"/>\r
+       <path fill="#FFFFFF" d="M167.394,364.677c-27.916-13.247-43.239-31.256-51.765-50.915c-10.37,2.961-22.835,4.852-37.317,5.664\r
+               c-5.457,0.307-11.196,0.464-17.219,0.464c-6.942,0-14.26-0.205-21.94-0.613c25.6,25.585,57.094,45.283,115.408,45.645\r
+               C158.866,364.921,163.14,364.837,167.394,364.677z"/>\r
+</g>\r
+</svg>\r
diff --git a/src/font-logos/vectors/elementary.svg b/src/font-logos/vectors/elementary.svg
new file mode 100644 (file)
index 0000000..4d4eb63
--- /dev/null
@@ -0,0 +1,74 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg2"
+   version="1.0">
+  <title
+     id="title3032">Gentoo Logo Dark v1.0</title>
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Gentoo Logo Dark v1.0</dc:title>
+        <dc:date>2011-06-03</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Sebastian Pipping &lt;sping@gentoo.org&gt;</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Lennart Andre Rolland, Gentoo Foundation Inc.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title>Gentoo Foundation Inc.</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Lennart Andre Rolland for original vector version, idea for dark version and specific RGB value by unknown person</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/2.5/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer2"
+     style="display:inline"
+     transform="translate(-25.69105,-136.02588)">
+    <path
+       d="m 281.69105,136.15571 c -141.31319,0 -255.870165,114.55698 -255.870165,255.87017 0,141.31319 114.556975,255.87017 255.870165,255.87017 141.31319,0 255.87017,-114.55698 255.87017,-255.87017 0,-141.31319 -114.55698,-255.87017 -255.87017,-255.87017 z m 0,21.32252 c 107.4377,0 198.00417,72.2394 225.77878,170.79333 -23.9223,49.34229 -57.96197,93.76773 -99.41623,129.66754 -19.91415,17.24584 -41.65638,32.61976 -65.67334,43.44462 -24.01696,10.82487 -50.43388,16.96708 -76.73441,15.45883 -19.76012,-1.13318 -39.27993,-6.63756 -56.58462,-16.23177 45.86056,-24.85024 87.23971,-57.9831 121.11188,-97.65711 22.23302,-26.04121 41.68521,-55.63627 49.17505,-89.04815 3.74493,-16.70594 4.37955,-34.20184 0.87955,-50.96081 -3.49998,-16.75896 -11.24864,-32.72954 -22.975,-45.20373 -11.45596,-12.18652 -26.495,-20.81893 -42.61838,-25.26717 -16.12339,-4.44825 -33.28151,-4.79259 -49.73476,-1.78576 -32.9065,6.01366 -62.28601,25.1384 -85.84977,48.88186 -41.53456,41.85128 -67.21166,100.90427 -62.50161,159.67897 2.355,29.38735 12.20312,58.26418 29.07857,82.43817 3.76684,5.39598 7.908,10.5355 12.34041,15.40551 C 133.38322,505.6964 107.92858,511.82074 82.112326,515.27 59.947304,479.45445 47.143399,437.2404 47.143399,392.02588 c 0,-129.53709 105.010561,-234.54765 234.547651,-234.54765 z m 1.49257,47.38929 c 16.48779,0.0224 33.08756,5.01378 46.24321,14.95241 11.85258,8.95418 20.63501,21.69304 25.61367,35.68856 4.97867,13.9955 6.25633,29.19379 4.55769,43.95103 -3.3973,29.51446 -18.28649,56.58149 -36.27493,80.22595 -31.85077,41.86543 -74.18683,75.37368 -121.2718,98.82986 -4.81952,2.40092 -9.71541,4.68297 -14.63257,6.87651 -10.24533,-8.96562 -19.02669,-19.59937 -25.72029,-31.45071 -13.98649,-24.76375 -18.59885,-54.18066 -15.88526,-82.49148 2.71358,-28.31081 12.42915,-55.59647 25.48039,-80.86564 15.13235,-29.29847 35.75903,-57.05044 64.63387,-72.97629 14.43743,-7.96293 30.76825,-12.76255 47.25602,-12.7402 z M 514.1331,360.62848 c 1.37417,10.27104 2.1056,20.75028 2.1056,31.3974 0,129.53709 -105.01056,234.54765 -234.54765,234.54765 -72.74936,0 -137.76709,-33.11811 -180.78826,-85.10348 26.55388,-6.03093 52.50707,-14.69362 77.40072,-25.72029 10.88617,8.2906 22.90869,15.09037 35.68855,19.98986 36.80354,14.10959 78.58783,12.068 115.83456,-0.82624 37.24673,-12.89423 70.27619,-36.03797 99.06974,-62.95472 34.30058,-32.06482 63.22046,-69.85861 85.23674,-111.33018 z"
+       id="path2993" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/endeavour.svg b/src/font-logos/vectors/endeavour.svg
new file mode 100644 (file)
index 0000000..fc0af6b
--- /dev/null
@@ -0,0 +1 @@
+<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg"><path d="M19.20894013 151.3023553c-6.57226357-1.07943065-17.61020123-3.33451695-18.2645975-3.73152582-.03497245-.02120828-.08219318-.05221276-.07030544-.0960432.17509767-.6454689 3.57213905-5.38378196 27.07724397-33.67248397 32.50216271-39.11677114 59.22655021-70.5906303 71.8536903-84.6235227 4.12852458-4.58813929 8.28804355-9.48846543 11.51165131-12.89925038 2.87534764-3.04230324 5.04138947-4.85834789 5.22121547-4.85834789.12749204 0-2.80837998 3.67484923-4.6074984 6.10163471C103.32792901 29.12635475 77.03389181 70.169903 39.88549428 129.980815l-13.70245431 22.061689-1.50413148-.0443354c-.8272723-.02444001-3.28875656-.33752469-5.46996836-.6957729zm5.73906607 24.72250987c-6.8311611-.16561646-12.5010892-.38870734-12.599841-.49574855-.23461606-.25433775 13.41517607-22.7626327 13.91315351-22.94257989.20949941-.07574385 5.61210524.38125415 12.00578904 1.01548265 22.81591698 2.26320604 49.16167714 4.4029395 70.6949821 5.7416868 12.18406481.7574789 34.7127904.73493753 39.02635216-.00201983 15.86025723-2.86191573 25.17950786-9.03768549 28.2199266-20.5505487.78926101-2.98862004 1.29712857-4.03336002 1.28293923-10.482151-.32732453-7.93306748-.78739267-10.85989064-3.4670182-19.76051006-6.64895674-22.0850363-22.77833692-50.39300551-48.47917455-85.16333398-3.82616523-5.17637005-9.0645897-12.39139593-8.44001601-11.9028592.3114688.24362554 3.13205869 2.77336207 4.46685721 4.20315853 7.33834697 7.86061394 25.99940979 29.35773354 31.20195187 35.64944895 27.27692576 32.9874374 42.93929965 60.1300673 46.1262373 80.01337328 2.16576914 13.51224838-1.45765505 23.7429298-10.81101061 30.52469076-6.74691879 4.8919418-15.18727817 7.54444093-30.28463325 9.38340061-34.727616 4.23008194-83.2460198 5.97168553-132.8564944 4.76898429z"/><path d="M116.16542087 16.29691497c-6.53213952 8.91013991-12.52449807 18.51768274-18.64712999 27.87789463-13.79768554 21.20812752-27.2829378 42.72074633-40.74994589 64.228259-8.6109719 13.80338754-17.26788094 27.57470008-25.70848069 41.50163088.01836031.3460484 1.03684444.16227363 1.45095223.29718857 21.57541046 2.05453679 43.1219009 4.01162658 64.7267939 5.48835898 10.6198715.70244846 21.24850102 1.3386968 31.89247118 1.51956302 3.71154964.0479711 7.62841561.00201983 11.17111707-.18341121 7.19675646-.43691073 14.59744566-1.26208443 21.16325585-4.72501245 4.93320705-2.60883028 9.2876503-6.85811076 11.4454512-12.41356869 2.3189232-5.76598543 2.28382856-12.2742808 1.30940917-18.3731554-.12994614-.79291691-.30596475-1.90750282-.4901233-2.82195327-.43828421-2.28124317-.93807243-4.35809914-1.54996155-6.61159987-.55986824-2.03527765-1.1343096-3.8894972-1.8104295-5.9105451-2.36132968-6.99931042-5.3230455-13.7433368-8.56115568-20.3117233-.57045219-1.12893885-1.2550756-2.51671464-1.89231366-3.73293768-9.09157471-17.455962-19.92056185-33.76578827-31.21315185-49.61072-3.95444502-5.50299066-8.02100104-11.40123698-12.15496909-16.74752372-.08392418.10552431-.29787531.42373534-.3817894.52925561z"/></svg>
diff --git a/src/font-logos/vectors/fedora-inverse.svg b/src/font-logos/vectors/fedora-inverse.svg
new file mode 100644 (file)
index 0000000..fa144a7
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   version="1.1"
+   width="512"
+   height="512"
+   id="svg2855"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <metadata
+     id="metadata20">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2857" />
+  <path
+     id="path1616"
+     d="M 255.98242 0 C 114.65639 0.0042443177 0.13707368 114.53866 0.044921875 255.83398 L 0 255.83398 L 0 453.95117 L 0.044921875 453.95117 C 0.11274647 486.02932 26.110634 512 58.205078 512 L 58.480469 512 L 58.525391 512 L 256.08984 512 C 397.43713 511.9096 511.92578 397.3884 511.92578 256.05469 C 511.92597 114.66383 397.38027 0.0042470372 255.99023 0 L 255.98242 0 z M 259.39062 18.050781 C 269.98268 18.203358 280.56498 19.045263 291.04492 20.582031 C 314.01396 23.976136 336.47785 30.767486 357.4668 40.697266 C 385.47181 53.899237 410.80739 72.685197 431.67383 95.550781 C 452.65254 118.47622 469.09113 145.54729 479.66797 174.77148 C 488.7326 199.66064 493.51604 226.08502 493.86914 252.56641 C 494.26121 278.03708 490.57391 303.57611 482.88477 327.86523 C 473.58854 357.29211 458.46198 384.85383 438.6543 408.51758 C 418.00998 433.25269 392.30705 453.73799 363.57617 468.32031 C 332.22553 484.30293 297.24852 493.04661 262.08008 493.89258 C 235.63282 493.98395 209.18399 493.9724 182.73633 493.98828 C 141.52344 493.98958 100.31052 493.99785 59.097656 493.96289 C 50.488044 494.21989 41.85094 491.53075 34.861328 486.50977 C 24.850857 479.47383 18.469017 467.59937 18.083984 455.375 C 17.998075 416.05053 17.999768 376.72527 18.003906 337.40039 C 18.023532 310.60626 17.975215 283.8116 18.046875 257.01758 C 18.084144 245.79293 18.744928 234.56444 20.279297 223.44141 C 23.719746 198.11665 31.324032 173.37111 42.671875 150.47266 C 57.386223 120.71647 78.458311 94.152149 103.96875 72.923828 C 128.27667 52.675627 156.6686 37.355433 186.95117 28.195312 C 206.99824 22.103054 227.86145 18.766441 248.79883 18.126953 C 252.3279 18.024748 255.85994 17.999922 259.39062 18.050781 z M 307.86133 105.37695 C 267.93882 105.37695 232.6592 135.41958 227.77539 174.85742 C 227.44707 178.15865 227.3488 180.53637 227.33398 183.5293 L 227.37891 344.75391 C 227.37891 375.6782 204.21645 396.72656 175.29492 396.72656 C 146.32559 396.72656 122.99023 373.58642 122.99023 344.69727 C 123.47516 312.9915 148.83704 292.88194 178.44336 292.00586 L 178.60156 292.00586 L 208.64844 291.73047 L 208.64844 249.14648 L 178.60156 249.37305 C 124.73293 248.87207 81.960403 291.0586 80.398438 344.70312 C 80.398437 396.84881 123.26958 439.37109 175.28711 439.37109 C 224.36425 439.37109 265.22055 401.02628 269.67969 353.04297 C 270.32261 336.70522 270.00977 315.1543 270.00977 315.1543 C 270.10043 306.28014 269.87444 309.4654 269.96484 291.8457 L 307.24609 291.57031 C 336.08545 291.79102 335.75718 248.33404 306.91211 248.93164 L 269.96289 249.20703 C 269.96289 227.34476 270.30695 205.60906 269.96289 183.70312 C 270.01044 164.76519 287.94431 148.02148 307.85156 148.02148 C 327.77083 148.02148 348.83398 157.9626 348.83398 183.70312 C 348.83398 187.38061 348.76237 189.52004 348.55859 190.88281 C 346.33511 202.82145 354.48909 214.23432 366.50781 215.95703 C 378.52657 217.65986 389.5651 208.98129 390.75586 196.90234 C 391.44383 192.12693 391.41797 187.91348 391.41797 183.70312 C 391.41797 138.30367 350.84115 105.38281 307.85352 105.38281 L 307.86133 105.37695 z " />
+</svg>
diff --git a/src/font-logos/vectors/fedora.svg b/src/font-logos/vectors/fedora.svg
new file mode 100644 (file)
index 0000000..d3afbd1
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   version="1.1"
+   width="512"
+   height="512"
+   id="svg2855"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <metadata
+     id="metadata20">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs2857" />
+  <path
+     id="path1616"
+     d="M 255.98988,1.6799999e-6 C 114.66024,1.6799999e-6 0.13737814,114.53647 0.04522463,255.83441 H 0 V 453.95111 H 0.04522463 C 0.11304922,486.02926 26.109925,512 58.204369,512 H 58.480533 58.52598 256.09055 C 397.43784,511.9096 511.92633,397.38884 511.92633,256.05513 511.92652,114.66165 397.37557,1.6799999e-6 255.98192,1.6799999e-6 Z M 307.85262,105.38319 C 350.84025,105.38319 391.41859,138.30277 391.41859,183.70222 391.41859,187.91258 391.44329,192.12724 390.75532,196.90265 389.56456,208.9816 378.52716,217.66044 366.5084,215.95761 354.48968,214.2349 346.33446,202.82081 348.55794,190.88217 348.76172,189.5194 348.83411,187.37971 348.83411,183.70222 348.83411,157.9617 327.77119,148.02223 307.85192,148.02223 287.94467,148.02223 270.0105,164.76429 269.96295,183.70222 270.30701,205.60816 269.96295,227.345 269.96295,249.20727 L 306.9129,248.93105 C 335.75797,248.33345 336.08506,291.79081 307.2457,291.5701 L 269.96431,291.84631 C 269.87391,309.46601 270.10016,306.28 270.0095,315.15416 270.0095,315.15416 270.3219,336.70539 269.67898,353.04314 265.21984,401.02645 224.36464,439.37068 175.2875,439.37068 123.26997,439.37068 80.399115,396.84894 80.399115,344.70326 81.961081,291.05873 124.73279,248.872 178.60142,249.37298 L 208.64759,249.14673 V 291.73052 L 178.60142,292.00669 H 178.44285 C 148.83653,292.88277 123.47497,312.9922 122.99004,344.69797 122.99004,373.58712 146.32533,396.72638 175.29466,396.72638 204.21619,396.72638 227.3783,375.67749 227.3783,344.7532 L 227.33309,183.52987 C 227.34791,180.53694 227.44621,178.15955 227.77453,174.85832 232.65834,135.42048 267.93834,105.37652 307.86085,105.37652 Z" />
+</svg>
diff --git a/src/font-logos/vectors/ferris.svg b/src/font-logos/vectors/ferris.svg
new file mode 100644 (file)
index 0000000..6f53565
--- /dev/null
@@ -0,0 +1,16 @@
+<!-- Generated by IcoMoon.io -->
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="448" height="448" viewBox="0 0 448 448">
+<title></title>
+<g id="icomoon-ignore">
+</g>
+<path d="M222.933 203.664c-48.712 0-92.97 5.856-125.734 15.4v81.523c32.765 9.544 77.023 15.4 125.734 15.4 55.752 0 105.665-7.671 139.192-19.762v-72.797c-33.527-12.092-83.44-19.764-139.192-19.764zM273.457 219.305c5.116 0.066 10.849 2.224 16.582 8.501 0 0 13.729 25.51 0 38.264 0 0-22.464 17.857-34.944 0 0 0-14.976-14.031 0-38.264 0 0 7.887-8.636 18.362-8.501zM191.537 219.618c8.885-0.054 19.381 3.577 23.727 19.313 0 0 8.568 34.524-24.613 36.472 0 0-42.311-8.149-13.538-52.822 0 0 6.585-2.916 14.425-2.963z"></path>
+<path d="M412.337 269.903l-5.71-11.829c0.029-0.449 0.053-0.899 0.053-1.35 0-13.41-13.944-25.769-37.405-35.663v71.327c10.947-4.617 19.827-9.77 26.179-15.318-1.869 7.516-8.262 22.722-13.36 33.416-8.377 15.294-11.411 28.609-11.022 29.267 0.248 0.415 3.106-3.994 7.32-11.138 9.807-13.975 28.392-40.654 32.106-47.45 4.207-7.704 1.838-11.263 1.838-11.263z"></path>
+<path d="M42.82 257.506c0 2.583 0.519 5.127 1.522 7.621l-3.42 6.087c0 0-2.739 3.554 2.085 11.052 4.255 6.611 25.568 32.491 36.817 46.044 4.832 6.948 8.108 11.228 8.394 10.815 0.452-0.656-3.003-13.701-12.6-28.583-4.477-7.994-9.825-18.584-13.035-26.406 8.961 5.671 20.685 10.816 34.615 15.244v-83.747c-33.567 10.667-54.378 25.487-54.378 41.873z"></path>
+<path d="M221.921 76.416c-2.143 0-4.14 1.157-5.259 3.059l-11.143 18.768c-1.751 0.151-3.505 0.334-5.246 0.535l-14.428-16.141c-1.461-1.631-3.635-2.359-5.733-1.929-2.111 0.439-3.846 1.977-4.594 4.078l-7.394 20.618c-1.712 0.514-3.408 1.056-5.099 1.612l-17.133-12.86c-1.742-1.312-4.010-1.589-5.993-0.727-1.976 0.855-3.4 2.725-3.742 4.928l-3.399 21.742c-1.573 0.851-3.129 1.726-4.682 2.619l-19.222-9.139c-1.952-0.931-4.231-0.738-6.009 0.508-1.786 1.239-2.829 3.361-2.748 5.594l0.738 22.064c-1.368 1.141-2.722 2.306-4.062 3.485l-20.604-5.065c-2.093-0.508-4.287 0.14-5.803 1.72-1.525 1.585-2.142 3.87-1.652 6.053l4.854 21.492c-1.126 1.393-2.24 2.801-3.332 4.227l-21.157-0.769c-2.135-0.063-4.172 1.004-5.366 2.867-1.194 1.854-1.375 4.227-0.487 6.271l8.765 20.050c-0.851 1.61-1.697 3.234-2.511 4.882l-20.847 3.538c-2.117 0.357-3.901 1.835-4.725 3.902-0.819 2.072-0.55 4.433 0.695 6.25l12.334 17.86c-0.096 0.315-0.185 0.633-0.281 0.95l-34.863 37.033c0 0-5.34 4.188 2.439 14.028 6.859 8.68 42.077 43.092 60.677 61.121 7.857 9.152 13.238 14.82 13.801 14.33 0.887-0.779-3.772-17.431-19.246-36.969-11.927-17.529-27.408-44.491-23.775-47.599 0 0 4.125-5.24 12.409-9.012l-0-0c-0.077-0.060-0.153-0.121 0.004-0.001 0 0 174.838 80.652 337.017 1.365 18.526-3.324 29.742 6.601 29.742 6.601 3.868 2.242-6.148 29.964-14.383 48.316-11.202 20.838-12.845 37.098-11.894 37.662 0.599 0.357 4.674-5.844 10.488-15.714 14.345-19.988 41.461-58.093 46.424-67.347 5.628-10.494 0-13.435 0-13.435l-37.533-27.647c-0.353-1.231-0.706-2.462-1.070-3.682l12.328-17.86c1.257-1.817 1.512-4.178 0.695-6.25-0.819-2.061-2.608-3.54-4.726-3.902l-20.846-3.538c-0.807-1.648-1.654-3.271-2.503-4.882l8.757-20.050c0.901-2.044 0.711-4.417-0.483-6.271-1.19-1.862-3.211-2.952-5.363-2.867l-21.157 0.769c-1.096-1.426-2.208-2.84-3.343-4.227l4.861-21.492c0.492-2.183-0.13-4.467-1.649-6.053-1.512-1.58-3.708-2.233-5.796-1.72l-20.607 5.065c-1.334-1.179-2.691-2.344-4.063-3.485l0.742-22.064c0.079-2.233-0.961-4.356-2.75-5.594-1.786-1.247-4.055-1.435-6.009-0.508l-19.225 9.139c-1.548-0.888-3.105-1.768-4.679-2.619l-3.397-21.742c-0.344-2.203-1.762-4.074-3.747-4.928-1.978-0.858-4.246-0.581-5.983 0.727l-17.139 12.86c-1.687-0.56-3.383-1.098-5.1-1.612l-7.387-20.618c-0.751-2.101-2.483-3.644-4.596-4.078-2.105-0.431-4.271 0.297-5.731 1.929l-14.427 16.141c-1.745-0.201-3.49-0.385-5.24-0.535l-11.14-18.768c-1.129-1.901-3.122-3.059-5.269-3.059zM48.099 272.388c-0.001 0-0.002 0.001-0.003 0.001 0.077 0.060 0.154 0.119 0.003-0.001zM273.457 219.305c5.116 0.066 10.849 2.224 16.582 8.501 0 0 13.729 25.51 0 38.264 0 0-22.464 17.857-34.944 0 0 0-14.976-14.031 0-38.264 0 0 7.887-8.636 18.362-8.501zM191.537 219.618c8.885-0.054 19.381 3.577 23.727 19.313 0 0 8.568 34.524-24.613 36.472 0 0-42.311-8.149-13.538-52.822 0 0 6.585-2.916 14.425-2.963z"></path>
+<path d="M163.864 321.588c-0.669-0.571-1.019-0.909-1.019-0.909l57.272-4.692c-46.717-61.63-84.144-12.535-88.127-7.046v12.646z"></path>
+<path d="M283.111 320.924c0.668-0.571 1.019-0.91 1.019-0.91l-55.038-4.027c46.739-64.16 81.912-13.2 85.895-7.71v12.647z"></path>
+<path d="M371.091 259.737c0 0-6.258 24.927-45.182 51.123l-10.915 2.558c0 0-35.309-64.39-85.333 8.17 0 0 15.59-9.077 57.384 1.977 0 0-19.226 29.427-57.954 28.522 0 0 37.114 44.526 93.592-19.789 0 0 59.703-23.088 64.546-72.561z"></path>
+<path d="M160.275 326.238c36.897-4.65 58.22-5.083 58.22-5.083-49.366-65.123-89.424-6.165-89.424-6.165-10.038-3.589-20.272-17.523-27.915-30.371l-30.631-9.072c35.306 59.923 61.592 60.836 61.592 60.836 54.729 70.148 80.656 13.779 80.656 13.779-30.724-3.488-52.499-23.924-52.499-23.924z"></path>
+<path d="M275.324 234.903c0 7.449-4.391 13.489-9.807 13.489s-9.806-6.039-9.806-13.489 4.391-13.489 9.806-13.489c5.415 0 9.807 6.040 9.807 13.489z"></path>
+<path d="M192.164 235.392c0 7.682-4.528 13.913-10.114 13.913-5.584 0-10.114-6.231-10.114-13.913 0-7.684 4.529-13.913 10.114-13.913 5.586 0 10.114 6.229 10.114 13.913z"></path>
+</svg>
diff --git a/src/font-logos/vectors/flathub.svg b/src/font-logos/vectors/flathub.svg
new file mode 100644 (file)
index 0000000..13cb1d0
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   viewBox="0 0 32 32"
+   height="32"
+   width="32"
+   id="svg2"
+   version="1.1">
+  <metadata
+     id="metadata8">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <defs
+     id="defs6" />
+  <path
+     id="path12"
+     d="M 4.3050695,25.738258 9.043e-4,22.935932 3.005e-4,18.388138 -3.034e-4,13.840345 7.9709051,8.6535784 C 12.35507,5.800857 15.961465,3.4624011 15.985118,3.457009 c 0.02365,-0.00533 3.636746,2.3284808 8.029096,5.1863824 l 7.986089,5.1961856 -4.69e-4,4.548177 -4.66e-4,4.548178 -4.299213,2.796929 c -2.364567,1.53831 -4.318642,2.80139 -4.342389,2.806844 -0.02374,0.0055 -1.688681,-1.06088 -3.699851,-2.36963 l -3.656675,-2.379548 -3.653669,2.377444 c -2.009518,1.307593 -3.6727191,2.376355 -3.6960032,2.375028 -0.023288,-0.0013 -1.9792075,-1.263461 -4.3464983,-2.804741 z m 4.257289,-2.982209 V 19.122975 L 5.087348,16.861954 C 3.1760931,15.618392 1.5940308,14.593908 1.5716572,14.585322 c -0.033259,-0.0128 -0.040684,0.647873 -0.040684,3.623586 v 3.639197 l 3.4904298,2.270509 c 1.9197356,1.24878 3.5017966,2.270509 3.5156908,2.270509 0.01389,0 0.025261,-1.634883 0.025261,-3.633074 z m 14.6877775,0.0096 V 19.14217 l -0.101563,-0.07548 c -0.150384,-0.11176 -6.889676,-4.490283 -6.911318,-4.490283 -0.01013,0 -0.0185,1.637028 -0.0185,3.637841 v 3.637841 l 3.476629,2.265837 c 1.912145,1.246211 3.494206,2.267047 3.515691,2.268522 0.03105,0.0021 0.03906,-0.741415 0.03906,-3.620796 z m 3.688495,-6.271479 c 2.757599,-1.794134 3.4331,-2.246462 3.399921,-2.276635 -0.05107,-0.04644 -6.926284,-4.5159307 -6.976005,-4.5350104 -0.0427,-0.016383 -7.003165,4.5055424 -7.003165,4.5496674 0,0.0168 1.575029,1.055917 3.500066,2.309153 3.296607,2.146156 3.504071,2.276089 3.568962,2.235209 0.03788,-0.02388 1.617491,-1.050945 3.510221,-2.282384 z m -14.735578,0.03811 c 1.907849,-1.242673 3.467409,-2.271976 3.465692,-2.287337 -0.0048,-0.04292 -6.9896288,-4.5784171 -7.0281574,-4.5636311 -0.062039,0.023808 -6.9688556,4.5238171 -6.9767285,4.5455601 -0.011064,0.03071 6.9672386,4.567312 7.023502,4.565951 0.025781,-6.26e-4 1.6078429,-1.017868 3.5156919,-2.260543 z m 7.318778,-4.770847 c 1.904472,-1.238848 3.474041,-2.2634358 3.487932,-2.2768621 0.01389,-0.013424 -1.557526,-1.0541985 -3.492037,-2.3128284 L 16.000433,4.8833237 12.500557,7.1594963 c -1.924933,1.2518953 -3.4999905,2.2832044 -3.5001265,2.2917984 -4.025e-4,0.025448 6.9804955,4.5610123 7.0213345,4.5618333 0.02057,4.14e-4 1.595595,-1.012849 3.500066,-2.251696 z" />
+</svg>
diff --git a/src/font-logos/vectors/freebsd.svg b/src/font-logos/vectors/freebsd.svg
new file mode 100644 (file)
index 0000000..a4fa323
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(-100.75915,-484.95513)">
+    <path
+       d="M 71.830078 46.238281 C 64.515798 46.279581 58.529741 48.003462 54.556641 51.976562 C 39.503311 67.029883 56.698586 110.93827 75.603516 146.64258 A 235.32248 235.32248 0 0 1 148.46875 72.636719 C 122.35634 58.870975 92.037149 46.124076 71.830078 46.238281 z "
+       transform="translate(100.75915,484.95513)"
+       id="path6420" />
+    <path
+       d="M 275.06641 49.996094 A 220.96997 220.96997 0 0 0 54.095703 270.9668 A 220.96997 220.96997 0 0 0 275.06641 491.93555 A 220.96997 220.96997 0 0 0 496.03711 270.9668 A 220.96997 220.96997 0 0 0 473.04297 173.07422 C 469.72377 178.74813 466.49131 184.06197 463.47461 188.83008 C 466.00032 199.81065 464.87762 208.8209 459.42578 214.27539 C 444.64928 229.04865 403.80019 212.16023 368.18945 176.55273 C 332.57547 140.942 315.68706 100.09614 330.4668 85.316406 C 336.54203 79.235734 347.04695 78.547178 359.76953 82.287109 C 364.14612 79.544291 368.93318 76.644357 374.01953 73.671875 A 220.96997 220.96997 0 0 0 275.06641 49.996094 z "
+       transform="translate(100.75915,484.95513)"
+       id="circle6464" />
+    <path
+       d="m 595.635,536.93356 c 25.42781,25.4278 -41.1677,133.25599 -52.57758,144.66292 -11.40396,11.40101 -41.26812,0.0384 -66.69593,-25.39237 C 450.93368,630.77335 439.56516,600.9151 450.97208,589.50818 462.379,578.10126 570.2072,511.50575 595.635,536.93356 Z"
+       id="path6571" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/gentoo.svg b/src/font-logos/vectors/gentoo.svg
new file mode 100644 (file)
index 0000000..c016852
--- /dev/null
@@ -0,0 +1,75 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg2"
+   version="1.0">
+  <title
+     id="title3032">Gentoo Logo Dark v1.0</title>
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Gentoo Logo Dark v1.0</dc:title>
+        <dc:date>2011-06-03</dc:date>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Sebastian Pipping &lt;sping@gentoo.org&gt;</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <dc:rights>
+          <cc:Agent>
+            <dc:title>Lennart Andre Rolland, Gentoo Foundation Inc.</dc:title>
+          </cc:Agent>
+        </dc:rights>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title>Gentoo Foundation Inc.</dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Lennart Andre Rolland for original vector version, idea for dark version and specific RGB value by unknown person</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <cc:license
+           rdf:resource="http://creativecommons.org/licenses/by-sa/2.5/" />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/licenses/by-sa/2.5/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Notice" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#Attribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+        <cc:requires
+           rdf:resource="http://creativecommons.org/ns#ShareAlike" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer2"
+     style="display:inline"
+     transform="translate(-25.69105,-136.02588)">
+    <path
+       d="M 212.03125 0.0625 C 202.87493 0.12755657 193.86211 0.94485937 185.1875 2.53125 C 92.4908 19.4834 27.273526 99.66472 21.75 152.5 C 19.039913 178.42335 33.010042 197.84168 40.71875 206.40625 C 61.552273 229.55282 103.08458 247.22621 129.78125 261.875 C 91.18621 294.78255 73.464335 310.85 56.03125 329.15625 C 29.94514 356.54894 11.58732 386.68499 11.53125 408.28125 C 11.511528 415.23755 10.388551 437.42689 19.4375 454.9375 C 22.840438 461.52254 32.524819 483.48219 61.6875 499.9375 C 80.326754 510.45488 106.8784 514.33509 132.875 510.625 C 213.33105 499.14273 321.07569 430.8931 397.96875 367.34375 C 446.97423 326.84248 482.80941 287.60598 493.15625 268.28125 C 501.5046 252.68908 502.43629 224.70743 497.59375 207.15625 C 483.83587 157.2925 371.99621 55.16909 280.5625 14.0625 C 259.61465 4.6447906 235.43073 -0.10375569 212.03125 0.0625 z M 211.875 1.5 C 236.85412 1.1518039 261.59072 6.9653969 283.21875 17.59375 C 357.06447 53.88267 481.79298 155.8628 491 207.15625 C 502.37863 270.54806 279.1196 442.18363 143.3125 468.96875 C 90.62569 479.31137 45.715115 482.11258 25.21875 426.46875 C 7.450976 378.23255 41.903325 342.95245 92.625 296.59375 C 113.68712 277.34335 130.48278 262.95874 155.75 241.625 C 157.20342 240.17159 34.034672 197.70018 30.09375 148.96875 C 26.042925 98.87834 105.33386 6.44883 206.875 1.65625 C 208.54174 1.5778281 210.20973 1.5232131 211.875 1.5 z M 209.5 12.59375 C 205.97685 12.647632 202.39857 12.862207 198.71875 13.25 C 148.85401 18.50492 139.29857 24.9161 94.125 59.09375 C 78.98489 70.54854 51.108579 98.43471 43.96875 131.5 C 41.249511 144.09307 44.461726 154.96893 53.53125 162.59375 C 82.572331 187.00886 131.18607 206.82095 171.0625 225.96875 C 182.74237 231.57715 174.99119 241.72532 156.15625 258.03125 C 108.62886 299.177 44.392194 349.27235 39.90625 387.4375 C 37.792365 405.42185 43.952306 429.86924 65.78125 442.375 C 91.28089 456.9837 144.21676 447.44325 179.5625 434.28125 C 231.21358 415.04749 299.04091 372.60094 352.90625 330.875 C 408.9194 287.48531 461.01759 232.36347 463.59375 223.375 C 466.75723 212.3373 466.41759 202.15882 460.3125 190.4375 C 450.72527 172.03084 437.91891 158.34032 424.15625 143.03125 C 387.22878 104.10047 348.15283 69.90154 301.40625 43.6875 C 270.81352 26.532061 243.55716 12.072894 209.5 12.59375 z M 233.0625 89.875 C 244.56071 90.012106 257.76201 93.677775 271.9375 100.53125 C 307.96244 117.94836 344.96587 163.70005 271.625 190.03125 C 251.6819 197.19133 188.43882 172.45617 190.375 138.6875 C 192.22786 105.95199 207.83705 90.58481 230.78125 89.90625 C 231.5324 89.884035 232.29595 89.86586 233.0625 89.875 z M 236.96875 119.0625 C 230.89236 119.27322 226.04751 121.01733 223.71875 124.625 C 211.83864 143.02942 217.23272 156.0528 228.25 164.375 C 232.34571 154.62597 274.19177 165.27333 274.0625 174.4375 C 274.50276 174.23064 274.88804 173.99889 275.21875 173.75 C 312.28813 145.85121 263.29979 118.14938 236.96875 119.0625 z "
+       id="path2973"
+       transform="translate(25.69105,136.02588)" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/gnu-guix.svg b/src/font-logos/vectors/gnu-guix.svg
new file mode 100644 (file)
index 0000000..93f12cf
--- /dev/null
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><path id="path4060" d="M22.201,105.1l-13.578,5.073l-2.619,0.977l0,0.002l-0.004,0.001c0.886,2.19 1.782,4.32 2.684,6.418c0.193,0.448 0.388,0.883 0.582,1.327c0.439,1.009 0.876,2.032 1.319,3.019l0.002,0.002c0.259,0.578 0.521,1.13 0.781,1.7c0.13,0.284 0.258,0.585 0.388,0.867c0.39,0.847 0.777,1.679 1.171,2.51l0,0.002c0,0.003 -0.002,0.01 0,0.01c0.391,0.827 0.792,1.644 1.186,2.455c0.132,0.27 0.268,0.53 0.399,0.798c0.013,0.026 0.025,0.051 0.038,0.077c0.456,0.928 0.914,1.846 1.374,2.752c0.192,0.383 0.382,0.78 0.576,1.157c0.003,0.008 0.008,0.008 0.011,0.012c0.321,0.624 0.643,1.239 0.966,1.852c0.079,0.151 0.157,0.31 0.236,0.46l0.002,0.002c1.617,3.057 3.256,5.981 4.916,8.771l0.002,0.002c0.056,0.093 0.111,0.18 0.167,0.272c0.359,0.601 0.714,1.193 1.077,1.784c0.161,0.263 0.319,0.525 0.481,0.787c0.198,0.319 0.402,0.635 0.603,0.951c0.06,0.095 0.119,0.196 0.178,0.29l0.002,0.002c0.07,0.114 0.143,0.221 0.214,0.335c0.338,0.549 0.673,1.096 1.018,1.635c0.251,0.391 0.511,0.767 0.767,1.153c0.038,0.057 0.074,0.117 0.112,0.174c0.129,0.197 0.253,0.405 0.383,0.601l0.002,0.002c0.173,0.259 0.352,0.504 0.525,0.762c0.08,0.117 0.158,0.239 0.237,0.356c0.171,0.252 0.339,0.507 0.511,0.757c0.431,0.626 0.859,1.238 1.296,1.849c0.001,0.001 0.001,0.002 0.002,0.004l0.002,0.002c0.57,0.795 1.154,1.558 1.735,2.329c0.304,0.404 0.601,0.825 0.908,1.222l0.006,0.006c0.446,0.576 0.895,1.143 1.347,1.705c0.204,0.253 0.414,0.49 0.618,0.74c0.5,0.61 1.005,1.211 1.512,1.803c0.211,0.247 0.416,0.508 0.628,0.752c0.278,0.319 0.564,0.623 0.846,0.938c0.118,0.131 0.232,0.27 0.35,0.401c0.074,0.081 0.144,0.17 0.218,0.251l0.002,0.002c0.123,0.135 0.25,0.261 0.374,0.395c0.12,0.131 0.239,0.269 0.36,0.4c0.228,0.245 0.462,0.488 0.691,0.73c0.161,0.17 0.326,0.327 0.488,0.495c0.607,0.633 1.219,1.253 1.836,1.862c0.008,0.008 0.017,0.017 0.025,0.025c0.189,0.186 0.371,0.386 0.56,0.57c0.491,0.476 0.979,0.945 1.476,1.406l0.008,0.008c0.004,0.003 0.008,0.008 0.012,0.011c0.493,0.457 0.983,0.902 1.482,1.345c0.465,0.413 0.932,0.813 1.402,1.212c0.041,0.035 0.08,0.073 0.121,0.108l0.002,0.002c0.129,0.106 0.263,0.202 0.392,0.307c0.042,0.035 0.085,0.068 0.127,0.102c0.698,0.567 1.402,1.123 2.114,1.664c0.157,0.119 0.307,0.249 0.464,0.366l0.002,0.002c0.276,0.207 0.562,0.394 0.84,0.597c0.017,0.013 0.034,0.025 0.051,0.038c0.232,0.168 0.458,0.346 0.691,0.512c0.184,0.131 0.374,0.249 0.558,0.378c0.351,0.246 0.692,0.507 1.046,0.746c0.001,0.001 0.002,0.001 0.004,0.002c0.346,0.235 0.703,0.449 1.053,0.678c0.388,0.254 0.777,0.504 1.169,0.751c0.352,0.222 0.696,0.459 1.051,0.676c0.001,0.001 0.003,0.001 0.004,0.002c0.344,0.209 0.699,0.399 1.045,0.603c0.426,0.25 0.855,0.495 1.285,0.738c0.347,0.195 0.686,0.407 1.035,0.597l0.002,0.002c0.349,0.19 0.71,0.36 1.061,0.544c0.005,0.003 0.009,0.006 0.014,0.008c0.432,0.227 0.866,0.449 1.302,0.668c0.362,0.181 0.716,0.378 1.081,0.554c0.381,0.183 0.773,0.346 1.157,0.524c0.204,0.095 0.402,0.201 0.607,0.294c0.592,0.268 1.18,0.532 1.779,0.787l0.002,0c0.002,0.001 0.004,0.001 0.006,0.002c1.269,0.538 2.559,1.045 3.863,1.521c0.542,0.197 1.082,0.384 1.633,0.572c0.351,0.12 0.71,0.232 1.067,0.348c0.275,0.091 0.545,0.195 0.822,0.282c0.231,0.073 0.472,0.135 0.705,0.206c0.398,0.123 0.794,0.247 1.198,0.364c0.222,0.065 0.455,0.119 0.679,0.182c0.792,0.223 1.59,0.438 2.397,0.642c0.282,0.072 0.555,0.156 0.839,0.225c0.454,0.11 0.913,0.21 1.371,0.312c0.467,0.106 0.939,0.207 1.411,0.307c0.414,0.089 0.826,0.179 1.246,0.262c0.412,0.082 0.827,0.155 1.241,0.231c2.072,0.385 4.194,0.708 6.361,0.979c0.829,0.105 1.662,0.206 2.506,0.294c0.457,0.047 0.919,0.089 1.38,0.131c0.456,0.043 0.905,0.094 1.364,0.131c0.36,0.029 0.734,0.044 1.097,0.071c0.784,0.057 1.573,0.107 2.369,0.151c0.36,0.019 0.71,0.051 1.073,0.068c0.351,0.016 0.715,0.018 1.069,0.031c0.937,0.038 1.884,0.063 2.836,0.083c0.255,0.005 0.501,0.019 0.756,0.023c0.343,0.005 0.69,0.002 1.034,0.004c0.449,0.004 0.887,0.022 1.339,0.022c0.55,0 1.042,-0.015 1.582,-0.018c0.664,-0.001 1.341,-0.002 1.989,-0.008c0.931,-0.009 1.833,-0.027 2.731,-0.047c0.524,-0.011 1.034,-0.027 1.547,-0.041c0.807,-0.024 1.616,-0.047 2.396,-0.078c0.81,-0.035 1.595,-0.069 2.377,-0.106c2.759,-0.14 5.348,-0.327 7.745,-0.572c0.062,-0.006 0.124,-0.013 0.186,-0.019c1.294,-0.135 2.555,-0.28 3.745,-0.447c0.013,0.005 0.026,0.011 0.039,0.016c0.376,0.152 0.752,0.333 1.128,0.523c0.02,0.011 0.04,0.02 0.06,0.031c0.218,0.111 0.435,0.237 0.652,0.36c0.014,0.008 0.028,0.016 0.042,0.024c0.159,0.092 0.319,0.185 0.479,0.284c0.237,0.145 0.472,0.296 0.709,0.456c0.293,0.199 0.585,0.405 0.877,0.626c0.17,0.129 0.341,0.264 0.511,0.4c0.371,0.297 0.742,0.6 1.112,0.932c0.001,0.001 0.003,0.001 0.004,0.002c0.464,0.416 0.928,0.861 1.392,1.331l0.002,0.002c0.464,0.47 0.929,0.967 1.392,1.49l0.002,0.002c0.463,0.522 0.925,1.071 1.388,1.644l0.002,0.002c0.462,0.574 0.924,1.173 1.386,1.795l0.002,0.002c0.462,0.623 0.923,1.27 1.384,1.941l0.002,0.002c0.461,0.67 0.922,1.366 1.382,2.083l0.002,0.002c0.921,1.434 1.84,2.96 2.759,4.571l0.002,0.002c0.459,0.805 0.918,1.631 1.376,2.478c0.017,0.032 0.034,0.067 0.051,0.098c0.9,1.667 1.8,3.412 2.698,5.232l0.002,0.002c0.457,0.926 0.913,1.872 1.37,2.836l0.002,0.002c1.828,3.858 3.649,8.009 5.468,12.407l0.002,0.002c0.91,2.198 1.818,4.458 2.725,6.774l0.002,0.002c0.908,2.315 1.814,4.686 2.72,7.106c0,0.002 0.001,0.003 0.002,0.004c1.812,4.842 3.62,9.884 5.427,15.075l0.002,0.002c0.903,2.596 1.805,5.229 2.707,7.894l0.002,0.002c11.732,34.657 23.381,74.694 35.152,107.067c0.001,0.001 0.002,0.003 0.002,0.004c2.716,7.469 5.438,14.532 8.17,21.025l0.002,0.002c0.91,2.163 1.82,4.264 2.733,6.296c0,0.001 0.001,0.001 0.002,0.002l0,0.002l71.122,0c0,-0.001 0,-0.002 0,-0.002c27.703,-61.684 54.394,-186.995 82.691,-209.998c0.251,-0.204 0.504,-0.403 0.756,-0.591c0.042,-0.032 0.084,-0.061 0.127,-0.092c0.51,-0.375 1.02,-0.716 1.531,-1.022c0.07,-0.042 0.141,-0.083 0.211,-0.123c0.261,-0.152 0.523,-0.298 0.783,-0.431c0.085,-0.044 0.168,-0.085 0.251,-0.127c0.277,-0.135 0.553,-0.27 0.83,-0.384c0.048,-0.02 0.096,-0.042 0.143,-0.061c6.509,0.911 14.576,1.337 24.3,1.337c7.05,0 13.676,-0.489 19.913,-1.448c5.046,-0.774 9.844,-1.851 14.36,-3.278c4.656,-1.47 9.085,-3.332 13.317,-5.552c0.355,-0.186 0.719,-0.357 1.071,-0.548c0.002,-0.001 0.004,-0.003 0.006,-0.004c1.135,-0.618 2.254,-1.262 3.359,-1.934c0.003,-0.002 0.005,-0.005 0.008,-0.006c1.104,-0.673 2.195,-1.371 3.27,-2.099c0.003,-0.002 0.006,-0.005 0.009,-0.008c1.074,-0.728 2.133,-1.482 3.178,-2.265c0.003,-0.002 0.006,-0.005 0.01,-0.008c1.044,-0.783 2.074,-1.593 3.089,-2.431c0.003,-0.003 0.006,-0.007 0.01,-0.01c0.571,-0.484 1.13,-0.999 1.693,-1.502c0.441,-0.394 0.889,-0.771 1.326,-1.176c0.991,-0.92 1.969,-1.872 2.936,-2.851c5.822,-5.893 11.202,-12.843 16.121,-20.819c6.731,-10.628 13.116,-23.397 19.139,-38.277l-0.004,-0.002c0,0 0,-0.001 0,-0.001l-2.661,-0.993l-13.536,-5.057l0,0.002c-0.001,0.002 -0.002,0.004 -0.004,0.006l-0.002,0.002c-1.282,2.344 -2.567,4.579 -3.86,6.707c-0.647,1.066 -1.296,2.105 -1.946,3.117c-0.001,0.001 -0.001,0.003 -0.002,0.004c-0.649,1.011 -1.3,1.994 -1.952,2.952c-0.001,0.001 -0.002,0.001 -0.002,0.002c-2.61,3.835 -5.243,7.25 -7.9,10.261c-5.137,5.846 -10.803,10.524 -17.003,14.067c-1.492,0.833 -3.03,1.598 -4.62,2.316c-0.01,0.006 -0.023,0.018 -0.04,0.029c-4.821,2.17 -10.093,3.802 -15.809,4.865c-7.44,1.24 -15.982,1.87 -25.725,1.87c-7.187,0 -13.647,-0.367 -19.317,-1.067l-0.09,0c-0.72,-0.057 -2.205,-0.294 -3.74,-0.535c-1.617,-0.253 -3.269,-0.498 -5.875,-0.981c-47.765,-8.837 -63.606,24.322 -67.029,33.471c-0.535,1.431 -0.8,2.314 -0.8,2.314l-58.039,161.83l-0.043,0.072l-0.043,-0.072l-58.039,-161.83c0,0 -0.265,-0.883 -0.8,-2.314c-0.214,-0.572 -0.479,-1.24 -0.795,-1.984c-0.315,-0.742 -0.684,-1.562 -1.11,-2.443c-0.001,-0.001 -0.002,-0.003 -0.002,-0.004c-0.01,-0.021 -0.023,-0.046 -0.033,-0.066c-0.635,-1.307 -1.394,-2.744 -2.297,-4.264c-0.191,-0.323 -0.401,-0.656 -0.605,-0.985c-0.122,-0.197 -0.235,-0.39 -0.362,-0.589c-0.065,-0.103 -0.139,-0.209 -0.206,-0.312c-1.315,-2.035 -2.871,-4.171 -4.712,-6.296c-0.483,-0.558 -0.985,-1.116 -1.508,-1.67l-0.001,-0.002c-0.523,-0.554 -1.065,-1.105 -1.627,-1.652l-0.002,-0.002c-0.563,-0.547 -1.145,-1.09 -1.749,-1.625c-0.001,-0.001 -0.003,-0.001 -0.004,-0.002c-0.603,-0.535 -1.227,-1.064 -1.873,-1.584c-0.001,-0.001 -0.003,-0.001 -0.004,-0.002c-0.447,-0.359 -0.917,-0.707 -1.384,-1.057c-0.21,-0.157 -0.409,-0.321 -0.623,-0.476c-0.69,-0.5 -1.404,-0.989 -2.14,-1.466l-0.002,-0.002c-0.735,-0.477 -1.493,-0.941 -2.275,-1.39c-0.001,-0.001 -0.002,-0.002 -0.003,-0.002c-1.565,-0.899 -3.223,-1.738 -4.979,-2.502c-0.001,-0.001 -0.003,-0.002 -0.004,-0.002c-0.878,-0.382 -1.78,-0.744 -2.708,-1.087l-0.002,-0.002c-9.286,-3.426 -21.096,-4.766 -36.023,-2.005c-2.606,0.483 -4.258,0.728 -5.875,0.981c-1.535,0.241 -3.019,0.476 -3.738,0.533l-0.09,0c-5.67,0.7 -12.128,1.069 -19.315,1.069c-9.743,0 -18.285,-0.63 -25.725,-1.87c-1.903,-0.354 -3.758,-0.77 -5.562,-1.249c-0.002,0 -0.003,-0.002 -0.004,-0.002c-3.606,-0.957 -7.015,-2.163 -10.224,-3.606c-0.004,-0.003 -0.009,-0.005 -0.014,-0.008c-0.015,-0.008 -0.026,-0.022 -0.041,-0.033c-1.587,-0.716 -3.132,-1.487 -4.62,-2.318c-0.003,-0.002 -0.009,0.001 -0.012,0c-0.115,-0.066 -0.229,-0.137 -0.344,-0.204c-0.498,-0.289 -0.992,-0.585 -1.482,-0.889c-0.153,-0.096 -0.308,-0.19 -0.462,-0.288c-0.76,-0.479 -1.515,-0.968 -2.258,-1.484c-0.001,-0.001 -0.002,-0.002 -0.004,-0.003c-0.029,-0.021 -0.058,-0.043 -0.088,-0.063c-0.466,-0.324 -0.925,-0.664 -1.384,-1.003c-0.502,-0.369 -0.998,-0.746 -1.492,-1.133c-0.338,-0.265 -0.677,-0.528 -1.012,-0.801c-0.122,-0.099 -0.245,-0.196 -0.368,-0.297c-0.101,-0.084 -0.201,-0.171 -0.301,-0.255c-0.406,-0.339 -0.807,-0.688 -1.206,-1.039c-0.196,-0.176 -0.393,-0.35 -0.59,-0.527c-0.85,-0.765 -1.688,-1.554 -2.514,-2.371c-0.048,-0.048 -0.096,-0.098 -0.144,-0.147c-0.727,-0.723 -1.443,-1.472 -2.15,-2.24c-0.276,-0.299 -0.553,-0.598 -0.826,-0.904c-0.127,-0.141 -0.254,-0.28 -0.378,-0.421c-0.596,-0.676 -1.19,-1.372 -1.784,-2.089c-0.001,-0.002 -0.002,-0.004 -0.004,-0.006c-0.384,-0.464 -0.769,-0.951 -1.153,-1.433c-0.24,-0.301 -0.481,-0.596 -0.72,-0.904c-0.099,-0.131 -0.197,-0.262 -0.298,-0.394c-0.18,-0.233 -0.361,-0.473 -0.542,-0.709c-0.26,-0.343 -0.518,-0.692 -0.777,-1.043c-0.661,-0.896 -1.319,-1.813 -1.976,-2.763c-0.056,-0.081 -0.114,-0.159 -0.17,-0.24c-0.809,-1.175 -1.616,-2.389 -2.422,-3.644c-0.65,-1.012 -1.299,-2.051 -1.946,-3.117c-0.3,-0.494 -0.595,-0.992 -0.895,-1.497c-0.032,-0.055 -0.065,-0.108 -0.097,-0.163c-0.957,-1.619 -1.917,-3.305 -2.869,-5.043l-0.002,0.01c-0.001,-0.002 -0.002,-0.004 -0.003,-0.006l0,-0.002l-0.004,0.002l0,-0.002l0,-0.002Z"/></svg>
diff --git a/src/font-logos/vectors/illumos.svg b/src/font-logos/vectors/illumos.svg
new file mode 100644 (file)
index 0000000..5f43f1e
--- /dev/null
@@ -0,0 +1,64 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   sodipodi:docname="illumos.svg"
+   inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
+   id="svg287"
+   version="1.1"
+   viewBox="0 0 33.499336 43.538258"
+   height="43.538258mm"
+   width="33.499336mm">
+  <defs
+     id="defs281" />
+  <sodipodi:namedview
+     inkscape:window-maximized="1"
+     inkscape:window-y="0"
+     inkscape:window-x="2560"
+     inkscape:window-height="1415"
+     inkscape:window-width="2560"
+     fit-margin-bottom="0"
+     fit-margin-right="0"
+     fit-margin-left="0"
+     fit-margin-top="0"
+     showgrid="false"
+     inkscape:document-rotation="0"
+     inkscape:current-layer="layer1"
+     inkscape:document-units="mm"
+     inkscape:cy="150.45865"
+     inkscape:cx="58.435703"
+     inkscape:zoom="0.98994949"
+     inkscape:pageshadow="2"
+     inkscape:pageopacity="0.0"
+     borderopacity="1.0"
+     bordercolor="#666666"
+     pagecolor="#ffffff"
+     id="base" />
+  <metadata
+     id="metadata284">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(-37.678895,-69.700936)"
+     id="layer1"
+     inkscape:groupmode="layer"
+     inkscape:label="Layer 1">
+    <path
+       style="stroke-width:0.264583"
+       id="path235"
+       d="m 38.733086,69.701115 c -0.03413,0.276489 0.04396,0.567862 0.108521,0.835091 0.159544,0.667279 0.383414,1.318915 0.615983,1.963704 0.173845,0.483205 0.366954,0.965442 0.612882,1.418002 -0.227256,-0.147614 -0.448056,-0.306079 -0.654223,-0.481625 -0.04974,-0.04233 -0.09911,-0.08424 -0.147795,-0.128157 -0.0077,-0.0074 -0.01558,-0.01507 -0.02325,-0.02274 -0.04366,-0.04366 -0.08453,-0.09016 -0.127124,-0.134875 -0.0053,-0.0069 -0.0097,-0.01404 -0.01499,-0.02119 -0.14605,-0.2032 -0.288995,-0.412023 -0.449068,-0.603581 -0.27596,-0.3302 -0.569772,-0.734694 -0.953947,-0.950329 0.02222,0.01296 0.04419,0.02606 0.06615,0.03876 -0.02461,-0.02566 -0.0532,-0.04461 -0.08733,-0.05943 0.0011,0.02805 0.0089,0.05466 0.01499,0.08165 -0.0011,-0.0019 -0.002,-0.0033 -0.0031,-0.0052 0.0016,0.0048 0.0033,0.0094 0.0046,0.01447 0.0066,0.02725 0.01653,0.05392 0.02791,0.07958 0.120914,0.381 0.265898,0.752533 0.441316,1.111044 0.110861,0.211137 0.222428,0.422163 0.334347,0.633036 0.02249,0.0426 0.04672,0.08402 0.0708,0.12609 0.125148,0.2159 0.245049,0.435686 0.383956,0.642855 0.346339,0.516467 0.708467,1.002622 1.128096,1.46141 0.156434,0.171 0.322306,0.336457 0.492993,0.497127 -0.02769,-0.01454 -0.05614,-0.02706 -0.08372,-0.04186 -0.300831,-0.16166 -0.597826,-0.333577 -0.876432,-0.53175 -0.06932,-0.04895 -0.136942,-0.09929 -0.203088,-0.151412 -0.25109,-0.337608 -0.507711,-0.715545 -0.827857,-0.987537 -0.02223,-0.01191 -0.04444,-0.02349 -0.06666,-0.03566 0.04974,0.274373 0.21141,0.528791 0.352433,0.765329 0.350308,0.589491 0.759247,1.145005 1.173055,1.691369 0.391583,0.517261 0.808687,1.026807 1.306897,1.445907 0.41566,0.349514 0.889409,0.625189 1.372009,0.871781 0.540015,0.275431 1.076838,0.559185 1.643311,0.777731 0.141214,0.05456 0.283473,0.104871 0.425814,0.154512 -0.03703,-1.24e-4 -0.07397,8.47e-4 -0.111105,-10e-4 -0.462756,-0.02358 -0.915243,-0.112351 -1.353922,-0.25893 -0.253736,-0.09816 -0.503936,-0.208319 -0.742591,-0.337965 -0.05768,-0.03149 -0.114944,-0.06331 -0.171565,-0.09612 -0.009,-0.0056 -0.01787,-0.01098 -0.02687,-0.01654 -0.05133,-0.0336 -0.10036,-0.07024 -0.150895,-0.104902 -0.0066,-0.0061 -0.01302,-0.01252 -0.01964,-0.0186 -0.185472,-0.16854 -0.367721,-0.343379 -0.564306,-0.498161 -0.337873,-0.266171 -0.708707,-0.601513 -1.12913,-0.733805 0.02434,0.0082 0.04827,0.0166 0.07235,0.02481 -0.02937,-0.02037 -0.0609,-0.0329 -0.09715,-0.04031 0.0066,0.02752 0.01963,0.05083 0.03101,0.07596 -0.0013,-0.0013 -0.0026,-0.0023 -0.0036,-0.0036 0.0021,0.004 0.0049,0.0077 0.0067,0.01137 0.0127,0.02699 0.02748,0.05163 0.04548,0.07545 0.196321,0.347133 0.414387,0.680181 0.659391,0.994771 0.151606,0.183621 0.304155,0.367515 0.45682,0.550872 0.03096,0.03678 0.0628,0.07254 0.09508,0.10852 0.166687,0.185738 0.329902,0.375741 0.508496,0.549837 0.445029,0.434182 0.898946,0.835381 1.404565,1.19786 0.48604,0.348721 1.01273,0.666849 1.569413,0.888835 0.09038,0.03611 0.182663,0.06938 0.274402,0.103353 -0.428063,-0.07423 -0.851888,-0.170179 -1.270205,-0.295588 -0.326496,-0.0979 -0.652326,-0.206557 -0.964799,-0.345198 -0.07726,-0.03413 -0.153521,-0.06992 -0.228927,-0.107487 -0.313796,-0.280988 -0.641205,-0.599877 -1.009241,-0.802018 -0.02381,-0.0071 -0.04828,-0.01456 -0.07183,-0.0217 0.103452,0.259027 0.313205,0.475564 0.498678,0.679028 0.461433,0.507207 0.973666,0.969446 1.488281,1.421619 0.487362,0.428096 0.997624,0.844083 1.570447,1.154968 0.477043,0.259027 0.995966,0.434578 1.518253,0.578776 0.500637,0.138827 1.001045,0.281243 1.511019,0.383439 -0.87452,0.161705 -1.783926,0.135249 -2.635498,-0.130741 0.0672,0.02117 -0.158184,-0.05995 -0.332279,-0.136943 -0.09287,-0.04074 -0.182844,-0.08842 -0.274919,-0.130224 -0.05847,-0.02646 -0.0088,0.0026 -0.362252,-0.274402 0.04392,0.0344 -0.477453,-0.349126 -0.47904,-0.302824 -0.0016,0.0553 0.01189,0.09599 0.02274,0.15658 -0.005,-0.02831 -0.0094,-0.05644 -0.01447,-0.08475 0.04418,0.274373 0.230667,0.501671 0.398942,0.715719 0.310091,0.395287 0.688561,0.759342 1.064534,1.091923 0.538956,0.476514 1.097512,0.92328 1.740979,1.25057 0.389202,0.197908 0.802734,0.365232 1.224215,0.48059 0.427912,0.117152 0.856474,0.166658 1.283643,0.166915 -0.601611,0.175887 -1.229532,0.256105 -1.857768,0.21239 0.06985,0.005 -0.167957,-0.02167 -0.355017,-0.05633 -0.100277,-0.01799 -0.197644,-0.04295 -0.297656,-0.06253 -0.06271,-0.01217 -0.0083,0.0041 -0.416513,-0.183452 0.0508,0.02328 -0.54488,-0.229993 -0.535884,-0.184485 0.01138,0.05424 0.03404,0.09144 0.05891,0.147795 -0.01164,-0.02646 -0.023,-0.05286 -0.03411,-0.07958 0.106362,0.257175 0.340465,0.435029 0.553454,0.604098 0.3937,0.312737 0.845394,0.57995 1.287777,0.816487 0.634735,0.338932 1.281666,0.645075 1.983341,0.814938 0.423863,0.102393 0.865432,0.169403 1.30173,0.184485 0.02926,0.001 0.05768,-0.0015 0.08682,-0.001 -0.639261,0.226301 -1.292106,0.402366 -1.963704,0.511596 -0.336815,0.05424 -0.676966,0.09817 -1.018543,0.110071 -0.08387,0.0032 -0.168308,0.0044 -0.252181,0.0036 -0.405341,-0.115888 -0.838944,-0.259953 -1.258838,-0.28112 -0.02487,0.0042 -0.04981,0.0077 -0.07441,0.01188 0.206111,0.18759 0.488553,0.29191 0.744141,0.393775 0.636587,0.255058 1.29917,0.447121 1.95957,0.629418 0.62521,0.172244 1.266333,0.324086 1.916679,0.353984 0.54266,0.02487 1.086404,-0.04344 1.619539,-0.141076 0.118358,-0.02175 0.236579,-0.04494 0.355018,-0.06666 -0.537057,0.464401 -1.155648,0.831949 -1.832964,1.053682 0.0672,-0.0217 -0.163318,0.04302 -0.349849,0.08165 -0.09948,0.02064 -0.199988,0.03416 -0.299207,0.05374 -0.06297,0.01244 -0.0055,0.0075 -0.454235,-0.01344 0.05583,0.0026 -0.591786,-0.0074 -0.565857,0.03101 0.03043,0.04657 0.06563,0.07186 0.109554,0.114721 -0.02064,-0.02064 -0.04086,-0.04034 -0.06149,-0.06098 0.194998,0.198438 0.479127,0.274936 0.740006,0.3514 0.4826,0.142081 1.001932,0.219178 1.501201,0.271301 0.715697,0.07488 1.430197,0.115173 2.144572,0.0078 0.152721,-0.02285 0.305191,-0.05232 0.457336,-0.08527 -0.463505,0.489608 -1.009065,0.89921 -1.623157,1.183907 0.06429,-0.02937 -0.156989,0.06189 -0.337964,0.121956 -0.09631,0.03254 -0.194365,0.05793 -0.290938,0.08888 -0.06112,0.01958 -0.0045,0.0075 -0.452685,0.04031 0.05583,-0.0042 -0.588004,0.06195 -0.558106,0.09767 0.03625,0.04207 0.07676,0.06554 0.05374,0.04754 0.217487,0.173567 0.508409,0.216491 0.776696,0.261999 0.495565,0.08387 1.021003,0.09962 1.522388,0.09353 0.633228,-0.0091 1.260687,-0.05127 1.876888,-0.189136 -0.365132,0.392976 -0.759137,0.759527 -1.190625,1.093472 -0.258498,0.200025 -0.525305,0.392213 -0.81132,0.558107 -0.07091,0.04127 -0.142214,0.08128 -0.214974,0.118856 -0.411162,0.0889 -0.862054,0.167484 -1.233,0.34158 -0.01905,0.01455 -0.03831,0.02885 -0.05736,0.04393 0.280987,0.06191 0.580582,0.0191 0.856278,-0.01291 0.687123,-0.07964 1.361021,-0.221787 2.0283,-0.37207 0.63156,-0.14261 1.264514,-0.310126 1.838131,-0.582911 0.05742,-0.02726 0.111952,-0.05894 0.167948,-0.08837 -0.02695,0.06218 -0.05693,0.123058 -0.0832,0.185518 -0.390789,0.488421 -0.858436,0.91195 -1.394747,1.237652 -0.130175,0.0717 -0.261913,0.139914 -0.397908,0.200504 -0.09313,0.04075 -0.187722,0.07529 -0.28112,0.115239 -0.059,0.0254 -0.0044,0.0078 -0.447001,0.08216 0.0553,-0.0098 -0.57981,0.116284 -0.546737,0.148828 0.03969,0.03863 0.0794,0.05634 0.131258,0.08888 -0.02408,-0.01561 -0.04853,-0.03038 -0.07235,-0.04599 0.23204,0.1524 0.52617,0.167994 0.797368,0.188102 0.500856,0.03731 1.024681,0.0036 1.523421,-0.05013 -0.180975,0.591079 -0.31447,1.199867 -0.412895,1.808675 -0.02222,0.13758 -0.04343,0.27608 -0.0646,0.41393 -0.37465,0.51276 -0.774208,1.00522 -1.222148,1.46348 -0.382852,0.39211 -0.783398,0.76791 -1.203027,1.12034 -0.211932,0.17833 -0.427121,0.35237 -0.646989,0.52038 -0.100277,0.0765 -0.200443,0.15251 -0.302307,0.22686 -0.05477,0.0397 -0.109046,0.0792 -0.163815,0.11782 -0.0045,0.003 -0.0061,0.005 -0.01137,0.008 -0.456935,0.31565 -0.926327,0.61375 -1.41025,0.88574 -0.240506,0.13599 -0.483042,0.26947 -0.731221,0.3917 -0.13388,0.0656 -0.268896,0.12955 -0.404627,0.19172 -0.04789,0.0217 -0.09602,0.0434 -0.144177,0.0646 -0.0069,0.003 -0.0096,0.004 -0.01809,0.008 -0.490802,0.2077 -0.991096,0.39575 -1.500683,0.55398 -0.05186,0.0151 -0.103424,0.0299 -0.155547,0.0439 -0.115887,0.0315 -0.231894,0.0608 -0.347782,0.091 -0.115094,0.0294 -0.230345,0.0591 -0.346232,0.0858 -0.03969,0.009 -0.07968,0.0174 -0.119373,0.0269 -0.395287,0.0781 -0.803493,0.15617 -1.170471,0.32815 -0.09366,0.0444 -0.410976,0.21127 -0.173116,0.33589 0.278607,0.14579 0.699724,0.12359 0.996322,0.11989 0.546629,-0.007 1.086532,-0.0734 1.625223,-0.16123 1.782498,-0.29051 3.531572,-0.86596 5.162993,-1.66553 -0.137054,0.13282 -0.272137,0.26777 -0.412895,0.39636 -0.249502,0.22833 -0.503175,0.45329 -0.763261,0.66972 -0.05397,0.0455 -0.108024,0.0899 -0.162264,0.13436 -0.120385,0.095 -0.241829,0.18982 -0.363802,0.28216 -0.243417,0.18335 -0.49353,0.35723 -0.746207,0.5271 -0.06403,0.0418 -0.131713,0.0853 -0.167432,0.108 -0.130704,0.0823 -0.260966,0.16223 -0.393258,0.24081 -0.05609,0.0336 -0.112626,0.0662 -0.168982,0.0992 -0.12991,0.0714 -0.259957,0.14155 -0.39119,0.20981 -0.01323,0.007 -0.02683,0.0135 -0.03979,0.0202 -0.114036,0.0542 -0.228302,0.10806 -0.343132,0.16071 -0.0164,0.007 -0.03269,0.0151 -0.04909,0.0222 -0.09499,0.0392 -0.190773,0.0764 -0.286288,0.11421 -0.2921,0.0802 -0.585076,0.15872 -0.878499,0.23254 -0.0971,0.0238 -0.194088,0.0486 -0.291455,0.0713 -0.02858,0.004 -0.06041,0.0104 -0.0956,0.0191 -0.575734,0.0987 -1.149127,0.37728 -1.662948,0.6289 -0.447939,0.21961 -0.893035,0.46133 -1.298112,0.75396 -0.01773,0.0124 -0.03627,0.0271 -0.05426,0.0398 -0.01932,0.013 -0.04011,0.0237 -0.05943,0.0367 -0.08123,0.0548 -0.485349,0.28006 -0.469739,0.44649 0.01561,0.17251 1.774172,-0.24994 2.055689,-0.3235 2.482585,-0.64796 4.850432,-1.77822 7.018693,-3.1657 -0.115094,0.17516 -0.233322,0.34817 -0.354501,0.51935 -0.05397,0.0733 -0.122485,0.16643 -0.155029,0.20929 -0.09366,0.12251 -0.18766,0.24395 -0.283704,0.36381 -0.04128,0.0521 -0.08325,0.10293 -0.125057,0.15399 -0.09631,0.11165 -0.192501,0.22274 -0.291455,0.33228 -0.0074,0.008 -0.01508,0.0161 -0.02222,0.0243 -0.09049,0.0937 -0.181306,0.18645 -0.272852,0.27905 -0.01376,0.0135 -0.02732,0.0276 -0.04134,0.0413 -0.07355,0.0683 -0.148366,0.13537 -0.223242,0.20258 -0.246063,0.17833 -0.492824,0.35458 -0.742591,0.52761 -0.08116,0.0558 -0.162509,0.11165 -0.244429,0.1664 0.144727,-0.0998 0.115755,-0.0666 0.04961,-0.0258 -0.01482,0.006 -0.03215,0.0161 -0.04961,0.0258 -0.0017,0.001 -0.0035,0.002 -0.0052,0.003 -0.02434,0.014 -0.05023,0.0303 -0.07906,0.0501 -0.505354,0.29448 -0.945488,0.75686 -1.339453,1.17357 -0.342635,0.36222 -0.674092,0.74498 -0.950846,1.16117 -0.01244,0.0185 -0.02477,0.0386 -0.03721,0.0579 -0.01349,0.0185 -0.02915,0.0357 -0.04238,0.0543 -0.05715,0.0796 -0.356729,0.43211 -0.283704,0.5824 0.07541,0.15557 1.573916,-0.85674 1.811776,-1.02475 2.572015,-1.81134 4.727935,-4.24151 6.467306,-6.84713 0.0217,-0.0331 0.0429,-0.0662 0.06459,-0.0987 1.513586,-1.25001 2.882569,-2.68676 3.952731,-4.32687 -0.02712,0.0978 -0.05157,0.19581 -0.08475,0.29353 -0.02487,0.0714 -0.04978,0.14302 -0.07545,0.21445 -0.01693,0.027 -0.03526,0.0531 -0.05219,0.0806 -0.242888,0.38497 -0.486251,0.77519 -0.685747,1.17048 0,0 -0.236996,0.40568 -0.01395,0.22841 0.40296,-0.31936 0.690418,-0.75078 0.976168,-1.12914 0.548216,-0.72654 1.026306,-1.48173 1.488798,-2.235 0.334433,-0.544777 0.636463,-1.10608 0.865063,-1.670701 0.06138,-0.151871 0.219005,-0.524891 0.245463,-0.58601 0.102394,-0.242358 0.190124,-0.484693 0.269234,-0.728638 0.128588,-0.397934 0.241294,-0.795791 0.3421,-1.193725 0.253736,-1.001448 0.486132,-2.043174 0.381887,-3.007051 -0.03863,-0.357717 -0.118727,-0.708257 -0.245462,-1.037663 -0.104511,-0.27014 -0.205613,-0.578921 -0.417546,-0.793233 0.01958,0.03836 0.01449,0.03325 -0.0083,-0.0072 -0.0028,-2.31e-4 -0.0055,1.89e-4 -0.0083,0 0.156119,-0.670818 0.390077,-1.31636 0.65629,-1.948201 0.07964,-0.188119 0.16318,-0.373906 0.245465,-0.560173 0.214577,0.01005 0.442473,-0.01819 0.668692,-0.101802 0.255852,-0.09419 0.470797,-0.240904 0.635103,-0.413412 0.01244,-0.0071 0.02532,-0.01373 0.03617,-0.02325 0.312208,-0.274373 0.636558,-0.533276 0.982369,-0.765845 0.702733,-0.445558 1.490924,-0.753306 2.304253,-0.858345 0.151342,-0.01323 0.302906,-0.02352 0.453719,-0.02325 0.09551,5.29e-4 0.190269,0.0067 0.285255,0.0083 0.06006,5.29e-4 0.0072,-0.0052 0.407209,0.09715 -0.05001,-0.01296 0.532842,0.117707 0.519348,0.07855 -0.01588,-0.04736 -0.04066,-0.07642 -0.06976,-0.12299 0.01349,0.0217 0.02709,0.04367 0.03979,0.06563 -0.124089,-0.213254 -0.361074,-0.335222 -0.576709,-0.452168 -0.399521,-0.216959 -0.848593,-0.383506 -1.286743,-0.523999 -0.626798,-0.201613 -1.262436,-0.371153 -1.9358,-0.410311 -0.407194,-0.02381 -0.826778,-0.01297 -1.236618,0.04444 -1.162844,0.16166 -2.172555,0.749051 -3.073197,1.498616 -0.0082,0.0069 -0.0077,0.01736 -0.01085,0.02635 -0.342635,0.289983 -0.6636,0.623611 -0.958081,0.959631 -0.4826,0.550069 -0.936278,1.12061 -1.271241,1.781804 -0.179916,0.354277 -0.333408,0.729994 -0.450618,1.11311 -0.126206,-0.238125 -0.276576,-0.471061 -0.459403,-0.60203 -0.342636,-0.246063 -0.683787,-0.494911 -1.031979,-0.732772 -2.944018,-2.006335 -5.8923,-3.997379 -8.542631,-6.391858 -0.02699,-0.02461 -0.213692,-0.194861 -0.224275,-0.204122 -0.05477,-0.05053 -0.109058,-0.101645 -0.163298,-0.152445 -0.15388,-0.145197 -0.30769,-0.290532 -0.459296,-0.437904 -0.302949,-0.294746 -0.601903,-0.593817 -0.894003,-0.900204 -0.612246,-0.641879 -1.211804,-1.302643 -1.785421,-1.980241 -0.302683,-0.357452 -0.59847,-0.72094 -0.882633,-1.093474 -0.04895,-0.06376 -0.09706,-0.12793 -0.145211,-0.192753 -0.01402,-0.01905 -0.02666,-0.03639 -0.03566,-0.04909 -0.119857,-0.16854 -0.232486,-0.342429 -0.345199,-0.515731 -0.08652,-0.13335 -0.171132,-0.268151 -0.255798,-0.402559 -0.02222,-0.03836 -0.04871,-0.08416 -0.07597,-0.131259 -0.293423,-0.696118 -0.12306,-0.255955 -0.14211,-0.304374 -0.265112,-0.675746 -0.562822,-1.340933 -0.901754,-1.983341 -0.188118,-0.355865 -0.406309,-0.829448 -0.720369,-1.103292 -0.272256,-0.237331 -0.151234,0.343421 -0.147795,0.375171 0.0013,0.01032 0.002,0.01504 0.0031,0.02377 -7.93e-4,0.130704 0.0068,0.260776 0.02481,0.390157 0.03307,0.216694 0.06887,0.433722 0.117823,0.647505 2.34e-4,0.001 2.91e-4,0.0021 5.29e-4,0.0031 -0.04502,-0.02818 -0.08952,-0.05716 -0.135393,-0.08423 0.02699,0.01561 0.05339,0.03141 0.07958,0.04702 -0.422274,-0.268286 -0.857295,-0.516564 -1.276924,-0.789614 -0.664104,-0.442384 -1.281662,-0.94214 -1.840198,-1.512053 -0.238918,-0.243416 -0.47109,-0.496185 -0.677994,-0.767912 -0.05107,-0.06773 -0.100687,-0.136086 -0.148312,-0.205672 -0.139184,-0.397688 -0.272257,-0.83454 -0.496624,-1.189611 -0.01746,-0.01773 -0.03498,-0.03602 -0.05271,-0.05374 z M 48.89474,108.85945 c 0.0024,0.002 -0.02598,0.0107 -0.06408,0.0181 -0.0164,5.3e-4 -0.03595,0.004 -0.05633,0.007 0.0852,-0.0213 0.118025,-0.0266 0.120406,-0.0248 z" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/kali-linux.svg b/src/font-logos/vectors/kali-linux.svg
new file mode 100644 (file)
index 0000000..abc6fdb
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   version="1.1"
+   viewBox="0 0 32 32.000023"
+   id="svg4"
+   width="32"
+   height="32.000023"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg">
+  <defs
+     id="defs8" />
+  <path
+     d="m -1.3428911,0.00302973 c -1.074948,0.00669 -1.8774806,0.010483 -2.4480816,0.016673 -0.5693848,0.00617 -0.8753354,0.00627 -1.0753732,0.025009 -0.020803,0.00195 -0.056822,0.00923 -0.097255,0.016673 -0.01223,0.00228 -0.055674,0.00898 -0.097255,0.02223 0.052187,-0.016639 -0.020769,-0.00204 -0.091693,0.030565 -0.070932,0.032605 -0.1349915,0.08173 -0.1945095,0.1389378 -0.096175,0.092407 -0.2076072,0.2458203 -0.2222954,0.477939 -0.015462,0.2424863 0.074436,0.40073037 0.1778397,0.51962197 0.058259,0.066992 0.1230335,0.1267756 0.1972822,0.1667321 0.074249,0.039951 0.1539151,0.061687 0.094482,0.038902 0.072743,0.02788 0.1649972,0.041063 0.152835,0.038902 0.1071121,0.019047 0.2067142,0.028127 0.3473446,0.038902 0.288796,0.022133 0.7470799,0.046685 1.3588451,0.083363 5.9924583,0.3593452 9.8743143,0.9765451 13.2048753,1.8478832 -5.764779,0.2617841 -10.50028268,0.6594528 -14.4346995,1.375515 -1.2852768,0.2338537 -2.0478358,0.3765762 -2.5147607,0.4890549 -0.226335,0.054538 -0.3981453,0.097765 -0.5752023,0.1889473 -0.03241,0.016692 -0.287095,0.1613825 -0.391801,0.4056974 -0.07879,0.1838272 -0.08655,0.3393158 -0.02501,0.5307465 0.04786,0.1486335 0.138683,0.2609592 0.19172,0.3139879 0.06494,0.064927 0.13887,0.1164506 0.213961,0.1500624 0.07509,0.033599 0.146507,0.048616 0.11116,0.038902 0.05207,0.014496 0.103676,0.020345 0.119478,0.022229 0.0019,1.3e-5 0.0037,1.3e-5 0.0055,0 0.05007,0.0058 0.09383,0.00786 0.12504,0.00833 0.07081,6.347e-4 0.142119,-0.0035 0.225068,-0.00833 0.168314,-0.00951 0.387633,-0.029965 0.6529979,-0.055574 0.5309351,-0.051251 1.2411628,-0.1291573 2.0146083,-0.2278664 4.02984302,-0.5142298 7.8117653,-0.8544131 10.9927233,-0.9892175 0.701918,-0.029761 1.601153,-0.00128 2.456501,0 -3.196777,0.8209799 -6.815488,2.0052255 -9.48648578,3.3262235 -1.01464752,0.501634 -2.00446042,1.0591292 -2.73988842,1.5255432 -0.3672718,0.232927 -0.6687828,0.437864 -0.8975335,0.625212 -0.110293,0.09035 -0.2170223,0.184253 -0.3139879,0.308443 -0.035755,0.04578 -0.1220554,0.166451 -0.1639426,0.313988 -0.037813,0.133239 -0.032795,0.240419 -0.00842,0.364014 0.024528,0.123595 0.074946,0.263919 0.2000633,0.389019 0.099772,0.09978 0.2206539,0.169879 0.3390096,0.197282 0.1183557,0.02744 0.2416953,0.01366 0.183402,0.01394 0.067708,-3.75e-4 0.1381383,-0.01187 0.1500624,-0.01394 v -0.0028 c 0.058106,-0.0116 0.1076989,-0.02312 0.1389463,-0.03334 0.074011,-0.02425 0.1507938,-0.05493 0.2417548,-0.09169 0.1827046,-0.07387 0.423711,-0.179404 0.7169212,-0.311215 0.583265,-0.262226 1.3716027,-0.630731 2.22584572,-1.04484 l 0.011096,-0.0056 C 4.6314991,9.0772818 8.7691011,7.5337928 14.53975,7.2472588 c 0.05795,0.128519 0.111152,0.242342 0.17784,0.400135 v 0.0028 l 0.427929,0.980883 c -2.355802,1.6788032 -3.283359,4.2673882 -2.820432,6.6243812 0.485144,2.470619 2.387102,4.656151 5.299047,5.143403 0.746025,0.12186 1.587374,0.195369 2.545464,0.233403 4.944981,-0.202351 7.669731,4.119401 9.214325,7.913825 0.180919,0.494413 0.337513,0.973994 0.4446,1.367095 0.105981,0.389053 0.158261,0.749904 0.158397,0.794717 5.04e-4,0.218162 0.02511,0.430515 0.09169,0.630774 0.03098,0.09316 0.08507,0.219956 0.177839,0.339009 0.107963,0.138572 0.322374,0.32234 0.64189,0.32234 0.250583,0 0.416567,-0.09193 0.558524,-0.238974 0.102962,-0.106661 0.161425,-0.231191 0.186175,-0.297318 0.05512,-0.147298 0.06713,-0.284603 0.07502,-0.394572 0.01709,-0.237911 0.0045,-0.50587 -0.025,-0.811387 -0.05929,-0.613517 -0.191329,-1.38504 -0.383466,-2.156274 -0.471288,-1.891599 -1.545275,-4.316207 -2.87044,-5.926971 2.118513,0.609716 4.036307,2.912881 4.570932,4.484776 0.0498,0.146252 0.129106,0.318989 0.266759,0.466823 0.05761,0.06181 0.204486,0.192911 0.400135,0.244536 0.152036,0.04012 0.272322,0.02364 0.391801,-0.0084 0.119504,-0.03192 0.237587,-0.0793 0.350117,-0.191737 0.260559,-0.260559 0.246483,-0.659767 0.241755,-0.730801 -0.01,-0.157181 -0.04075,-0.306435 -0.08058,-0.458497 -0.08066,-0.308357 -0.205796,-0.66089 -0.361242,-1.036505 -0.310654,-0.750601 -0.726166,-1.574447 -1.150387,-2.150746 -1.540087,-2.092062 -4.664062,-3.711076 -8.172208,-4.43196 -0.849641,-0.174599 -2.707739,-0.461269 -4.293158,-0.461269 0.04768,0 -0.114537,-0.0042 -0.277867,-0.01667 -0.16333,-0.0124 -0.375164,-0.03413 -0.602996,-0.0528 -0.455648,-0.03735 -0.966424,-0.07924 -1.236543,-0.102817 -2.541467,-0.221921 -3.631724,-2.082111 -3.534512,-3.920894 0.09723,-1.838698 1.383085,-3.601191 3.987488,-3.601191 0.782044,0 1.205245,0.03164 1.906143,0.233403 0.698431,0.20105 1.676082,0.590069 3.370619,1.308751 0.734876,0.311734 1.149452,0.518006 1.297695,0.619666 0.186123,0.127627 0.07463,-0.01808 0.136148,0.188948 0.05111,0.171954 0.03763,0.646848 0.425157,1.008694 0.241942,0.225961 0.513498,0.308995 0.830837,0.444599 0.313843,0.134107 0.641048,0.270765 0.805841,0.361242 0.69491,0.406964 0.967955,0.585374 1.56169,1.361566 0.160285,0.210891 0.477011,0.2122 0.639108,0.0028 0.623503,-0.80465 0.72108,-0.726727 1.517124,-0.992024 0.414058,-0.134549 0.349734,-0.739179 -0.08336,-0.783609 -0.464416,-0.05184 -1.111009,-0.35448 -1.483869,-0.636328 -0.0973,-0.07355 -0.102511,-0.09111 -0.152835,-0.147281 0.128077,-0.166766 0.10627,-0.403971 -0.05003,-0.544627 -0.277765,-0.24906 -0.477888,-0.632083 -0.644663,-1.003165 -0.03973,-0.0884 -0.07887,-0.168093 -0.116705,-0.252863 -7.07e-4,-0.0023 -0.002,-0.0033 -0.0028,-0.0056 -0.02191,-0.06779 -0.04827,-0.127201 -0.07225,-0.175067 -0.0097,-0.01943 -0.02561,-0.03906 -0.03612,-0.05836 -0.0063,-0.01227 -0.0104,-0.02686 -0.01667,-0.03889 -0.03748,-0.07108 -0.08121,-0.143309 -0.130603,-0.211179 -5.49e-4,-0.0011 -0.0023,-0.0017 -0.0028,-0.0028 l -0.0028,-0.0056 c -0.01267,-0.02634 -0.02373,-0.05284 -0.03889,-0.07781 -0.04809,-0.07915 -0.10855,-0.165014 -0.183385,-0.26118 -0.08474,-0.102927 -0.185086,-0.193455 -0.272322,-0.294545 C 26.639367,8.2748548 24.745897,6.57768 22.667358,5.3213202 22.493303,5.2168191 22.341038,5.1310886 22.181076,5.0684578 c -0.06028,-0.023589 -0.186473,-0.070524 -0.336237,-0.075025 -0.07054,-0.00211 -0.231804,0.00872 -0.380685,0.091701 -0.204834,0.1139757 -0.301519,0.2526583 -0.347344,0.4723852 -0.0068,0.032385 0.0035,0.06126 0.0028,0.094474 -0.0024,0.010083 -0.0155,0.018167 -0.01667,0.027787 -0.0076,0.061114 0.0092,0.071671 0.01944,0.1028171 0.01657,0.1102164 0.04164,0.1988896 0.03612,0.1861746 l 0.0028,0.00277 c 0.02392,0.05388 0.05712,0.1055556 0.06669,0.1194868 0.03035,0.04412 0.06186,0.079964 0.07502,0.094474 h 0.0028 c 0.03865,0.042441 0.07549,0.080892 0.116705,0.1194869 0.08467,0.079109 0.193005,0.1740125 0.325121,0.286202 l 0.0084,0.00556 0.0056,0.00556 c 1.445341,1.1038644 2.994273,2.4691734 4.056889,3.6011906 C 20.224413,6.263903 16.523459,9.4709968 15.979139,4.5321983 V 2.9622588 C 15.979306,2.7965302 15.877852,2.6476586 15.723572,2.5871369 L 14.364726,2.0536178 C 10.35674,0.48019133 6.2469501,-0.04431257 -1.3397724,0.00289023 Z"
+     stroke-width="1.33376"
+     id="path2" />
+</svg>
diff --git a/src/font-logos/vectors/linuxmint-inverse.svg b/src/font-logos/vectors/linuxmint-inverse.svg
new file mode 100644 (file)
index 0000000..3814218
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path
+     id="path3543"
+     d="M 0 26.498047 L 0 190.40039 L 60.361328 190.40039 L 60.361328 219.85352 L 60.447266 318.20117 C 60.447266 413.32373 143.06947 485.50195 238.27734 485.50195 L 512 485.50195 L 512 195.16797 C 512 99.959954 429.4634 27.869141 334.16992 27.869141 L 254.54492 27.697266 L 0 26.498047 z M 12.691406 38.275391 L 256.75781 39.425781 L 333.10742 39.589844 C 424.47835 39.589844 503.61719 108.71297 503.61719 200.00195 L 503.61719 478.38477 L 241.16016 478.38477 C 149.87127 478.38477 70.650391 409.17779 70.650391 317.9707 L 70.568359 207.22656 L 70.568359 178.98633 L 12.691406 178.98633 L 12.691406 38.275391 z M 49.962891 75.710938 L 49.962891 141.79688 L 73.119141 141.79688 C 88.840128 141.79688 107.75781 156.57015 107.75781 178.25 L 107.92188 317.88867 C 107.92188 385.94444 167.60378 441.11328 241.16016 441.11328 L 422.77148 441.11328 C 446.05405 441.11328 466.42773 426.36925 466.42773 403.70898 L 466.42773 200.00195 C 466.42773 131.94625 406.74407 76.777344 333.10547 76.777344 L 256.67578 76.777344 L 256.67578 76.613281 L 49.962891 75.710938 z M 143.56445 117.12109 L 181.54297 117.12109 L 181.54297 311.94922 C 181.54297 338.01305 199.33899 358.29297 220.17578 358.29297 L 349.68164 358.80273 C 376.68282 358.80273 397.69922 340.20249 397.69922 318.13281 L 397.48047 214.67383 C 397.48047 207.9599 395.28987 202.70964 390.49609 197.86719 C 385.68666 193.00926 380.59547 190.81055 373.98242 190.81055 C 367.23073 190.81055 362.21255 192.9982 357.39258 197.86719 C 352.59875 202.70964 350.4082 207.9599 350.4082 214.67383 L 350.4082 303.2168 L 310.24805 303.2168 L 310.24805 214.67383 C 310.24805 207.9599 308.05745 202.70964 303.26367 197.86719 C 298.44366 192.9982 293.42736 190.81055 286.67578 190.81055 C 280.0628 190.81055 274.96967 193.00926 270.16016 197.86719 C 265.3664 202.70964 263.17578 207.9599 263.17578 214.67383 L 263.17578 303.2168 L 223.01367 303.2168 L 223.01367 214.67383 C 223.01363 197.15705 229.47682 181.6362 241.78516 169.20312 C 254.09962 156.76341 269.42663 150.35938 286.67578 150.35938 C 303.60019 150.35937 318.31132 156.67367 330.25586 168.18359 C 342.23546 156.65467 357.051 150.35938 373.98242 150.35938 C 391.23148 150.35937 406.55676 156.76341 418.87109 169.20312 C 431.1796 181.6362 437.64258 197.15705 437.64258 214.67383 L 437.78711 325.18945 C 435.88942 343.6954 428.08171 360.13998 414.72461 373.86328 L 414.65234 373.86328 C 398.94717 389.85215 379.47893 398.0918 357.32031 398.0918 L 213.11914 398.0918 C 195.47035 396.20436 179.76238 387.84724 166.70117 374.95508 C 151.41999 359.733 143.56445 340.90762 143.56445 319.44141 L 143.56445 117.12109 z " />
+</svg>
diff --git a/src/font-logos/vectors/linuxmint.svg b/src/font-logos/vectors/linuxmint.svg
new file mode 100644 (file)
index 0000000..7d66484
--- /dev/null
@@ -0,0 +1,49 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(-100.75915,-484.95513)">
+    <g
+       id="g3159"
+       transform="matrix(1.8062188,0,0,1.8062258,100.75924,484.95513)">
+      <g
+         style="display:inline"
+         transform="matrix(0.41109898,0,0,0.41109739,-33.081295,-9.0723127)"
+         id="layer1-4">
+        <g
+           transform="translate(36.663888,-55.180569)"
+           id="g3016">
+          <path
+             id="path6141"
+             d="m 368.58661,721.50735 c -122.9425,0 -229.6326,-93.20203 -229.6326,-216.03435 l -0.11028,-149.14492 0,-38.03188 -77.944466,0 0,-189.49986 328.693796,1.54796 102.82057,0.22126 c 123.05297,0 229.63256,93.09107 229.63256,216.03369 l 0,374.90812 -353.45939,0 0,0 0,0 z M 671.96217,620.93836 c 0,-81.67298 0,-274.33915 0,-274.33915 0,-91.65342 -80.37661,-165.94989 -179.54873,-165.94989 l -102.93106,0 0,-0.22126 -278.38915,-1.21642 0,89.00068 c 0,0 11.18147,0 31.18512,0 21.1721,0 46.64858,19.89631 46.64858,49.09346 l 0.22126,188.05741 c 0,91.65351 80.37705,165.94984 179.43844,165.94984 l 244.58232,0 c 31.35558,0 58.79327,-19.85726 58.79327,-50.37477 z" />
+          <path
+             id="path4130"
+             d="m 429.88247,279.74272 c -23.23011,0 -43.87075,8.62459 -60.45513,25.37765 -16.57613,16.74411 -25.27959,37.64786 -25.27954,61.23842 l 0,119.24517 54.08639,0 0,-119.24517 c 0,-9.04192 2.95029,-16.11202 9.40622,-22.63355 6.47717,-6.54236 13.3361,-9.5041 22.24206,-9.5041 9.09263,0 15.84866,2.94685 22.33997,9.5041 6.45597,6.52153 9.40634,13.59163 9.40634,22.63355 l 0,119.24517 54.08632,0 0,-119.24517 c 0,-9.04192 2.95036,-16.11202 9.4064,-22.63355 6.49125,-6.55725 13.24728,-9.5041 22.34006,-9.5041 8.90604,0 15.76481,2.96174 22.24186,9.5041 6.45597,6.52153 9.40634,13.59163 9.40634,22.63355 l 0.29394,139.33197 c 0,29.72212 -28.30487,54.77182 -64.66844,54.77182 L 340.3265,559.77685 c -28.06174,0 -52.02874,-27.31375 -52.02874,-62.41495 l 0,-262.38182 -51.14679,0 0,272.47385 c 0,28.9094 10.57865,54.26083 31.15842,74.761 17.59005,17.36238 38.74446,28.61707 62.51278,31.15896 l 194.20127,-4.7e-4 c 29.84189,0 56.05939,-11.09612 77.21017,-32.62896 l 0.0982,0 c 17.98854,-18.4817 28.5047,-40.62686 31.06039,-65.54957 l -0.19566,-148.8361 c 0,-23.59056 -8.70318,-44.49431 -25.27954,-61.23842 -16.5842,-16.75306 -37.22503,-25.37765 -60.45502,-25.37765 -22.80223,0 -42.75419,8.47911 -58.88759,24.00558 -16.08619,-15.50088 -35.89872,-24.00558 -58.6915,-24.00558 z" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/mageia.svg b/src/font-logos/vectors/mageia.svg
new file mode 100644 (file)
index 0000000..9c4f9e2
--- /dev/null
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path
+     d="m 219.33737,198.08776 h -0.0239 c -15.97169,0 -28.97857,-12.98891 -28.99549,-28.94959 -0.0239,-16.01383 12.98515,-29.02203 28.97134,-29.03898 15.99581,0 29.0003,12.98891 29.01959,28.94958 0,16.01386 -12.9851,29.02448 -28.97129,29.0414 v 0 z"
+     id="path3042-0-6-4" />
+  <path
+     d="m 297.64733,176.82681 c -14.91385,0 -27.0526,-12.1259 -27.06244,-27.02678 -0.0239,-14.94027 12.11413,-27.08585 27.03786,-27.09813 14.93352,0 27.07228,12.1234 27.087,27.02429 0,14.94025 -12.11655,27.08585 -27.03781,27.10062 h -0.0239 z"
+     id="path3056-6-4-1" />
+  <path
+     d="m 275.37192,99.551046 c 0,13.344804 -10.8181,24.162904 -24.1629,24.162904 -13.34481,0 -24.16291,-10.8181 -24.16291,-24.162904 0,-13.344802 10.8181,-24.162903 24.16291,-24.162903 13.3448,0 24.1629,10.818101 24.1629,24.162903 z"
+     id="path4104" />
+  <path
+     d="m 312.09952,58.957377 c 0,12.27722 -9.95265,22.229872 -22.22987,22.229872 -12.27722,0 -22.22987,-9.952652 -22.22987,-22.229872 0,-12.277218 9.95265,-22.229871 22.22987,-22.229871 12.27722,0 22.22987,9.952653 22.22987,22.229871 z"
+     id="path4106" />
+  <path
+     id="path4132"
+     d="m 261.84069,19.330224 c 0,10.675843 -8.65448,19.330324 -19.33032,19.330324 -10.67584,0 -19.33032,-8.654481 -19.33032,-19.330324 0,-10.6758411 8.65448,-19.330323408982 19.33032,-19.330323408982 10.67584,0 19.33032,8.654482308982 19.33032,19.330323408982 z" />
+  <path
+     id="path3347-1"
+     d="m 138.54019,224.20885 c -25.01318,32.4213 -45.299203,68.88782 -45.299203,113.06465 0,95.75577 72.663343,174.72658 162.758993,174.72658 90.09294,0 162.75899,-78.97041 162.75899,-174.72658 0,-44.18557 -20.31828,-79.49338 -46.74574,-113.0646 -9.90973,-10.39894 -24.21656,-8.85275 -34.63174,-2.19859 -30.47653,15.76979 -46.92747,22.07045 -81.38151,21.91612 -33.32256,-0.14935 -50.83028,-5.5913 -81.30848,-22.20547 -10.41519,-6.36481 -26.24161,-7.91105 -36.15131,2.48789 z m 21.71921,26.89812 c 31.59027,17.46677 59.76393,26.32867 95.74058,26.32867 36.00708,0 64.13408,-8.86202 95.74058,-26.32867 17.24647,24.31775 33.50921,54.47137 33.50921,86.16653 0,78.51037 -57.86396,141.21737 -129.24979,141.21737 -71.38925,0 -131.6433,-62.70659 -131.6433,-141.21737 0,-31.65332 18.61864,-61.82975 35.90272,-86.16653 z" />
+</svg>
diff --git a/src/font-logos/vectors/mandriva.svg b/src/font-logos/vectors/mandriva.svg
new file mode 100644 (file)
index 0000000..72e5082
--- /dev/null
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer3">
+    <g
+       transform="translate(-62.655652,150.77721)"
+       id="layer1">
+      <g
+         id="g4434"
+         transform="matrix(1.8356672,0,0,1.8356672,-47.148633,170.10515)">
+        <path
+           id="path3064"
+           d="m 229.46674,-129.81383 c -0.75476,-4.86053 -3.56544,-5.45159 -6.24114,-1.31207 l -31.78166,49.253156 c -2.66983,4.121495 -8.82923,6.87328 -13.68913,6.088133 l -57.87237,-9.320521 c -4.87143,-0.789967 -6.2992,1.697308 -3.18481,5.510067 l 37.0159,45.453812 c 3.10285,3.822611 3.81758,10.515847 1.57029,14.905834 l -26.75387,52.157528 c -2.24079,4.390825 -0.32089,6.511307 4.25752,4.736239 l 54.67498,-21.165835 c 4.59057,-1.768571 11.18383,-0.374967 14.66187,3.104535 l 41.33064,41.570418 c 3.47258,3.502557 6.09044,2.343282 5.81587,-2.575724 L 246.03886,0.04992151 c -0.27038,-4.90433521 3.08525,-10.74996551 7.48676,-12.97294051 l 52.31515,-26.464839 c 4.39313,-2.231778 4.08921,-5.076833 -0.677,-6.346775 l -56.66006,-15.006439 c -4.7614,-1.259253 -9.27022,-6.283896 -10.02603,-11.14233 l -9.01094,-57.930428" />
+        <path
+           id="path3068"
+           d="m 325.30385,-64.628448 -10.12978,18.601639" />
+        <path
+           id="path3070"
+           d="m 325.30385,-64.628448 -10.12978,18.601639" />
+        <path
+           id="path3072"
+           d="m 325.30594,-64.62761 c -1.99535,0.04422 -3.13975,0.189056 -3.74548,1.212513 -0.65603,1.108553 -3.69937,6.792165 -3.69937,6.792165 0,0 -3.12297,5.641065 -3.69727,6.792166 -0.53028,1.066005 -0.0335,2.104134 1.01235,3.804795 1.99326,-0.0459 3.13765,-0.190942 3.74338,-1.215028 0.65604,-1.108552 3.69728,-6.792375 3.69728,-6.792375 0,0 3.12298,-5.640226 3.69936,-6.793004 0.53028,-1.064328 0.0314,-2.102457 -1.01025,-3.801232" />
+        <path
+           id="path3074"
+           d="m 338.73475,-43.205439 -21.57999,0.222591" />
+        <path
+           id="path3076"
+           d="m 338.73475,-43.205439 -21.57999,0.222591" />
+        <path
+           id="path3078"
+           d="m 338.73475,-43.203971 c -1.02911,-1.75369 -1.72707,-2.698548 -2.93853,-2.730407 -1.31207,-0.03102 -7.87871,0.08195 -7.87871,0.08195 0,0 -6.57084,0.02117 -7.88291,0.0809 -1.20936,0.05743 -1.88636,1.016122 -2.87984,2.791189 1.02911,1.750336 1.72497,2.695195 2.93853,2.726424 1.31207,0.03354 7.87871,-0.08195 7.87871,-0.08195 0,0 6.57083,-0.02054 7.88291,-0.08111 1.20936,-0.0547 1.88636,-1.015073 2.87984,-2.786997" />
+        <path
+           id="path3080"
+           d="M 327.00157,-21.472227 315.53248,-39.82256" />
+        <path
+           id="path3082"
+           d="M 327.00157,-21.472227 315.53248,-39.82256" />
+        <path
+           id="path3084"
+           d="m 326.99948,-21.47055 c 0.96414,-1.798752 1.40639,-2.887603 0.80065,-3.94229 -0.65813,-1.139573 -4.18772,-6.701201 -4.18772,-6.701201 0,0 -3.45205,-5.609206 -4.18773,-6.699734 -0.68119,-1.00627 -1.85492,-1.085707 -3.89429,-1.007947 -0.95995,1.796237 -1.40429,2.886974 -0.79647,3.939775 0.65604,1.139783 4.18773,6.701411 4.18773,6.701411 0,0 3.45204,5.609835 4.18773,6.701201 0.68118,1.004593 1.85492,1.084868 3.8901,1.008785" />
+        <path
+           id="path3086"
+           d="m 301.80185,-21.130795 10.10462,-18.586129" />
+        <path
+           id="path3088"
+           d="m 301.80185,-21.130795 10.10462,-18.586129" />
+        <path
+           id="path3090"
+           d="m 301.79976,-21.130795 c 1.99326,-0.04506 3.13555,-0.192409 3.74129,-1.213351 0.65184,-1.109391 3.68888,-6.787345 3.68888,-6.787345 0,0 3.1146,-5.636873 3.69099,-6.787345 0.52818,-1.064328 0.0293,-2.10078 -1.01654,-3.798926 -1.98907,0.04674 -3.13137,0.192409 -3.735,1.214189 -0.65394,1.108553 -3.69099,6.787345 -3.69099,6.787345 0,0 -3.11459,5.636244 -3.68888,6.789022 -0.53028,1.061813 -0.0314,2.099941 1.01025,3.796411" />
+        <path
+           id="path3092"
+           d="m 309.91741,-42.778072 0,0" />
+        <path
+           id="path3094"
+           d="m 300.09155,-64.278004 11.47119,18.355993" />
+        <path
+           id="path3096"
+           d="m 300.09155,-64.278004 11.47119,18.355993" />
+        <path
+           id="path3098"
+           d="m 300.09365,-64.278842 c -0.96205,1.797914 -1.40849,2.887603 -0.80066,3.94208 0.65813,1.140621 4.18773,6.703926 4.18773,6.703926 0,0 3.45204,5.610673 4.18772,6.702039 0.68329,1.007109 1.85702,1.084869 3.89639,1.007947 0.95995,-1.797075 1.4043,-2.886974 0.79647,-3.940613 -0.65604,-1.139783 -4.18773,-6.702878 -4.18773,-6.702878 0,0 -3.45204,-5.61256 -4.18773,-6.702249 -0.68118,-1.008785 -1.85702,-1.086545 -3.89219,-1.010252" />
+        <path
+           id="path3108"
+           d="M 88.233453,-87.638309 C 71.983271,-69.331362 62.567802,-47.429425 60.362224,-23.048179 58.207369,0.78099211 62.033961,31.610457 79.196305,49.696281 110.79624,82.999062 169.51413,45.958766 197.21286,25.831688 202.7072,21.840353 206.5143,15.544301 211.97449,11.577698 182.74906,32.813957 127.41804,67.3277 93.957308,35.442081 76.621419,18.924035 74.091596,-11.813627 74.923273,-34.161793 c 0.941714,-25.298858 11.387766,-48.93562 28.072017,-67.730507 -4.517836,5.088361 -10.228487,9.146767 -14.761837,14.253991" />
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/manjaro.svg b/src/font-logos/vectors/manjaro.svg
new file mode 100644 (file)
index 0000000..c091f05
--- /dev/null
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="200"
+   height="200"
+   viewBox="0 0 200 200"
+   id="svg2"
+   version="1.1">
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(222.41168,-236.90015)">
+    <rect
+       id="rect4149-7"
+       width="58.534939"
+       height="200"
+       x="-80.946617"
+       y="236.90016" />
+    <rect
+       id="rect4149-0-6"
+       width="58.534939"
+       height="129.26881"
+       x="-151.68127"
+       y="307.63138" />
+    <path
+       id="rect4149-0-4-9"
+       transform="translate(-222.41168,236.90015)"
+       d="M 0 0 L 0 200 L 58.535156 200 L 58.535156 58.535156 L 129.26562 58.535156 L 129.26562 0 L 58.535156 0 L 20.765625 0 L 0 0 z " />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/nixos.svg b/src/font-logos/vectors/nixos.svg
new file mode 100644 (file)
index 0000000..2701ba9
--- /dev/null
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer5"
+     style="display:inline" />
+  <g
+     id="layer3"
+     style="display:inline">
+    <g
+       transform="matrix(1.25,0,0,-1.25,-7.689875e-6,511.99876)"
+       id="g10">
+      <g
+         id="g12">
+        <g
+           transform="matrix(1.0205226,0,0,1.0205226,0,27.171437)"
+           id="g4154">
+          <path
+             d="m 122.453,169.761 97.758,-169.34 -44.926,-0.422 -26.101,45.496 -26.286,-45.25 -22.32,0.008 -11.433,19.75 37.449,64.394 -26.582,46.258 22.441,39.106 z"
+             id="path14" />
+          <path
+             d="M 157.738,239.515 59.961,70.183 37.133,108.882 63.484,154.229 11.152,154.366 0,173.702 l 11.391,19.777 74.488,-0.234 26.769,46.152 45.09,0.118 z"
+             id="path16" />
+          <path
+             d="M 165.238,104.155 360.77,104.143 338.672,65.026 286.223,65.171 312.27,19.784 301.102,0.456 278.277,0.429 l -37.039,64.629 -53.355,0.109 -22.645,38.988 z"
+             id="path18" />
+          <path
+             d="m 279.043,178.35 -97.758,169.34 44.926,0.422 26.101,-45.496 26.286,45.254 22.32,-0.008 11.434,-19.754 -37.45,-64.39 26.582,-46.262 -22.441,-39.106 z"
+             id="path20" />
+          <path
+             d="m 122.453,169.761 97.758,-169.34 -44.926,-0.422 -26.101,45.496 -26.286,-45.25 -22.32,0.008 -11.433,19.75 37.449,64.394 -26.582,46.258 22.441,39.106 z"
+             id="path22" />
+          <path
+             d="m 236,244.386 -195.535,0.011 22.101,39.118 52.45,-0.149 -26.047,45.391 11.168,19.328 22.82,0.023 L 160,283.483 213.352,283.374 236,244.386 Z"
+             id="path24" />
+          <path
+             d="m 243.625,108.636 97.777,169.328 22.825,-38.696 -26.348,-45.351 52.332,-0.137 11.152,-19.336 -11.39,-19.777 -74.489,0.238 -26.769,-46.152 -45.09,-0.117 z"
+             id="path26" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/openbsd.svg b/src/font-logos/vectors/openbsd.svg
new file mode 100644 (file)
index 0000000..6115b6c
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   id="svg900"
+   version="1.1"
+   viewBox="0 0 135.46666 135.46667"
+   height="512"
+   width="512">
+  <defs
+     id="defs894" />
+  <metadata
+     id="metadata897">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1">
+    <path
+       id="path2355"
+       d="m 80.901277,125.82759 c -0.38229,-1.43785 -1.2198,-4.10301 -1.45676,-4.6358 -0.16646,-0.37427 -0.70348,-1.72446 -1.19338,-3.00044 -0.9967,-2.59596 -1.09594,-2.69869 -2.60694,-2.69852 l -0.88513,9e-5 -0.29772,1.50096 c -0.16374,0.82552 -0.29771,1.8144 -0.29771,2.1975 0,1.13426 -1.12106,3.07391 -1.53651,2.65845 -0.0886,-0.0886 -0.39003,-1.5066 -0.6698,-3.15107 -0.27977,-1.64448 -0.55515,-3.11108 -0.61195,-3.25912 -0.0882,-0.22977 -1.11516,-0.53695 -2.27869,-0.68156 -0.4597,-0.0572 -3.0589,5.647 -3.66806,8.04986 -0.40676,1.60443 -0.68526,1.84759 -1.32439,1.15627 -0.34716,-0.3755 -0.37368,-0.57424 -0.38219,-2.86387 -0.009,-2.46591 -0.3528,-4.86725 -1.01616,-7.10103 -0.307094,-1.0341 -0.613614,-1.28033 -2.1412,-1.72002 -0.597591,-0.17201 -1.209381,-0.36537 -1.359536,-0.4297 -0.306953,-0.13151 -0.594155,0.44745 -1.49403,3.01178 -0.747966,2.13144 -0.774361,2.16959 -1.426083,2.06126 -1.395389,-0.23194 -1.315363,-0.15749 -1.312035,-1.22049 0.0017,-0.53622 0.115136,-1.70222 0.252129,-2.5911 0.330021,-2.14135 0.323593,-2.54213 -0.04253,-2.65114 -0.163741,-0.0487 -0.60393,-0.23795 -0.978196,-0.42044 -0.374266,-0.18249 -0.80335,-0.33158 -0.953519,-0.33132 -0.742097,0.001 -2.986987,3.03809 -4.651815,6.2928 -0.547198,1.06976 -1.063102,1.87349 -1.202581,1.87349 -0.134348,0 -0.353391,-0.17225 -0.486764,-0.38277 -0.213451,-0.33693 -0.194527,-0.65784 0.158002,-2.67941 0.478699,-2.7451 0.800251,-6.44279 0.653421,-7.51403 -0.0941,-0.68658 -0.211814,-0.85498 -1.062471,-1.52003 -1.786248,-1.3965 -2.926034,-2.05775 -3.18149,-1.84574 -0.626738,0.52014 -2.259969,2.70505 -2.712354,3.62853 -0.548492,1.11968 -1.017029,1.36847 -1.794044,0.95263 -0.488937,-0.26168 -0.38453,-0.77408 0.788724,-3.87095 0.506143,-1.33599 0.92026,-2.64867 0.92026,-2.91707 0,-0.39053 -0.23943,-0.70027 -1.198779,-1.55079 -1.189317,-1.054408 -1.203753,-1.061298 -1.828803,-0.872418 -1.708415,0.51624 -4.613743,2.823118 -5.890872,4.677458 -0.714605,1.03757 -1.53266,1.71926 -1.89591,1.57987 -0.401575,-0.1541 -0.293526,-0.5165 0.862277,-2.89211 0.608183,-1.25004 1.105788,-2.32313 1.105788,-2.38463 0,-0.0615 0.388692,-1.117538 0.863761,-2.346748 1.145708,-2.96445 1.193408,-4.3064 0.193798,-5.45237 -0.71478,-0.81944 -2.768886,0.001 -4.658796,1.86212 -0.683174,0.67255 -1.04822,0.91719 -1.251974,0.839 -0.442657,-0.16986 -0.180892,-1.14337 0.502189,-1.86765 0.69546,-0.7374 1.966366,-2.62987 2.482789,-3.69704 l 0.37725,-0.77957 -1.019181,-2.28261 c -0.560549,-1.25543 -1.072336,-2.45485 -1.137305,-2.66537 -0.13253,-0.42945 -0.404364,-0.48573 -0.821784,-0.17012 -0.15469,0.11696 -0.670097,1.28051 -1.145349,2.58566 -0.475252,1.30516 -1.018216,2.62239 -1.20659,2.92719 -1.214531,1.96515 -4.793224,3.782 -8.048242,4.08596 -0.849293,0.0793 -1.088286,0.0484 -1.16459,-0.15041 -0.146891,-0.38279 0.09664,-0.64536 0.825188,-0.88968 0.526214,-0.17647 0.76125,-0.40057 1.136068,-1.08322 0.708303,-1.29003 0.672211,-1.95764 -0.311526,-5.76257 -0.939417,-3.63352 -2.41846,-7.01766 -4.720793,-10.80145 -2.368083,-3.89185 -6.8248844,-9.25565 -8.3471794,-10.04589 -0.943871,-0.48998 -2.246347,-0.47968 -3.061642,0.0242 -0.48321003,0.29864 -0.67425203,0.33636 -0.95166003,0.1879 -0.190896,-0.10217 -0.342858,-0.27876 -0.33769299549,-0.39242 C 0.01611457,64.057822 2.3735436,62.380272 4.0212396,61.546502 c 1.854414,-0.938366 3.54014,-1.386127 5.310048,-1.410443 2.1162054,-0.02908 2.7072934,0.145373 4.6370414,1.368533 0.967286,0.6131 1.796978,1.16881 1.843761,1.23491 0.04678,0.0661 0.812329,0.65756 1.701212,1.31437 0.888883,0.65681 2.369073,1.81765 3.289311,2.57964 1.866161,1.54526 2.495774,1.79035 3.441073,1.33958 0.312494,-0.14903 0.693068,-0.46157 0.84572,-0.69454 0.384468,-0.58678 1.286126,-3.03634 1.201091,-3.26304 -0.126317,-0.33676 -1.941965,-1.43426 -3.083793,-1.86404 -0.616922,-0.23221 -1.504691,-0.61629 -1.97282,-0.85351 -1.566905,-0.794008 -0.625508,-1.148357 1.758843,-0.662042 1.661039,0.338792 3.144727,0.378792 3.667729,0.09889 0.292367,-0.156493 0.37963,-0.354534 0.37963,-0.86159 0,-0.615842 -0.07422,-0.713087 -1.148318,-1.504616 -0.631575,-0.465421 -1.607644,-1.132728 -2.169044,-1.482907 -2.802681,-1.748193 -3.266748,-2.227911 -3.030217,-3.13241 0.104511,-0.399645 0.9313,-0.865151 1.536603,-0.865151 0.225778,0 1.290724,0.390481 2.366548,0.867736 1.336667,0.592967 2.268043,0.896024 2.941366,0.957079 l 0.985322,0.08935 0.347584,-1.339852 c 0.191172,-0.736921 0.384205,-1.503793 0.428963,-1.704163 0.06817,-0.305167 -0.124096,-0.481872 -1.184349,-1.088501 -0.696151,-0.398309 -1.739436,-0.895721 -2.318411,-1.105362 -0.587831,-0.21285 -1.052682,-0.483413 -1.052682,-0.612709 0,-0.264487 0.576503,-0.275018 3.222927,-0.05887 l 1.69184,0.138181 -0.841234,-1.071018 c -1.044501,-1.32978 -3.993852,-4.161322 -5.455737,-5.23778 -0.969628,-0.713987 -1.090227,-0.865621 -1.04763,-1.317233 0.04438,-0.470503 0.105033,-0.51447 0.776605,-0.562941 0.628336,-0.04536 1.00248,0.09916 2.721938,1.05136 2.23728,1.238957 4.237711,1.978337 5.352483,1.978337 1.118503,0 2.510168,-0.456774 2.510168,-0.823889 0,-0.517325 -0.923299,-1.779099 -1.92758,-2.634218 -1.062359,-0.904571 -1.264672,-1.475405 -0.522908,-1.475405 0.242865,0 0.644776,0.143112 0.893136,0.318027 0.959279,0.675598 3.598806,1.837019 3.598806,1.583512 0,-0.07422 -1.337952,-1.585056 -2.973228,-3.357409 -1.853094,-2.008429 -2.974694,-3.356731 -2.97712,-3.578865 0.361089,-1.340855 1.463449,-1.472806 2.332213,-1.095575 0.395975,0.17975 1.244112,0.745036 1.884751,1.25619 2.646527,2.111622 5.216454,3.544331 5.892386,3.284952 0.323245,-0.124042 0.774985,-1.202253 0.770472,-1.838963 -0.0094,-1.319943 -1.44556,-3.797245 -3.779527,-6.519287 -0.724245,-0.844665 -1.317542,-1.692693 -1.318439,-1.884505 -0.0019,-0.409852 0.301555,-0.757039 0.661717,-0.757039 0.14028,0 1.139316,0.862606 2.220081,1.916903 2.942577,2.870515 3.474511,3.241813 5.298824,3.698648 0.672018,0.168282 0.87536,0.151993 1.44603,-0.115839 0.843399,-0.395835 0.916865,-0.869847 0.332735,-2.146884 -0.238828,-0.522133 -0.434233,-1.027044 -0.434233,-1.12203 0,-0.09498 -0.277562,-0.704066 -0.616806,-1.353517 -0.339244,-0.649451 -0.564389,-1.265632 -0.500323,-1.369292 0.269401,-0.435901 0.757898,-0.106321 1.851229,1.248992 0.637672,0.790468 1.517983,1.674729 1.956245,1.965022 l 0.796841,0.527806 0.297861,-0.367843 c 0.406041,-0.501439 0.374417,-1.106976 -0.127442,-2.440292 -0.233917,-0.621459 -0.425303,-1.289712 -0.425303,-1.485007 0,-0.195295 -0.344495,-1.375817 -0.765545,-2.623382 -0.42105,-1.247565 -0.765545,-2.568438 -0.765545,-2.935273 0,-0.665586 0.0017,-0.667202 0.79833,-0.776397 0.439082,-0.06018 0.854786,-0.05145 0.923789,0.0194 0.069,0.07086 0.7176,1.277147 1.441331,2.680647 1.412953,2.740079 1.997745,3.683544 2.67152,4.310054 0.405972,0.377491 0.448364,0.383425 0.851624,0.119199 0.758458,-0.496961 1.379152,-1.621185 1.345733,-2.437443 -0.04605,-1.124792 -0.662513,-3.541577 -1.673643,-6.56135 -0.848569,-2.534288 -0.897025,-2.762041 -0.62938,-2.958321 0.159482,-0.116958 0.389423,-0.212651 0.510979,-0.212651 0.298159,0 1.196456,1.259673 2.365676,3.317362 2.209644,3.888712 3.797199,5.358816 5.786954,5.358816 0.515025,0 0.572443,-0.05367 0.682527,-0.637954 0.0661,-0.350875 0.03131,-1.254364 -0.07736,-2.007753 -0.10865,-0.753389 -0.197542,-1.581509 -0.197542,-1.840266 0,-0.40934 0.0497,-0.455181 0.382771,-0.352809 0.210524,0.06471 0.394287,0.127286 0.408362,0.139054 0.01408,0.01177 0.228727,0.633833 0.477017,1.382366 0.24829,0.748533 0.71602,1.76288 1.03941,2.254105 0.54451,0.827107 0.63758,0.893136 1.25901,0.893136 0.64029,0 0.67664,-0.02924 0.79326,-0.637954 0.0702,-0.366371 6.4e-4,-1.615655 -0.16341,-2.93459 -0.55129,-4.432854 -0.3751,-5.290044 0.93262,-4.537413 0.54926,0.316112 0.66852,0.501476 0.89292,1.38787 0.14245,0.562665 0.67193,2.133069 1.17664,3.489785 0.9779,2.628739 1.01777,2.675944 2.08999,2.474794 l 0.57844,-0.108516 -0.006,-1.055547 c -0.006,-1.028648 -0.35081,-3.30798 -0.59113,-3.905078 -0.098,-0.243508 -0.028,-0.297712 0.38423,-0.297712 0.47704,0 0.53112,0.07516 1.00973,1.403499 0.52786,1.465027 1.2989,2.84953 1.58694,2.84953 0.17815,0 0.56716,-0.380068 1.06734,-1.042796 0.45565,-0.603726 0.9613,-2.39722 1.24084,-4.401081 0.72149,-5.1719577 0.88001,-5.8077287 1.41331,-5.6682677 0.47075,0.123103 0.80271,1.6875297 1.04034,4.9027227 0.10373,1.403499 0.26014,2.872512 0.34759,3.264471 0.3817,1.710867 1.24469,3.285192 1.80083,3.285192 0.33059,0 0.99234,-1.260007 1.60825,-3.062179 0.30377,-0.888883 0.56726,-1.637432 0.58552,-1.663441 0.0183,-0.02601 0.23417,0.02912 0.47982,0.122513 0.3957,0.150448 0.42748,0.220122 0.27877,0.611259 -0.25318,0.665911 -0.21685,4.421071 0.0448,4.631859 0.11695,0.09422 0.45383,0.222834 0.74862,0.285811 0.51955,0.111 0.54406,0.08947 0.80046,-0.703371 0.14546,-0.449831 0.42677,-1.468588 0.62512,-2.263904 0.19834,-0.795317 0.50622,-1.777108 0.68415,-2.181759 0.28134,-0.639796 0.37396,-0.719864 0.71025,-0.61405 0.21269,0.06692 0.58962,0.28317 0.83761,0.480548 0.39255,0.312431 0.46463,0.523967 0.55704,1.634776 0.25035,3.009235 0.48144,5.068636 0.58814,5.241274 0.063,0.101959 0.45303,0.336911 0.86669,0.522116 1.24382,0.556872 1.71774,0.01781 2.08542,-2.372032 0.23092,-1.500988 0.53955,-1.956785 1.02065,-1.507366 0.18928,0.176805 0.23637,0.50072 0.18337,1.26095 -0.0392,0.562664 0.0309,1.749297 0.15575,2.636961 0.2126,1.510871 0.25634,1.624217 0.68497,1.774959 0.60353,0.212252 1.05769,-0.03927 2.52662,-1.399271 1.70047,-1.574373 2.99769,-3.694436 3.780333,-6.17823 0.12495,-0.396546 0.95773,-0.569901 1.26442,-0.263208 0.21502,0.21502 0.13391,0.632479 -0.63816,3.284737 -0.76895,2.641527 -0.89615,3.29396 -0.9738,4.994804 -0.0839,1.838186 -0.0675,1.975991 0.27166,2.280736 0.35508,0.319045 0.37116,0.319045 0.98427,0 0.34281,-0.178389 1.22134,-0.879363 1.95228,-1.557721 0.73094,-0.678358 1.36351,-1.233378 1.40572,-1.233378 0.1819,0 0.61139,0.556685 0.61139,0.79247 0,0.141791 -0.42894,0.683332 -0.95321,1.203421 -1.54199,1.52973 -1.96693,2.54499 -1.33127,3.180652 0.36227,0.362276 0.53433,0.336661 0.7754,-0.115439 0.43782,-0.82108 2.07324,-2.679409 2.35802,-2.679409 0.52511,0 0.70811,0.402451 0.53445,1.175352 -0.0869,0.386576 -0.26484,0.873566 -0.39553,1.082197 -0.13069,0.208632 -0.42206,0.979551 -0.64751,1.713155 -0.37364,1.215837 -0.38755,1.373848 -0.15717,1.786272 0.41032,0.734547 1.10098,0.68262 3.05219,-0.229476 0.92911,-0.434313 1.76784,-0.741114 1.86384,-0.681782 0.39019,0.241148 0.12767,0.774576 -0.71859,1.460148 -1.70012,1.377312 -2.05643,2.099951 -1.24858,2.5323 0.49729,0.26614 1.43201,0.07746 3.76363,-0.759712 1.9404,-0.696707 3.72498,-1.593417 5.34017,-2.683303 l 1.26303,-0.852258 0.3973,0.461901 c 0.48821,0.567574 0.5736,0.428894 -2.01806,3.277599 -1.78575,1.962882 -3.54076,4.302114 -3.54322,4.722733 -5.1e-4,0.09859 -0.1082,0.384631 -0.23915,0.635636 -0.39574,0.758529 -0.50705,1.523261 -0.24582,1.688787 0.36433,0.23085 1.30327,0.177981 3.30673,-0.186183 2.18137,-0.396509 2.28292,-0.403133 2.28292,-0.148929 0,0.288891 -0.43365,0.583668 -2.12651,1.445519 -1.88689,0.960626 -2.127,1.167651 -2.12468,1.831903 0.002,0.542685 0.37376,1.932071 0.6485,2.423003 0.0855,0.152835 0.68191,0.670493 1.3253,1.150352 1.13642,0.847588 1.40882,1.180825 3.57477,4.373141 0.42,0.619018 0.86917,1.476157 0.99816,1.904751 0.21727,0.721938 0.20938,0.811221 -0.10719,1.213678 -0.18794,0.238929 -0.49967,0.434415 -0.69273,0.434415 -0.31972,0 -0.34137,0.07038 -0.24284,0.789289 0.0595,0.43411 0.10819,1.116074 0.10819,1.515478 0,0.626544 0.10126,0.830394 0.73793,1.485484 0.99491,1.02368 2.20846,2.87995 2.93755,4.49333 0.33014,0.73055 0.81987,1.7876 1.08829,2.349 0.5819,1.21704 1.24149,3.44163 1.52583,5.14617 0.20472,1.22723 0.20843,1.23338 0.74327,1.23401 0.77444,6.4e-4 1.62035,0.58173 1.92471,1.32153 0.82044,1.99426 1.6825,3.60526 2.23606,4.17865 1.15803,1.19957 2.36618,1.55377 2.94027,0.86204 0.36139,-0.43545 0.76878,-0.27395 0.971,0.38493 0.17622,0.57419 0.14407,0.70793 -0.40718,1.69367 -0.7922,1.41657 -2.20388,2.70057 -3.34012,3.03799 -1.16457,0.34584 -4.52797,0.34898 -5.68524,0.005 -0.4697,-0.13948 -1.11516,-0.43356 -1.43438,-0.6535 l -0.58039,-0.3999 -3.35907,3.41797 -3.35907,3.41798 0.79931,1.17245 c 0.43962,0.64485 1.17456,1.58303 1.6332,2.08485 0.79385,0.8686 0.95776,1.42196 0.42072,1.42039 -0.30398,-6.4e-4 -1.22635,-0.57867 -2.43677,-1.52642 -1.20867,-0.94637 -1.50491,-1.1111 -2.25338,-1.25302 -0.42656,-0.0809 -0.5846,-0.0402 -0.66568,0.17101 -0.13784,0.35918 0.60331,2.50367 1.09746,3.17549 0.41879,0.56938 0.4824,0.96712 0.19984,1.24968 -0.231,0.231 -1.66174,-0.28773 -2.44828,-0.88765 -0.75435,-0.57537 -0.99249,-0.52953 -1.5389,0.29615 -1.04278,1.57575 -0.56299,2.63205 2.8299,6.23013 2.45408,2.60252 2.63674,2.98817 1.48823,3.14222 -0.6215,0.0834 -0.74978,0.0381 -1.11136,-0.39155 -0.57291,-0.68086 -2.66745,-1.68885 -5.11322,-2.46071 -2.0668,-0.65226 -2.08242,-0.65434 -2.72194,-0.36267 -0.65663,0.29947 -1.18171,0.7169 -1.8948,1.50635 l -0.40098,0.44391 0.8986,1.66195 c 0.49421,0.91407 1.30623,2.27098 1.80447,3.01534 0.49823,0.74438 0.90588,1.48294 0.90588,1.64125 0,0.5987 -1.12577,1.17262 -1.84956,0.9429 -0.18865,-0.0599 -1.10384,-1.04286 -2.03373,-2.18441 -0.9299,-1.14154 -1.89169,-2.26167 -2.13733,-2.48919 -0.4279,-0.39633 -0.46984,-0.40257 -1.00163,-0.14898 -0.30527,0.14558 -1.20445,0.68362 -1.998183,1.19567 -0.79373,0.51204 -1.69419,1.06081 -2.00103,1.21948 -0.30685,0.15867 -0.51898,0.35147 -0.47141,0.42845 0.0476,0.077 0.24098,1.08805 0.4298,2.24686 0.39164,2.4036 0.79097,3.77769 1.51421,5.2104 0.62437,1.23687 0.84952,2.25532 0.49859,2.25532 -0.13301,0 -1.37963,-1.20573 -2.77025,-2.6794 -2.80743,-2.9751 -3.77361,-3.85195 -4.67058,-4.23876 -0.60694,-0.26174 -2.28233,-0.39365 -2.48066,-0.19532 -0.097,0.097 0.11225,1.76104 0.6105,4.85409 0.23562,1.46263 0.14173,1.94953 -0.45076,2.33774 -0.36728,0.24066 -0.52532,0.25609 -0.92536,0.0904 -0.77283,-0.32011 -0.94559,-0.6258 -1.84484,-3.26439 -1.18203,-3.46831 -0.97466,-3.20968 -2.31628,-2.88868 l -1.11368,0.26646 -0.57899,1.79568 c -0.7979,2.47457 -1.12741,4.1844 -1.2421,6.44528 -0.0674,1.32872 -0.17279,2.00268 -0.33917,2.16905 -0.2981,0.29811 -0.54982,0.30968 -0.62452,0.0287 z m 0.13499,-5.614 c 0.86596,-3.02966 0.95467,-3.78736 0.48511,-4.1438 -0.39794,-0.30209 -1.2246,-0.2942 -1.97376,0.0188 -0.57126,0.23869 -0.60018,0.28624 -0.43624,0.71744 0.0966,0.25399 0.23833,0.54086 0.31502,0.6375 0.0767,0.0966 0.39476,0.96038 0.70682,1.91943 0.31206,0.95906 0.58547,1.74375 0.60758,1.74375 0.0221,0 0.15506,-0.40191 0.29547,-0.89314 z m -15.45197,-2.17745 c 0.3403,-1.25852 0.65551,-2.41248 0.70045,-2.56435 0.0899,-0.30367 -0.68786,-0.65954 -1.44138,-0.65954 -0.41988,0 -0.42235,0.009 -0.31372,1.14832 0.0602,0.63157 0.15847,1.89626 0.21834,2.81042 0.0599,0.91416 0.13331,1.63764 0.16321,1.60774 0.0299,-0.0299 0.33279,-1.08406 0.6731,-2.34259 z m 23.31051,-0.0995 c -0.88828,-5.21704 -1.2506,-9.42705 -1.04608,-12.15503 0.14259,-1.90187 0.24919,-2.16215 0.78721,-1.92208 0.36954,0.1649 0.37874,0.24072 0.41137,3.39164 0.0279,2.69619 0.23481,4.87352 0.48707,5.12577 0.16233,0.16234 4.42382,-1.39613 6.61458,-2.41903 3.0323,-1.41582 3.41897,-1.72422 3.26033,-2.60044 -0.40413,-2.2321 -1.39896,-3.63135 -3.24521,-4.56444 -0.80457,-0.40663 -1.3527,-0.79317 -1.38852,-0.97921 -0.0534,-0.27731 0.0297,-0.29536 0.84991,-0.18462 0.76514,0.10331 1.17899,0.31888 2.61333,1.36127 3.146603,2.28677 6.141143,5.2337 7.647793,7.5262 0.26134,0.39766 0.50761,0.72301 0.54726,0.72301 0.0397,0 -0.12607,-0.32535 -0.36828,-0.72301 -2.30037,-3.77669 -4.11376,-8.09325 -4.92201,-11.716308 -0.72227,-3.23761 -0.58511,-3.62284 0.41671,-1.17036 0.28666,0.70174 0.59123,1.42901 0.67683,1.61615 0.15674,0.34266 1.73814,4.493778 1.93391,5.076468 0.093,0.27682 0.2021,0.23195 0.94176,-0.38732 1.2986,-1.08725 4.13166,-4.398848 4.4264,-5.174078 0.0942,-0.24791 0.27991,-0.45074 0.41256,-0.45074 0.49418,0 0.60369,-1.16874 0.20004,-2.13481 -0.18531,-0.4435 -0.44329,-0.67664 -1.02435,-0.92571 -0.79157,-0.33931 -1.0497,-0.66008 -0.88227,-1.09638 0.13644,-0.35557 1.01009,-0.0794 3.24763,1.02653 1.02239,0.50533 1.91073,0.91879 1.9741,0.91879 0.0633,0 -0.0598,-0.36573 -0.27375,-0.81274 -0.57914,-1.21011 -1.26949,-3.36316 -1.38144,-4.30842 -0.0799,-0.67458 -0.0496,-0.83308 0.15938,-0.83308 0.39907,0 0.62624,0.37813 0.98673,1.64246 0.18263,0.6405 0.3711,1.26755 0.41884,1.39345 0.11255,0.29686 6.40579,-5.72399 7.77697,-7.44037 1.33994,-1.67726 2.22355,-3.4891 2.88728,-5.9203 0.4832,-1.76998 0.54937,-2.27217 0.55607,-4.2206 0.0109,-3.16179 -0.58911,-5.28792 -2.79141,-9.89185 -1.12446,-2.35068 -1.51953,-2.72849 -2.36299,-2.25983 -0.36898,0.20503 -1.53519,1.99937 -1.553,2.38946 -0.003,0.0576 0.43891,0.26657 0.9812,0.4643 1.21948,0.44464 2.27428,1.32645 2.74173,2.29206 0.26947,0.55666 0.3552,1.06233 0.3552,2.09519 0,1.59894 -0.31897,2.81107 -1.12044,4.25783 -0.6996,1.26287 -0.76245,2.32544 -0.23799,4.02344 0.61076,1.97742 0.6588,2.54388 0.34527,4.07113 -0.37836,1.84309 -0.74435,2.57771 -1.82626,3.66572 -2.03541,2.04686 -5.26087,2.74812 -7.39958,1.60876 -1.37654,-0.73334 -2.29215,-0.1598 -3.09233,1.93701 -0.25474,0.66751 -0.61137,1.34778 -0.79251,1.51172 -0.30605,0.27697 -0.33712,0.27786 -0.43894,0.0125 -0.30989,-0.80756 0.66607,-4.01219 1.62507,-5.33605 l 0.49109,-0.67792 -0.49295,-1.83745 c -0.63985,-2.38505 -0.95185,-3.34276 -1.48302,-4.55219 -0.4003,-0.91147 -0.46926,-0.98088 -0.87411,-0.87988 -0.57593,0.14368 -0.93738,0.48046 -1.73246,1.61423 -2.3242,3.31425 -2.91304,4.00003 -3.85115,4.48515 -0.58889,0.30452 -0.99785,0.35491 -1.131073,0.13937 -0.0472,-0.0764 0.614183,-0.97589 1.469723,-1.99892 3.5147,-4.20271 5.11416,-7.4176 5.7375,-11.53231 0.2282,-1.50629 0.0671,-2.87488 -0.52432,-4.45572 -0.90298,-2.41344 -4.23612,-4.40353 -9.126443,-5.44903 -0.77192,-0.16503 -1.4035,-0.38654 -1.4035,-0.49224 0,-0.410554 0.44749,-0.600476 1.41484,-0.600476 0.96073,0 1.00188,-0.01743 0.90421,-0.382772 -0.0563,-0.210525 -0.19164,-1.014348 -0.3008,-1.786272 -0.21508,-1.520939 -0.29561,-1.599265 -1.17609,-1.143949 l -0.50191,0.259547 v -0.824038 c 0,-3.40427 3.12532,-7.354862 8.889363,-11.236669 0.72543,-0.488546 1.43356,-0.932237 1.57362,-0.985981 0.4073,-0.156296 0.29146,0.302829 -0.26045,1.032245 -0.27809,0.367544 -0.50563,0.793523 -0.50563,0.946622 0,0.1531 0.69926,1.230364 1.55392,2.393921 1.63275,2.222909 3.22529,4.610496 4.29279,6.435936 0.73914,1.263932 0.65849,1.552651 -0.34746,1.243916 -0.34842,-0.106935 -0.65077,-0.177142 -0.6719,-0.156019 -0.0211,0.02112 0.0764,0.497103 0.21678,1.057732 0.14035,0.560627 0.26359,1.823146 0.27387,2.805595 0.0208,1.985442 -0.29036,3.384772 -0.99205,4.462032 -0.22724,0.34887 -0.41316,0.71233 -0.41316,0.80768 0,0.0954 -0.2639,0.5407 -0.58643,0.98965 -0.86704,1.20685 -0.95852,1.55081 -0.7338,2.75913 0.18591,0.99973 0.0739,2.30009 -0.32073,3.7233 l -0.11314,0.40801 0.55356,-0.32295 c 0.69092,-0.40308 1.52006,-1.39349 2.90514,-3.47019 1.15213,-1.72742 2.43388,-3.05741 2.9494,-3.06036 0.23465,-0.001 0.28388,-0.0784 0.19139,-0.29953 -0.82676,-1.97677 -0.84007,-2.09464 -0.87855,-7.783043 -0.039,-5.770753 -0.11627,-6.535813 -0.96509,-9.561735 -0.44165,-1.574366 -1.74655,-5.034778 -2.34185,-6.210223 -0.17582,-0.347148 -0.31966,-0.710782 -0.31966,-0.808076 0,-0.270353 0.7811,-0.210448 1.02073,0.07828 0.28586,0.344445 0.51036,0.321722 0.51036,-0.05166 0,-0.675598 0.99219,-2.230319 2.27824,-3.569895 l 1.35608,-1.412528 -1.68957,0.842251 c -2.02554,1.009735 -3.22868,1.384831 -4.44189,1.384831 -0.80363,0 -0.98176,-0.06998 -1.6001,-0.628607 -0.38268,-0.345734 -1.16052,-1.22935 -1.72853,-1.963591 -0.568,-0.734243 -1.09249,-1.27433 -1.16552,-1.200196 -0.21567,0.218902 -0.9743,2.998463 -1.46292,5.35997 -0.687,3.320273 -1.1855,3.675864 -1.11827,0.797676 0.0538,-2.303926 0.89033,-6.117072 1.84303,-8.401305 0.0773,-0.185348 -0.43901,0.250137 -1.14737,0.967746 -0.70835,0.717608 -1.86968,1.684529 -2.58074,2.148712 -1.705333,1.11325 -4.023463,1.908683 -4.023463,1.380593 0,-0.09792 0.23543,-0.308443 0.52319,-0.467833 1.71127,-0.947902 3.672023,-2.359917 4.670863,-3.363684 l 1.14846,-1.154127 -0.40679,-0.329877 c -0.22373,-0.181433 -1.28774,-0.851356 -2.36445,-1.488716 -2.021103,-1.196389 -2.839263,-1.874744 -2.643393,-2.191676 0.15915,-0.257518 0.71776,-0.226888 1.16209,0.06372 l 0.37678,0.246434 0.0336,-1.394752 c 0.0185,-0.767114 0.18433,-1.958665 0.36851,-2.647893 0.18418,-0.689227 0.27983,-1.186832 0.21256,-1.105787 -0.0673,0.08104 -0.46277,0.600372 -0.87888,1.154061 -0.88005,1.171051 -2.92585,2.991139 -3.36206,2.991139 -0.69861,0 -2.45919,-0.584708 -4.30355,-1.429262 l -1.97556,-0.904626 -0.1034,1.340934 c -0.0568,0.737514 -0.0711,1.549718 -0.0316,1.804898 0.0395,0.255181 0.11269,1.393231 0.16264,2.529001 l 0.0908,2.065036 -0.51439,0.0755 c -0.96386,0.141464 -1.03315,-0.03978 -1.22196,-3.196408 -0.0948,-1.584272 -0.18152,-4.373305 -0.1928,-6.197855 l -0.0205,-3.317362 -0.54364,2.18138 c -0.69731,2.797892 -1.24914,4.227364 -2.1524,5.575575 -0.82311,1.228573 -2.44009,2.657812 -2.70605,2.391854 -0.11106,-0.11106 -0.0383,-0.30345 0.21367,-0.565312 1.11096,-1.154393 1.94829,-2.958669 2.79888,-6.031046 0.12826,-0.46326 -0.27111,-0.629716 -2.63086,-1.096543 -2.01675,-0.398973 -2.96508,-0.844038 -3.50432,-1.644635 -0.51399,-0.763098 -0.94465,-2.654714 -1.0699,-4.699258 l -0.10573,-1.726013 -0.20408,1.786272 c -0.36237,3.1717 -1.13347,4.951953 -2.43178,5.614305 -0.9466,0.482919 -2.46859,0.850299 -3.52263,0.850299 -0.8707,0 -0.8996,0.01519 -0.89011,0.467833 0.0132,0.629214 0.4821,2.263507 1.34133,4.67492 0.48834,1.370491 0.6635,2.080459 0.55926,2.266725 -0.12823,0.229124 -0.23377,0.177831 -0.68009,-0.330503 -0.29058,-0.330945 -0.79301,-1.159587 -1.11652,-1.841424 -0.51813,-1.092033 -2.53023,-6.717591 -3.2424,-9.065278 l -0.25803,-0.850605 0.10682,1.701211 c 0.18191,2.897317 0.0993,5.689946 -0.2089,7.060028 -0.28284,1.25745 -1.16313,3.333513 -1.69514,3.997847 -0.25738,0.321387 -0.26861,0.293103 -0.2027,-0.510364 0.0384,-0.467833 0.22593,-1.577873 0.41679,-2.466756 0.19087,-0.888883 0.39917,-2.216902 0.46289,-2.951153 0.10819,-1.2465 0.0951,-1.328628 -0.19791,-1.238855 -0.17258,0.05288 -1.02279,0.180927 -1.88935,0.284546 -1.914108,0.228878 -3.619767,0.01582 -4.920405,-0.614638 C 57.7942,22.991273 56.52642,21.597267 55.807667,20.123149 55.50601,19.504467 55.225798,19.031676 55.184974,19.0725 c -0.04082,0.04082 0.207071,0.871835 0.550879,1.84669 1.224427,3.471819 0.702381,5.771026 -1.521299,6.700139 -0.349598,0.146071 -0.635633,0.303443 -0.635633,0.349716 0,0.344489 2.178359,3.450782 3.11932,4.448084 1.259761,1.335191 1.366602,1.800096 0.287125,1.249389 -1.889693,-0.964049 -3.778614,-3.443242 -6.547216,-8.593169 -0.905425,-1.684199 -1.72303,-3.138736 -1.816897,-3.232302 -0.09387,-0.09357 0.033,0.36576 0.28193,1.020727 2.458225,6.467937 2.943473,8.217176 3.091797,11.145392 0.08538,1.685538 0.06038,1.991085 -0.179145,2.189874 -0.500755,0.415591 -0.730098,-0.03131 -0.841308,-1.639366 -0.08508,-1.230251 -0.770431,-4.324742 -1.011128,-4.565438 -0.03621,-0.03621 -0.634655,0.473004 -1.32987,1.131597 -3.098745,2.935499 -4.287979,3.175423 -7.100675,1.432542 l -0.733011,-0.454208 0.624626,1.240341 c 1.041765,2.068669 0.991156,3.483718 -0.163167,4.562107 -0.242805,0.226836 -0.441466,0.464087 -0.441466,0.527228 0,0.191623 3.288184,1.674962 4.269894,1.926198 0.940794,0.240768 1.148258,0.524871 0.624527,0.855233 -0.451966,0.285093 -2.737845,-0.2534 -4.409933,-1.038865 -0.781084,-0.366915 -2.415363,-1.344826 -3.63173,-2.173135 -4.501422,-3.065338 -5.719035,-3.83418 -5.897501,-3.723882 -0.104797,0.06477 1.262905,1.537324 3.204495,3.450169 3.296051,3.247246 4.917335,5.135329 6.109017,7.114314 0.63666,1.057276 0.712061,1.513904 0.33306,2.016992 -0.23755,0.315324 -0.291045,0.283209 -1.185409,-0.71167 -1.105495,-1.229736 -1.978457,-1.594981 -3.812112,-1.594981 -0.90521,0 -1.399107,0.0999 -2.094549,0.423641 -1.509114,0.70253 -3.19275,0.534414 -5.92294,-0.591426 -0.687678,-0.283577 -1.283104,-0.482812 -1.323168,-0.442749 -0.04006,0.04006 0.662297,0.856849 1.560806,1.815077 1.063439,1.134125 1.816276,2.113202 2.156876,2.805059 l 0.523228,1.062825 -0.449508,2.014527 c -0.24723,1.10799 -0.560241,2.391181 -0.69558,2.851533 -0.13534,0.460355 -0.213702,0.869375 -0.174143,0.908935 0.134643,0.134644 3.240825,0.548284 4.12634,0.549491 0.922307,0.0012 1.754816,0.229001 1.754816,0.480049 0,0.272428 -0.82391,0.525274 -2.08358,0.639421 -2.30913,0.209248 -5.292455,-0.396994 -8.880409,-1.804588 -0.930815,-0.365169 -1.716311,-0.64002 -1.74555,-0.610781 -0.02924,0.02924 1.128968,0.836116 2.573791,1.79306 2.900866,1.921316 4.732606,3.406577 5.916622,4.797472 0.858176,1.00812 1.83743,2.58293 1.83743,2.9549 0,0.37216 -0.36812,0.50586 -0.541218,0.19655 -0.08589,-0.15348 -0.266756,-0.27906 -0.401913,-0.27906 -0.135157,0 -0.605372,-0.35455 -1.044923,-0.78787 -0.765101,-0.75427 -1.627758,-1.25359 -2.165791,-1.25359 -0.359904,0 -1.126432,1.06873 -1.308646,1.82457 -0.08515,0.35321 -0.221058,2.15988 -0.302019,4.01485 -0.08456,1.93742 -0.223696,3.44914 -0.326951,3.5524 -0.278975,0.27897 -0.736185,-0.98153 -0.766623,-2.11353 -0.0254,-0.94438 -0.0361,-0.96521 -0.369229,-0.71804 -0.933617,0.69271 -2.062458,1.09191 -3.092269,1.09354 -0.972088,0.001 -1.112243,-0.0491 -1.935349,-0.69976 -0.488052,-0.38578 -1.923475,-1.65557 -3.18983,-2.82175 -2.651457,-2.44171 -4.268458,-3.63194 -5.627581,-4.14232 -0.834585,-0.3134 -1.232964,-0.35135 -3.0848594,-0.29383 -1.825738,0.0567 -2.240811,0.12374 -2.93459,0.47403 -0.451778,0.22811 -0.805216,0.52433 -0.80159,0.67182 0.0035,0.14509 0.386258,0.67098 0.850425,1.16862 l 0.843939,0.90481 1.233559,-0.18604 c 1.362083,-0.20543 3.3241044,-0.27023 3.4794114,-0.11492 0.134031,0.13403 -0.07759,0.19442 -2.2033214,0.62877 -1.005842,0.20552 -1.828803,0.43438 -1.828803,0.50857 0,0.29814 0.953876,1.24223 1.475153,1.46004 0.375766,0.157 1.2962874,0.23205 2.8463984,0.23205 2.143168,0 3.372755,0.18818 3.08798,0.47259 -0.06764,0.0676 -1.016054,0.10271 -2.107579,0.0781 -1.091524,-0.0246 -2.240578,0.0144 -2.553452,0.0866 l -0.568863,0.13133 1.167583,1.44765 c 0.64217,0.79621 1.379851,1.80986 1.639291,2.25257 l 0.471708,0.80491 1.65151,0.006 c 1.110013,0.004 1.790958,0.0857 2.076813,0.24916 0.38881,0.22227 0.268386,0.24364 -1.4035,0.24915 -1.662001,0.006 -1.828802,0.0347 -1.828802,0.31991 0,0.67904 0.568996,0.91784 2.205273,0.92551 0.845566,0.004 1.537392,0.0369 1.537392,0.0731 0,0.19154 -1.282273,0.55887 -1.950929,0.55887 -0.424055,0 -0.771009,0.035 -0.771009,0.0777 0,0.0428 0.542481,1.1145 1.205513,2.3817 1.363986,2.60685 1.306341,2.57003 2.902186,1.85385 0.551654,-0.24756 1.0506,-0.40252 1.108773,-0.34435 0.193557,0.19356 -0.306939,0.61104 -1.278569,1.0665 -0.52843,0.2477 -0.988952,0.47549 -1.023379,0.50619 -0.126596,0.11289 0.561035,1.77358 0.734156,1.77306 0.09847,-3.4e-4 0.638373,-0.30627 1.199773,-0.67994 0.561399,-0.37367 1.080835,-0.67965 1.154302,-0.67994 0.305803,-0.001 -0.277246,0.70392 -0.984181,1.1903 -1.247126,0.85805 -1.246956,0.85681 -0.484733,3.53249 l 0.255134,0.89562 0.47106,-0.33543 c 0.259084,-0.18448 0.865764,-0.6903 1.348178,-1.12403 0.946901,-0.85135 1.188805,-0.73168 0.38093,0.18844 -0.272903,0.31082 -0.559983,0.67293 -0.637954,0.80469 -0.07797,0.13177 -0.470542,0.45502 -0.87238,0.71835 -0.515979,0.33813 -0.699327,0.55812 -0.62412,0.74886 0.05857,0.14854 0.149594,0.82509 0.202274,1.50345 0.05713,0.73566 0.172258,1.23338 0.285297,1.23338 0.401151,0 2.328141,-1.41469 3.146161,-2.30973 1.050826,-1.14977 1.981591,-2.99431 2.309913,-4.57766 0.255587,-1.23257 0.543461,-1.61867 1.206891,-1.61867 0.679031,0 0.832603,-0.40219 0.611587,-1.60169 -0.272885,-1.48099 -0.248751,-2.04057 0.106948,-2.47983 0.283069,-0.34959 0.321978,-0.356 0.543073,-0.0896 0.130986,0.15783 0.271005,0.74107 0.311152,1.29609 0.04015,0.55503 0.133777,1.0467 0.208066,1.09261 0.362615,0.22411 1.260176,-0.9373 2.133195,-2.76027 0.930447,-1.94289 1.291376,-2.29042 1.402414,-1.35037 0.08915,0.75476 -0.435398,2.02613 -1.418962,3.43919 l -0.925534,1.3297 0.923787,0.28582 c 0.508084,0.15721 1.272028,0.50584 1.697656,0.77474 0.612035,0.38667 0.773932,0.58675 0.774172,0.95674 3.4e-4,0.63124 -0.249001,0.60289 -1.871028,-0.21265 -1.289178,-0.64818 -2.381696,-0.88083 -2.381696,-0.50717 0,0.49916 0.940845,2.74354 1.767559,4.2165 0.517144,0.9214 1.022609,1.89186 1.123257,2.15658 0.180495,0.47474 0.203383,0.45016 1.675543,-1.79916 0.820901,-1.25426 1.982973,-3.07243 2.582383,-4.04038 1.089226,-1.75892 1.090004,-1.75969 1.393696,-1.38465 0.167123,0.20639 0.303861,0.52483 0.303861,0.70764 0,0.63472 -0.747812,2.10662 -1.986845,3.91067 l -1.245863,1.814 1.318641,-0.50684 c 0.725254,-0.27876 1.790502,-0.73868 2.367216,-1.02204 0.684494,-0.33633 1.171808,-0.4761 1.403499,-0.40256 0.367239,0.11655 0.500471,0.60008 0.165349,0.60008 -0.394392,0 -2.969718,1.65161 -3.880068,2.48837 -1.168855,1.07436 -2.30848,2.68164 -2.119943,2.98986 0.07429,0.12146 0.197412,0.29738 0.273605,0.39095 0.07619,0.0936 0.702562,0.94494 1.391934,1.89195 1.243111,1.70768 3.128556,3.72799 4.4598,4.7788 l 0.692207,0.54638 0.773835,-1.65217 c 1.061901,-2.26721 1.232433,-2.76562 1.597748,-4.66965 0.308638,-1.60864 0.614218,-2.13684 0.939571,-1.62409 0.547035,0.86213 -0.907554,6.98582 -3.062402,12.892438 -0.290147,0.79532 -0.433855,1.29995 -0.319351,1.12142 1.1704,-1.82489 6.549768,-7.433528 7.832483,-8.166298 0.809701,-0.46256 1.309056,-0.48667 1.304952,-0.063 -0.0012,0.1199 -0.635512,0.87715 -1.409665,1.68279 -1.256884,1.308008 -2.262055,2.804198 -2.569925,3.825308 -0.08881,0.29457 0.06318,0.46875 0.873838,1.00146 0.539743,0.35468 1.478954,1.04719 2.087138,1.53892 1.31843,1.06596 2.4993,1.77804 3.657604,2.20555 0.467833,0.17267 0.980866,0.42432 1.140073,0.55921 0.261443,0.22151 0.340088,0.16544 0.812268,-0.57911 0.761241,-1.20035 0.915604,-1.94488 0.859794,-4.14696 -0.02727,-1.07602 -0.05872,-2.37056 -0.06989,-2.87676 -0.04977,-2.255798 0.843841,-0.1675 1.340201,3.13194 0.526434,3.49935 0.508895,4.43356 -0.185247,9.86703 l -0.08693,0.68048 0.356906,-0.68048 c 0.196298,-0.37427 0.778797,-1.75225 1.294443,-3.06218 1.089555,-2.76788 2.219679,-4.95536 3.120092,-6.0393 0.349754,-0.42106 0.743037,-0.9378 0.873954,-1.14832 0.281476,-0.45265 0.422533,-0.48047 0.564199,-0.1113 0.0625,0.16284 -0.542929,1.56526 -1.512893,3.50455 -0.88938,1.7782 -1.61706,3.32707 -1.61706,3.44193 0,0.24453 4.545593,1.72584 7.857423,2.56056 l 2.26478,0.57082 0.11779,-0.62392 c 0.3233,-1.71255 -0.013,-4.35588 -0.87936,-6.91119 -0.44772,-1.32061 -0.48422,-1.55628 -0.27363,-1.76688 0.2106,-0.21058 0.35003,-0.03 1.04534,1.35375 1.82209,3.62621 3.10892,7.54663 3.55826,10.8405 0.13042,0.95599 0.23161,1.35879 0.2418,0.96248 0.0536,-2.0855 1.24165,-9.63186 1.71043,-10.86485 0.22787,-0.59933 0.83171,-0.693 1.07172,-0.16624 0.15707,0.34472 0.0648,1.12522 -0.49207,4.16187 -0.44463,2.42461 -0.62447,3.77524 -0.51195,3.84478 0.31583,0.1952 4.74931,0.0753 7.23146,-0.1955 1.34332,-0.14658 2.4725,-0.2665 2.50929,-0.2665 0.0368,0 0.066,-0.36364 0.0649,-0.80808 -0.004,-1.53116 -0.73094,-3.44221 -1.97434,-5.18909 -0.3165,-0.44466 -0.57546,-0.94731 -0.57546,-1.11701 0,-0.1697 -0.26794,-0.54577 -0.59542,-0.8357 -0.66859,-0.59192 -0.71631,-0.75444 -0.31846,-1.08462 0.24255,-0.2013 0.38368,-0.11406 1.13587,0.70219 1.15905,1.25775 2.57891,3.46682 3.37373,5.24899 0.35989,0.80694 1.20678,3.16738 1.88198,5.2454 0.67521,2.07803 1.25393,3.75196 1.28605,3.71984 0.0322,-0.0321 -0.0572,-0.73712 -0.1984,-1.56666 z m -10.21795,-7.41997 c -0.0381,-0.11696 -0.23664,-0.90164 -0.44108,-1.74375 -0.72077,-2.96896 -2.8198,-8.18762 -3.67193,-9.129198 -0.40696,-0.44969 -0.13022,-0.69783 0.44596,-0.39987 0.82642,0.42735 2.26089,3.052648 3.14577,5.757228 0.61924,1.89267 0.64362,1.88008 0.93197,-0.48118 0.47802,-3.9144 0.77071,-5.188698 1.19177,-5.188698 h 0.3064 c 0.2282,0 0.15957,1.073038 -0.16866,2.636878 -0.38116,1.81601 -0.65661,5.52533 -0.48144,6.48327 0.0877,0.47944 0.0577,0.74008 -0.10204,0.88937 -0.12433,0.11614 -0.22606,0.38422 -0.22606,0.59574 0,0.63844 -0.75757,1.11074 -0.93066,0.58021 z m 14.16471,-3.40382 c -0.32667,-0.492 -0.8813,-1.41747 -1.23251,-2.05661 -1.18709,-2.16027 -2.93054,-4.62402 -4.29628,-6.071268 -0.74742,-0.79202 -1.44885,-1.6104 -1.55873,-1.81863 -0.17804,-0.3374 -0.15351,-0.39021 0.22552,-0.48533 0.34323,-0.0862 0.5159,0.003 0.8947,0.46365 0.25816,0.31371 0.85897,0.99144 1.33513,1.50606 1.61487,1.745288 3.14937,3.584828 3.34074,4.004828 0.2167,0.47561 0.54791,0.57402 0.40593,0.12061 -0.16524,-0.52774 -0.58879,-2.966788 -0.8605,-4.955258 -0.14547,-1.0646 -0.30828,-2.11009 -0.3618,-2.32333 -0.0535,-0.21323 -0.0116,-0.54794 0.0933,-0.74379 0.20742,-0.38758 0.68896,-0.4871 0.68896,-0.1424 0,1.03464 0.65598,5.27245 1.35677,8.765108 0.47015,2.34314 0.85481,4.34365 0.85481,4.44557 0,0.40038 -0.31862,0.14534 -0.88601,-0.70921 z m -27.66777,0.25658 c -0.0855,-0.16374 -0.24884,-0.9867 -0.36289,-1.8288 -0.42706,-3.1531 -1.02391,-5.559918 -1.67414,-6.751008 -0.64111,-1.1744 -0.65046,-1.4413 -0.0437,-1.24872 0.79283,0.25163 1.23618,1.19968 1.96864,4.209658 l 0.70742,2.90704 0.73751,-1.85513 c 0.78084,-1.96408 1.51459,-3.512488 1.92094,-4.053658 0.2388,-0.31801 0.25363,-0.31509 0.52823,0.104 0.27312,0.41683 0.262,0.4674 -0.33385,1.518048 -0.69614,1.2275 -1.25823,2.60327 -2.19908,5.38242 -0.63775,1.88384 -0.91909,2.24785 -1.24908,1.61615 z m -13.873622,-6.64841 c -0.04802,-0.0777 0.02356,-0.55617 0.159073,-1.063258 0.578399,-2.16438 0.963862,-4.62887 1.022272,-6.53598 0.04925,-1.60812 0.114781,-2.05247 0.308705,-2.09336 0.590074,-0.1244 0.787928,2.75633 0.365776,5.32566 -0.326403,1.98659 -0.334573,1.94371 0.223561,1.17323 0.583512,-0.80551 2.593327,-2.67693 3.484086,-3.24415 0.403674,-0.25707 0.773129,-0.37274 0.980393,-0.30696 0.281678,0.0894 0.182494,0.21664 -0.647789,0.83103 -1.116828,0.82643 -2.023723,1.77634 -3.100982,3.24806 -1.716182,2.344608 -2.519851,3.111088 -2.795095,2.665728 z m 54.767645,-3.205218 c -0.55785,-0.43891 -1.62961,-1.38711 -2.3817,-2.10712 -1.65435,-1.58379 -3.24128,-2.63428 -4.562533,-3.02021 -0.81143,-0.23702 -0.97553,-0.34707 -0.93588,-0.62766 0.0391,-0.27657 0.1595,-0.33195 0.6435,-0.29595 0.70531,0.0525 4.957963,2.16041 5.480403,2.71652 0.75038,0.79875 0.61003,0.31443 -0.62141,-2.14436 -1.20799,-2.41193 -1.25862,-2.55973 -1.07831,-3.14724 0.10406,-0.33905 0.28328,-0.61645 0.39825,-0.61645 0.11499,0 0.49659,0.74641 0.84801,1.65868 0.35143,0.91228 1.24332,2.99461 1.98198,4.62741 0.74452,1.64576 1.32051,3.1438 1.2925,3.36157 -0.0482,0.37451 -0.0978,0.35561 -1.06481,-0.40519 z m -36.725603,-0.76836 c -0.13741,-0.21634 -0.30502,-0.81438 -0.37247,-1.329 -0.18587,-1.41807 -0.48129,-2.24499 -1.1759,-3.29147 -0.34734,-0.52327 -0.58753,-1.0226 -0.53376,-1.1096 0.0537,-0.087 0.35577,-0.15818 0.67111,-0.15818 h 0.57336 l 0.64058,2.05235 0.64058,2.05234 0.31129,-0.82004 c 0.32563,-0.85785 1.12337,-1.83931 1.37073,-1.68644 0.2826,0.17466 0.1372,1.02086 -0.28121,1.63661 -0.23392,0.34425 -0.42531,0.6758 -0.42531,0.7368 0,0.061 -0.10344,0.35214 -0.22987,0.64698 -0.12642,0.29484 -0.29867,0.75948 -0.38277,1.03253 -0.19801,0.64295 -0.49341,0.72981 -0.80636,0.23712 z m 11.38105,-1.10948 c -1.03512,-1.43845 -2.07796,-2.55304 -2.68936,-2.87442 -0.25732,-0.13525 -0.46784,-0.35877 -0.46784,-0.49672 0,-0.58341 0.98766,-0.0726 2.48724,1.28638 0.61579,0.55804 1.18845,1.01463 1.27258,1.01463 0.0841,0 0.15409,-0.55502 0.15547,-1.23338 0.003,-1.33952 0.25025,-2.0461 0.75055,-2.14244 0.29265,-0.0563 0.30835,0.0143 0.1889,0.8491 -0.0717,0.50081 -0.15814,1.75267 -0.19218,2.7819 -0.0791,2.39146 -0.28907,2.50514 -1.50536,0.81495 z m 14.6377,-1.07013 c -0.45836,-0.42105 -1.57638,-1.60764 -2.48449,-2.63688 -1.15673,-1.311 -1.95831,-2.05203 -2.67704,-2.47481 -0.90047,-0.52969 -1.00002,-0.63891 -0.81412,-0.89314 0.11649,-0.15931 0.28764,-0.28965 0.38033,-0.28965 0.31088,0 2.33355,1.65527 3.61743,2.96036 0.6994,0.71097 1.31977,1.29266 1.37858,1.29266 0.0588,0 6.4e-4,-0.40191 -0.12922,-0.89313 -0.21032,-0.79549 -0.72356,-3.958 -0.73162,-4.50821 -0.002,-0.11696 0.14999,-0.21265 0.33712,-0.21265 0.18713,0 0.34024,0.035 0.34024,0.0779 0,0.65285 0.96969,5.42981 1.29043,6.35704 0.2371,0.68542 0.40738,1.41269 0.37841,1.61616 -0.0483,0.339 -0.12236,0.30593 -0.88605,-0.39561 z m -36.062913,-0.20182 c -0.04903,-0.40362 -0.13004,-1.3273 -0.180028,-2.05263 -0.04999,-0.72532 -0.197786,-1.57462 -0.328443,-1.88733 -0.226527,-0.54215 -0.298503,-0.57838 -1.550083,-0.78029 -1.996916,-0.32213 -4.087099,-0.97184 -5.829563,-1.81205 -2.073721,-0.99994 -2.084323,-1.16755 -0.170121,-2.6894 0.771924,-0.6137 1.609792,-1.2899 1.861926,-1.50268 0.472247,-0.39851 0.954894,-1.36095 1.741177,-3.47205 0.764543,-2.05273 2.322652,-3.83117 3.801425,-4.33899 0.754903,-0.25924 4.549223,-0.29703 7.783953,-0.0775 2.05644,0.13955 2.27414,0.12503 3.01061,-0.20074 0.72136,-0.3191 1.49243,-0.34575 1.49243,-0.0516 0,0.21429 -1.09785,1.16229 -1.69509,1.46372 -0.8101,0.40885 -3.13469,0.37665 -5.52534,-0.0765 -2.3759,-0.45041 -2.819355,-0.44351 -3.811488,0.0592 -1.044394,0.52923 -1.526856,1.10814 -3.768089,4.52136 -1.325365,2.01842 -2.210679,3.16331 -3.151347,4.07534 l -1.308177,1.26833 0.377011,0.30528 c 0.207355,0.16791 0.598919,0.30529 0.870144,0.30529 0.515646,0 0.728629,-0.23879 1.858798,-2.08399 0.827889,-1.35166 0.871415,-0.90143 0.05546,0.57371 -0.420371,0.75997 -0.723838,1.48724 -0.674372,1.61615 0.04946,0.1289 0.323584,0.23437 0.609147,0.23437 0.424546,0 0.619374,-0.14319 1.068598,-0.78535 0.856376,-1.22419 1.995417,-2.67104 1.995417,-2.53465 0,0.19316 -0.852457,1.84511 -1.098709,2.12915 -0.121677,0.14035 -0.347259,0.50399 -0.501295,0.80808 -0.254747,0.50291 -0.255504,0.55289 -0.0084,0.55289 0.388111,0 0.553013,-0.20662 1.828071,-2.29062 0.627703,-1.02593 1.141273,-1.8089 1.141273,-1.73996 0,0.0689 -0.315594,0.75303 -0.701318,1.5202 -0.385726,0.76717 -0.800782,1.67676 -0.922349,2.02132 -0.20823,0.59019 -0.199636,0.6322 0.148425,0.72556 1.187615,0.31855 1.824633,-0.10067 2.65623,-1.74806 0.777823,-1.54086 0.818832,-1.30416 0.110843,0.63981 -0.368998,1.01321 -0.347349,1.09004 0.223949,0.79461 0.722038,-0.37338 1.467789,-1.34638 2.278108,-2.97233 0.91785,-1.8417 1.04016,-1.34218 0.14111,0.57633 -0.51458,1.09808 -0.60714,1.41325 -0.37924,1.29127 0.39389,-0.2108 1.33462,-1.36757 2.15024,-2.64405 0.80103,-1.25365 1.96626,-2.51729 2.78195,-3.01691 0.33744,-0.20668 1.03239,-0.71511 1.54431,-1.12983 0.51193,-0.41472 1.31569,-0.93238 1.78614,-1.15035 l 0.85537,-0.39629 0.40388,0.40387 c 0.43889,0.4389 0.36752,0.7795 -0.16333,0.7795 -0.50353,0 -2.15781,0.9009 -3.24803,1.76882 -1.03092,0.82073 -1.84628,1.7746 -3.88217,4.54163 -0.70175,0.95377 -1.65868,2.04058 -2.12651,2.41513 -0.97647,0.78179 -2.366131,1.4776 -2.955858,1.48002 -0.365029,0.001 -0.393305,0.055 -0.292876,0.55456 0.06114,0.30409 0.196759,1.06964 0.301379,1.70121 0.104617,0.63158 0.252701,1.14832 0.329068,1.14832 0.07637,0 0.447737,-0.45486 0.825268,-1.0108 0.689169,-1.01484 1.256224,-1.54102 1.660749,-1.54102 0.30901,0 0.27,0.50083 -0.0486,0.62306 -0.14622,0.0561 -0.823626,0.83854 -1.505362,1.73874 -1.679061,2.21716 -1.754331,2.27157 -1.866377,1.34917 z m -18.308037,-3.33459 c 0,-0.16726 0.390333,-0.684 0.867407,-1.14831 1.970557,-1.91786 5.256954,-6.85058 5.256954,-7.89043 0,-0.43761 0.291841,-0.60601 0.602875,-0.34787 0.603043,0.50048 -0.105616,2.59538 -1.499929,4.43402 -1.993612,2.62892 -2.073657,2.75212 -1.719421,2.64639 0.175912,-0.0525 0.549503,-0.14952 0.830203,-0.21557 0.2807,-0.0661 1.307978,-0.41865 2.28284,-0.78355 l 1.772477,-0.66346 0.424651,0.42466 0.424654,0.42464 -0.495919,-0.005 c -0.794498,-0.008 -4.21567,1.32906 -7.084334,2.7688 -1.486097,0.74585 -1.662458,0.78359 -1.662458,0.3557 z m 33.17961,-1.2158 c -0.0969,-0.18098 -0.17657,-0.54461 -0.17715,-0.80808 -5.1e-4,-0.26346 -0.12585,-0.70867 -0.27839,-0.98937 -0.76663,-1.41077 -0.78665,-1.46891 -0.57609,-1.67307 0.22745,-0.22054 0.41684,-0.0235 1.10217,1.14641 l 0.38907,0.66419 0.29761,-0.91937 c 0.39295,-1.2139 0.61686,-1.45329 0.98197,-1.04985 0.25751,0.28455 0.22518,0.40989 -0.47319,1.8341 -0.41227,0.84077 -0.7523,1.66264 -0.7556,1.82639 -0.008,0.39611 -0.29093,0.37874 -0.5104,-0.0314 z m 11.23436,-2.33076 c -0.19393,-0.24653 -0.35259,-0.51847 -0.35259,-0.6043 0,-0.0858 -0.53588,-0.72222 -1.19085,-1.41421 -0.65496,-0.69199 -1.19085,-1.33871 -1.19085,-1.43716 0,-0.41962 0.7556,-0.12236 1.52986,0.60186 0.45914,0.42947 0.90513,0.73738 0.99109,0.68425 0.086,-0.0531 0.20851,-0.42365 0.27231,-0.82338 0.1434,-0.89846 0.51554,-1.49233 0.93513,-1.49233 0.52081,0 0.53734,0.44211 0.0555,1.48372 -0.3575,0.77281 -0.45601,1.24662 -0.46064,2.21559 -0.003,0.6779 -0.0577,1.23292 -0.12114,1.23337 -0.0634,5.2e-4 -0.27391,-0.20087 -0.46783,-0.44741 z m -16.58931,-1.40715 c -0.0524,-0.0848 -0.15909,-0.62069 -0.23706,-1.19085 -0.12626,-0.92317 -0.10963,-1.03666 0.15186,-1.03666 0.17135,0 0.3381,0.17714 0.40039,0.4253 0.13248,0.52782 0.36744,0.54379 0.6259,0.0425 0.2481,-0.48118 0.84948,-1.14832 1.03511,-1.14832 0.34644,0 0.0877,0.70262 -0.44311,1.20328 -0.32096,0.30275 -0.63333,0.74872 -0.69416,0.99107 -0.18158,0.72348 -0.60844,1.08659 -0.83893,0.71365 z m 24.69285,-3.34871 c -0.13873,-0.26478 -0.66248,-0.79487 -1.16388,-1.17797 -0.95758,-0.73166 -1.211,-1.20223 -0.74395,-1.38146 0.18067,-0.0693 0.47269,0.0807 0.82875,0.42582 0.30238,0.29308 0.60851,0.53287 0.6803,0.53287 0.0718,0 0.10822,-0.49667 0.081,-1.1037 -0.0372,-0.8291 0.0174,-1.17062 0.21938,-1.37265 0.24517,-0.24518 0.29457,-0.0777 0.559,1.89559 0.25474,1.90092 0.25972,2.19489 0.0409,2.41373 -0.21884,0.21885 -0.27991,0.19056 -0.50143,-0.23223 z m -16.51213,-3.0007 c -0.90774,-1.18535 -0.77771,-1.54085 0.2106,-0.57579 0.34628,0.33813 0.68276,0.61478 0.74773,0.61478 0.065,0 0.23009,-0.26794 0.36692,-0.59542 0.27683,-0.66255 0.60639,-0.79011 0.60639,-0.23472 0,0.34102 -0.83045,1.83136 -1.02789,1.84465 -0.0507,0.003 -0.45741,-0.47065 -0.90375,-1.0535 z m -31.412109,0.25741 c 0,-0.14067 0.383476,-0.67536 0.85217,-1.18819 0.468693,-0.51282 1.171534,-1.48048 1.561869,-2.15036 1.075463,-1.84567 1.375709,-2.13213 1.547235,-1.47622 0.06052,0.23143 -0.253409,0.81467 -1.000884,1.85955 -0.598981,0.83731 -1.089058,1.59346 -1.089058,1.68031 0,0.0869 0.631575,0.1985 1.4035,0.2481 0.771925,0.0496 1.616006,0.1884 1.875738,0.30847 0.895461,0.41395 0.421061,0.58437 -1.677261,0.60251 -1.115005,0.01 -2.352636,0.0972 -2.750294,0.19457 -0.608513,0.149 -0.723015,0.13653 -0.723015,-0.0787 z m -11.057875,-0.66914 c 0,-0.18522 1.043556,-1.35382 2.485897,-2.78378 2.658494,-2.63567 4.331883,-4.6926 4.664727,-5.73387 0.268836,-0.84102 0.403813,-0.97017 0.67388,-0.64476 0.604223,0.72804 -0.898166,3.68465 -2.536761,4.99219 -0.689366,0.55009 -2.565804,2.69534 -2.565804,2.93338 0,0.0647 1.014347,-0.26379 2.254105,-0.72989 l 2.254105,-0.84746 1.906332,0.0598 c 1.062294,0.0333 1.98818,0.14166 2.091194,0.24467 0.336385,0.33638 -0.27936,0.60975 -1.740709,0.77278 -1.617613,0.18046 -5.462832,1.01223 -6.895374,1.49153 -0.536492,0.17951 -1.339075,0.37998 -1.783516,0.4455 -0.719254,0.10604 -0.808076,0.084 -0.808076,-0.2001 z m 64.315244,-1.15404 c -0.26169,-0.31531 0.2328,-1.1441 0.59882,-1.00365 0.29661,0.11382 0.30004,0.20475 0.0297,0.7869 -0.24302,0.52327 -0.34494,0.55842 -0.62851,0.21675 z m -12.20902,-0.64935 c -0.51842,-0.36647 -1.00083,-1.10394 -0.83234,-1.27244 0.0441,-0.0441 0.39593,0.17361 0.78187,0.48376 0.85303,0.68552 1.01557,0.54002 1.01944,-0.91253 0.002,-0.75493 0.0608,-0.97819 0.25779,-0.97819 0.28743,0 0.31575,0.39134 0.14588,2.0165 -0.0959,0.9179 -0.15339,1.04568 -0.47023,1.04568 -0.19851,0 -0.6046,-0.17225 -0.90241,-0.38278 z m -59.193954,-0.73386 c -0.120633,-0.31436 0.199714,-1.09494 0.449359,-1.09494 0.09557,0 0.173768,0.18513 0.173768,0.41139 0,0.82968 -0.399067,1.26745 -0.623127,0.68355 z m 29.146773,-1.88884 c -0.384172,-0.38416 0.135387,-1.07743 0.807468,-1.07743 0.230927,0 0.227128,0.0716 -0.03134,0.59124 -0.282791,0.56848 -0.535518,0.7268 -0.776122,0.48619 z m 24.474911,-2.37386 c -0.14177,-0.94535 0.13804,-1.4002 0.41433,-0.67352 l 0.17761,0.46714 0.5236,-0.44058 c 0.60837,-0.5119 1.00868,-0.41678 0.55331,0.13148 -1.29303,1.55681 -1.50297,1.62165 -1.66885,0.51548 z m -46.189618,0.28335 c -0.08956,-0.16733 -0.711787,-0.50773 -1.382734,-0.75642 -1.20136,-0.4453 -2.254264,-0.53481 -4.66066,-0.39621 -0.581896,0.0335 -0.68805,-0.0139 -0.7327,-0.32719 -0.04166,-0.29237 0.07862,-0.4088 0.595424,-0.57639 1.174676,-0.3809 3.010119,-1.3758 4.257336,-2.30768 1.344393,-1.00448 1.578998,-1.08968 1.578998,-0.57347 0,0.47649 -1.20378,1.73686 -2.126271,2.22625 -0.421184,0.22343 -0.765788,0.45378 -0.765788,0.51187 0,0.12185 1.058391,0.31564 1.738892,0.31839 0.707885,0.003 2.28012,0.76693 2.608083,1.26746 0.160811,0.24543 0.262876,0.46453 0.22681,0.48689 -0.03607,0.0224 -0.315096,0.12841 -0.620068,0.23569 -0.48004,0.16887 -0.576358,0.15421 -0.717322,-0.10919 z m 62.159018,-0.32272 c 0.17825,-0.20097 0.42951,-0.36541 0.55837,-0.36541 0.12885,0 0.51889,-0.12088 0.86676,-0.26862 l 0.63249,-0.26862 -0.76161,-0.66239 c -0.41888,-0.36432 -0.97389,-0.75033 -1.23337,-0.85781 -0.44105,-0.18269 -0.59918,-0.48039 -0.3745,-0.70506 0.0535,-0.0535 0.57024,0.16585 1.14832,0.48744 1.11764,0.62177 2.04871,1.49363 1.9408,1.81735 -0.10277,0.30832 -1.49381,0.94788 -2.33579,1.07392 l -0.76554,0.11462 z m -45.011499,-0.67645 c -0.718592,-0.24998 -1.353493,-0.50249 -1.410889,-0.56114 -0.0574,-0.0586 0.377432,-0.54312 0.966287,-1.07662 0.863358,-0.78219 1.082663,-0.9109 1.132701,-0.66485 0.03916,0.1926 -0.178891,0.50743 -0.591233,0.85361 l -0.653281,0.54846 0.421109,0.16246 c 1.497326,0.57765 1.867141,0.77226 1.867141,0.98253 0,0.31669 -0.199818,0.28849 -1.731835,-0.24445 z m 14.746109,0.0854 c -0.88746,-0.34727 -1.27591,-0.6281 -1.27591,-0.92241 0,-0.34558 1.83921,-2.12423 2.05723,-1.98949 0.33592,0.20761 0.11841,0.59406 -0.62052,1.10244 -0.98869,0.68024 -0.95653,0.81271 0.337,1.38826 1.05121,0.46772 0.59898,0.85037 -0.4978,0.4212 z m 6.57907,0.0773 c -0.29367,-0.18618 0.0368,-1.52371 0.41214,-1.66771 0.38945,-0.14944 0.49759,0.0779 0.29383,0.61772 -0.12266,0.32496 -0.12792,0.54689 -0.0156,0.65917 0.36698,0.36698 -0.21142,0.69443 -0.69033,0.39082 z m -13.513126,-2.13627 c -1.140603,-0.40701 -1.187138,-0.5198 -0.602501,-1.46028 0.284817,-0.45818 0.661659,-0.96319 0.837426,-1.12226 0.300939,-0.27235 0.319579,-0.27213 0.319579,0.004 0,0.16109 -0.191382,0.54382 -0.425301,0.8505 -0.233916,0.30668 -0.425302,0.63446 -0.425302,0.72839 0,0.0939 0.306218,0.29107 0.680484,0.43808 0.3941,0.15481 0.680482,0.38046 0.680482,0.53618 0,0.32267 -0.217905,0.32793 -1.064867,0.0257 z m 32.443646,-2.56175 c -0.1289,-0.85957 -0.01,-1.34031 0.30638,-1.23652 0.39339,0.12914 0.36024,1.99997 -0.0354,1.99997 -0.0861,0 -0.20798,-0.34355 -0.27094,-0.76345 z m -8.07218,-0.59751 c 0,-0.18714 0.0908,-0.34025 0.20169,-0.34025 0.11093,0 0.37497,-0.16279 0.58677,-0.36176 0.3724,-0.34985 0.91275,-0.34391 0.91275,0.01 0,0.20747 -1.18693,1.0322 -1.48551,1.0322 -0.11863,0 -0.2157,-0.15311 -0.2157,-0.34024 z m -37.251094,-0.84298 c -0.437651,-0.61462 -2.016463,-1.4103 -3.819918,-1.92513 -0.741248,-0.2116 -1.374104,-0.46387 -1.406344,-0.56059 -0.136418,-0.40926 2.288769,-1.16913 4.332884,-1.35761 0.837224,-0.0772 1.540356,-0.25085 1.939799,-0.47908 0.698387,-0.39904 0.943565,-0.31787 0.657029,0.21753 -0.268331,0.50138 -1.667147,1.16591 -2.748819,1.30586 -1.67396,0.21658 -1.725075,0.30715 -0.491157,0.8702 1.346155,0.61426 2.12097,1.2464 2.356756,1.92277 0.155973,0.44743 0.138796,0.50878 -0.142448,0.50878 -0.175893,0 -0.480896,-0.22622 -0.677782,-0.50273 z m -8.00113,-0.28712 c -0.554498,-0.38462 -1.897776,-0.84482 -3.474563,-1.19037 -0.36716,-0.0805 -0.697523,-0.23787 -0.734138,-0.34979 -0.03662,-0.11192 0.257774,-0.40824 0.6542,-0.6585 0.396428,-0.25025 0.857213,-0.57973 1.023968,-0.73217 0.596739,-0.54552 3.212986,-1.92896 3.464997,-1.83226 0.382439,0.14676 0.315983,0.36476 -0.301824,0.99009 -0.758471,0.76771 -1.181322,1.08627 -1.988429,1.49803 -0.377116,0.19239 -0.685665,0.41703 -0.685665,0.49921 0,0.0822 0.581529,0.36149 1.292285,0.62072 1.315955,0.47996 1.499699,0.64181 1.400577,1.23374 -0.05378,0.32116 -0.07941,0.31807 -0.651408,-0.0787 z m 32.917144,-0.26103 c -0.18043,-0.46523 -0.0208,-1.06795 0.29901,-1.1289 0.37484,-0.0714 0.40885,0.60278 0.0547,1.08401 -0.22029,0.29933 -0.25339,0.30353 -0.3537,0.0449 z m 6.7877,-0.21173 c -0.14008,-0.36507 0.24131,-0.94896 0.61985,-0.94896 0.41773,0 0.41912,0.31002 0.004,0.80807 -0.3717,0.44557 -0.49579,0.47361 -0.62347,0.14089 z m -13.22265,-0.89226 c -0.38861,-0.38861 0.2746,-1.36333 0.73431,-1.07921 0.20862,0.12894 0.2018,0.19835 -0.0464,0.47262 -0.16002,0.17683 -0.29095,0.41116 -0.29095,0.52076 0,0.21809 -0.21763,0.26516 -0.39695,0.0858 z m -11.511533,-2.40683 c 0,-0.0762 -0.459327,-0.68424 -1.020727,-1.35118 -0.5614,-0.666943 -1.020727,-1.284945 -1.020727,-1.373339 0,-0.08839 0.516743,-0.20129 1.148318,-0.250884 0.631575,-0.04959 1.298494,-0.115647 1.482042,-0.146787 0.208162,-0.03532 0.35634,0.05263 0.393836,0.233765 0.04818,0.232785 -0.111564,0.313159 -0.805377,0.405196 -0.476018,0.06315 -0.910408,0.187495 -0.965312,0.276333 -0.0549,0.08884 0.09057,0.365825 0.323273,0.61553 0.707175,0.758836 1.063514,1.729916 0.634795,1.729916 -0.09357,0 -0.170121,-0.0624 -0.170121,-0.13855 z m 7.831385,-1.386729 c -0.441893,-0.441889 -1.239995,-2.02906 -1.145053,-2.277135 0.05118,-0.133702 0.470762,-0.168563 1.32843,-0.11037 1.023301,0.06943 1.264131,0.140312 1.310821,0.385794 0.0511,0.268823 -0.0435,0.288901 -0.891529,0.189227 -1.102642,-0.129593 -1.184976,0.01327 -0.552774,0.959109 0.730893,1.093491 0.701023,1.604294 -0.04989,0.853375 z M 43.892408,59.556351 c -0.323451,-0.917994 -1.283595,-2.456066 -2.193086,-3.513148 -0.860344,-0.999958 -3.152837,-2.96618 -4.111728,-3.526544 -1.050379,-0.613827 -2.066319,-2.153329 -1.360969,-2.062345 0.281622,0.03633 4.600608,1.63267 4.87338,1.801251 0.09401,0.0581 1.077844,0.342726 2.186292,0.632496 1.490962,0.389765 2.305063,0.513653 3.128751,0.476124 0.91568,-0.04172 1.123398,-0.0018 1.16973,0.224727 0.04118,0.201319 -0.149282,0.32723 -0.707666,0.467833 -1.170418,0.294714 -2.737884,0.224747 -4.611187,-0.205831 l -1.701211,-0.391022 1.209383,1.20269 c 1.488461,1.480226 2.60976,3.613479 2.616502,4.977847 0.0031,0.625765 -0.26396,0.580696 -0.498191,-0.08408 z m 37.246199,-0.327023 c 0,-0.459474 0.11002,-0.980184 0.24561,-1.162494 0.24289,-0.326565 0.25277,-0.326455 0.89113,0.01002 0.35503,0.187134 0.67117,0.474214 0.70253,0.637955 0.0702,0.366334 -0.40131,0.403478 -0.53982,0.04253 -0.18768,-0.489073 -0.55361,-0.255182 -0.71388,0.456277 -0.2345,1.041022 -0.58557,1.050445 -0.58557,0.01571 z m -10.06699,0.429615 c -0.19436,-0.150787 -0.30259,-0.536404 -0.34024,-1.212279 l -0.0552,-0.991151 0.4997,0.100139 c 0.74012,0.148313 2.30729,0.900361 2.30729,1.107209 0,0.295237 -0.73471,0.196084 -1.19084,-0.16071 -0.66735,-0.522008 -0.82758,-0.427996 -0.88425,0.518838 -0.0464,0.774922 -0.0794,0.837416 -0.33645,0.637954 z m 18.64182,-2.491639 c 0.13301,-1.177479 0.14811,-1.169654 -0.83507,-0.432621 -0.67302,0.504526 -1.44528,0.8014 -1.44528,0.555604 0,-0.310647 0.93705,-1.077825 2.02427,-1.657307 1.18282,-0.630438 1.15904,-0.661266 0.85162,1.104088 -0.10246,0.588381 -0.30582,1.16881 -0.4519,1.289843 -0.23788,0.197082 -0.25287,0.107326 -0.14364,-0.859607 z M 51.805116,56.703983 c -0.146892,-0.146893 -0.30895,-0.47225 -0.360129,-0.723015 -0.05118,-0.250765 -0.16392,-0.723877 -0.250541,-1.051361 -0.222025,-0.839406 -2.805498,-5.124785 -3.316076,-5.500596 -0.461465,-0.33966 -0.491427,-0.423698 -0.273599,-0.767397 0.200452,-0.316283 0.838238,0.03026 2.46677,1.340353 1.407617,1.132369 3.097016,2.205702 3.471722,2.205702 0.44807,0 1.396688,0.548145 1.396688,0.807054 0,0.420182 -1.31404,0.173215 -2.7408,-0.515117 -0.690399,-0.333081 -1.279823,-0.581051 -1.309829,-0.551043 -0.03001,0.03001 0.180955,0.521101 0.468801,1.091322 0.799503,1.583804 1.320211,3.931176 0.872041,3.931176 -0.08688,0 -0.278155,-0.120185 -0.425048,-0.267078 z m 20.657311,-2.785172 c 0,-0.298214 1.13563,-2.474258 1.41017,-2.702106 0.28953,-0.240284 0.55578,0.09494 1.02628,1.29212 0.51777,1.317481 0.24438,1.755029 -0.32334,0.517488 -0.17976,-0.391845 -0.40339,-0.734885 -0.49696,-0.762308 -0.0936,-0.02742 -0.39978,0.344382 -0.68048,0.826236 -0.4866,0.835315 -0.93567,1.232976 -0.93567,0.82857 z m -6.70646,-0.83899 c -0.0505,-0.08172 0.1359,-1.096065 0.41424,-2.254105 0.27835,-1.158042 0.55126,-2.335194 0.6065,-2.615893 l 0.10043,-0.510364 0.34375,0.42368 c 0.41075,0.50625 1.15325,1.941484 1.33842,2.587126 0.12145,0.423477 0.10549,0.445232 -0.19086,0.260159 -0.17786,-0.111078 -0.49392,-0.523408 -0.70234,-0.916289 -0.20842,-0.392881 -0.43036,-0.682557 -0.49319,-0.643723 -0.0628,0.03883 -0.32342,0.913765 -0.57908,1.944294 -0.43235,1.742722 -0.60601,2.100279 -0.83787,1.725115 z m 18.05252,-0.656726 c -0.0415,-0.0717 -0.12909,-0.589692 -0.19448,-1.151092 -0.0654,-0.561399 -0.15968,-1.192384 -0.20949,-1.402186 l -0.0906,-0.381459 -0.53478,0.379924 c -0.29413,0.20896 -0.93332,0.704112 -1.42043,1.100338 -1.05436,0.85764 -1.39437,0.660056 -0.43998,-0.255676 0.99699,-0.956603 2.78467,-2.463279 2.84066,-2.394138 0.0855,0.105526 0.44181,2.926779 0.44158,3.49605 -1.7e-4,0.519802 -0.23388,0.881898 -0.39252,0.608239 z m 9.62138,-1.36296 c -0.30289,-0.102077 -0.27405,-0.331463 0.29771,-2.367662 0.2807,-0.999662 0.51036,-1.851652 0.51036,-1.893315 0,-0.04166 -0.27402,0.133257 -0.60893,0.388708 -0.88022,0.671373 -3.1518,1.20236 -3.52921,0.824958 -0.16663,-0.16663 0.22422,-0.568546 0.55289,-0.568546 0.15724,0 0.93255,-0.307794 1.72292,-0.683986 1.15539,-0.549937 1.6433,-0.908351 2.4895,-1.828802 0.78609,-0.855071 1.10174,-1.09612 1.24716,-0.952407 0.14595,0.144239 0.0978,0.378495 -0.19237,0.935667 -0.21288,0.408791 -0.81238,1.974859 -1.33222,3.480153 -0.62949,1.822805 -1.01618,2.712962 -1.15781,2.665232 z M 59.233902,49.658161 c -0.116074,-0.185864 -0.213433,-0.817439 -0.21635,-1.403499 -0.003,-0.586061 -0.116149,-1.98422 -0.251623,-3.10702 -0.310532,-2.573684 -0.313681,-2.466756 0.07265,-2.466756 0.21472,0 0.651819,0.464864 1.279892,1.361192 0.982875,1.402671 1.820591,2.097544 2.762886,2.291792 0.75782,0.156219 0.98593,0.473971 0.59454,0.828178 -0.28944,0.261937 -0.37348,0.241159 -1.317837,-0.325839 -0.554774,-0.333092 -1.200072,-0.776558 -1.433988,-0.985482 -1.123166,-1.003157 -1.057371,-1.120668 -0.922766,1.648051 0.101529,2.088347 0.08229,2.497317 -0.117473,2.497317 -0.131387,0 -0.333855,-0.15207 -0.449928,-0.337934 z m -7.526253,-1.642666 c 0,-0.527457 -0.206019,-1.276099 -0.620304,-2.254105 -0.62862,-1.483981 -0.942029,-2.003142 -3.028975,-5.017493 -1.232055,-1.779563 -1.917742,-3.240578 -1.610107,-3.430709 0.198266,-0.122535 0.113067,-0.188215 2.471182,1.90503 3.207806,2.847496 4.669264,3.79193 5.879,3.799174 0.777723,0.0047 1.162233,0.146056 1.162233,0.427399 0,0.499418 -1.669078,0.567048 -2.856785,0.115754 -0.820622,-0.311812 -2.627611,-1.454846 -3.191744,-2.018977 -0.366915,-0.366914 -0.386867,-0.413812 0.846637,1.989923 0.552169,1.076017 1.175465,2.491392 1.385098,3.14528 0.342189,1.067355 0.356317,1.236908 0.13821,1.658681 -0.358483,0.69323 -0.574445,0.572943 -0.574445,-0.319957 z m 20.515708,-2.872521 c -0.67745,-0.353285 -0.89325,-0.674025 -1.2843,-1.908722 -0.18513,-0.584531 -0.44007,-1.260274 -0.56654,-1.501652 -0.22291,-0.425441 -0.24114,-0.397055 -0.59573,0.92779 -0.20118,0.751661 -0.48195,1.644671 -0.62392,1.984468 -0.27725,0.663549 -0.65277,0.717494 -0.74265,0.106686 -0.0299,-0.203196 -0.12079,-0.369447 -0.20198,-0.369447 -0.0812,0 0.0834,-0.509592 0.36585,-1.13243 0.56011,-1.235283 1.16641,-3.402101 1.16641,-4.168538 0,-0.735169 0.44129,-0.593925 0.74939,0.239864 0.14695,0.397659 0.46834,1.373728 0.71419,2.169045 0.49482,1.600728 0.92484,2.527906 1.55827,3.359892 0.47024,0.617633 0.28087,0.720596 -0.53899,0.293044 z m 10.81374,-1.166468 c -0.0874,-0.316641 -0.29751,-1.163385 -0.46684,-1.881655 l -0.30788,-1.305945 -0.28953,0.563218 c -0.15924,0.309769 -0.60998,0.926851 -1.00164,1.371292 -0.53683,0.609166 -0.83171,0.808075 -1.19799,0.808075 -0.55755,0 -0.78362,-0.239178 -0.46715,-0.494248 1.23639,-0.996487 1.52644,-1.35021 2.14331,-2.613804 0.37594,-0.770087 0.81829,-1.840346 0.98299,-2.378354 0.17095,-0.558373 0.3978,-0.978197 0.52858,-0.978197 0.18216,0 0.22247,0.461866 0.19674,2.254105 -0.0296,2.063949 0.006,2.357884 0.42031,3.484289 0.56448,1.534031 0.56879,1.746936 0.0354,1.746936 -0.32947,0 -0.45076,-0.121177 -0.57626,-0.575712 z m 8.83525,-1.124501 c -0.27478,-1.28125 -0.22673,-3.0331 0.15401,-5.614996 0.18627,-1.263149 0.33903,-2.372166 0.33946,-2.464484 5.2e-4,-0.09232 -0.28001,0.252177 -0.6232,0.765544 -1.43299,2.143574 -3.11081,3.736847 -4.29178,4.075548 -0.5389,0.154554 -0.53208,0.139918 0.40743,-0.87487 0.52552,-0.567628 1.33717,-1.57792 1.80365,-2.245092 0.86325,-1.234611 0.98476,-1.396094 2.51302,-3.339552 0.47826,-0.608183 1.10238,-1.548901 1.38695,-2.090483 0.51045,-0.971478 0.84957,-1.135994 0.8426,-0.408763 -0.002,0.205002 -0.19533,1.023445 -0.42971,1.818761 -0.73073,2.479582 -1.13713,5.164585 -1.24857,8.248949 -0.0904,2.503059 -0.14213,2.897341 -0.38602,2.943962 -0.21459,0.04102 -0.32593,-0.152842 -0.46784,-0.814524 z M 60.628375,38.640509 c -0.0098,-2.476685 -0.06346,-2.923962 -0.708619,-5.911709 -0.824693,-3.819062 -0.878574,-4.200882 -0.605754,-4.292703 0.159954,-0.05384 1.750312,2.128078 1.750312,2.401368 0,0.09442 2.422613,4.342535 2.970423,5.208696 0.26629,0.42105 0.82611,1.211858 1.24405,1.757352 0.51619,0.673748 0.70426,1.047416 0.58646,1.165215 -0.61319,0.613185 -2.13263,-1.133991 -3.651232,-4.198474 -1.114016,-2.248044 -1.174495,-2.333964 -1.077714,-1.531091 0.254034,2.107522 0.293218,6.467907 0.06485,7.217217 -0.425323,1.395555 -0.56175,0.963051 -0.572776,-1.815871 z m 12.514542,-0.324175 c 0,-0.06133 0.27974,-1.228793 0.62164,-2.594347 0.3419,-1.365553 0.93921,-4.047148 1.32735,-5.9591 0.38813,-1.911952 0.78652,-3.503215 0.8853,-3.536143 0.10433,-0.03477 0.22749,0.352711 0.29386,0.924459 0.23489,2.023545 1.132,5.995608 1.87318,8.293629 0.42144,1.306684 0.72802,2.414016 0.6813,2.460738 -0.20062,0.200619 -0.68783,-0.346084 -1.19728,-1.343489 -0.59322,-1.161396 -1.11051,-2.939943 -1.42737,-4.907647 -0.11023,-0.684469 -0.22629,-1.218605 -0.25793,-1.186971 -0.0316,0.03163 -0.25085,1.123211 -0.48715,2.425726 -0.35758,1.971015 -0.56055,2.633746 -1.2102,3.951438 -0.42932,0.870777 -0.85305,1.583231 -0.94164,1.583231 -0.0886,0 -0.16106,-0.05018 -0.16106,-0.111524 z m 23.75433,78.239656 c -0.23,-0.44559 -0.97787,-2.83052 -1.20103,-3.83011 -0.10489,-0.46977 -0.1055,-0.46996 -0.65404,-0.19275 -0.30198,0.1526 -0.71764,0.43152 -0.92369,0.61981 l -0.37463,0.34235 1.65054,1.76216 c 0.9078,0.96919 1.67165,1.76311 1.69744,1.76427 0.0258,0.001 -0.0618,-0.20842 -0.19459,-0.46573 z m -47.738491,-4.25303 c 0.300172,-0.53801 0.843362,-1.37683 1.207088,-1.86403 0.363726,-0.48721 0.66132,-0.96047 0.66132,-1.05168 0,-0.23255 -0.925913,-0.86604 -1.511121,-1.03388 l -0.489025,-0.14025 -0.122099,1.72221 c -0.06715,0.94722 -0.179848,2.08753 -0.250429,2.53402 -0.07058,0.44649 -0.108793,0.81181 -0.08491,0.81181 0.02387,0 0.289009,-0.44019 0.589181,-0.9782 z m 57.668144,-0.55289 c -0.10015,-0.18714 -0.22037,-0.34025 -0.26715,-0.34025 -0.0468,0 -0.003,0.15311 0.097,0.34025 0.10015,0.18713 0.22037,0.34024 0.26716,0.34024 0.0468,0 0.003,-0.15311 -0.097,-0.34024 z m 4.72179,-9.13103 c -0.49173,-0.74818 -0.97862,-1.50639 -1.08198,-1.68494 -0.16527,-0.28549 -0.22316,-0.29537 -0.48027,-0.082 -0.16079,0.13344 -0.43807,0.52827 -0.61618,0.8774 l -0.32384,0.63477 1.65471,0.82264 c 0.91009,0.45245 1.67427,0.81584 1.69817,0.80753 0.0239,-0.008 -0.35887,-0.62724 -0.85061,-1.37541 z M 35.298365,99.156012 c 0.403911,-0.2779 0.816281,-0.50527 0.916382,-0.50527 0.100099,0 0.181999,-0.24958 0.181999,-0.55463 0,-0.61727 -0.548751,-1.32199 -1.353414,-1.7381 -0.487998,-0.25235 -0.492834,-0.24999 -0.606734,0.29616 -0.173648,0.83264 -1.038528,3.24662 -1.457305,4.067488 l -0.370801,0.72683 0.977747,-0.89361 c 0.53776,-0.49148 1.308216,-1.120978 1.712126,-1.398868 z m 81.106515,-12.24554 c 1.18844,-0.36707 1.86443,-0.9592 2.47945,-2.17187 0.89431,-1.76336 0.94227,-4.57999 0.10624,-6.23962 -0.82811,-1.64388 -1.75288,-2.02305 -2.63217,-1.07925 -0.2868,0.30785 -0.34539,0.60144 -0.34756,1.74169 -0.003,1.64506 -0.25641,2.27003 -0.41232,1.01737 -0.37542,-3.01636 -0.75081,-3.56905 -2.65529,-3.90957 -2.38436,-0.42632 -4.71888,-0.21729 -4.53355,0.40593 0.0466,0.15682 0.44042,1.62484 0.87508,3.26226 0.93355,3.51683 1.92149,5.7378 2.9761,6.69058 0.65541,0.59212 0.75241,0.62463 1.86382,0.62463 0.69402,0 1.62447,-0.13961 2.2802,-0.34215 z m 12.55399,-2.03722 c 0.22365,-0.002 0.18623,-0.17119 -0.21265,-0.96196 -0.26623,-0.52781 -0.48405,-1.06369 -0.48405,-1.19085 0,-0.49206 0.35389,-0.19253 0.78207,0.66193 0.55663,1.11077 0.88294,1.48855 1.28575,1.48855 0.4299,0 0.40261,-0.0896 -0.28155,-0.92455 -0.32748,-0.39965 -0.59448,-0.87186 -0.59333,-1.04936 0.001,-0.24307 0.21559,-0.10229 0.86711,0.57042 0.47575,0.49122 0.94424,0.89313 1.04108,0.89313 0.0968,0 0.44019,-0.16323 0.76299,-0.36274 l 0.58693,-0.36274 -0.52325,-0.25341 c -0.72973,-0.35342 -1.56146,-1.32215 -2.31676,-2.69834 -0.96131,-1.75157 -1.81954,-2.82655 -2.60795,-3.26663 -0.81405,-0.45438 -0.7358,-0.5575 -1.13817,1.49999 -0.32477,1.6606 -1.0455,4.05929 -1.32178,4.39902 -0.19104,0.23492 0.0214,0.47773 0.78462,0.89702 0.28085,0.15428 0.29588,0.0997 0.19073,-0.69295 -0.0628,-0.47324 -0.0673,-0.86043 -0.01,-0.86043 0.0573,0 0.28852,0.36364 0.51389,0.80808 0.60756,1.19809 1.22423,1.63898 2.06271,1.47477 0.18713,-0.0366 0.46237,-0.0677 0.61164,-0.069 z m -8.71721,-12.03336 c 1.11851,-2.68335 0.34452,-4.56414 -2.19578,-5.33573 -0.97127,-0.29502 -1.41256,-0.34076 -2.33469,-0.24201 -1.34365,0.1439 -1.5129,0.29028 -3.41347,2.95229 -1.45853,2.04288 -2.71765,3.51901 -3.5211,4.12796 l -0.5862,0.44429 0.83045,0.0983 c 2.62687,0.31112 5.36866,-0.86452 7.62798,-3.27074 0.70693,-0.75289 0.89111,-0.87642 0.89313,-0.59902 0.005,0.64037 -1.91151,3.13801 -2.40749,3.13801 -0.078,0 -0.14177,0.30869 -0.14177,0.68597 0,0.55237 0.0746,0.71593 0.38277,0.83982 2.55083,0.6815 3.89359,-0.58606 4.86617,-2.83919 z m -12.0131,-8.29844 c 1.51371,-1.82558 2.15733,-5.719453 1.31672,-7.966172 -0.57903,-1.547588 -0.43008,-1.504528 -4.51981,-1.306591 -1.95657,0.0947 -3.94015,0.267664 -4.40799,0.384379 l -0.850603,0.212206 -0.0521,1.013974 c -0.0482,0.938414 0.319153,2.962949 0.628453,3.463402 0.0732,0.118385 0.85053,0.482002 1.72747,0.808032 0.87694,0.32603 1.9422,0.79594 2.36724,1.04425 0.9973,0.5826 2.25644,1.77465 2.65367,2.51226 0.34462,0.63991 0.48601,0.61929 1.13694,-0.16574 z m -2.01778,-4.235666 c -0.71651,-0.320788 -1.08509,-0.894291 -1.08509,-1.68838 0,-0.945701 0.87792,-1.816466 1.83138,-1.816466 0.82789,0 1.4753,0.470325 1.73639,1.26144 0.24339,0.737463 0.0949,1.310474 -0.48297,1.864138 -0.5736,0.549542 -1.3082,0.688866 -1.99971,0.379268 z m 11.31918,3.519076 c 1.00475,-1.21893 1.32137,-3.645248 0.76495,-5.861864 -0.35048,-1.396245 -0.58855,-1.612093 -1.89869,-1.721493 l -1.06326,-0.08879 v 0.643455 0.643456 l 0.76095,-0.08577 c 0.69606,-0.07846 0.81212,-0.0346 1.36097,0.514249 0.67766,0.677664 0.77706,1.329327 0.33354,2.186984 -0.28943,0.559711 -1.27236,1.073343 -1.75866,0.918993 -0.28059,-0.0891 -0.28547,-0.009 -0.0794,1.31094 0.40909,2.61911 0.38251,2.53471 0.73823,2.34433 0.17539,-0.0939 0.55399,-0.45588 0.84134,-0.80449 z m 1.4277,-8.911862 c -0.68332,-1.171665 -3.14594,-3.896178 -3.52167,-3.896178 -0.13201,0 -0.10716,1.871805 0.0395,2.972109 l 0.11269,0.845596 1.53109,0.284451 c 2.27068,0.421853 2.20862,0.428805 1.83842,-0.205978 z m -17.99993,-0.580969 c 3.39829,-0.5246 6.12189,-0.684715 7.56042,-0.444463 0.6027,0.100659 1.12855,0.150285 1.16856,0.110281 0.19571,-0.195714 -1.42824,-2.690131 -2.93664,-4.510721 -2.08931,-2.52174 -2.16671,-2.541889 -4.03746,-1.051088 -1.61183,1.284474 -2.31635,2.081913 -3.199903,3.621931 -0.39618,0.690517 -0.90296,1.540924 -1.12621,1.889792 -0.43325,0.677062 -0.48036,0.813843 -0.2783,0.808091 0.0702,-0.002 1.35246,-0.192718 2.849533,-0.423823 z" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/opensuse.svg b/src/font-logos/vectors/opensuse.svg
new file mode 100644 (file)
index 0000000..3b9b5b2
--- /dev/null
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(-100.75915,-484.95513)">
+    <g
+       id="g3159"
+       transform="matrix(1.8062188,0,0,1.8062258,100.75924,484.95513)">
+      <g
+         id="layer1-5"
+         transform="matrix(0.99071795,0,0,0.99071412,-56.411093,27.590531)">
+        <g
+           transform="translate(3.1482707,1.2467651)"
+           id="g4630">
+          <path
+             id="path1977"
+             d="m 309.61748,124.88764 c -6.67349,-0.24506 -11.91193,-5.87066 -11.68904,-12.55371 0.10278,-3.23558 1.48587,-6.22627 3.83626,-8.43436 2.3599,-2.20746 5.4422,-3.3565 8.67779,-3.23478 6.68303,0.23388 11.92293,5.85011 11.69843,12.54335 -0.10116,3.22539 -1.46532,6.21591 -3.82525,8.43356 -2.37091,2.19789 -5.45322,3.3471 -8.69836,3.24594 l 1.7e-4,0 z m 2.80877,-10.97768 c 2.97011,0 5.38054,-1.60678 5.38054,-3.58018 0,-1.98376 -2.41057,-3.59136 -5.38054,-3.59136 -2.9716,0 -5.37263,1.6076 -5.37263,3.59136 0,1.9734 2.40103,3.58018 5.37263,3.58018" />
+          <path
+             id="path1979"
+             d="m 172.32088,194.4927 0.42949,-0.0403 0.0697,-0.50857 c -0.11002,-0.39931 -0.36899,-0.75815 -0.7691,-5.70828 -0.33963,-4.38107 -1.02808,-16.39544 5.01904,-22.35331 2.3459,-2.32512 5.92773,-4.39109 8.7528,-5.05938 11.58565,-2.82429 26.62434,-0.86834 39.46736,13.98126 6.62695,7.6736 9.88009,11.17635 11.50658,12.74314 l 0.55826,0.51871 0.67908,0.4892 c 0.52872,0.29928 22.0734,10.21876 22.0734,10.21876 l 0.43886,-0.11003 0.0108,-0.46822 c -0.13955,-0.15973 -13.651,-17.6142 -11.25683,-31.99384 1.89624,-11.4561 11.01661,-10.42819 23.62098,-8.99159 4.12131,0.46902 8.8117,1.00791 13.6618,1.11793 13.54083,0.0799 28.13148,-2.4048 37.12308,-6.33703 5.81767,-2.54438 9.52969,-4.22136 11.85542,-6.33704 0.83722,-0.68845 1.27608,-1.82574 1.72571,-3.02355 l 0.3101,-0.80785 c 0.37835,-0.96837 0.92725,-3.04372 1.16764,-4.17166 0.11001,-0.49855 0.1597,-1.03807 -0.1907,-1.30704 l -1.24671,0.22944 c -3.94143,2.36527 -13.81216,6.87591 -23.05191,7.05565 -11.44612,0.23879 -34.51805,-11.5166 -36.92302,-12.76409 l -0.22944,-0.26897 c -0.57983,-1.37769 -4.04225,-9.57066 -4.77101,-11.29638 16.60629,10.93675 30.37653,16.98466 40.92492,17.92269 11.73602,1.04745 20.88734,-5.35866 24.79925,-8.09388 0.76752,-0.51871 1.34736,-0.93803 1.58616,-1.02727 l 0.24959,-0.40932 c -0.6497,-4.12132 -6.78669,-24.07984 -11.41655,-28.870248 -1.28689,-1.317199 -2.31495,-2.59407 -4.39109,-3.812034 -16.77524,-9.779277 -56.6024,-15.687619 -58.4677,-15.956589 l -0.31945,0.08986 -0.1194,0.279128 c 0,0 -0.15034,8.262819 -0.17053,9.181492 -4.07179,-1.357544 -33.6389,-10.908027 -61.36264,-11.8756 C 180.165,75.899718 148.06115,74.781783 102.69544,102.66365 l -1.33737,0.83801 c -21.33542,13.3122 -36.064828,29.71844 -43.7686,48.79859 -2.41497,5.99742 -5.667956,19.53984 -2.4553,32.28297 1.397063,5.57889 3.981764,11.16699 7.475135,16.17681 7.873661,11.31591 21.095825,18.83138 35.336055,20.09808 20.09807,1.79558 35.32668,-7.23475 40.74504,-24.14034 3.722,-11.66551 0,-28.77958 -14.2704,-37.51142 -11.60583,-7.11536 -24.1,-5.48886 -31.33491,-0.70861 -6.28671,4.17102 -9.84898,10.63746 -9.77928,17.75296 0.13956,12.60358 11.00725,19.3096 18.8112,19.31976 2.27461,0 4.55002,-0.38916 7.12472,-1.22717 0.90867,-0.27992 1.77622,-0.61859 2.72427,-1.20781 l 0.28992,-0.18909 0.1891,-0.11003 -0.0697,0.0302 c 1.78622,-1.1978 2.86383,-3.17313 2.86383,-5.28896 0,-0.57905 -0.0899,-1.16763 -0.24959,-1.75668 -0.91789,-3.18327 -4.0718,-5.11908 -7.34494,-4.52065 l -0.43886,0.0899 -0.59859,0.19926 -0.86833,0.28993 c -1.79623,0.44886 -3.15376,0.4792 -3.43288,0.4884 -0.91788,-0.0597 -5.41916,-1.40627 -5.41916,-6.33625 l 0,-0.0597 c 0.0108,-1.80639 0.73878,-3.07389 1.1381,-3.76234 1.38691,-2.19554 5.2191,-4.35076 10.39787,-3.8919 6.78668,0.57841 11.67632,4.06164 14.9193,10.62809 3.0142,6.10681 2.22588,13.61148 -2.0258,19.11972 -4.22136,5.45948 -11.73524,7.77442 -21.73474,6.68585 -10.07921,-1.10714 -18.60099,-6.90529 -23.37122,-15.93641 -4.670217,-8.82187 -4.929974,-19.29024 -0.66829,-27.33283 10.20877,-19.26007 29.47804,-19.0608 40.04659,-17.23425 15.64729,2.7041 29.84782,15.2278 36.1647,31.8838 1.0079,2.65455 1.52646,4.76007 1.97532,6.67586 l 0.67908,2.88399 17.67232,8.63181 0.24037,0.16972 4.8e-4,-1.5e-4 z m 125.61845,-94.00443 c -3.33207,3.09326 -5.23927,7.31462 -5.399,11.86543 -0.30849,9.37997 7.05645,17.28379 16.43578,17.63357 4.57099,0.14956 8.90156,-1.45756 12.22441,-4.57097 3.32285,-3.10344 5.22991,-7.31462 5.39899,-11.85544 0.31946,-9.39011 -7.04563,-17.303938 -16.44497,-17.64278 -4.55081,-0.149549 -8.89236,1.456777 -12.21521,4.57019" />
+          <path
+             d="m 270.6588,195.86516 -0.1974,0 c -0.22816,0 -0.42595,-0.1978 -0.42595,-0.42595 l 0,-3.05689 -0.66932,1.01895 c -0.0759,0.10628 -0.21299,0.15186 -0.33447,0.15186 l -0.0763,0 c -0.12148,0 -0.25853,-0.0456 -0.33446,-0.15186 l -0.6845,-1.01895 0,3.05689 c 0,0.22815 -0.1978,0.42595 -0.44114,0.42595 l -0.19742,0 c -0.22816,0 -0.42595,-0.1978 -0.42595,-0.42595 l 0,-3.65028 -2.05351,0 0,3.65028 c 0,0.22815 -0.21298,0.42595 -0.45593,0.42595 l -0.18262,0 c -0.22817,0 -0.42597,-0.1978 -0.42597,-0.42595 l 0,-3.65028 -1.53603,0 c -0.22815,0 -0.41076,-0.15225 -0.41076,-0.39522 l 0,-0.21296 c 0,-0.24336 0.18261,-0.3956 0.41076,-0.3956 l 5.38411,0 c 0.21298,0 0.34965,0.0759 0.42597,0.1978 l 1.01895,1.53603 1.01897,-1.53603 c 0.0759,-0.10669 0.19779,-0.1978 0.42596,-0.1978 l 0.6845,0 0,4.68443 c 0,0.22815 -0.21298,0.42595 -0.45633,0.42595"
+             id="path2095" />
+        </g>
+      </g>
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/parrot.svg b/src/font-logos/vectors/parrot.svg
new file mode 100644 (file)
index 0000000..28924a1
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs
+     id="defs5498">
+    <linearGradient
+       id="linearGradient8856">
+      <stop
+         style="stop-color:#000000;stop-opacity:1;"
+         offset="0"
+         id="stop8854" />
+    </linearGradient>
+  </defs>
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <path
+     d="m 83.285422,15.43311 -2.820457,97.11039 38.076165,-56.141945 52.17843,44.003145 46.53754,101.66241 63.46026,21.24294 4.23069,285.26178 31.02501,-145.66561 38.07617,80.41954 L 356.8697,270.3479 433.022,318.90309 262.38438,50.332149 139.69455,1.7769517 Z"
+     id="path8217" />
+</svg>
diff --git a/src/font-logos/vectors/pop-os.svg b/src/font-logos/vectors/pop-os.svg
new file mode 100644 (file)
index 0000000..9532361
--- /dev/null
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   width="512"
+   height="512"
+   viewBox="0 0 135.46666 135.46667"
+   version="1.1"
+   id="svg8"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs
+     id="defs2" />
+  <metadata
+     id="metadata5">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     style="display:inline">
+    <g
+       style="display:inline;enable-background:new"
+       id="g1063"
+       transform="matrix(2.2577776,0,0,2.2577776,-510.81756,-501.22662)">
+      <path
+         id="circle1047"
+         d="M 256.24795 222 A 30.000002 30.000002 0 0 0 226.24795 252 A 30.000002 30.000002 0 0 0 256.24795 282 A 30.000002 30.000002 0 0 0 286.24796 252 A 30.000002 30.000002 0 0 0 256.24795 222 z M 250.60052 229.28988 C 253.14848 229.2704 254.26788 229.89638 255.80392 230.87947 C 258.21406 232.46509 259.92653 234.93875 260.56078 237.79284 C 261.19499 240.64696 261.00487 242.86676 260.24377 244.45239 L 260.24377 244.57919 C 258.72161 247.81386 256.18453 250.41427 252.63277 251.68277 L 255.67712 259.61101 C 256.24794 261.06978 256.75529 262.59188 256.31136 263.98723 C 255.86738 265.38258 253.83767 265.82666 252.37894 264.30446 C 249.58824 261.32348 240.20129 242.54978 239.50365 241.15443 C 238.80598 239.75908 238.04498 238.61736 238.04498 237.22201 C 238.10838 235.12903 241.34301 232.97255 242.92863 231.89433 C 244.51426 230.8161 247.62217 229.3572 250.34944 229.29377 C 250.43467 229.29179 250.51833 229.29051 250.60052 229.28988 z M 247.85921 235.07098 C 245.88657 235.12504 246.96613 239.24359 247.36848 240.39317 C 247.81245 241.66167 249.01752 244.32557 250.34944 245.65745 C 250.66657 245.97458 250.98375 246.22827 251.3643 246.29169 C 251.74485 246.35509 252.50585 245.97465 252.82297 245.46725 C 253.1401 244.95985 253.2036 244.57939 253.2036 244.07199 A 8.1183936 8.1183936 0 0 0 253.07657 241.0274 C 252.50575 239.06123 251.30084 237.15865 249.71521 235.89015 C 249.39809 235.63645 249.01753 235.31914 248.57355 235.19229 C 248.30003 235.1031 248.06327 235.06539 247.85921 235.07098 z M 269.01064 240.1398 C 269.28014 240.14092 269.53549 240.16135 269.75748 240.20297 A 5.7082455 5.7082455 0 0 1 272.86524 241.72526 C 273.62631 242.42294 273.68977 243.18402 273.43607 244.13539 C 273.18237 245.08677 272.29444 247.11624 271.59677 248.57501 L 269.82088 251.9366 C 266.39593 258.02537 265.69815 258.65969 264.7468 258.27914 C 263.60516 257.83516 263.98581 251.74628 265.06403 244.32559 C 265.38115 242.29599 265.88846 241.2812 266.45929 240.7738 C 266.90524 240.3774 268.04812 240.13578 269.01064 240.1398 z M 264.20984 260.97125 C 265.62133 260.9677 266.22441 262.70681 265.88846 264.05063 C 265.76161 264.62145 265.44461 265.12899 264.93723 265.44612 C 264.42983 265.76324 263.22478 265.76311 262.5271 265.19229 C 261.82943 264.62146 261.70237 263.67029 261.89264 262.90919 C 262.08292 262.14811 262.71718 261.32337 263.60513 261.06967 C 263.82068 261.00278 264.02247 260.97172 264.20984 260.97125 z M 244.23234 269.99995 L 268.26357 269.99995 C 269.36291 269.99995 270.24797 270.88502 270.24797 271.98436 L 270.24797 272.01572 C 270.24797 273.11506 269.36291 273.99989 268.26357 273.99989 L 244.23234 273.99989 C 243.133 273.99989 242.24794 273.11506 242.24794 272.01572 L 242.24794 271.98436 C 242.24794 270.88502 243.133 269.99995 244.23234 269.99995 z " />
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/raspberry-pi.svg b/src/font-logos/vectors/raspberry-pi.svg
new file mode 100644 (file)
index 0000000..4acf49d
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs8" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer3"
+     style="display:inline">
+    <path
+       d="M 164.05664 0.005859375 L 164.06641 0.0078125 C 161.47732 0.08816147 158.68785 1.0437519 155.52539 3.5390625 C 147.77807 0.55151426 140.26604 -0.48641058 133.54883 5.5957031 C 123.17615 4.2502584 119.80577 7.028248 117.25195 10.269531 C 114.97496 10.222317 100.21279 7.9273966 93.443359 18.025391 C 76.431438 16.012374 71.054498 28.03201 77.146484 39.240234 C 73.672063 44.619009 70.072018 49.933563 78.197266 60.1875 C 75.322958 65.898558 77.106164 72.094134 83.876953 79.591797 C 82.090061 87.620257 85.60226 93.282794 91.902344 97.697266 C 90.724078 108.68373 101.97785 115.07139 105.33789 117.34766 C 106.62818 123.74918 109.3163 129.79085 122.16992 133.13086 C 124.28967 142.67087 132.01559 144.31803 139.49609 146.32031 C 114.77189 160.69185 93.569104 179.60014 93.712891 225.99609 L 90.091797 232.45703 C 61.742172 249.69715 36.234374 305.10952 76.119141 350.14844 C 78.724403 364.24671 83.093974 374.37257 86.984375 385.58008 C 92.802951 430.74132 130.77725 451.88778 140.79297 454.38867 C 155.46997 465.56828 171.10079 476.177 192.25391 483.60742 C 212.19451 504.17324 233.79841 512.01093 255.51953 511.99805 C 255.83797 511.99785 256.16195 512.00205 256.48047 511.99805 C 278.20159 512.01155 299.80478 504.17395 319.74609 483.60742 C 340.8985 476.177 356.53003 465.56828 371.20703 454.38867 C 381.22275 451.88785 419.19691 430.74132 425.01562 385.58008 C 428.90566 374.37257 433.27553 364.24671 435.88086 350.14844 C 475.76491 305.10595 450.25854 249.69129 421.9082 232.45117 L 418.28125 225.99023 C 418.42481 179.59785 397.22225 160.68956 372.49805 146.31445 C 379.97855 144.31259 387.70462 142.66544 389.82422 133.125 C 402.67777 129.78442 405.36841 123.74282 406.6582 117.3418 C 410.01881 115.06603 421.26999 108.67787 420.0918 97.691406 C 426.39174 93.276504 429.90416 87.611728 428.11719 79.583984 C 434.88798 72.08632 436.67155 65.893057 433.79688 60.181641 C 441.92334 49.931996 438.31715 44.617056 434.84766 39.238281 C 440.93535 28.030057 435.56328 16.01042 418.54492 18.023438 C 411.77764 7.9254422 397.02027 10.220364 394.73828 10.267578 C 392.18445 7.0262937 388.81409 4.2483053 378.44141 5.59375 C 371.7242 -0.48836407 364.21412 0.54948925 356.4668 3.5371094 C 347.2673 -3.7223404 341.17789 2.0966494 334.22461 4.296875 C 323.08649 0.6573497 320.54085 5.6437861 315.06836 7.6738281 C 302.92159 5.1070532 299.23121 10.695626 293.4082 16.59375 L 286.63281 16.458984 C 268.31179 27.255877 259.21063 49.241033 255.98438 60.542969 C 252.75661 49.238887 243.6768 27.253731 225.35938 16.458984 L 218.58594 16.59375 C 212.75578 10.695626 209.06474 5.1071247 196.91797 7.6738281 C 191.44548 5.6437861 188.90504 0.6573497 177.75977 4.296875 C 173.196 2.8529255 168.99905 -0.14751331 164.05664 0.005859375 z M 348.38477 12.976562 C 345.84099 16.121775 342.28714 19.191558 346.05664 22.804688 C 351.25228 19.510966 356.47916 16.221939 368.81836 13.880859 C 366.0377 17.027932 360.28988 20.175193 363.77539 23.322266 C 370.29873 20.792761 377.51499 18.956937 385.50195 17.890625 C 381.6775 21.083981 378.48842 24.212055 381.62305 26.685547 C 388.60422 24.505323 398.22077 21.567293 407.61914 24.097656 L 401.66992 30.177734 C 401.00965 30.991204 415.58547 30.810247 425.20703 30.953125 C 421.69569 35.904831 418.11588 40.684565 416.02539 49.189453 C 416.97896 50.17028 421.7466 49.625378 426.24219 49.189453 C 421.63243 59.041645 413.62661 61.528181 411.75781 65.744141 C 414.57418 67.908742 418.48155 67.344895 422.75195 65.873047 C 419.43341 72.814163 412.47218 77.570256 406.97266 83.203125 C 408.36331 84.204902 410.79149 84.803644 416.54297 84.109375 C 411.46178 89.591876 405.32402 94.604074 398.04883 99.111328 C 399.33719 100.62269 403.76708 100.56346 407.87695 100.66406 C 401.28708 107.21173 392.80647 110.60694 384.85742 114.89062 C 388.81964 117.63868 391.65151 116.99648 394.68555 116.95898 C 389.06356 121.64786 379.50364 124.08752 370.62891 126.91797 C 372.31673 129.58082 374.00494 130.30909 377.61328 131.05664 C 368.21992 136.33384 354.76531 133.92043 350.9707 136.61719 C 351.88678 139.26966 354.47006 140.99627 357.56641 142.4375 C 342.44375 143.32884 301.08579 141.87828 293.1582 110.10352 C 308.63854 92.834737 336.89665 72.569657 385.49805 47.507812 C 347.68371 60.35613 313.56465 77.483118 285.00977 101.05078 C 251.43839 85.182725 274.58087 45.161009 290.95898 29.271484 C 291.78944 33.467271 292.73043 36.120172 293.80469 36.902344 C 299.13768 31.099363 303.49437 25.156706 310.35938 19.572266 C 310.3817 22.852181 308.72928 26.411272 312.81641 29.013672 C 316.49692 23.986854 321.47237 19.499041 328.07812 15.691406 C 324.89642 21.26161 327.53163 22.955141 329.24219 25.263672 C 334.28761 20.872091 339.08083 16.422441 348.38477 12.976562 z M 164.71289 12.980469 C 174.01684 16.426347 178.81006 20.874045 183.85547 25.265625 C 185.56604 22.957095 188.20123 21.265518 185.01953 15.695312 C 191.62529 19.502947 196.60074 23.990759 200.28125 29.017578 C 204.36838 26.415178 202.71596 22.856087 202.73828 19.576172 C 209.60328 25.160612 213.95998 31.103269 219.29297 36.90625 C 220.36722 36.124078 221.30821 33.471178 222.13867 29.275391 C 238.51679 45.164916 261.65927 85.186599 228.08789 101.05469 C 199.53233 77.503825 165.43137 60.381319 127.64258 47.535156 C 176.21662 72.582017 204.46094 92.844707 219.93555 110.10352 C 212.00795 141.87828 170.65 143.32884 155.52734 142.4375 C 158.6237 140.99627 161.20696 139.26966 162.12305 136.61719 C 158.32843 133.92043 144.87383 136.33384 135.48047 131.05664 C 139.0888 130.30909 140.77703 129.58082 142.46484 126.91797 C 133.59012 124.08752 124.0302 121.64786 118.4082 116.95898 C 121.44225 116.99648 124.27411 117.63869 128.23633 114.89062 C 120.28727 110.60694 111.80668 107.21173 105.2168 100.66406 C 109.32668 100.56346 113.75656 100.62269 115.04492 99.111328 C 107.76973 94.604074 101.63197 89.591876 96.550781 84.109375 C 102.30226 84.803644 104.73044 84.204902 106.12109 83.203125 C 100.62156 77.570256 93.660341 72.814163 90.341797 65.873047 C 94.612196 67.344895 98.519552 67.908742 101.33594 65.744141 C 99.467115 61.528181 91.461329 59.041645 86.851562 49.189453 C 91.347156 49.625378 96.114787 50.17028 97.068359 49.189453 C 94.98166 40.688142 91.400363 35.908737 87.888672 30.957031 C 97.510233 30.813959 112.088 30.99305 111.42773 30.179688 L 105.47852 24.101562 C 114.87689 21.571199 124.49343 24.509228 131.47461 26.689453 C 134.60923 24.21596 131.42016 21.087888 127.5957 17.894531 C 135.58267 18.960843 142.79892 20.796668 149.32227 23.326172 C 152.80778 20.179099 147.05997 17.031839 144.2793 13.884766 C 156.61851 16.225845 161.84538 19.514872 167.04102 22.808594 C 170.81053 19.195465 167.25668 16.125682 164.71289 12.980469 z M 253.29102 143.86523 C 254.12653 143.84634 254.96436 143.84733 255.80273 143.86914 L 255.80273 143.86719 C 279.6084 143.60537 309.08276 161.63069 308.96484 178.61328 C 308.86112 193.60289 288.26541 205.73902 255.98633 205.50781 C 224.37753 205.13082 203.09122 190.25899 203.16602 175.73438 C 203.22631 164.15431 227.39005 144.45094 253.29102 143.86523 z M 174.79297 153.97266 C 180.1148 153.87346 185.61524 154.28759 191.23438 155.23633 C 207.7949 158.01908 111.87122 241.7789 110.39258 223.09375 C 109.07184 180.4486 137.54017 154.66706 174.79297 153.97266 z M 331.86914 155.4043 C 369.12023 156.09766 397.59221 181.87453 396.27148 224.52344 C 394.7929 243.2093 298.8672 159.44805 315.42773 156.66602 C 321.04642 155.71727 326.54756 155.30524 331.86914 155.4043 z M 313.71094 207.41016 A 61.613523 52.22028 55.965775 0 1 315.99023 207.44141 A 61.613523 52.22028 55.965775 0 1 356.54688 317.64258 A 61.613523 52.22028 55.965775 1 1 288.61133 214.83789 A 61.613523 52.22028 55.965775 0 1 313.71094 207.41016 z M 196.11719 210.30273 A 52.22028 61.613523 34.034225 0 1 223.49609 217.69922 A 52.22028 61.613523 34.034225 0 1 155.56055 320.50391 A 52.22028 61.613523 34.034225 0 1 196.11719 210.30273 z M 401.60938 241.80273 C 402.34003 241.79062 403.11175 241.89126 403.92578 242.10938 C 447.14483 266.78922 439.63558 321.70535 416.32422 340.45703 C 395.79401 349.57694 378.95909 242.17838 401.60938 241.80273 z M 105.24023 243.23438 C 127.88807 243.60772 111.0556 350.99882 90.525391 341.87891 C 67.21403 323.12938 59.704772 268.2189 102.92383 243.53906 C 103.73777 243.32088 104.50966 243.22233 105.24023 243.23438 z M 258.57812 317.11133 A 58.222915 53.688598 0 0 1 315.4082 371.06836 A 58.222915 53.688598 0 1 1 198.96289 371.06836 A 58.222915 53.688598 0 0 1 258.57812 317.11133 z M 385.87305 337.36133 C 390.42089 337.24277 394.67701 338.51919 398.51562 341.48828 C 408.85198 351.788 414.916 390.57279 396.82031 413.79688 C 371.89939 448.37584 338.16115 449.72338 325.59375 440.0918 C 312.44977 427.69465 322.48424 389.20214 340.50195 368.09766 L 340.50195 368.0918 C 355.96548 350.63183 372.22952 337.71699 385.87305 337.36133 z M 122.68945 345.58203 C 137.69674 345.27391 156.11797 357.13308 171.04883 374.45703 L 171.04688 374.45703 C 187.69968 394.51995 195.29178 429.76763 181.39453 440.1582 C 168.24697 448.09008 136.31901 444.82408 113.625 412.22266 C 98.319924 384.86595 100.29094 357.02758 111.03711 348.84961 C 114.55238 346.70827 118.48741 345.6683 122.68945 345.58203 z M 261.91016 441.63477 C 284.63131 441.77502 312.21967 449.95849 312.27734 460.59766 C 312.66557 471.61774 283.81337 496.51659 255.88867 496.03516 C 226.9689 497.28267 198.61115 472.34484 198.98242 463.70117 C 198.54958 451.0279 234.19729 441.13325 257.44141 441.71484 C 258.90328 441.65104 260.39541 441.62542 261.91016 441.63477 z "
+       id="path4342" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/redhat.svg b/src/font-logos/vectors/redhat.svg
new file mode 100644 (file)
index 0000000..649f585
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer5"
+     style="display:inline" />
+  <g
+     id="layer3"
+     style="display:inline">
+    <g
+       id="layer1"
+       transform="matrix(13.837443,0,0,13.837448,-8102.5345,-13390.135)">
+      <path
+         transform="matrix(0.11364173,0,0,0.11364173,585.55144,967.78872)"
+         id="path3248"
+         d="M 162.78125,0.0625 C 72.902383,0.0625 0,72.962243 0,162.84375 c 0,18.19138 3.0218302,35.63338 8.53125,51.96875 l 11.25,0 c 10.033902,0 19.421274,-2.52473 27.25,-6.59375 1.980962,-1.01934 4.212142,-1.65625 6.59375,-1.65625 4.994556,0 9.370543,2.12039 12.09375,6.59375 2.352745,4.05291 4.460585,6.28637 7.15625,8 2.317987,1.48123 5.370504,2.68223 9.90625,2.46875 2.132403,-0.10032 5.498714,-0.51843 6.3125,-2.75 0.931172,-2.55962 -0.190407,-4.48806 -3.3125,-5.78125 -4.39988,-1.83982 -5.630964,-4.37353 -7.96875,-8.53125 -2.339634,-4.15499 -7.455926,-6.46537 -8.25,-14.28125 -0.782283,-7.69902 5.15851,-17.39719 17.0625,-14.3125 8.606346,2.22524 14.14002,12.85935 16.21875,16.5 1.0937,1.91233 5.13064,4.23003 8.25,1.375 3.11936,-2.86048 5.91169,-2.83044 8.25,0.8125 1.99865,3.10212 16.58822,22.6133 32.4375,23.125 16.11107,0.51742 24.60548,-3.85026 31.625,-3.59375 4.9312,0.18919 7.36327,2.8639 10.1875,3.3125 4.93789,0.78052 8.57093,-3.85431 14.03125,-3.59375 4.4115,0.21647 9.06071,3.3125 14,3.3125 4.93657,0 15.54995,-6.02278 15.40625,-3.5625 -0.25519,4.34171 -3.58974,12.10958 -4.40625,15.65625 -0.56933,2.45887 -0.14403,8.45545 -1.625,13.21875 -1.32143,4.8762 -5.98661,10.86975 -7.15625,12.625 -3.98718,5.98134 -6.65507,7.76119 -9.90625,14.03125 -3.63528,7.0182 -9.71677,13.60464 -11.28125,15.6875 -1.99557,2.66187 11.26854,-0.22391 15.96875,-4.6875 4.00733,-3.80186 10.91411,-15.15908 22,-17.59375 7.4734,-1.64376 9.16322,-4.5067 8.25,-7.15625 -0.13991,-0.31063 -0.28125,-0.72681 -0.28125,-1.09375 0,-1.01257 0.52188,-1.7645 1.375,-2.1875 7.72586,-3.21502 18.17993,-5.25 29.6875,-5.25 6.72939,0 13.54104,0.7765 19.8125,2.21875 16.52069,-25.46591 26.125,-55.66964 26.125,-88.28125 0,-89.881507 -72.93583,-162.78125 -162.8125,-162.78125 z m 27.1875,33.5 c 10.1618,0.162254 19.74903,3.383973 25.90625,9.71875 9.27828,9.551949 22.06774,38.976136 28.1875,61 3.11013,11.19254 2.28191,16.57339 0.71875,20.34375 -1.11728,2.5803 -1.81145,4.20848 -5.65625,10.75 -0.68487,1.16788 -0.105,2.41389 1.375,1.65625 10.17531,-5.22299 12.45508,-12.12681 14.0625,-17.53125 27.64821,6.23398 44.03734,20.63206 40.5,40.09375 -7.79159,42.83805 -77.8804,57.23054 -146.03125,36.59375 -64.942341,-19.66179 -121.972224,-58.83651 -115.375,-81.78125 3.842691,-13.3656 25.013102,-19.083562 53.25,-16.03125 -4.278006,8.72584 -3.941989,19.04407 14.75,30.46875 22.84759,12.98255 61.45833,24.05383 71.90625,22.96875 3.89047,-0.39757 7.41262,-2.34813 3.90625,-4.6875 -3.50373,-2.33541 -6.61656,-7.01242 -8.5625,-15.1875 -1.0864,-4.56258 -2.34105,-10.88913 -26.875,-15.5625 -52.668769,-10.03065 -50.621874,-24.936244 -49.0625,-33.5 0,0 4.645082,-21.037049 6.59375,-28.4375 1.94568,-7.397987 6.98772,-24.387247 40.90625,-16.75 19.60134,4.414312 30.16264,-1.053325 35.5625,-2.4375 4.58359,-1.176229 9.3185,-1.761252 13.9375,-1.6875 z m 0.28125,7.59375 c -1.75525,0.01496 -3.57084,0.120669 -5.4375,0.3125 -6.22447,0.632778 -11.66648,2.168489 -15.3125,4.09375 -0.17423,0.0792 -0.28125,0.240389 -0.28125,0.4375 0,0.268387 0.20961,0.5 0.5,0.5 0.0264,0 0.0674,-0.02852 0.0937,-0.03125 l 0,0.03125 c 1.04205,-0.162792 2.11484,-0.326625 3.21875,-0.4375 10.08934,-1.01512 18.62031,0.667506 19.03125,3.75 0.31019,2.325994 -4.08452,4.773705 -10.59375,6.28125 -0.32646,0.0792 -0.5625,0.361035 -0.5625,0.6875 0,0.325585 0.24308,0.599504 0.5625,0.6875 2.72752,0.788267 5.8699,1.264554 9.25,1.34375 10.43191,0.234245 19.00181,-3.527584 19.125,-8.40625 0.12627,-4.876554 -8.22707,-9.014171 -18.65625,-9.25 -0.31555,-0.0054 -0.62687,0 -0.9375,0 z M 112.90625,60.75 c -1.66695,0.06467 -3.45447,1.077702 -4.71875,4 -2.56842,5.911297 2.17054,12.237979 6.09375,13.0625 0,0 6.56617,12.163462 11.53125,6.875 3.52063,-3.749503 5.45162,-5.796362 24.25,-7.15625 8.95745,-0.647913 9.88547,-2.702394 9.625,-4.90625 -0.30482,-2.580302 -5.73579,-5.59375 -13.78125,-5.59375 -7.93811,0 -13.62813,1.026016 -18.5625,1.15625 -4.93226,0.131818 -8.71967,-3.472469 -10.5,-5.6875 -0.73147,-0.909525 -2.27055,-1.814666 -3.9375,-1.75 z m 85.15625,175.46875 c -0.0184,0.005 -0.0387,0.037 -0.0625,0.0625 -2.11111,2.44144 -3.16464,3.4368 -4.6875,4.65625 -3.67022,2.95437 -7.74764,-0.60797 -10.4375,-2.1875 -5.97738,-3.50505 -10.95395,-1.06722 -12.125,1.65625 -1.16832,2.73289 0.0566,5.92572 3.3125,5.5 4.55519,-0.58957 4.95042,0.0941 8.25,2.1875 6.13718,3.89188 10.64917,1.83577 12.9375,0 1.90423,-1.51881 2.85538,-2.841 3.84375,-4.6875 1.76326,-3.48622 0.27434,-6.30849 -0.5625,-7.125 -0.0924,-0.0792 -0.14838,0 -0.28125,0 -0.11285,0 -0.13219,-0.0769 -0.1875,-0.0625 z m 122.03125,3.625 c -2.47092,0 -4.40625,2.21244 -4.40625,4.6875 0,2.47356 1.93533,4.375 4.40625,4.375 2.47497,0 4.375,-1.90144 4.375,-4.375 0,-2.47506 -1.89994,-4.6875 -4.375,-4.6875 z m 0,0.8125 c 2.03314,0 3.5625,1.84045 3.5625,3.875 0,2.03323 -1.52927,3.5625 -3.5625,3.5625 -2.03587,0 -3.875,-1.52927 -3.875,-3.5625 0,-2.03455 1.83913,-3.875 3.875,-3.875 z m -1.65625,1.375 0,4.6875 0.8125,0 0,-1.9375 0.84375,0 1.09375,1.9375 0.8125,0 -1.375,-1.9375 c 0.67581,-0.088 1.375,-0.55884 1.375,-1.375 0,-0.90513 -0.57566,-1.375 -1.65625,-1.375 l -1.90625,0 z m 0.8125,0.5625 0.84375,0 c 0.48046,0 1.09375,0.24933 1.09375,0.8125 0,0.70485 -0.50858,0.84375 -1.09375,0.84375 l -0.84375,0 0,-1.65625 z" />
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/rocky-linux.svg b/src/font-logos/vectors/rocky-linux.svg
new file mode 100644 (file)
index 0000000..a7fbecc
--- /dev/null
@@ -0,0 +1,4 @@
+<svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
+<path d="M248.877 170.21C253.492 156.994 256 142.79 256 128C256 57.3076 198.692 0 128 0C57.3076 0 0 57.3076 0 128C0 162.979 14.0307 194.681 36.771 217.785L166.611 87.9445L248.877 170.21Z"/>
+<path d="M225.496 210.941L166.611 152.056L74.3971 244.27C90.7025 251.799 108.861 256 128 256C167.051 256 202.018 238.512 225.496 210.941Z"/>
+</svg>
diff --git a/src/font-logos/vectors/sabayon.svg b/src/font-logos/vectors/sabayon.svg
new file mode 100644 (file)
index 0000000..fa2ab23
--- /dev/null
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg2"
+   version="1.1">
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(-78.055597,207.15167)">
+    <path
+       d="m 335.64138,-207.14469 c -2.19626,-0.0149 -4.37749,-0.007 -6.58608,0.034 C 187.70629,-204.48892 75.337077,-87.77176 78.105678,53.58219 80.874277,194.93605 197.72121,307.42527 339.07021,304.80341 480.41925,302.18165 592.75447,185.46443 589.98589,44.110472 587.26053,-95.034764 474.00613,-206.20602 335.64138,-207.14469 z m -2.24062,72.03938 c 9.01441,0.26176 3.05756,12.26824 8.96248,14.36035 2.56404,14.37243 3.64747,30.86897 -0.88266,45.01612 -3.80046,10.141114 -21.86359,1.677278 -19.55452,-9.403822 0.19301,-4.16874 -5.2114,-13.215082 -0.0679,-16.193588 2.18655,-10.77679 -2.43364,-30.72304 11.5426,-33.77906 z m -2.24063,74.891078 c 13.53416,-0.36128 18.37042,11.539294 23.56048,21.184059 2.33965,17.229898 4.71035,34.5132875 7.23109,51.737992 -0.17272,20.691916 0.34263,41.75352 -0.23764,62.228175 -2.80699,4.773855 0.19034,13.038321 -1.96902,18.875541 -2.46932,4.623588 1.7529,6.973425 0.78082,11.508645 -8.55939,16.42895 7.15702,29.66147 22.67781,31.33475 30.62239,-5.281 50.72094,-31.7466 77.43724,-45.253761 16.96071,-6.098543 42.07668,11.336661 23.79812,27.430641 -7.96161,18.6254 -23.04958,32.78002 -39.88986,43.01315 -23.05106,16.41206 -49.06213,28.66271 -72.58256,44.3711 -14.55596,13.30865 -33.13347,24.45725 -53.70702,20.94642 -46.89128,-2.78716 -77.95809,-42.02712 -115.39202,-65.01198 -10.26002,-5.69588 -21.42064,-9.43387 -27.60038,-20.30139 -21.9613,-15.64842 1.565,-40.46441 22.64385,-32.76061 21.63154,-0.0607 37.38898,16.79906 57.54324,21.96488 13.15857,3.42479 34.11704,22.28276 42.16443,1.96903 6.04363,-2.10225 -0.0116,-3.92842 1.83323,-9.20012 1.3458,-48.753988 -3.45485,-98.335932 7.33295,-146.31939 4.4507,-13.030696 7.22969,-36.060572 24.37524,-37.717132 z M 531.96737,55.041989 c 1.55249,-0.0051 3.09478,0.329754 4.54913,0.84872 12.36615,13.837461 -10.80818,34.669876 -24.61288,37.615286 -8.49143,2.640272 -15.44808,-0.640856 -19.99586,-7.502688 -0.46193,1.110001 -1.52485,-0.970632 -0.78082,-1.42585 4.13324,-17.472417 24.17167,-26.16843 40.84043,-29.535468 z m -406.33335,20.60693 c 3.81987,0.0086 7.65751,0.0055 11.4747,0.03395 9.03056,5.25079 17.65188,10.681253 25.69924,17.687331 13.12015,6.70862 -2.50026,17.32034 -9.8791,18.97739 -16.5938,-3.70408 -23.37801,-22.396095 -27.29484,-36.69867 z"
+       id="path4777" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/slackware-inverse.svg b/src/font-logos/vectors/slackware-inverse.svg
new file mode 100644 (file)
index 0000000..a0f9778
--- /dev/null
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer5"
+     style="display:inline">
+    <path
+       d="M 256 0 C 114.60936 0 0 114.60936 0 256 C 0 397.39064 114.60936 512 256 512 C 397.39064 512 512 397.39064 512 256 C 512 114.60936 397.39064 0 256 0 z M 256 13.96875 C 389.67341 13.96875 498.03125 122.32659 498.03125 256 C 498.03125 389.67341 389.67341 498.03125 256 498.03125 C 122.32659 498.03125 13.96875 389.67341 13.96875 256 C 13.96875 122.32659 122.32659 13.96875 256 13.96875 z "
+       id="path3012" />
+    <path
+       d="m 243.00429,91.784224 c 12.92084,0 26.71405,1.631658 38.51743,4.164884 8.52457,1.829565 15.26821,4.152142 20.94972,6.857992 1.62637,-2.60935 3.88325,-4.862011 6.38825,-6.231683 4.54664,-2.48618 9.6532,-3.194132 14.68673,-3.194132 6.59033,0 12.58214,2.423654 17.1293,5.91853 4.54715,3.494835 8.14189,7.976755 8.14189,13.903855 l 0,48.72611 c 0,5.19054 -2.54951,10.00013 -6.54483,12.96441 -3.99479,2.96426 -9.18441,4.32147 -14.87461,4.32147 -10.6813,0 -20.99431,-5.13562 -23.83071,-15.34435 -0.0604,-0.157 -0.11058,-0.3389 -0.15657,-0.50104 -1.25967,-6.72943 -11.05964,-33.22519 -61.69053,-33.22519 -44.68394,0 -60.4066,24.83661 -60.4066,39.61345 0,6.32132 4.255,13.8075 13.59071,19.97896 9.3357,6.17198 23.54319,10.85728 42.33785,11.05419 19.413,0 49.33153,1.78974 75.12465,12.46337 25.79312,10.67361 47.72231,31.47467 47.94325,66.63828 0.14065,22.42892 -12.31304,42.4956 -32.91205,56.42961 -20.59902,13.93401 -49.30831,22.04575 -83.10997,22.04575 -24.47925,0 -47.54825,-5.23791 -69.83242,-15.34435 -0.16162,0.99883 -0.0826,2.25924 -0.34447,3.19413 -0.87709,3.13406 -2.44174,5.9713 -4.94777,7.98532 -5.01307,4.02806 -11.23806,4.1649 -19.16477,4.1649 -8.67442,0 -15.74676,-4.00886 -19.82238,-9.73896 -4.07612,-5.73062 -5.52823,-12.76139 -5.76196,-19.50924 -10e-4,-0.0532 -10e-4,-0.10341 0,-0.15657 l 0,-52.26471 c 0,-4.99364 2.39089,-9.69821 6.38827,-12.77652 3.99736,-3.0778 9.36984,-4.63462 15.50091,-4.63462 6.27119,0 11.97259,1.74654 16.47168,4.63462 4.49907,2.88858 8.32979,7.03618 8.32979,12.77652 0,5.64265 5.02289,17.07549 15.97064,26.36721 10.94773,9.29172 27.52213,16.94141 50.51106,16.94141 20.69004,0 39.781,-3.62015 53.04759,-10.55315 13.26607,-6.93299 20.60527,-16.34401 20.60527,-29.8745 0,-13.8803 -7.62129,-22.26923 -21.23157,-28.30874 -13.61077,-6.03953 -32.99242,-8.61162 -53.23547,-8.61162 -20.66805,0 -46.72395,-4.22322 -68.23535,-15.34434 -21.51191,-11.12113 -38.67401,-30.01087 -38.67401,-57.21248 0,-28.25758 17.83763,-48.43447 40.42765,-60.75108 22.59002,-12.316578 50.10752,-17.567696 72.7134,-17.567696 z"
+       id="path3010" />
+    <path
+       d="m 77.504587,301.12489 c 0.186718,0 0.377764,0.0135 0.56367,0.0313 l 11.022875,0.31315 c 2.924315,0.11864 5.261568,2.49106 5.292233,5.41749 l 0,66.16856 311.646725,0 c 2.98677,0.0338 5.41304,2.46204 5.44881,5.44881 l 0,10.24 c -0.0342,2.98676 -2.46204,5.38172 -5.44881,5.41749 l -327.304219,0 c -2.986925,-0.0338 -5.413003,-2.43073 -5.448807,-5.41749 l -0.782875,-82.17052 c -0.0159,-2.65434 1.838724,-4.92396 4.446728,-5.41749 0.185983,-0.0179 0.376953,-0.0313 0.56367,-0.0313 z"
+       id="path3822" />
+  </g>
+  <g
+     id="layer3"
+     style="display:inline" />
+</svg>
diff --git a/src/font-logos/vectors/slackware.svg b/src/font-logos/vectors/slackware.svg
new file mode 100644 (file)
index 0000000..fe5e1be
--- /dev/null
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer5"
+     style="display:inline">
+    <path
+       d="M 256,0 C 114.60936,0 0,114.60936 0,256 0,397.39064 114.60936,512 256,512 397.39064,512 512,397.39064 512,256 512,114.60936 397.39064,0 256,0 z m -12.99571,91.784224 c 12.92084,0 26.71405,1.631658 38.51743,4.164884 8.52457,1.829565 15.26821,4.152142 20.94972,6.857992 1.62637,-2.60935 3.88325,-4.862011 6.38825,-6.231683 4.54664,-2.48618 9.6532,-3.194132 14.68673,-3.194132 6.59033,0 12.58214,2.423654 17.1293,5.91853 4.54715,3.494835 8.14189,7.976755 8.14189,13.903855 l 0,48.72611 c 0,5.19054 -2.54951,10.00013 -6.54483,12.96441 -3.99479,2.96426 -9.18441,4.32147 -14.87461,4.32147 -10.6813,0 -20.99431,-5.13562 -23.83071,-15.34435 -0.0604,-0.157 -0.11058,-0.3389 -0.15657,-0.50104 -1.25967,-6.72943 -11.05964,-33.22519 -61.69053,-33.22519 -44.68394,0 -60.4066,24.83661 -60.4066,39.61345 0,6.32132 4.255,13.8075 13.59071,19.97896 9.3357,6.17198 23.54319,10.85728 42.33785,11.05419 19.413,0 49.33153,1.78974 75.12465,12.46337 25.79312,10.67361 47.72231,31.47467 47.94325,66.63828 0.14065,22.42892 -12.31304,42.4956 -32.91205,56.42961 -20.59902,13.93401 -49.30831,22.04575 -83.10997,22.04575 -24.47925,0 -47.54825,-5.23791 -69.83242,-15.34435 -0.16162,0.99883 -0.0826,2.25924 -0.34447,3.19413 -0.87709,3.13406 -2.44174,5.9713 -4.94777,7.98532 -5.01307,4.02806 -11.23806,4.1649 -19.16477,4.1649 -8.67442,0 -15.74676,-4.00886 -19.82238,-9.73896 -4.07612,-5.73062 -5.52823,-12.76139 -5.76196,-19.50924 -10e-4,-0.0532 -10e-4,-0.10341 0,-0.15657 l 0,-52.26471 c 0,-4.99364 2.39089,-9.69821 6.38827,-12.77652 3.99736,-3.0778 9.36984,-4.63462 15.50091,-4.63462 6.27119,0 11.97259,1.74654 16.47168,4.63462 4.49907,2.88858 8.32979,7.03618 8.32979,12.77652 0,5.64265 5.02289,17.07549 15.97064,26.36721 10.94773,9.29172 27.52213,16.94141 50.51106,16.94141 20.69004,0 39.781,-3.62015 53.04759,-10.55315 13.26607,-6.93299 20.60527,-16.34401 20.60527,-29.8745 0,-13.8803 -7.62129,-22.26923 -21.23157,-28.30874 -13.61077,-6.03953 -32.99242,-8.61162 -53.23547,-8.61162 -20.66805,0 -46.72395,-4.22322 -68.23535,-15.34434 -21.51191,-11.12113 -38.67401,-30.01087 -38.67401,-57.21248 0,-28.25758 17.83763,-48.43447 40.42765,-60.75108 22.59002,-12.316578 50.10752,-17.567696 72.7134,-17.567696 z M 77.504587,301.12489 c 0.186718,0 0.377764,0.0135 0.56367,0.0313 l 11.022875,0.31315 c 2.924315,0.11864 5.261568,2.49106 5.292233,5.41749 l 0,66.16856 311.646725,0 c 2.98677,0.0338 5.41304,2.46204 5.44881,5.44881 l 0,10.24 c -0.0342,2.98676 -2.46204,5.38172 -5.44881,5.41749 l -327.304219,0 c -2.986925,-0.0338 -5.413003,-2.43073 -5.448807,-5.41749 l -0.782875,-82.17052 c -0.0159,-2.65434 1.838724,-4.92396 4.446728,-5.41749 0.185983,-0.0179 0.376953,-0.0313 0.56367,-0.0313 z"
+       id="path3822" />
+  </g>
+  <g
+     id="layer3"
+     style="display:inline" />
+</svg>
diff --git a/src/font-logos/vectors/snappy.svg b/src/font-logos/vectors/snappy.svg
new file mode 100644 (file)
index 0000000..90a6a7f
--- /dev/null
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><circle cx="256" cy="256" r="250"/><path d="M288.481,176.782l-26.896,13.374l26.896,13.522l0,-26.896Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M288.481,171.05l0,-16.02c0,-0.294 0,-0.441 0.147,-0.588c0,0 0,-0.147 0.147,-0.147c0,-0.147 0.147,-0.294 0.147,-0.441c0,-0.147 0.147,-0.147 0.147,-0.147l0.294,-0.294l0.147,-0.147l0.147,-0.147l0.294,0l13.08,-6.466l-46.884,-23.516l-64.374,32.187l64.374,32.187l32.334,-16.461l0,0Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M118.434,328.604l65.109,32.481l0,-64.374l-65.109,-32.481l0,64.374Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M180.309,225.136l-61.875,-30.864l0,64.374l0.294,0.146l2.792,1.323l62.023,31.011l0,-61.875l0,-2.499l-0.294,-0.146l-2.94,-1.47Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M250.415,190.156l-30.57,-15.285l-11.611,-5.732l-22.193,-11.17l-2.498,1.176l-62.023,31.011l61.288,30.718l0.735,0.294l2.498,1.175l2.499,-1.175l61.875,-31.012Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M328.457,361.085l64.962,-32.481l0,-64.374l-64.962,32.481l0,64.374Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M360.938,262.614c-0.147,0 -0.441,0 -0.588,-0.147l-0.147,0c-0.147,0 -0.147,0 -0.294,-0.147l-31.305,-15.726l0,44.385l61.876,-31.011l-11.905,-6.026l-16.314,8.231c-0.147,0 -0.147,0 -0.294,0.147l-0.147,0c-0.441,0.294 -0.735,0.294 -0.882,0.294l0,0Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M258.792,331.544l-0.293,0.147l0,64.374l61.875,-30.865l2.792,-1.469l0.294,-0.147l0,-2.499l0,-61.875l-61.875,30.864l-2.793,1.47Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M250.415,330.074l-61.875,-30.864l0,64.374l0.294,0.147l2.792,1.469l61.875,30.865l0,-61.876l0,-2.498l-0.293,-0.147l-2.793,-1.47Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M363.437,191.773l0,64.374l9.406,-4.703l2.793,-1.47l2.792,-1.323l49.971,-24.985l0,-64.521l-64.962,32.628Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M328.457,226.459l0,14.697l29.983,14.991l0,-64.374l-29.983,-14.991l-2.498,-1.323l-2.499,-1.323l-14.991,-7.495l-2.792,-1.47l-2.793,-1.47l-9.406,-4.703l0,46.884l29.982,14.992l2.499,1.322l1.176,0.588l0.294,0c0.147,0 0.147,0.147 0.147,0.147c0.147,0 0.147,0.147 0.147,0.147l0.44,0.441c0.147,0.147 0.147,0.294 0.147,0.441c0,0 0,0.147 0.147,0.147c0,0.147 0.147,0.441 0.147,0.735l-0.147,1.617l0,0Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M308.469,161.056l2.793,1.47l2.792,1.322l9.406,4.703l2.499,1.323l2.498,1.176l32.481,16.314l64.374,-32.187l-64.374,-32.187l-46.884,23.369l-2.792,1.469l-2.793,1.323l-11.905,6.026l11.905,5.879Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M311.262,235.277l-2.793,1.47l-46.884,23.368l-2.793,1.47l-0.293,0.147l0,64.374l61.875,-31.011l2.792,-1.323l0.294,-0.147l0,-2.499l0,-46.884l0,-2.792l0,-2.793l0,-9.406l-9.406,4.703l-2.792,1.323Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M253.208,261.585l-2.793,-1.47l-30.57,-15.285l-31.305,-15.579l0,64.374l0.294,0.147l2.792,1.323l29.395,14.697l32.48,16.314l0,-61.876l0,-2.498l-0.293,-0.147Z" style="fill:#fff;fill-rule:nonzero;"/><path d="M302.884,233.954l2.793,-1.47l2.792,-1.322l11.905,-6.026l-26.896,-13.375l-2.499,-1.322l-2.498,-1.176l-29.982,-14.991l-2.499,-1.323l-2.499,1.323l-61.875,30.864l29.395,14.697l32.48,16.314l2.499,1.176l2.499,-1.176l44.385,-22.193Z" style="fill:#fff;fill-rule:nonzero;"/></svg>
diff --git a/src/font-logos/vectors/solus.svg b/src/font-logos/vectors/solus.svg
new file mode 100644 (file)
index 0000000..a1cf262
--- /dev/null
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   version="1.1"
+   id="svg12101"
+   viewBox="0 0 136.09448 136"
+   height="512"
+   width="512">
+  <defs
+     id="defs12103" />
+  <metadata
+     id="metadata12106">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(0,-916.36218)"
+     id="layer1">
+    <g
+       transform="translate(870.83295,1730.8969)"
+       id="g4802-5">
+      <path
+         transform="matrix(0.26580953,0,0,0.26580953,-870.83295,-814.58196)"
+         d="M 161.94727,7.5839844 C 158.26026,19.627535 154.38474,31.609359 150.34961,43.535156 63.581486,82.258511 7.7013164,168.38938 7.7011719,263.40625 7.7007477,287.33248 11.266619,311.12514 18.28125,334 c -2.263346,4.06395 -4.532311,8.12219 -6.816406,12.17188 l -3.7636721,7.52539 5.8007811,2.98828 c 3.911742,1.8161 8.802251,3.17592 14.960938,4.53125 5.707032,12.83738 12.526672,25.15063 20.380859,36.79882 83.51359,7.13269 177.10548,10.61609 257.82031,-1.11132 77.34112,-11.23722 142.27617,-36.60023 177.44538,-83.99544 l -0.004,0.003 c 6.75343,-9.10319 12.05257,-18.33123 16.42969,-26.93359 l 3.76367,-7.52344 -7.52539,-7.52344 c -2.37165,-2.49757 -4.88657,-4.90321 -7.52344,-7.23047 V 263.406 C 489.24976,130.43085 381.45196,22.633055 248.47656,22.632812 225.95742,22.632666 203.5496,25.791707 181.9082,32.017578 172.41615,18.077305 164.99479,8.4927159 161.94727,7.5839844 Z M 473.69336,348.54688 c 0.0276,-0.0244 0.0564,-0.0479 0.084,-0.0723 10.59857,-32.90725 12.99098,-35.53193 -0.084,0.0723 z m -225.2168,155.63476 c 100.13097,-7.2e-4 189.80987,-61.97281 225.2168,-155.63476 -40.47587,35.72434 -99.43984,54.95485 -164.69141,64.43554 -78.29117,11.3751 -166.87541,8.76895 -247.279465,2.39673 45.693815,57.00886 113.693285,88.80193 186.754075,88.80249 z M 169.47266,41.443359 c 1.60547,2.824358 3.19706,5.571798 4.77734,8.253907 3.16056,5.364217 6.27421,10.465947 9.35938,15.388672 3.08512,4.92272 6.14191,9.66712 9.18554,14.318359 4.56544,6.976859 9.10273,13.743732 13.66992,20.587891 3.0447,4.562762 6.10166,9.158712 9.18946,13.875002 l 0.002,0.002 c 2.48752,3.79945 5.00176,7.71031 7.53711,11.70898 0.61133,0.96418 1.21728,1.90189 1.83203,2.88086 3.16514,5.04028 6.37638,10.28446 9.65234,15.81836 3.27562,5.53338 6.61484,11.35581 10.03516,17.55274 2.73019,31.59446 13.48115,194.72071 14.64063,209.79297 -8.11694,-0.66334 -50.96951,-4.10936 -105.18555,-9.74219 -29.55654,-3.07085 -59.999845,-6.55634 -84.720704,-10.08789 -0.01475,-0.002 -0.02822,-0.004 -0.04297,-0.006 L 30.27544,342.41007 c 11.081665,-19.58004 23.793073,-41.9425 37.009765,-66.03125 18.173514,-33.12282 37.301405,-69.50841 54.457035,-106.41797 1.55957,-3.35535 3.10216,-6.71426 4.62695,-10.07617 4.57435,-10.08573 8.98199,-20.19106 13.16406,-30.26172 2.78807,-6.71378 5.4752,-13.41227 8.04492,-20.07813 6.42434,-16.664654 12.11198,-33.128173 16.78711,-49.132811 0.93506,-3.200914 1.82975,-6.382779 2.68165,-9.544921 0.85182,-3.162164 1.66146,-6.304551 2.42578,-9.423829 z m 94.05078,127.910161 c -4e-5,0 103.2092,81.22656 146.72265,180.58203 C 357.30476,376.0436 308.4876,372.68877 278.57227,372.50781 299.8177,317.95405 299.78444,244.05144 263.52344,169.35352 Z M 335.00391,214.5 c 18.71663,5.14342 39.9887,11.64718 60.19336,18.81055 36.64262,12.99133 70.68517,30.85189 90.29101,48.90625 -11.21009,20.67074 -30.7048,45.37654 -60.19336,60.19336 3.15941,-30.92865 -8.08915,-60.68177 -30.09765,-82.76563 C 378.94661,243.33827 357.50611,229.57854 335.00391,214.5 Z"
+         id="circle4804-0" />
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/tux.svg b/src/font-logos/vectors/tux.svg
new file mode 100644 (file)
index 0000000..bb096c8
--- /dev/null
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer3"
+     style="display:inline">
+    <path
+       id="path5925"
+       d="m 247.14062,100.56445 c -2.91275,-0.0218 -5.82352,0.11621 -8.72656,0.45117 -2.53587,0.29264 -5.06592,0.75988 -7.55665,1.38672 0.13194,1.43191 0.20984,2.87015 0.23048,4.30664 0.0205,1.42854 -0.0322,2.8588 -0.13482,4.28516 6.38773,-1.7847 13.23195,-2.11108 19.5586,-0.19336 1.38684,0.42038 2.73193,0.95683 4.05664,1.54297 -0.36356,-0.88147 -0.70057,-1.77119 -1.00976,-2.66797 -0.99456,-2.88443 -1.73123,-5.90791 -2.07032,-8.95117 -1.44878,-0.0854 -2.89842,-0.14932 -4.34766,-0.16015 z" />
+    <path
+       id="path5921"
+       d="m 201.38281,125.42773 c -1.77915,3.61751 -3.17627,7.4541 -4.33397,11.35742 0.62888,-1.05806 1.35643,-2.06322 2.13476,-3.01757 1.53029,-1.87638 3.2318,-3.61254 5.07226,-5.18555 -0.36932,-0.31628 -0.72872,-0.64154 -1.06836,-0.98828 -0.65895,-0.67274 -1.25654,-1.40156 -1.80469,-2.16602 z" />
+    <path
+       d="m 194.35742,147.33594 c -1.76019,7.74486 -3.35411,15.54312 -6.3164,22.89844 -1.62764,4.04136 -3.64769,7.87763 -5.86914,11.60937 -6.40579,16.56694 -21.72319,47.85005 -28.00977,70.08594 -2.82915,8.35063 -5.75976,16.66852 -9.25586,24.75976 -2.12942,4.92827 -4.46709,9.7756 -6.26563,14.83399 -4.12604,11.60464 -5.29894,24.42023 -2.17578,36.33398 1.25418,4.78423 3.18386,9.38951 5.70508,13.64453 0.16572,0.27968 0.34907,0.54762 0.51953,0.82422 -0.0753,-5.44682 0.13995,-10.89769 0.66993,-16.3125 1.79481,-18.33932 6.89976,-36.28939 14.33789,-53.14844 4.90773,-11.12372 10.83271,-21.79798 17.67578,-31.84765 -0.65662,-6.34601 -0.0492,-12.82074 1.77734,-18.9336 3.016,-10.09349 9.19549,-18.89534 15.30859,-27.4746 3.53009,-4.95424 7.13721,-10.03769 8.7461,-15.9043 1.50489,-5.48744 1.15709,-11.28093 1.375,-16.9668 0.0788,-2.05984 0.24053,-4.12401 0.58594,-6.1543 -1.26616,-1.13354 -2.60919,-2.17588 -4.05079,-3.08203 -0.74912,-0.4709 -1.52275,-0.9052 -2.23828,-1.42578 -0.71552,-0.52059 -1.37676,-1.13659 -1.83007,-1.89648 -0.20906,-0.35042 -0.35817,-0.73227 -0.46876,-1.125 -0.04,-0.0868 -0.0857,-0.17084 -0.11523,-0.26172 -0.0485,-0.14872 -0.0817,-0.30241 -0.10547,-0.45703 z M 137.2793,340.40625 c 0.35345,0.59408 0.73427,1.16783 1.1289,1.73242 -0.39452,-0.56421 -0.77563,-1.13865 -1.1289,-1.73242 z m 1.47851,2.21289 c 0.28883,0.39686 0.58464,0.78965 0.89063,1.17383 -0.30646,-0.38451 -0.60138,-0.7766 -0.89063,-1.17383 z m -19.61328,0.69336 c -0.0529,8.3e-4 -0.10536,0.006 -0.1582,0.008 0.32552,-0.009 0.6509,-0.005 0.97656,0.006 -0.2725,-0.009 -0.54588,-0.018 -0.81836,-0.0137 z m -0.23242,0.0117 c -0.36248,0.011 -0.72361,0.0324 -1.08399,0.0684 0.35982,-0.0359 0.72214,-0.0569 1.08399,-0.0684 z m 1.24805,0.006 c 0.32923,0.0147 0.65665,0.0438 0.98437,0.0781 -0.32769,-0.0348 -0.65514,-0.0628 -0.98437,-0.0781 z m 1.14062,0.0918 c 0.37993,0.0434 0.75919,0.0987 1.13477,0.16796 -0.37567,-0.0693 -0.75466,-0.12406 -1.13477,-0.16796 z m 18.77149,0.89453 c 0.3445,0.41693 0.69759,0.82628 1.05859,1.23047 -0.36084,-0.40379 -0.71421,-0.81398 -1.05859,-1.23047 z m 1.31835,1.52539 c 0.47479,0.52279 0.95968,1.0373 1.45508,1.54297 -0.49534,-0.50562 -0.98022,-1.02034 -1.45508,-1.54297 z"
+       id="path6020" />
+    <path
+       id="path5919"
+       d="m 328.81445,408.06835 c -2.7901,3.00028 -5.71566,5.8857 -8.65625,8.73438 -10.79029,10.4531 -21.98182,20.78474 -35.24024,27.8496 -4.0803,2.17427 -8.33035,3.99344 -12.69531,5.47072 -7.34266,2.41321 -15.0309,3.51554 -22.73437,4.33788 -2.08105,0.22215 -4.34081,0.21505 -6.08984,0.17774 -12.09401,-0.25796 -24.20693,-2.37502 -35.39452,-6.97656 -3.07845,-1.15463 -5.9563,-2.06253 -8.60158,-3.459 7.39332,9.52554 10.44736,24.55504 13.60743,32.32813 5.94358,-1.11974 11.93323,-1.9954 17.97264,-2.13476 1.91008,-0.0441 3.83161,-0.0273 5.73049,-0.19336 5.27492,0.57734 10.58763,0.79335 15.90624,0.58399 0.66728,-0.0263 1.33271,-0.0643 1.99804,-0.10362 1.35708,0.15059 2.72644,0.23335 4.0879,0.31251 9.32833,0.54264 18.63959,1.45035 27.87891,2.84572 8.12622,1.22717 16.19451,2.83182 24.18163,4.76758 3.70889,0.8988 7.41424,1.86619 11.12696,2.79881 -4.2896,-27.19992 0.24429,-53.51986 6.89647,-76.79686 -0.005,0.005 -0.008,0.0102 -0.0136,0.0153 0.0119,-0.1863 0.0275,-0.37228 0.039,-0.5586 z" />
+    <path
+       id="path5917"
+       d="m 328.84374,376.77344 c 0.037,0.6926 0.0671,1.38525 0.0995,2.07812 -0.0327,-0.69275 -0.0624,-1.38564 -0.0995,-2.07812 z" />
+    <path
+       id="path5915"
+       d="m 329.07227,381.91601 c 0.031,0.83513 0.0599,1.67052 0.0839,2.50587 -0.0244,-0.83545 -0.0526,-1.67064 -0.0839,-2.50587 z" />
+    <path
+       id="path6289"
+       d="m 298.43945,111.30859 c -0.21716,1.39626 -0.51022,2.77832 -0.88672,4.13477 0.378,-1.35626 0.6695,-2.73841 0.88672,-4.13477 z" />
+    <path
+       id="path6287"
+       d="m 297.4121,115.92188 c -0.14872,0.50479 -0.3133,1.00397 -0.48827,1.5 0.17539,-0.49585 0.33906,-0.99542 0.48827,-1.5 z" />
+    <path
+       id="path6285"
+       d="m 296.74414,117.92969 c -0.23604,0.63075 -0.48792,1.25636 -0.77149,1.86914 0.28364,-0.61289 0.53494,-1.23838 0.77149,-1.86914 z" />
+    <path
+       id="path6283"
+       d="m 294.05663,128.57617 c 0.30488,0.17463 0.59455,0.37026 0.875,0.57813 -0.28031,-0.20759 -0.57041,-0.40358 -0.875,-0.57813 z" />
+    <path
+       id="path6281"
+       d="m 295.16211,129.32812 c 0.0648,0.0519 0.12871,0.10426 0.19141,0.1582 -0.0627,-0.0539 -0.12668,-0.10633 -0.19141,-0.1582 z" />
+    <path
+       id="path6279"
+       d="m 295.68359,129.79297 c 0.0522,0.0514 0.10598,0.1012 0.15618,0.1543 -0.0504,-0.0531 -0.10395,-0.10295 -0.15618,-0.1543 z" />
+    <path
+       d="m 339.61914,142.39062 c -16.75695,9.25435 -24.34465,14.92477 -27.44141,46.83204 0.68509,1.38988 1.36052,2.7837 2.00782,4.1914 5.57196,12.11733 9.40516,25.03183 11.34765,38.22656 7.29483,7.53211 13.37794,16.2363 17.94336,25.67579 13.26079,27.418 13.14474,59.36193 9.53321,89.60351 -0.11214,0.93881 -0.16866,1.39723 -0.23243,1.91797 -0.10934,0.89293 -0.21228,1.67955 -0.45312,3.29297 1.63639,0.86456 3.21006,1.61874 4.74414,2.29297 -1.55244,4.74934 -2.02032,9.82851 -1.62695,14.78906 0.36173,4.56146 1.5119,9.34927 4.63086,12.93555 2.52116,2.89893 6.04105,4.66163 9.61328,5.71875 6.14623,1.81885 12.83017,1.72431 18.92187,-0.26953 l 0.002,-0.002 0.004,0 c 9.95768,-3.33447 18.76336,-9.95915 24.72852,-18.60156 1.96616,-2.8486 3.67671,-5.99077 4.45898,-9.45898 0.11306,-0.50124 0.19781,-1.01193 0.26758,-1.52539 3.14547,-5.43273 5.29776,-11.49986 6.45703,-17.67579 2.18472,-11.63895 1.18172,-23.65751 -0.84961,-35.32421 -2.76996,-15.90893 -7.43105,-31.45936 -13.36328,-46.47852 -4.36354,-11.04756 -9.46889,-21.90961 -16.60352,-31.40625 -6.98171,-9.29311 -15.78332,-17.11556 -22.62304,-26.51367 -3.60386,-4.95187 -6.66768,-10.33593 -10.41992,-15.14844 -5.7e-4,-7.2e-4 -0.001,-0.001 -0.002,-0.002 -1.51786,-3.13406 -3.01539,-6.27684 -4.46875,-9.44141 -4.51631,-9.83395 -8.61284,-19.88851 -13.96289,-29.29492 -0.83257,-1.46385 -1.71167,-2.90525 -2.61328,-4.33399 z m 1.11914,92.37696 c 3.78436,2.18257 7.70009,4.13504 11.56641,6.17187 14.83267,6.93468 27.39475,19.20294 32.08593,34.93555 6.88268,20.57422 0.47058,42.27546 -7.29687,61.64258 -0.1276,0.12563 -0.2483,0.3057 -0.36719,0.50781 0.5184,-0.0405 1.03758,-0.0698 1.5586,-0.0762 2.43479,-0.0299 4.89146,0.28672 7.29882,0.69531 3.70707,0.6292 7.37485,1.47191 11.07032,2.16602 0.63692,0.11963 1.27678,0.23524 1.91601,0.35156 -1.03767,-0.0589 -2.07641,-0.1011 -3.11523,-0.13281 -0.38076,-0.0115 -0.76172,-0.0176 -1.14258,-0.0254 -0.82488,-0.0172 -1.64956,-0.0255 -2.47461,-0.0254 -0.29038,1.5e-4 -0.58071,-3.6e-4 -0.87109,0.002 -1.13955,0.009 -2.27912,0.0281 -3.41797,0.0703 -2.56678,0.0951 -5.1303,0.27457 -7.6875,0.51563 -0.75872,0.0715 -1.51997,0.15045 -2.2793,0.24414 -0.75949,0.0937 -1.51708,0.20217 -2.26953,0.33203 -10e-4,2.2e-4 -0.003,-2.2e-4 -0.004,0 -0.005,0.001 -0.009,0.003 -0.0137,0.004 -1.37997,0.23887 -2.73921,0.55961 -4.05664,1.00391 l 0,-0.002 c -0.71251,0.24026 -1.41469,0.50866 -2.09766,0.83203 -0.331,0.15673 -0.65564,0.32342 -0.97656,0.49805 -0.96274,0.52388 -1.88513,1.11914 -2.79687,1.73437 -1.21565,0.8203 -2.4132,1.6757 -3.66211,2.44141 -0.4748,0.29109 -0.9584,0.56742 -1.44922,0.83008 -0.003,0.002 -0.006,0.004 -0.01,0.006 -0.0583,0.0312 -0.11925,0.0571 -0.17773,0.0879 1.30278,-2.36588 2.94244,-4.54462 4.93359,-6.36523 2.23757,-2.04593 4.91816,-3.62926 7.82227,-4.48633 6.36537,-17.79901 12.00645,-36.22246 9.17969,-54.52344 -1.98352,-12.84154 -8.38555,-25.18865 -18.58203,-33.38476 -6.18751,-4.97362 -13.72609,-8.41317 -20.05665,-13.67774 -0.91091,-0.75749 -1.77944,-1.55548 -2.62695,-2.37304 z"
+       id="path6277" />
+    <path
+       id="path6275"
+       d="m 302.88086,170.5918 c 0.13396,0.29423 0.27417,0.58561 0.41016,0.87889 -0.13584,-0.29327 -0.2763,-0.58469 -0.41016,-0.87889 z" />
+    <path
+       id="path6273"
+       d="m 304.24219,173.48632 c 0.73045,1.51982 1.47952,3.0321 2.24219,4.53712 -0.76238,-1.50575 -1.51196,-3.01663 -2.24219,-4.53712 z" />
+    <path
+       id="path6269"
+       d="m 370.63476,358.85352 c 0.29147,0.0902 0.58303,0.18106 0.875,0.26953 -0.29212,-0.0885 -0.58337,-0.17931 -0.875,-0.26953 z" />
+    <path
+       id="path6267"
+       d="m 373.97266,359.83593 c 0.64737,0.17511 1.29937,0.33689 1.95312,0.49024 -0.65378,-0.15381 -1.30572,-0.31511 -1.95312,-0.49024 z" />
+    <path
+       id="path6265"
+       d="m 376.76757,360.51171 c 0.39738,0.087 0.79415,0.17377 1.19337,0.25196 -0.399,-0.0785 -0.79623,-0.16466 -1.19337,-0.25196 z" />
+    <path
+       id="path6263"
+       d="m 378.97851,360.95116 c 0.27124,0.0478 0.54255,0.0933 0.81446,0.13668 -0.27165,-0.0438 -0.54347,-0.0887 -0.81446,-0.13668 z" />
+    <path
+       id="path5923"
+       d="m 381.17773,361.29297 c 0.11005,0.0153 0.22004,0.0273 0.33008,0.041 -0.11005,-0.0136 -0.22006,-0.0263 -0.33008,-0.041 z" />
+    <path
+       id="path5913"
+       d="m 329.19921,399.11523 c -0.0329,1.32175 -0.0788,2.64398 -0.13278,3.96484 0.0536,-1.32147 0.10056,-2.64248 0.13278,-3.96484 z" />
+    <path
+       id="path29670-2"
+       d="m 329.0293,403.95509 c -0.0594,1.33727 -0.12515,2.67376 -0.20703,4.00975 0.0819,-1.33592 0.14788,-2.67256 0.20703,-4.00975 z" />
+    <path
+       id="path28712-2"
+       d="M 254.93555,0.00585938 C 242.78013,-0.12632833 230.47649,2.3345734 219.77539,8.1015625 208.40226,14.23071 199.08607,24.037115 193.3457,35.611328 c -5.73769,11.568802 -7.89961,24.625067 -8.33398,37.53125 -0.42656,12.674047 0.74132,25.339244 1.21289,38.011722 0.49044,13.17956 0.22794,26.39568 1.32031,39.53906 0.35205,4.23579 0.84499,8.46836 0.83008,12.71875 -0.017,4.64726 -0.63042,9.38407 0.53516,13.88281 0.77645,2.99682 2.33073,5.76965 4.36914,8.09961 1.00581,1.14969 2.12932,2.19181 3.33593,3.12891 1.94655,-3.08689 3.62809,-6.31146 4.58985,-9.81836 1.50489,-5.48744 1.1571,-11.28095 1.375,-16.9668 0.0789,-2.05986 0.24053,-4.12404 0.58594,-6.1543 -1.26615,-1.13355 -2.60922,-2.17587 -4.05079,-3.08203 -0.74915,-0.4709 -1.52275,-0.9052 -2.23828,-1.42578 -0.71552,-0.52058 -1.37675,-1.13659 -1.83007,-1.89648 -0.20906,-0.35041 -0.35818,-0.73227 -0.46876,-1.125 -0.04,-0.0868 -0.0856,-0.17084 -0.11523,-0.26172 -0.10378,-0.31791 -0.14703,-0.65387 -0.14844,-0.98828 -0.003,-0.66881 0.15688,-1.3272 0.29102,-1.98242 0.17903,-0.87451 0.31627,-1.75875 0.48047,-2.63672 0.1642,-0.87797 0.35455,-1.74948 0.63867,-2.59571 0.72243,-2.15175 2.02444,-4.06328 3.45898,-5.82226 0.35486,-0.43511 0.72103,-0.85941 1.09375,-1.2793 0.1102,-0.12406 0.22421,-0.2445 0.33594,-0.36719 0.26652,-0.2929 0.53555,-0.58418 0.81055,-0.86914 0.12929,-0.13384 0.2595,-0.26638 0.39062,-0.39843 0.29847,-0.30089 0.60241,-0.59534 0.91016,-0.88672 0.0944,-0.0893 0.18795,-0.17918 0.2832,-0.26758 0.40908,-0.37994 0.82365,-0.75444 1.24805,-1.11719 -0.36931,-0.31628 -0.72872,-0.64154 -1.06836,-0.98828 -1.91641,-1.95652 -3.35406,-4.35205 -4.37695,-6.89258 -2.04578,-5.08106 -2.44751,-10.65005 -2.8418,-16.11328 -0.43545,-6.033587 -0.86678,-12.25422 1.04883,-17.992187 0.9578,-2.868983 2.51457,-5.571716 4.72461,-7.636719 2.21002,-2.065 5.09897,-3.458539 8.11914,-3.623046 2.26725,-0.123494 4.54372,0.440828 6.58008,1.445312 2.03635,1.004482 3.84112,2.43829 5.42382,4.066406 3.2679,3.36166 5.60958,7.56265 7.07618,12.015625 1.46659,4.452974 2.07916,9.157909 2.14648,13.845699 0.0205,1.42854 -0.0322,2.8588 -0.13477,4.28516 10e-4,-3.8e-4 0.003,-0.002 0.004,-0.002 0.32432,-0.0906 0.65393,-0.15925 0.98047,-0.24219 0.53903,-0.13694 1.07693,-0.27519 1.62109,-0.39062 0.72117,-0.1529 1.44598,-0.28917 2.17383,-0.40235 0.058,-0.009 0.11581,-0.0186 0.17383,-0.0273 0.7758,-0.1171 1.55396,-0.21192 2.33398,-0.28125 0.0404,-0.004 0.0807,-0.006 0.1211,-0.01 1.56581,-0.13405 3.13661,-0.16633 4.69922,-0.0918 0.0872,0.004 0.17451,0.005 0.26172,0.01 0.72864,0.0405 1.45427,0.10778 2.17773,0.19727 0.19637,0.0242 0.39203,0.0502 0.58789,0.0781 0.17653,0.0252 0.35322,0.0498 0.5293,0.0781 0.27611,0.0443 0.55129,0.0946 0.82617,0.14648 0.16474,0.0311 0.32989,0.0599 0.49414,0.0937 0.30112,0.0621 0.60106,0.13164 0.90039,0.20313 0.12691,0.0303 0.2543,0.0578 0.38086,0.0898 0.43322,0.1096 0.8642,0.22745 1.29297,0.35742 1.37383,0.41643 2.70475,0.94799 4.01758,1.52734 0.0128,0.006 0.0262,0.01 0.0391,0.0156 -0.36356,-0.88147 -0.70056,-1.77119 -1.00977,-2.66797 -2.35011,-6.81591 -3.28287,-14.411301 -0.84765,-21.197264 1.93224,-5.384388 5.88261,-9.903207 10.59765,-13.142578 1.46273,-1.004939 3.00986,-1.900245 4.66407,-2.542969 2.90253,-1.12775 6.101,-1.448116 9.18554,-1.021485 3.08456,0.426632 6.0522,1.588797 8.66602,3.28125 5.22765,3.384909 8.93266,8.814372 10.97656,14.697266 1.88154,5.415614 2.44116,11.23488 2.11914,16.95898 -0.25272,4.49242 -1.05753,9.0064 -2.94726,13.08985 -1.29072,2.78908 -3.13034,5.35755 -5.43164,7.37695 0.003,9.8e-4 0.006,0.003 0.01,0.004 0.38842,0.11287 0.77494,0.23038 1.15625,0.36328 0.43847,0.14986 0.87249,0.31333 1.29688,0.50195 0.35697,0.15866 0.70904,0.33358 1.05078,0.5293 7.6e-4,4.3e-4 10e-4,0.002 0.002,0.002 0.85342,0.48908 1.63454,1.10063 2.21484,1.875 3e-4,4e-4 -3e-4,0.002 0,0.002 0.11581,0.15463 0.22538,0.31654 0.32422,0.48438 0.0813,0.13812 0.15345,0.28143 0.21875,0.42773 0.001,0.003 0.003,0.005 0.004,0.008 0.0659,0.14324 0.12082,0.2904 0.17187,0.43945 0.0148,0.0189 0.0323,0.0356 0.0469,0.0547 0.76148,0.99455 1.22381,2.19741 1.4375,3.43164 0.2137,1.23422 0.18634,2.50047 0.0371,3.74414 -0.29846,2.48733 -1.07944,4.89607 -1.39844,7.38086 -0.24643,1.91963 -0.23098,3.93273 -1.07617,5.67383 -0.21467,0.44222 -0.47955,0.85195 -0.7832,1.23242 0.60705,1.05162 1.17346,2.12757 1.69531,3.2207 1.70175,3.5648 3.03308,7.29318 4.5664,10.9336 3.13356,7.43937 7.09284,14.4969 10.66211,21.73828 15.79164,-0.26085 27.06924,-5.97284 28.00977,-22.52344 0.9315,-17.11035 -1.80861,-34.1854 -2.68164,-51.29883 C 336.58467,97.342637 337.70697,78.930367 332.9707,61.480469 330.66136,52.972163 326.98316,44.849464 322.24609,37.414062 316.69565,28.701935 309.65421,20.894778 301.28906,14.833984 287.94197,5.1636355 271.4167,0.18508352 254.93555,0.00585938 Z M 282.94141,60.636719 c 1.84613,0.07422 3.63822,0.487032 5.53711,1.748047 5.27065,3.500289 7.83627,7.506536 9.81054,12.390625 0.54101,1.338472 1.05901,3.609316 0.42578,4.310547 -2.7124,-5.500318 -6.57882,-10.445896 -11.67187,-13.828126 -2.63224,-1.748112 -5.58236,-3.017203 -8.66602,-3.68164 0.4914,-1.029299 1.74565,-0.872999 2.69336,-0.919922 0.6331,-0.03168 1.25571,-0.04427 1.8711,-0.01953 z m -72.00391,3.896484 c 2.18412,0.03765 4.36707,0.56404 6.33008,1.412109 2.24344,0.969244 4.54272,2.416676 6.55664,3.919922 0.81726,0.609939 1.67268,1.23722 2.21484,2.048828 1.66294,2.489452 2.48253,5.328634 2.92383,8.263672 -1.78612,-3.809792 -4.4254,-7.401777 -7.97461,-10.3125 -1.91558,-1.57097 -4.05734,-2.950678 -6.30078,-3.919922 -1.64683,-0.711571 -3.45983,-1.182459 -5.2832,-1.341796 0.19947,-0.01813 0.4048,-0.02447 0.60547,-0.03516 0.31224,-0.01492 0.61572,-0.04584 0.92773,-0.03515 z" />
+    <path
+       id="path8633"
+       d="m 151.72075,373.06442 c 5.21482,7.9961 5.75392,8.40312 10.1273,15.49787 1.71043,2.77474 2.11082,3.44912 2.99961,4.93771 5.60691,9.39077 10.7573,19.08869 17.23632,27.90039 4.22929,5.75199 8.99967,11.08972 13.25,16.82617 4.25036,5.73644 8.01769,11.96532 9.90235,18.85156 2.44892,8.94795 1.50083,18.81096 -2.75781,27.05274 -2.99586,5.79788 -7.59235,10.77353 -13.18164,14.14258 -5.58928,3.36905 -12.16009,5.11177 -18.68165,4.86718 -10.36835,-0.38884 -19.83928,-5.57101 -29.47851,-9.41015 -19.63903,-7.82188 -40.97031,-10.27529 -61.212892,-16.36719 -6.221204,-1.87223 -12.339129,-4.08831 -18.603516,-5.81055 -2.78324,-0.76518 -5.609643,-1.4383 -8.238281,-2.63085 -2.628636,-1.19258 -5.086773,-2.96624 -6.548828,-5.45508 -1.130067,-1.9237 -1.608987,-4.18906 -1.578125,-6.41992 0.03086,-2.23087 0.552907,-4.43346 1.3125,-6.53126 1.519185,-4.19556 3.974228,-7.9935 5.63086,-12.13671 2.704982,-6.76515 3.190962,-14.22522 2.826171,-21.50196 -0.36479,-7.27673 -1.544806,-14.49093 -2.042968,-21.75976 -0.222454,-3.24587 -0.307231,-6.53266 0.3125,-9.72657 0.61973,-3.19392 1.994393,-6.31545 4.33789,-8.57226 2.160556,-2.08063 5.028544,-3.31716 7.964844,-3.92969 2.936298,-0.61252 5.960241,-0.6399 8.958984,-0.57226 2.998748,0.0676 6.004713,0.22805 8.994141,-0.0176 2.989426,-0.24569 5.991565,-0.9178 8.595703,-2.40625 2.475797,-1.4151 4.501852,-3.51642 6.179688,-5.82227 1.677836,-2.30585 3.033569,-4.82658 4.423829,-7.3164 1.39026,-2.48983 2.83039,-4.97064 4.65039,-7.16602 1.81999,-2.19538 4.05123,-4.10918 6.68555,-5.20117 2.71207,-1.12423 5.76322,-1.32932 8.65039,-0.79688 2.88716,0.53245 5.61456,1.77983 8.04297,3.42969 4.8568,3.29974 8.45822,8.10225 11.9082,12.85352 3.16791,4.3628 6.28568,8.76382 9.33203,13.21289 4.5e-4,-0.007 0.002,-0.0143 0.002,-0.0215 m -19.36328,-28.01367 c -11.03242,-5.97324 -22.00472,-8.65752 -30.89067,1.4473 -2.39819,2.87367 -4.035021,5.94907 -5.539066,8.77734 -3.00809,5.65657 -5.688695,9.65239 -7.458984,10.41992 -2.934771,1.27243 -8.886153,1.53804 -15.513672,1.84766 -6.627518,0.30962 -14.419825,0.69891 -20.855469,6.05859 -3.744274,3.11828 -6.429685,7.19968 -7.392578,11.58594 -0.962893,4.38626 -0.466853,8.62225 0.390625,13.11914 2.512976,13.17889 5.401599,27.47003 -0.205078,38.79102 -1.990545,4.01925 -4.656454,8.54153 -6.36914,13.74218 -1.712685,5.20065 -2.297055,11.88823 1.242187,17.75196 2.417366,4.00497 5.821807,6.94894 9.222656,8.34765 3.400848,1.3987 6.121433,1.71086 9.572266,2.71289 4.342935,1.26104 14.251636,4.40897 18.615234,5.75196 21.518608,6.62254 41.077559,9.97929 61.591799,16.29882 3.78915,1.16728 8.66533,3.67442 14.04883,5.94336 5.3835,2.26894 11.48828,4.44283 18.35547,3.68555 14.10438,-1.55534 29.44498,-9.25159 37.14648,-22.20117 6.04585,-10.16582 6.52581,-21.4951 3.4707,-32.25586 -4.38268,-15.43666 -17.89833,-27.66889 -24.11133,-37.33789 -12.08786,-27.32713 -31.8966,-58.41651 -55.32026,-74.48636 z" />
+    <path
+       id="path3732"
+       d="m 339.57227,347.80664 c -0.40662,0.003 -0.8212,0.0146 -1.24415,0.0371 l -0.004,0 c -3.46783,0.18566 -7.42105,1.14194 -10.78711,4.04102 -2.90352,2.50075 -4.44196,5.69426 -5.23633,8.73046 -0.0515,0.16811 -0.0965,0.33816 -0.13476,0.50977 -0.13363,0.56558 -0.24237,1.1278 -0.32813,1.68555 -0.55325,3.60129 -0.24955,6.72631 -0.0742,9.27343 1.04489,15.17441 1.08844,30.34408 -0.52344,45.25977 -0.88646,8.20303 -2.28963,16.46007 -3.78906,24.81445 -1.80491,10.05656 -3.84757,20.61017 -3.82422,31.73047 0.0136,6.35186 0.68835,13.71035 4.84571,20.34375 4.17136,6.65578 10.61,10.54294 16.65625,13.14453 8.60317,3.70185 18.3226,5.58125 28.07421,4.13477 8.00678,-1.18767 15.38491,-4.52636 21.70313,-9.04297 6.22096,-4.4471 11.0738,-9.67066 15.78906,-14.12891 5.51454,-5.21389 11.33966,-9.97939 17.55078,-13.99023 9.28972,-5.99878 19.98602,-10.59937 30.80274,-16.04688 6.35717,-3.20158 13.46155,-6.99959 19.00195,-13.51757 2.50726,-2.94966 4.5195,-6.29722 5.94531,-9.89649 l -0.14648,0.0996 c 0.15435,-0.37198 0.27527,-0.75696 0.36133,-1.15039 l 0.082,0.10352 c 0.70225,-2.9908 0.6145,-6.05517 -0.18164,-8.95313 -0.38759,-1.41094 -0.94927,-2.78222 -1.68555,-4.08398 -1.64123,-2.90181 -3.82855,-4.98051 -5.89453,-6.59766 -2.05116,-1.60557 -3.97816,-2.76749 -5.53516,-3.81836 -3.319,-2.24007 -6.58076,-4.91687 -9.98047,-7.74414 -3.40245,-2.82958 -6.49893,-5.47014 -8.86914,-8.27344 -2.34425,-2.77268 -3.99773,-5.7909 -4.55078,-8.64062 l 0,-0.004 c -0.0707,-0.36599 -0.13073,-0.76333 -0.18164,-1.1914 -0.33214,-3.03846 -0.26878,-4.59815 -0.50781,-6.99024 -0.34269,-3.27135 -1.05172,-6.64081 -2.36719,-9.93945 -0.96928,-2.43053 -2.35698,-5.09373 -4.68945,-7.44531 -3.08081,-3.10608 -6.70778,-4.60043 -9.83399,-5.57422 -3.0391,-0.94663 -6.28985,-1.57438 -9.68164,-1.65625 -8.24607,-0.19897 -14.81391,2.41339 -20.0957,3.02539 -4.89932,0.56763 -10.13625,-0.0324 -15.32422,-1.42188 -3.11525,-0.83443 -6.52745,-2.06153 -10.41015,-3.07031 -6.15585,-1.59941 -12.10571,-2.2366 -17.59766,-3.04297 -2.04192,-0.29981 -4.48771,-0.73076 -7.33398,-0.71289 z m 1.94726,5.43945 c 1.80158,0.0672 3.59877,0.34616 5.38672,0.60743 5.61741,0.82085 11.27924,1.46789 16.76953,2.9121 3.46425,0.91129 6.83905,2.13498 10.29688,3.07032 5.7701,1.5608 11.81496,2.30969 17.75195,1.61523 6.39177,-0.74765 12.59975,-3.15023 19.0332,-2.99414 2.63965,0.064 5.25909,0.56355 7.77735,1.35742 2.56979,0.81012 5.10167,1.97074 6.99023,3.89258 1.4353,1.4606 2.43639,3.29806 3.1875,5.20313 1.11893,2.83795 1.72057,5.8627 1.97852,8.90234 0.0212,0.24999 0.0292,0.50156 0.0469,0.75195 l -0.002,0 c 0.16904,2.44723 0.19532,4.91099 0.6582,7.31836 0.83948,4.36598 3.13175,8.348 5.98242,11.75977 2.85068,3.41177 6.25738,6.31047 9.66016,9.17187 3.39004,2.8507 6.80202,5.6884 10.45898,8.1875 1.71632,1.17291 3.48762,2.27178 5.11719,3.5625 0.77044,0.61024 1.50673,1.2715 2.18164,1.98633 l -0.002,0 c 0.37655,0.39885 0.73406,0.81488 1.06445,1.25 0.1652,0.21756 0.32387,0.44013 0.47461,0.66797 0.15074,0.22784 0.2934,0.46028 0.42774,0.69922 1.38194,2.45796 1.80379,5.44063 1.1582,8.18555 -0.26056,0.66713 -0.55327,1.32116 -0.86328,1.96679 -0.0412,0.0856 -0.0791,0.17263 -0.1211,0.25781 -6.4e-4,10e-4 -10e-4,0.003 -0.002,0.004 -1.02392,2.07838 -2.2964,4.03463 -3.78906,5.80664 -4.44944,5.28212 -10.62806,8.76798 -16.78125,11.9043 -10.49463,5.34918 -21.37025,10.04139 -31.23633,16.47656 -6.61026,4.31155 -12.71286,9.37303 -18.41797,14.82617 -4.87915,4.66366 -9.5048,9.64404 -14.97656,13.59571 -5.52097,3.9872 -11.90387,6.87612 -18.63867,7.88671 -8.19116,1.22914 -16.65486,-0.36095 -24.24805,-3.66992 -5.32065,-2.31863 -10.43904,-5.63576 -13.50391,-10.56445 -3.0766,-4.94757 -3.77933,-11.00199 -3.78711,-16.82813 -0.0138,-10.30479 1.89736,-20.50168 3.69532,-30.64843 1.49395,-8.43113 2.91521,-16.88129 3.83203,-25.39453 1.66759,-15.48467 1.6561,-31.12384 0.54297,-46.65821 -0.0184,-0.25729 -0.0343,-0.51574 -0.0527,-0.77343 -0.0357,-0.49928 -0.0667,-1.00006 -0.0957,-1.5 -0.067,-1.0211 -0.076,-2.05164 -0.0586,-3.0254 -0.006,-0.31677 0.0179,-0.58955 0.0273,-0.875 0.0339,-0.5455 0.0843,-1.09068 0.16602,-1.63281 0.0731,-0.48469 0.17794,-0.96755 0.30078,-1.44531 0.0234,-0.0917 0.045,-0.18412 0.0703,-0.27539 0.0448,-0.16055 0.0937,-0.31984 0.14453,-0.47852 0.0303,-0.0955 0.0613,-0.19048 0.0937,-0.28515 0.0707,-0.2043 0.14352,-0.40756 0.22461,-0.60742 0.008,-0.019 0.0157,-0.0377 0.0234,-0.0566 0.40035,-0.97258 0.92539,-1.88577 1.58984,-2.68555 0.004,-0.005 0.008,-0.0106 0.0117,-0.0156 0.29689,-0.35588 0.61238,-0.69701 0.9668,-1.00195 1.8263,-1.57133 4.27607,-2.26528 6.68164,-2.39844 0.60139,-0.0333 1.2022,-0.0341 1.80273,-0.0117 z m 88.64063,25.10547 0.16601,2.26172 c -0.0301,-0.51055 -0.052,-1.0223 -0.0957,-1.53125 -0.021,-0.24399 -0.0449,-0.48678 -0.0703,-0.73047 z m 0.16601,2.26172 c 0.0951,1.61103 0.1616,3.22454 0.35156,4.82227 z" />
+    <path
+       id="path28849-2"
+       d="m 231.97852,104.23828 c -2.19758,2.64839 -3.91445,5.66719 -5.93555,8.44727 11.49417,-4.75495 16.97661,-6.18502 31.73242,1.18945 -1.4748,-1.87461 -2.29607,-4.16583 -3.32617,-6.31836 -1.08341,-2.26392 -2.44081,-4.43154 -4.27149,-6.14844 -6.20731,-5.525907 -13.40661,-2.890814 -18.19921,2.83008 z" />
+    <path
+       id="path14967-1-0"
+       d="m 183.17969,180.58203 c -4.72037,5.89093 -9.43276,11.78778 -14.13477,17.69336 -4.84476,6.08489 -9.67997,12.1778 -14.5625,18.23242 -5.99073,7.42887 -12.12313,14.91302 -16.02344,23.62305 -3.35132,7.48406 -4.93595,15.6143 -7.23242,23.48633 -2.60797,8.93985 -6.14899,17.58677 -10.125,26.00781 -3.67135,7.77577 -7.71615,15.36845 -11.76758,22.95312 -2.94764,5.51829 -5.94281,11.15988 -6.96484,17.33204 -0.80768,4.87766 -0.33745,9.91166 0.9043,14.69726 10.07301,-2.64434 15.24145,-6.78604 28.63753,0.50218 18.91967,15.1042 45.35767,52.5763 50.17301,76.29079 0.52342,0.71186 1.0558,1.41648 1.59375,2.11719 1.91197,0.47815 3.85734,0.7821 5.83399,0.8164 2.59313,0.0449 5.21336,-0.38267 7.58789,-1.42578 2.37453,-1.04308 4.49558,-2.72016 5.90625,-4.89648 1.73443,-2.67581 2.32277,-6.00023 1.97461,-9.16992 -0.34815,-3.16969 -1.58497,-6.19487 -3.24414,-8.91797 -4.05292,-6.6518 -10.45546,-11.46429 -16.61328,-16.23438 -13.29602,-10.29958 -26.15763,-21.16406 -38.46485,-32.62695 -3.47489,-3.2365 -6.95088,-6.57525 -9.3789,-10.65625 -2.36445,-3.97414 -3.64062,-8.50226 -4.50586,-13.04492 -2.37365,-12.46199 -1.76575,-25.57879 2.47461,-37.53516 1.65887,-4.67746 3.85219,-9.14294 5.96679,-13.63281 3.66518,-7.78213 7.13352,-15.71283 11.95313,-22.83789 22.6218,-25.58395 23.11051,-42.3726 30.01172,-72.77344 z" />
+    <path
+       id="path8561"
+       d="m 275.42773,89.558594 c -0.41494,-0.02032 -0.83106,-0.01617 -1.24609,0.01367 -1.77291,0.127032 -3.50172,0.732606 -5.00586,1.679687 -1.50414,0.947081 -2.7861,2.228562 -3.79297,3.693359 -2.01373,2.929597 -2.89846,6.52409 -3.04101,10.07617 -0.10701,2.66632 0.18795,5.3671 1.07226,7.88477 0.79752,2.27053 2.09435,4.38479 3.84766,6.02734 2.84208,0.78011 5.38827,1.66776 7.37109,3.37696 0.23852,0.0255 0.4771,0.0529 0.7168,0.0644 2.72748,0.13109 5.49327,-0.65478 7.73437,-2.21484 1.78546,-1.24288 3.22481,-2.9543 4.25,-4.87305 1.0252,-1.91875 1.6434,-4.04216 1.92579,-6.19922 0.49878,-3.81012 -0.0653,-7.78773 -1.82618,-11.203126 -1.76093,-3.415393 -4.74977,-6.228254 -8.35547,-7.556641 -1.17128,-0.431517 -2.40551,-0.708594 -3.65039,-0.769531 z m 1.75,4.251953 c 0.26335,-0.01035 0.524,0.0053 0.75977,0.03516 2.03964,0.258403 4.08405,1.64349 5.33984,3.496094 1.38335,2.041477 2.81557,5.168969 1.78907,7.468749 -0.26245,0.58761 -1.07968,0.93017 -1.6211,0.69922 -1.72488,-0.73621 -1.39056,-3.9851 -2.61914,-5.550782 -0.64186,-0.818032 -1.52718,-1.352271 -2.375,-1.871093 -0.87289,-0.534403 -2.10225,-0.414389 -2.75976,-1.259766 -0.40601,-0.522107 -0.77029,-1.412618 -0.47461,-2.023437 0.34406,-0.711165 1.17093,-0.963208 1.96093,-0.994145 z" />
+    <path
+       id="path8579"
+       d="m 210.02148,91.09375 c -0.78839,0.05745 -1.5635,0.241343 -2.2832,0.568359 -1.59795,0.72609 -2.8348,2.108763 -3.64453,3.666016 -0.80971,1.557251 -1.22676,3.287947 -1.51367,5.019535 -0.63101,3.80831 -0.65293,7.80409 0.65625,11.43554 0.86447,2.39795 2.28875,4.57384 4.02148,6.44336 1.13454,1.2241 2.42266,2.33724 3.92774,3.0586 2.94524,-1.23616 7.11563,-6.0493 10.89062,-6.75782 1.11239,-4.14055 0.86709,-8.60046 -0.40039,-12.70312 -0.97814,-3.166081 -2.59833,-6.218744 -5.13281,-8.353517 -1.20923,-1.018522 -2.62587,-1.816197 -4.16406,-2.181641 -0.7691,-0.182722 -1.56905,-0.252773 -2.35743,-0.195312 z m 3.50782,3.998047 c 0.5734,-0.0068 1.21165,0.224536 1.69726,0.482422 1.68025,0.89233 3.04529,2.669796 3.59766,4.546871 0.60866,2.0684 0.94959,5.00517 -0.58789,6.46094 -0.393,0.37213 -1.19398,0.36429 -1.59375,0 -1.27358,-1.16038 -0.0612,-3.59522 -0.67188,-5.23828 -0.31901,-0.85841 -0.92849,-1.577993 -1.50976,-2.271484 -0.59842,-0.714163 -1.68903,-1.034694 -2.01367,-1.919922 -0.20035,-0.546484 -0.26011,-1.367071 0.16796,-1.746094 0.24917,-0.220551 0.57001,-0.310349 0.91407,-0.314453 z" />
+    <path
+       id="path8549"
+       d="m 228.08984,109.29297 c -7.99238,2.77571 -15.2115,7.71154 -20.70898,14.14258 -3.06012,2.53215 -5.99803,5.21347 -8.79883,8.02929 -3.80198,5.08552 -6.60437,13.99369 -4.18553,14.46666 0.0578,-0.37109 0.13363,-0.74129 0.20899,-1.10937 0.35807,-1.74902 0.55091,-3.53997 1.11914,-5.23243 0.72243,-2.15175 2.02444,-4.06328 3.45898,-5.82226 2.50818,-3.07544 5.4714,-5.77824 8.76368,-7.99414 5.40699,-6.35667 12.53658,-11.23481 20.41992,-13.97266 7.09674,-2.46466 14.95501,-3.17927 22.14453,-1 3.21559,0.97471 6.23378,2.50061 9.19531,4.08789 2.88071,1.54397 5.72684,3.15405 8.6543,4.60742 5.88874,2.92354 12.09933,5.2031 18.49023,6.7461 2.08045,0.50229 4.1966,0.93349 6.15235,1.80273 1.42789,0.63464 2.79885,1.54615 3.59179,2.89258 0.63332,1.57711 1.29077,2.22987 1.48047,0.52549 -0.16568,-2.85249 -2.42517,-4.85763 -4.72851,-5.90039 -2.06851,-0.91936 -4.23682,-1.35224 -6.29688,-1.84961 -6.32736,-1.52766 -12.47906,-3.78751 -18.3125,-6.68359 -2.90011,-1.4398 -5.73879,-3.04564 -8.63086,-4.59571 -2.97352,-1.59371 -6.03988,-3.14714 -9.34961,-4.15039 -7.63373,-2.04432 -15.85459,-1.31475 -22.66799,1.00981 z" />
+    <path
+       id="path8535"
+       d="m 298.61523,137.59375 c -0.0143,0.48453 -0.0458,0.9683 -0.10351,1.44922 -0.29848,2.48733 -1.07944,4.89607 -1.39844,7.38086 -0.24645,1.91963 -0.23098,3.93273 -1.07617,5.67383 -0.87848,1.80967 -2.59053,3.08959 -4.41016,3.94726 -1.81963,0.85769 -3.78305,1.35921 -5.66992,2.05664 -8.64674,3.19601 -15.20479,10.27694 -23.05273,15.11328 -4.12862,2.54428 -8.62723,4.46782 -13.2793,5.83789 -5.01978,1.47835 -10.29133,2.31813 -15.49805,1.79493 -4.43375,-0.44554 -8.79744,-1.90368 -12.44531,-4.46289 -5.16592,-3.62424 -8.58753,-9.15817 -12.45508,-14.14454 -2.88269,-3.7166 -6.12919,-7.23514 -10.11133,-9.73828 -0.74915,-0.4709 -1.52275,-0.9052 -2.23828,-1.42578 -0.71552,-0.52058 -1.37673,-1.13659 -1.83007,-1.89648 -0.20906,-0.35041 -0.35807,-0.7325 -0.46876,-1.125 -0.04,-0.087 -0.0856,-0.17084 -0.11523,-0.26172 -0.10378,-0.31791 -0.14703,-0.65387 -0.14844,-0.98828 -2.1e-4,-0.0498 0.0122,-0.0987 0.0137,-0.14844 -2.83204,1.36332 -2.73536,6.12263 -1.40234,7.51172 5.36414,3.30766 10.23464,7.42596 14.38672,12.16601 3.82274,4.36408 7.36545,9.78182 12.96875,13.47657 4.10998,2.71004 8.88011,4.10009 13.62109,4.52148 5.59674,0.49745 11.14226,-0.32054 16.38282,-1.73047 4.80315,-1.29223 9.50742,-3.11984 13.88281,-5.62695 8.22699,-4.71409 14.7613,-11.22173 22.56055,-13.70508 1.7096,-0.54437 3.74426,-0.94726 5.87695,-1.85156 1.06759,-0.45266 2.15505,-1.03819 3.16015,-1.84961 1.00996,-0.81532 1.9198,-1.8482 2.55079,-3.125 0.0704,-3.87251 6.45008,-18.03055 0.29885,-18.84961 z" />
+    <path
+       id="path8591"
+       d="m 287.39453,136.05664 c -0.78985,-0.007 -1.57275,0.0786 -2.32422,0.32031 -0.98597,0.31719 -1.87261,0.89011 -2.67187,1.54883 -0.79928,0.65874 -1.52049,1.40756 -2.26563,2.12695 -2.1953,2.11947 -4.60747,4.00076 -7.05273,5.82618 -5.38309,4.0185 -11.01618,7.81354 -17.26563,10.27734 -4.08082,1.60884 -8.3683,2.62746 -12.66992,3.48633 -5.41286,1.08075 -10.91605,1.91761 -16.43164,1.70508 -5.51561,-0.21254 -11.07906,-1.52436 -15.74414,-4.47461 -2.11136,-1.33524 -4.00872,-2.98187 -6.06641,-4.39844 -2.05766,-1.41657 -4.34402,-2.62207 -6.82617,-2.9043 -0.5499,-0.0626 -1.10632,-0.08 -1.64844,-0.1914 -0.17975,-0.037 -0.35581,-0.0913 -0.52929,-0.1543 -0.0661,0.40767 -0.0319,0.8253 0.0996,1.2168 0.77737,2.08135 2.49973,2.87217 4.60547,3.31054 1.36428,0.3207 2.78321,1.25383 4.16015,2.49219 1.38854,1.24877 2.78906,2.8354 4.59961,4.30859 4.9142,3.99857 11.20225,5.54392 17.19727,5.64258 5.9633,0.0982 11.67579,-1.13187 17.14257,-2.36328 4.29301,-0.96698 8.68496,-1.99573 12.99219,-3.58398 6.62029,-2.44119 12.74782,-6.12542 18.05469,-10.74219 2.40412,-2.09152 4.48588,-4.18045 6.73633,-5.59375 1.99036,-1.24996 4.52746,-2.19258 7.11719,-3.7207 0.23832,-0.14059 0.56456,-0.33386 0.93164,-0.63868 0.38099,-0.3163 0.79568,-0.74796 1.10937,-1.37695 0.28061,-0.56271 0.39348,-1.12869 0.41016,-1.66406 -0.43222,-0.0714 -0.86387,-0.14669 -1.29492,-0.21875 -0.77859,-0.13016 -1.57539,-0.2295 -2.36523,-0.23633 z" />
+    <path
+       id="path8597"
+       d="m 247.52802,115.12831 c -0.73108,0.0373 -1.41389,0.18898 -2.03304,0.53325 -0.37835,0.21032 -0.79532,0.7199 -0.66657,1.13317 0.39468,1.2668 2.41989,1.05883 3.59947,1.66643 1.03508,0.53314 1.86908,1.69948 3.03291,1.73308 1.11071,0.032 2.85505,-0.39803 2.99955,-1.49984 0.19089,-1.45557 -1.93174,-2.36627 -3.29952,-2.89952 -1.10005,-0.42895 -2.41435,-0.72843 -3.6328,-0.66657 z m -22.79667,0.89981 c -1.48401,0.2004 -3.31543,2.40296 -2.59963,3.59948 0.22469,0.37562 0.90318,0.85459 1.36648,0.59991 0.69833,-0.38384 1.27638,-1.76145 2.03302,-2.29961 0.50523,-0.35931 0.38968,-1.67485 -0.19996,-1.86639 -0.18944,-0.0619 -0.38792,-0.0619 -0.59991,-0.0331 z" />
+    <path
+       clip-path="none"
+       d="M 399.62162 340.51681 L 392.05694 338.08822 C 389.01262 337.11086 385.9228 336.19236 382.73781 335.9112 C 379.55283 335.63005 376.30806 335.96682 373.27088 336.96612 L 373.27088 336.96612 L 370.65721 338.77633 "
+       id="path6521" />
+    <path
+       clip-path="none"
+       d="M 358.91264 350.17644 C 359.86896 349.71754 360.80174 349.20956 361.70603 348.65514 C 364.20386 347.12373 366.49217 345.23446 369.14023 343.98062 C 372.46835 342.40478 376.1945 341.91169 379.86058 341.5661 C 382.41778 341.32504 384.98112 341.14585 387.5479 341.05071 C 392.54419 340.86555 397.55226 340.99933 402.53153 341.45102 L 399.62162 340.51681 "
+       id="path6519" />
+    <path
+       clip-path="none"
+       d="M 363.30619 343.86759 L 358.96256 346.87596 L 358.28892 350.46726 C 358.49789 350.37263 358.70582 350.27568 358.91264 350.17644 "
+       id="path6517" />
+    <path
+       clip-path="none"
+       d="M 370.65721 338.77633 L 363.30619 343.86759 "
+       id="path29714-3-9-3-8-1" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/ubuntu-inverse.svg b/src/font-logos/vectors/ubuntu-inverse.svg
new file mode 100644 (file)
index 0000000..5141dc6
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(-100.75915,-484.95513)">
+    <g
+       id="g3159"
+       transform="matrix(1.8062188,0,0,1.8062258,100.75924,484.95513)">
+      <path
+         id="path6"
+         d="m 283.465,141.734 c 0,78.273 -63.457,141.73 -141.734,141.73 C 63.454,283.464 0,220.008 0,141.734 0,63.455 63.453,0 141.73,0 220.007,0 283.465,63.455 283.465,141.734 z" />
+      <path
+         style="fill:#ffffff;fill-opacity:1"
+         id="path8"
+         d="m 45.356,122.812 c -10.453,0 -18.923,8.47 -18.923,18.923 0,10.449 8.47,18.92 18.923,18.92 10.449,0 18.92,-8.471 18.92,-18.92 0,-10.454 -8.47,-18.923 -18.92,-18.923 z m 135.107,86.002 c -9.051,5.225 -12.149,16.793 -6.926,25.84 5.226,9.051 16.793,12.151 25.844,6.926 9.048,-5.224 12.148,-16.792 6.923,-25.842 -5.224,-9.047 -16.793,-12.148 -25.841,-6.924 z M 86.458,141.732 c 0,-18.701 9.293,-35.219 23.504,-45.221 L 96.128,73.338 c -16.56,11.064 -28.878,27.978 -33.995,47.788 5.977,4.872 9.796,12.291 9.796,20.608 0,8.315 -3.819,15.734 -9.797,20.605 5.116,19.812 17.435,36.726 33.995,47.789 l 13.835,-23.175 c -14.211,-10 -23.504,-26.517 -23.504,-45.221 z m 55.275,-55.275 c 28.877,0 52.564,22.141 55.047,50.373 l 26.968,-0.394 c -1.327,-20.844 -10.432,-39.562 -24.425,-53.319 -7.194,2.718 -15.505,2.306 -22.688,-1.842 -7.192,-4.152 -11.705,-11.156 -12.941,-18.757 -6.992,-1.935 -14.351,-2.99 -21.96,-2.99 -13.086,0 -25.449,3.072 -36.431,8.512 l 13.146,23.56 c 7.077,-3.293 14.963,-5.143 23.284,-5.143 z m 0,110.551 c -8.322,0 -16.207,-1.85 -23.285,-5.143 L 105.3,215.427 c 10.983,5.438 23.347,8.511 36.433,8.511 7.609,0 14.968,-1.055 21.961,-2.99 1.236,-7.601 5.75,-14.605 12.943,-18.76 7.183,-4.146 15.494,-4.558 22.688,-1.839 13.992,-13.758 23.097,-32.476 24.422,-53.32 l -26.968,-0.394 c -2.481,28.236 -26.169,50.373 -55.046,50.373 z M 180.46,74.649 c 9.05,5.227 20.619,2.126 25.842,-6.921 5.226,-9.051 2.128,-20.619 -6.923,-25.845 -9.049,-5.224 -20.617,-2.124 -25.843,6.927 -5.224,9.047 -2.124,20.616 6.924,25.839 z" />
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/ubuntu.svg b/src/font-logos/vectors/ubuntu.svg
new file mode 100644 (file)
index 0000000..c7995f8
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   width="512"
+   height="512"
+   id="svg3037"
+   version="1.1">
+  <defs
+     id="defs5498" />
+  <metadata
+     id="metadata5594">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(-100.75915,-484.95513)">
+    <g
+       id="g3159"
+       transform="matrix(1.8062188,0,0,1.8062258,100.75924,484.95513)">
+      <path
+         id="path8"
+         d="m 23.405256,117.6034 c -13.330689,0 -24.1324631,10.80178 -24.1324631,24.13247 0,13.32559 10.8017741,24.12863 24.1324631,24.12863 13.325588,0 24.128637,-10.80304 24.128637,-24.12863 0,-13.33197 -10.801774,-24.13247 -24.128637,-24.13247 z M 195.70694,227.28158 c -11.54273,6.66343 -15.4936,21.41608 -8.83272,32.9537 6.66471,11.54272 21.41608,15.49614 32.9588,8.83271 11.5389,-6.66216 15.49232,-21.4148 8.82889,-32.95625 -6.66216,-11.53762 -21.41608,-15.49232 -32.95497,-8.83016 z M 75.822552,141.73204 c 0,-23.84935 11.851344,-44.914717 29.974608,-57.670247 L 88.154683,54.509314 C 67.035749,68.61921 51.326629,90.1896 44.80093,115.45325 c 7.622455,6.21325 12.492818,15.67469 12.492818,26.28134 0,10.6041 -4.870363,20.06554 -12.494094,26.27752 6.524425,25.2662 22.23482,46.83659 43.353754,60.94521 L 105.79716,199.40229 C 87.673896,186.64931 75.822552,165.58521 75.822552,141.73204 z M 146.31465,71.239948 c 36.82677,0 67.03476,28.236371 70.20132,64.240582 l 34.39224,-0.50247 c -1.69232,-26.58231 -13.30391,-50.453334 -31.14916,-67.997608 -9.17449,3.46626 -19.77349,2.940838 -28.93396,-2.349098 -9.17194,-5.295037 -14.92736,-14.227224 -16.50363,-23.920764 -8.91688,-2.467701 -18.3018,-3.813141 -28.00554,-3.813141 -16.68855,0 -32.45506,3.917715 -46.460378,10.855336 l 16.765068,30.04602 c 9.02528,-4.199556 19.08228,-6.558857 29.69404,-6.558857 z m 0,140.985462 c -10.61303,0 -20.66876,-2.3593 -29.69532,-6.55886 l -16.767614,30.04857 c 14.006594,6.93507 29.774384,10.85406 46.462934,10.85406 9.70374,0 19.08866,-1.34543 28.00681,-3.81314 1.57627,-9.69354 7.33297,-18.62572 16.50619,-23.92459 9.16046,-5.28738 19.75946,-5.8128 28.93396,-2.34527 17.84396,-17.54555 29.45555,-41.41657 31.14532,-67.99889 l -34.39223,-0.50246 c -3.16402,36.00931 -33.37328,64.24058 -70.20005,64.24058 z M 195.70311,56.181229 c 11.54145,6.665983 26.29537,2.711284 32.95625,-8.826337 6.66471,-11.542721 2.71383,-26.295368 -8.82889,-32.960075 -11.54017,-6.6621565 -26.29282,-2.708733 -32.95752,8.833989 -6.66216,11.53762 -2.70874,26.291542 8.83016,32.952423 z" />
+    </g>
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/void.svg b/src/font-logos/vectors/void.svg
new file mode 100644 (file)
index 0000000..a7a6447
--- /dev/null
@@ -0,0 +1,100 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   version="1.1"
+   id="svg2"
+   height="512"
+   width="512"
+   sodipodi:docname="void.svg"
+   inkscape:version="">
+  <sodipodi:namedview
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1"
+     objecttolerance="10"
+     gridtolerance="10"
+     guidetolerance="10"
+     inkscape:pageopacity="0"
+     inkscape:pageshadow="2"
+     inkscape:window-width="1601"
+     inkscape:window-height="1103"
+     id="namedview107"
+     showgrid="false"
+     inkscape:zoom="1.2581529"
+     inkscape:cx="45.166218"
+     inkscape:cy="200.10971"
+     inkscape:window-x="0"
+     inkscape:window-y="306"
+     inkscape:window-maximized="0"
+     inkscape:current-layer="svg2" />
+  <title
+     id="title4445">Logo of Anthon OS4 Project</title>
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title>Logo of Anthon OS4 Project</dc:title>
+        <dc:creator>
+          <cc:Agent>
+            <dc:title>Junde Yi</dc:title>
+          </cc:Agent>
+        </dc:creator>
+        <cc:license
+           rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/" />
+        <dc:date />
+        <dc:contributor>
+          <cc:Agent>
+            <dc:title>Jeff Bai, Icenowy Zheng, Junde Yi</dc:title>
+          </cc:Agent>
+        </dc:contributor>
+        <dc:publisher>
+          <cc:Agent>
+            <dc:title>Anthon Open Source Community </dc:title>
+          </cc:Agent>
+        </dc:publisher>
+        <dc:description />
+      </cc:Work>
+      <cc:License
+         rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Reproduction" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#Distribution" />
+        <cc:permits
+           rdf:resource="http://creativecommons.org/ns#DerivativeWorks" />
+      </cc:License>
+    </rdf:RDF>
+  </metadata>
+  <g
+     transform="translate(0,-540.36218)"
+     id="layer1" />
+  <g
+     transform="matrix(2.3704376,0,0,2.3704376,-47.85329,6.519184)"
+     id="g197">
+    <path
+       inkscape:connector-curvature="0"
+       d="M 128.01682,0 C 105.98494,0.04678314 84.523372,7.0072685 66.657757,19.900168 l 23.902685,23.902684 c 11.277448,-6.898594 24.236288,-10.559734 37.456378,-10.582214 39.77241,-7.9e-5 72.01434,32.241846 72.01426,72.014262 -0.0318,13.21538 -3.69956,26.16719 -10.60151,37.43708 l 23.94799,23.94799 c 12.8888,-17.87595 19.8404,-39.34715 19.87417,-61.38507 C 233.25173,47.115274 186.13644,0 128.01682,0 Z"
+       id="path183" />
+    <path
+       inkscape:connector-curvature="0"
+       d="m 189.37588,190.56963 -23.90269,-23.90268 c -11.27745,6.89859 -24.23629,10.55974 -37.45637,10.58221 -39.772417,8e-5 -72.014343,-32.24185 -72.014264,-72.01426 0.03183,-13.215382 3.699547,-26.167196 10.60151,-37.437081 L 42.656067,43.849832 C 29.76725,61.725769 22.815686,83.196977 22.781918,105.2349 c 0,58.11962 47.115274,105.2349 105.234902,105.2349 22.03188,-0.0468 43.49344,-7.00726 61.35906,-19.90017 z"
+       id="path185" />
+    <circle
+       cx="128"
+       cy="105.2349"
+       r="33.503357"
+       id="circle187" />
+  </g>
+</svg>
diff --git a/src/font-logos/vectors/zorin.svg b/src/font-logos/vectors/zorin.svg
new file mode 100644 (file)
index 0000000..0d280b7
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   width="500"
+   height="500"
+   id="svg2"
+   version="1.1"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:dc="http://purl.org/dc/elements/1.1/">
+  <defs
+     id="defs4" />
+  <metadata
+     id="metadata7">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     id="layer1"
+     transform="translate(0,-552.36218)">
+    <path
+       d="m 246.43722,581.49833 -120.64217,0.0672 -34.929804,61.22793 H 410.30502 L 375.77826,581.90137 Z M 47.639613,718.76575 0.4843775,802.02631 44.415323,880.08099 H 61.376431 L 301.1158,718.76575 Z m 389.668837,0 -239.77296,161.31524 h 259.15229 l 43.7966,-77.38296 -47.22241,-83.93228 z m -349.969771,237.28756 37.885401,66.76959 129.30745,0.4031 120.67576,-0.067 38.28844,-67.10548 z"
+       id="path2985" />
+  </g>
+</svg>