mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
Merge pull request #198 from qwazix/master
Create ringing bell (Fix #197)
This commit is contained in:
commit
0e2329d7b5
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 470 KiB After Width: | Height: | Size: 474 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"checksum": {
|
"checksum": {
|
||||||
"previous": "5e70343708bbabf17bd7ed5ccd6d86fa226a0644fe3094d2912dfd1ea69fcbd5",
|
"previous": "11c5da837f14d8e26d9d2bc9668a361764ac731d7ca261306bc8d4bcaf4e7c78",
|
||||||
"current": "5e70343708bbabf17bd7ed5ccd6d86fa226a0644fe3094d2912dfd1ea69fcbd5"
|
"current": "11c5da837f14d8e26d9d2bc9668a361764ac731d7ca261306bc8d4bcaf4e7c78"
|
||||||
},
|
},
|
||||||
"fonts": [
|
"fonts": [
|
||||||
"forkawesome/forkawesome.ttf",
|
"forkawesome/forkawesome.ttf",
|
||||||
@ -299,6 +299,14 @@
|
|||||||
"codepoint": 61602,
|
"codepoint": 61602,
|
||||||
"source": "svg/bell-o.svg"
|
"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": {
|
"bell-slash": {
|
||||||
"codepoint": 61942,
|
"codepoint": 61942,
|
||||||
"source": "svg/bell-slash.svg"
|
"source": "svg/bell-slash.svg"
|
||||||
@ -2655,6 +2663,10 @@
|
|||||||
"codepoint": 61957,
|
"codepoint": 61957,
|
||||||
"source": "svg/toggle-on.svg"
|
"source": "svg/toggle-on.svg"
|
||||||
},
|
},
|
||||||
|
"tor-onion": {
|
||||||
|
"codepoint": 62254,
|
||||||
|
"source": "svg/tor-onion.svg"
|
||||||
|
},
|
||||||
"trademark": {
|
"trademark": {
|
||||||
"codepoint": 62044,
|
"codepoint": 62044,
|
||||||
"source": "svg/trademark.svg"
|
"source": "svg/trademark.svg"
|
||||||
@ -2859,6 +2871,10 @@
|
|||||||
"codepoint": 61479,
|
"codepoint": 61479,
|
||||||
"source": "svg/volume-down.svg"
|
"source": "svg/volume-down.svg"
|
||||||
},
|
},
|
||||||
|
"volume-mute": {
|
||||||
|
"codepoint": 62255,
|
||||||
|
"source": "svg/volume-mute.svg"
|
||||||
|
},
|
||||||
"volume-off": {
|
"volume-off": {
|
||||||
"codepoint": 61478,
|
"codepoint": 61478,
|
||||||
"source": "svg/volume-off.svg"
|
"source": "svg/volume-off.svg"
|
||||||
|
@ -7342,3 +7342,27 @@ icons:
|
|||||||
- music
|
- music
|
||||||
categories:
|
categories:
|
||||||
- Web Application Icons
|
- 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
|
3
src/icons/svg/bell-rigning-o.svg
Normal file
3
src/icons/svg/bell-rigning-o.svg
Normal file
@ -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>
|
After Width: | Height: | Size: 706 B |
3
src/icons/svg/bell-ringing.svg
Normal file
3
src/icons/svg/bell-ringing.svg
Normal file
@ -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.7zM896 256c262 0 384 191 384 320 0 356 87 630 266 832H246c179-202 266-476 266-832 0-129 122-320 384-320zM736 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>
|
After Width: | Height: | Size: 808 B |
Loading…
Reference in New Issue
Block a user