Better internet search icon

This commit is contained in:
Kovid Goyal 2020-08-07 13:00:24 +05:30
parent 31710ba335
commit e0f142f1c8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 4 additions and 2 deletions

View File

@ -1 +0,0 @@
<svg width="1792" height="1792" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"><path d="M704 320v768q0 26-19 45t-45 19v576q0 26-19 45t-45 19h-512q-26 0-45-19t-19-45v-512l249-873q7-23 31-23h424zm320 0v704h-256v-704h256zm768 896v512q0 26-19 45t-45 19h-512q-26 0-45-19t-19-45v-576q-26 0-45-19t-19-45v-768h424q24 0 31 23zm-1056-1184v224h-352v-224q0-14 9-23t23-9h288q14 0 23 9t9 23zm672 0v224h-352v-224q0-14 9-23t23-9h288q14 0 23 9t9 23z"/></svg>

Before

Width:  |  Height:  |  Size: 453 B

View File

@ -0,0 +1,3 @@
<svg width="300px" height="300px" version="1.1" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<path d="m64.094 61.452-4.403-4.403c4.448-5.099 7.153-11.754 7.153-19.024 0-15.973-13.027-29-29-29s-29 13.027-29 29 13.027 29 29 29c7.268 0 13.919-2.703 19.018-7.147l4.403 4.403zm-4.799-24.422h-8.295v-0.195c-0.09-3.781-0.683-7.312-1.656-10.403 1.975-0.458 3.778-1.039 5.366-1.724 2.703 3.423 4.376 7.682 4.585 12.322zm-20.95-20.481c3.348 0.298 6.363 3.531 8.328 8.386-2.599 0.454-5.421 0.705-8.328 0.731zm-2 9.096c-2.542-0.069-5.002-0.307-7.287-0.703 1.764-4.361 4.364-7.436 7.287-8.231zm0 1.999v9.387h-9.643c0.09-3.688 0.688-7.169 1.661-10.18 2.501 0.454 5.2 0.719 7.982 0.793zm0 11.386v9.847c-2.723 0.071-5.362 0.329-7.815 0.767-1.064-3.106-1.727-6.743-1.827-10.613h9.642zm0 11.846v8.416c-2.813-0.766-5.33-3.641-7.088-7.745 2.23-0.376 4.618-0.604 7.088-0.671zm2-0.022c2.819 0.025 5.555 0.265 8.086 0.693-1.964 4.584-4.873 7.638-8.086 7.928zm0-2v-9.824h10.641c-0.101 3.869-0.763 7.506-1.826 10.612-2.755-0.49-5.744-0.76-8.815-0.788zm0-11.824v-9.364c3.146-0.028 6.212-0.307 9.023-0.821 0.952 2.962 1.544 6.374 1.631 10.014v0.172h-10.654zm10.33-12.497c-1.13-2.892-2.619-5.299-4.354-7.03 3.465 1.097 6.542 3.057 9.002 5.615-1.394 0.557-2.953 1.032-4.648 1.415zm-21.606 0.012c-1.714-0.385-3.297-0.861-4.708-1.424 2.482-2.582 5.591-4.558 9.092-5.65-1.744 1.739-3.243 4.166-4.384 7.074zm-0.671 1.896c-1.002 3.15-1.607 6.752-1.695 10.589h-8.31c0.209-4.642 1.883-8.9 4.587-12.324 1.603 0.69 3.424 1.274 5.418 1.735zm-10.002 12.589h8.308c0.098 4.013 0.76 7.768 1.851 11.016-1.932 0.438-3.705 0.989-5.277 1.643-2.874-3.473-4.653-7.866-4.882-12.659zm10.863 12.906c1.115 2.697 2.546 4.952 4.193 6.596-3.336-1.041-6.322-2.876-8.744-5.28 1.371-0.523 2.911-0.957 4.551-1.316zm21.17 0c1.642 0.36 3.175 0.798 4.545 1.32-2.42 2.401-5.406 4.235-8.739 5.275 1.648-1.643 3.079-3.898 4.194-6.595zm0.706-1.891c1.09-3.248 1.752-7.002 1.85-11.015h8.307c-0.229 4.793-2.008 9.187-4.882 12.658-1.571-0.652-3.344-1.206-5.275-1.643zm40.562 32.401-20.47-20.47-7.071 7.071 20.471 20.471c1.944 1.944 5.127 1.944 7.071 0v-1e-3c1.944-1.945 1.944-5.126-1e-3 -7.071z"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -169,7 +169,7 @@ def all_actions():
'quick_highlight': a('highlight', _('Quick highlight in current color'), 'quick_highlight'),
'highlight': a('highlight', _('Highlight selection'), 'create_highlight'),
'search': a('search', _('Search for selection in the book'), 'book_search'),
'search_net': a('binoculars', _('Search for selection on the net'), 'internet_search'),
'search_net': a('global-search', _('Search for selection on the net'), 'internet_search'),
'remove_highlight': a('trash', _('Remove this highlight'), 'remove_highlight', True),
'clear': a('close', _('Clear selection'), 'clear_selection'),
}