From 43e7f35b5972dbd9309535d46e91cb4d9336461c Mon Sep 17 00:00:00 2001 From: Julien Deswaef Date: Mon, 8 Oct 2018 15:26:43 -0400 Subject: Adds Bootstrap icon. Fixes #90 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 8 ++++++++ src/icons/svg/bootstrap.svg | 3 +++ src/icons/svg/pixelfed.svg | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 src/icons/svg/bootstrap.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index 62b351576..08b57c6b3 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "1de221971e8a257ddc897b9eb3133a7a12d8328bd70079bb2faeb42879a0b4d6", - "current": "1de221971e8a257ddc897b9eb3133a7a12d8328bd70079bb2faeb42879a0b4d6" + "previous": "5835fcb2bb37593d60be0c63db65f6b6652b7522f3900266678a3d189ca655d0", + "current": "5835fcb2bb37593d60be0c63db65f6b6652b7522f3900266678a3d189ca655d0" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -359,6 +359,10 @@ "codepoint": 61591, "source": "svg/bookmark-o.svg" }, + "bootstrap": { + "codepoint": 62229, + "source": "svg/bootstrap.svg" + }, "braille": { "codepoint": 62113, "source": "svg/braille.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index e64a91d9c..09216efac 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7109,3 +7109,11 @@ icons: - photo categories: - Brand Icons + + - name: Bootstrap + id: bootstrap + unicode: f315 + created: 1.1 + url: getbootstrap.com + categories: + - Brand Icons diff --git a/src/icons/svg/bootstrap.svg b/src/icons/svg/bootstrap.svg new file mode 100644 index 000000000..40c1f79d3 --- /dev/null +++ b/src/icons/svg/bootstrap.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/svg/pixelfed.svg b/src/icons/svg/pixelfed.svg index 38bbc11b3..660f1f90d 100644 --- a/src/icons/svg/pixelfed.svg +++ b/src/icons/svg/pixelfed.svg @@ -1,3 +1,3 @@ - + -- cgit v1.2.3