Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2019-03-26 17:11:38 +0300
committerGitHub <noreply@github.com>2019-03-26 17:11:38 +0300
commit284743ccee32e71edf09bb59fa5cdb3c3a79f7c5 (patch)
treec2252cdea0586b9496506c400dc10391c63e8ed3 /src
parent7dd9950d5f2dba5476ee628b58e8f1aea0c17d85 (diff)
parente73a0f85bd65c619acef4c371b57f4f45510d4db (diff)
Merge pull request #183 from lucaspetter/wire
Add Wire icon (fixes #149)
Diffstat (limited to 'src')
-rw-r--r--src/icons/.fontcustom-manifest.json8
-rw-r--r--src/icons/icons.yml13
-rw-r--r--src/icons/svg/wire.svg3
3 files changed, 22 insertions, 2 deletions
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index 987868dff..555dc3b91 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "2a7fad9c738e72e6d0eaaebc4f3eb820859ccb29627557b3c601c45932fc3baa",
- "current": "2a7fad9c738e72e6d0eaaebc4f3eb820859ccb29627557b3c601c45932fc3baa"
+ "previous": "5e70343708bbabf17bd7ed5ccd6d86fa226a0644fe3094d2912dfd1ea69fcbd5",
+ "current": "5e70343708bbabf17bd7ed5ccd6d86fa226a0644fe3094d2912dfd1ea69fcbd5"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -2923,6 +2923,10 @@
"codepoint": 61818,
"source": "svg/windows.svg"
},
+ "wire": {
+ "codepoint": 62252,
+ "source": "svg/wire.svg"
+ },
"wordpress": {
"codepoint": 61850,
"source": "svg/wordpress.svg"
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index f53330cc4..78e568679 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -7306,3 +7306,16 @@ icons:
- passport
categories:
- Web Application Icons
+
+ - name: Wire
+ id: wire
+ unicode: f32c
+ created: 1.1
+ url: wire.com
+ filter:
+ - social network
+ - message
+ - messenger
+ - chat
+ categories:
+ - Brand Icons
diff --git a/src/icons/svg/wire.svg b/src/icons/svg/wire.svg
new file mode 100644
index 000000000..ab0297703
--- /dev/null
+++ b/src/icons/svg/wire.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="1792" width="1792">
+ <path d="M1792 1078.535c0 305.173-246.611 552.435-551.785 553.085-123.632 0-244.009-41.643-340.961-119.076a552.752 552.752 0 0 1-343.565 119.727C250.516 1632.272 0 1384.36 0 1079.185V208.562h105.412v869.322c.65 247.913 202.364 448.325 450.277 447.675 95.652 0 188.7-31.233 265.482-87.843-87.193-99.556-135.345-227.742-135.995-359.832V366.679c1.952-116.473 98.255-208.87 214.728-206.92 113.22 1.953 204.968 93.701 206.92 206.92v711.205c.65 132.09-46.85 259.625-132.741 359.832 197.81 147.056 477.606 106.061 624.662-91.747 57.26-77.433 88.494-171.133 87.843-268.085V208.562H1792zm-790.588-711.856c0-57.91-46.85-105.412-105.412-105.412-57.91 0-105.412 46.85-105.412 105.412v711.205c0 105.412 37.74 207.57 105.412 288.255 68.322-80.685 105.412-182.843 105.412-288.255z"/>
+</svg>