Skip to content

Commit

Permalink
update browser icon
Browse files Browse the repository at this point in the history
The shade of green for the checkmark has changed after some discussions
  • Loading branch information
mikescamell committed Jan 10, 2025
1 parent b6e1831 commit 644846a
Showing 1 changed file with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M7.667,3.333c-0.737,0 -1.333,0.59 -1.333,1.326V19.34c0,0.737 0.596,1.327 1.333,1.327h3.844a6.5,6.5 0,0 1,6.156 -10.562V4.666c0,-0.737 -0.597,-1.334 -1.334,-1.334H7.668Z"
android:fillColor="#EEE"/>
<path
android:pathData="M10.667,4a0.667,0.667 0,1 0,0 1.333h2.666a0.667,0.667 0,1 0,0 -1.333z"
android:fillColor="#666"/>
<path
android:pathData="M7.75,2A2.75,2.75 0,0 0,5 4.75v14.5A2.75,2.75 0,0 0,7.75 22h3.412c0.543,0 0.812,-0.804 0.453,-1.212a6.526,6.526 0,0 1,-0.239 -0.288H7.75c-0.69,0 -1.25,-0.56 -1.25,-1.25V4.75c0,-0.69 0.56,-1.25 1.25,-1.25h8.5c0.69,0 1.25,0.56 1.25,1.25v5.326c0.249,0.039 0.493,0.091 0.732,0.157 0.373,0.103 0.768,-0.161 0.768,-0.548V4.75A2.75,2.75 0,0 0,16.25 2z"
android:fillColor="#666"/>
<path
android:pathData="M22,16.5a5.5,5.5 0,1 1,-11 0,5.5 5.5,0 0,1 11,0"
android:fillColor="#4CBA3C"/>
<path
android:pathData="M16.5,20.5a4,4 0,1 0,0 -8,4 4,0 0,0 0,8m0,1.5a5.5,5.5 0,1 0,0 -11,5.5 5.5,0 0,0 0,11"
android:fillColor="#288419"
android:fillType="evenOdd"/>
<path
android:pathData="M19.03,14.97a0.75,0.75 0,0 1,0 1.06l-2.5,2.5a0.75,0.75 0,0 1,-1.06 0l-1.5,-1.5a0.75,0.75 0,1 1,1.06 -1.06l0.97,0.97 1.97,-1.97a0.75,0.75 0,0 1,1.06 0Z"
android:fillColor="#fff"
android:fillType="evenOdd"/>
<path
android:fillColor="#EEE"
android:pathData="M7.667,3.333c-0.737,0 -1.333,0.59 -1.333,1.326V19.34c0,0.737 0.596,1.327 1.333,1.327h3.844a6.5,6.5 0,0 1,6.156 -10.562V4.666c0,-0.737 -0.597,-1.334 -1.334,-1.334H7.668Z" />
<path
android:fillColor="#666"
android:pathData="M10.667,4a0.667,0.667 0,1 0,0 1.333h2.666a0.667,0.667 0,1 0,0 -1.333h-2.666Z" />
<path
android:fillColor="#666"
android:pathData="M7.75,2A2.75,2.75 0,0 0,5 4.75v14.5A2.75,2.75 0,0 0,7.75 22h3.412c0.543,0 0.812,-0.804 0.453,-1.212a6.526,6.526 0,0 1,-0.239 -0.288H7.75c-0.69,0 -1.25,-0.56 -1.25,-1.25V4.75c0,-0.69 0.56,-1.25 1.25,-1.25h8.5c0.69,0 1.25,0.56 1.25,1.25v5.326c0.249,0.039 0.493,0.091 0.732,0.157 0.373,0.103 0.768,-0.161 0.768,-0.548V4.75A2.75,2.75 0,0 0,16.25 2h-8.5Z" />
<path
android:fillColor="#B3F1AA"
android:pathData="M22,16.5a5.5,5.5 0,1 1,-11 0,5.5 5.5,0 0,1 11,0Z" />
<path
android:fillColor="#4CBA3C"
android:fillType="evenOdd"
android:pathData="M16.5,20.5a4,4 0,1 0,0 -8,4 4,0 0,0 0,8ZM16.5,22a5.5,5.5 0,1 0,0 -11,5.5 5.5,0 0,0 0,11Z" />
<path
android:fillColor="#4CBA3C"
android:fillType="evenOdd"
android:pathData="M19.03,14.97a0.75,0.75 0,0 1,0 1.06l-2.5,2.5a0.75,0.75 0,0 1,-1.06 0l-1.5,-1.5a0.75,0.75 0,1 1,1.06 -1.06l0.97,0.97 1.97,-1.97a0.75,0.75 0,0 1,1.06 0Z" />
</vector>

0 comments on commit 644846a

Please sign in to comment.