Some icon fixes (#16044)

feature/default_network_editable
George Marshall 2 years ago committed by GitHub
parent d8300712ac
commit 90b6dbd379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/images/icons/icon-search-filled.svg
  2. 2
      ui/components/component-library/icon/icon.js

@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" id="icon-search-filled" viewBox="0 0 512 512">
<path d="m241 440c108 0 195-87 195-194 0-108-87-195-195-195-107 0-194 87-194 195 0 107 87 194 194 194z m201 21c-4 0-7-2-10-4l-38-38c-6-6-6-15 0-21 5-5 14-5 20 0l38 38c6 6 6 15 0 21-3 2-6 4-10 4z"/>
<path d="m450 469c-5 0-10-2-14-5l-38-39c-4-4-6-9-6-14 0-5 2-10 6-13 3-4 8-6 13-6 5 0 10 2 14 6l39 38c3 4 5 9 5 14 0 5-2 10-5 14-4 3-9 5-14 5z m-204-19c-112 0-203-91-203-204 0-112 91-203 203-203 113 0 204 91 204 203 0 113-91 204-204 204z m0-369c-43 0-85 18-116 49-31 31-49 73-49 116 0 44 18 86 49 117 31 31 73 48 116 48 44 0 86-17 117-48 31-31 48-73 48-117 0-43-17-85-48-116-31-31-73-49-117-49z"/>
</svg>

Before

Width:  |  Height:  |  Size: 294 B

After

Width:  |  Height:  |  Size: 493 B

@ -61,7 +61,7 @@ Icon.propTypes = {
* Addition style properties to apply to the icon.
* The Icon component uses inline styles to apply the icon's mask-image so be wary of overriding
*/
style: PropTypes.style,
style: PropTypes.object,
/**
* Icon accepts all the props from Box
*/

Loading…
Cancel
Save