From c5af7d9586e5b5ff887ed8df191d132b66572e6f Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Sun, 14 Oct 2018 20:05:38 -0400 Subject: add icon: C fa-c fixes #101 --- src/icons/.fontcustom-manifest.json | 8 ++++++-- src/icons/icons.yml | 7 +++++++ src/icons/svg/c.svg | 3 +++ src/icons/svg/gimp.svg | 8 +------- 4 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 src/icons/svg/c.svg (limited to 'src') diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json index 9baf412fa..724c2a2a1 100644 --- a/src/icons/.fontcustom-manifest.json +++ b/src/icons/.fontcustom-manifest.json @@ -1,7 +1,7 @@ { "checksum": { - "previous": "ed6a5f88e665dc114ffea93eea44e1f15c7a2181af038201cbefe4990a602f3f", - "current": "ed6a5f88e665dc114ffea93eea44e1f15c7a2181af038201cbefe4990a602f3f" + "previous": "8946a028bf7e7a6815e1f931587462f6a9ecc2ae7e15d2e2a410b9bde925c667", + "current": "8946a028bf7e7a6815e1f931587462f6a9ecc2ae7e15d2e2a410b9bde925c667" }, "fonts": [ "forkawesome/forkawesome.ttf", @@ -403,6 +403,10 @@ "codepoint": 61965, "source": "svg/buysellads.svg" }, + "c": { + "codepoint": 62236, + "source": "svg/c.svg" + }, "calculator": { "codepoint": 61932, "source": "svg/calculator.svg" diff --git a/src/icons/icons.yml b/src/icons/icons.yml index 59e7962e2..16854fdf7 100644 --- a/src/icons/icons.yml +++ b/src/icons/icons.yml @@ -7165,3 +7165,10 @@ icons: url: gimp.org categories: - Brand Icons + + - name: C + id: c + unicode: f31c + created: 1.1 + categories: + - Brand Icons diff --git a/src/icons/svg/c.svg b/src/icons/svg/c.svg new file mode 100644 index 000000000..c19f3fb24 --- /dev/null +++ b/src/icons/svg/c.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/icons/svg/gimp.svg b/src/icons/svg/gimp.svg index e41f887bd..9440e2261 100644 --- a/src/icons/svg/gimp.svg +++ b/src/icons/svg/gimp.svg @@ -1,9 +1,3 @@ - - - - - - - + -- cgit v1.2.3