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/icons
diff options
context:
space:
mode:
authorMichael Demetriou <accounts@qzx.gr>2019-07-11 11:52:08 +0300
committerMichael Demetriou <accounts@qzx.gr>2019-07-11 11:52:08 +0300
commitfd1e28956ebb506a2cc5ac7e55baff821fa6d83a (patch)
tree9850c8b142d29b342c1c4a55b8cab509d1a707fe /src/icons
parent161fb418a0bd65623b5d68a5284efe2fb0ed5851 (diff)
Add outlined ringing bell (#197) and added both to icons yml
Diffstat (limited to 'src/icons')
-rw-r--r--src/icons/.fontcustom-manifest.json20
-rw-r--r--src/icons/icons.yml24
-rw-r--r--src/icons/svg/bell-rigning-o.svg3
3 files changed, 45 insertions, 2 deletions
diff --git a/src/icons/.fontcustom-manifest.json b/src/icons/.fontcustom-manifest.json
index 555dc3b91..a820efe46 100644
--- a/src/icons/.fontcustom-manifest.json
+++ b/src/icons/.fontcustom-manifest.json
@@ -1,7 +1,7 @@
{
"checksum": {
- "previous": "5e70343708bbabf17bd7ed5ccd6d86fa226a0644fe3094d2912dfd1ea69fcbd5",
- "current": "5e70343708bbabf17bd7ed5ccd6d86fa226a0644fe3094d2912dfd1ea69fcbd5"
+ "previous": "11c5da837f14d8e26d9d2bc9668a361764ac731d7ca261306bc8d4bcaf4e7c78",
+ "current": "11c5da837f14d8e26d9d2bc9668a361764ac731d7ca261306bc8d4bcaf4e7c78"
},
"fonts": [
"forkawesome/forkawesome.ttf",
@@ -299,6 +299,14 @@
"codepoint": 61602,
"source": "svg/bell-o.svg"
},
+ "bell-rigning-o": {
+ "codepoint": 62256,
+ "source": "svg/bell-rigning-o.svg"
+ },
+ "bell-ringing": {
+ "codepoint": 62253,
+ "source": "svg/bell-ringing.svg"
+ },
"bell-slash": {
"codepoint": 61942,
"source": "svg/bell-slash.svg"
@@ -2655,6 +2663,10 @@
"codepoint": 61957,
"source": "svg/toggle-on.svg"
},
+ "tor-onion": {
+ "codepoint": 62254,
+ "source": "svg/tor-onion.svg"
+ },
"trademark": {
"codepoint": 62044,
"source": "svg/trademark.svg"
@@ -2859,6 +2871,10 @@
"codepoint": 61479,
"source": "svg/volume-down.svg"
},
+ "volume-mute": {
+ "codepoint": 62255,
+ "source": "svg/volume-mute.svg"
+ },
"volume-off": {
"codepoint": 61478,
"source": "svg/volume-off.svg"
diff --git a/src/icons/icons.yml b/src/icons/icons.yml
index 0d33f2ffb..c246580b8 100644
--- a/src/icons/icons.yml
+++ b/src/icons/icons.yml
@@ -7342,3 +7342,27 @@ icons:
- music
categories:
- Web Application Icons
+
+ - name: Ringing Bell
+ id: bell-ringing
+ unicode: f32d
+ created: 1.1
+ filter:
+ - alert
+ - reminder
+ - notification
+ - ringing
+ categories:
+ - Web Application Icons
+
+ - name: Ringing Bell Outlined
+ id: bell-ringing-o
+ unicode: f330
+ created: 1.1
+ filter:
+ - alert
+ - reminder
+ - notification
+ - ringing
+ categories:
+ - Web Application Icons \ No newline at end of file
diff --git a/src/icons/svg/bell-rigning-o.svg b/src/icons/svg/bell-rigning-o.svg
new file mode 100644
index 000000000..d93bbfd73
--- /dev/null
+++ b/src/icons/svg/bell-rigning-o.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="1536" height="1536">
+ <path d="M896 0c-53 0-96 43-96 96 0 14 3 27 8 39-265 39-424 249-424 441 0 483-172 707-320 832 0 70 58 128 128 128h448c0 141 115 256 256 256s256-115 256-256h448c70 0 128-58 128-128-148-125-320-349-320-832 0-192-159-402-424-441 5-12 8-25 8-39 0-53-43-96-96-96zM340.912 80.678C195.097 213.448 126.89 387.16 128.002 576.377l127.996-.754c-.937-159.462 50.644-290.63 171.09-400.3l-86.176-94.645zm1110.176 0l-86.176 94.644c120.446 109.67 172.027 240.839 171.09 400.301l127.996.754c1.112-189.216-67.095-362.93-212.91-495.7zM736 1520c9 0 16 7 16 16 0 79 65 144 144 144 9 0 16 7 16 16s-7 16-16 16c-97 0-176-79-176-176 0-9 7-16 16-16z"/>
+</svg>