From 39dc4b59c5a24089b3eac50fdd355fce471521c2 Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Wed, 13 Feb 2019 12:16:26 -0500 Subject: Adds Pleroma icon. Fixes #148 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 9 +++++++++ src/icons/svg/archlinux.svg | 23 ----------------------- src/icons/svg/pleroma.svg | 3 +++ 4 files changed, 18 insertions(+), 25 deletions(-) create mode 100644 src/icons/svg/pleroma.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index e33f4ec26..b90f0bfff 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "e250cef49ddf7558139afa38853dce2a33a0a7e9c54878d3d6819bb9513e1a61", - "current": "e250cef49ddf7558139afa38853dce2a33a0a7e9c54878d3d6819bb9513e1a61" + "previous": "962c5ffdd9bf7dc28beedde37db577fd7763bb0bf1ce6e1c0919b6cccb68fb17", + "current": "962c5ffdd9bf7dc28beedde37db577fd7763bb0bf1ce6e1c0919b6cccb68fb17" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -1991,6 +1991,10 @@ "codepoint": 61469, "source": "svg/play-circle-o.svg" }, + "pleroma": { + "codepoint": 62244, + "source": "svg/pleroma.svg" + }, "plug": { "codepoint": 61926, "source": "svg/plug.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index e9fdcc5f3..42e327f91 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7218,3 +7218,12 @@ icons: created: 1.1 categories: - Brand Icons + + - name: Pleroma + id: pleroma + unicode: f324 + created: 1.1 + url: pleroma.social + categories: + - Brand Icons + - Web Application Icons diff --git a/src/icons/svg/archlinux.svg b/src/icons/svg/archlinux.svg index 8a9529fe2..2eb08ec2f 100644 --- a/src/icons/svg/archlinux.svg +++ b/src/icons/svg/archlinux.svg @@ -1,26 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/icons/svg/pleroma.svg b/src/icons/svg/pleroma.svg new file mode 100644 index 000000000..0eb97e30b --- /dev/null +++ b/src/icons/svg/pleroma.svg @@ -0,0 +1,3 @@ + + + -- cgit v1.2.3