Skip to content

Commit

Permalink
Merge pull request #7074 from brave/mherrmann-fix-incognito-icon-in-s…
Browse files Browse the repository at this point in the history
…ettings

Fix incognito icon in cookie settings
  • Loading branch information
mherrmann authored Nov 10, 2020
2 parents c4d87f4 + 10da270 commit df28dba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions browser/resources/settings/brave_icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,12 @@
</defs>
</svg>
</iron-iconset-svg>
<iron-iconset-svg name="brave_settings20" size="20">
<svg>
<defs>
<g id="private-mode" viewBox="0 0 20 20">
<path fill="#495057" fill-rule="evenodd" d="M1.1 9.04c.14.46.42 3.12 1.27 3.89.87.79 4.17.77 4.8.43 1.42-.77 1.99-3.24 2.24-4.32.14-.62.59-.62.59-.62s.47 0 .62.61c.25 1.09.8 3.57 2.2 4.34.64.34 3.94.35 4.81-.44.85-.77 1.13-3.44 1.27-3.9.14-.46.85-.92 1-1.07.14-.15.14-.77 0-.92-.29-.3-3.62-.58-7.22-.15-.71.08-.98.3-2.68.3-1.7 0-1.97-.22-2.69-.3-3.59-.43-6.92-.16-7.2.15-.15.15-.15.77 0 .92.14.15.84.62.98 1.08z" clip-rule="evenodd"/>
</g>
</defs>
</svg>
</iron-iconset-svg>
3 changes: 3 additions & 0 deletions browser/resources/settings/brave_overrides/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ OverrideIronIcons('cr', 'brave_settings', {
['file-download']: 'download',
print: 'printing'
})
OverrideIronIcons('settings20', 'brave_settings20', {
incognito: 'private-mode'
})

0 comments on commit df28dba

Please sign in to comment.