From 05bb05f3f051284cef5e5fabbb6a45c1fc108c97 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Tue, 12 Feb 2019 17:46:29 -0500 Subject: Adding an Archlinux icon. Fixes #126 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 7 +++++++ src/icons/svg/archlinux.svg | 26 ++++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 2 deletions(-) create mode 100644 src/icons/svg/archlinux.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index f83bfbfab..e33f4ec26 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "d51c3ae36a661325a7761981dd4216ba607aae9721841528f1193804b20ae99d", - "current": "d51c3ae36a661325a7761981dd4216ba607aae9721841528f1193804b20ae99d" + "previous": "e250cef49ddf7558139afa38853dce2a33a0a7e9c54878d3d6819bb9513e1a61", + "current": "e250cef49ddf7558139afa38853dce2a33a0a7e9c54878d3d6819bb9513e1a61" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -127,6 +127,10 @@ "codepoint": 62204, "source": "svg/archive-org.svg" }, + "archlinux": { + "codepoint": 62243, + "source": "svg/archlinux.svg" + }, "area-chart": { "codepoint": 61950, "source": "svg/area-chart.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index 544b8b9c8..e9fdcc5f3 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7211,3 +7211,10 @@ icons: created: 1.1 categories: - Brand Icons + + - name: Archlinux + id: archlinux + unicode: f323 + created: 1.1 + categories: + - Brand Icons diff --git a/src/icons/svg/archlinux.svg b/src/icons/svg/archlinux.svg new file mode 100644 index 000000000..8a9529fe2 --- /dev/null +++ b/src/icons/svg/archlinux.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3