Fix plant icon (#7195)

* Fix plant icon

* Also change phone icon name
This commit is contained in:
saltrafael 2021-09-30 15:05:39 -03:00 committed by GitHub
parent 819bdea0c6
commit 81abae875f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 7 deletions

View file

@ -2469,7 +2469,7 @@ export const icons = {
<line x1="4" y1="4" x2="9" y2="9" />
</g>
),
[ICONS.PRIMARY_CONTENT]: buildIcon(
[ICONS.HOLD_PHONE]: buildIcon(
<g>
<path d="M12 17.491L1.5 17.491" />
<path d="M8,19.241H8a.25.25,0,0,1,.25.25h0a.25.25,0,0,1-.25.25H8a.25.25,0,0,1-.25-.25h0a.25.25,0,0,1,.25-.25" />
@ -2482,11 +2482,14 @@ export const icons = {
),
[ICONS.LIFE]: buildIcon(
<g>
<path d="M12.36,3.61A2.46,2.46,0,0,0,9.9,6.07,3.08,3.08,0,0,0,13,9.14,3.84,3.84,0,0,0,16.81,5.3,4.8,4.8,0,0,0,12,.5a6,6,0,0,0-6,6c0,1,0,3.5,4.5,6.5C15.94,16.62,13,23.5,13,23.5" />
<path d="M13,15.8a4,4,0,0,0,1.41-2.3" />
<circle cx="14.49" cy="12.5" r="1" />
<path d="M13.73,20.57A4,4,0,0,0,16.51,19" />
<circle cx="16.99" cy="18.12" r="1" />
<path d="M12 23.5L12 6.836" />
<path d="M12,6.836s2-1.291,2-3.228a4.144,4.144,0,0,0-1.69-3,.49.49,0,0,0-.621,0,4.143,4.143,0,0,0-1.689,3C10,5.545,12,6.836,12,6.836Z" />
<path d="M12,10.455s.9-4.038,6.093-4.038a.5.5,0,0,1,.419.8A7.942,7.942,0,0,1,12,10.455Z" />
<path d="M12,10.455s-.9-4.038-6.093-4.038a.5.5,0,0,0-.419.8A7.942,7.942,0,0,0,12,10.455Z" />
<path d="M12,15.455s1.809-4.31,7.6-3.2a.5.5,0,0,1,.262.858A8.855,8.855,0,0,1,12,15.455Z" />
<path d="M12,15.455s-1.809-4.31-7.6-3.2a.5.5,0,0,0-.262.858A8.855,8.855,0,0,0,12,15.455Z" />
<path d="M12,19.955s-2.767-3.766-8.139-1.331a.505.505,0,0,0-.054.9A8.853,8.853,0,0,0,12,19.955Z" />
<path d="M12,19.955s2.767-3.766,8.139-1.331a.505.505,0,0,1,.054.9A8.853,8.853,0,0,1,12,19.955Z" />
</g>
),
[ICONS.ARTISTS]: buildIcon(

View file

@ -174,7 +174,7 @@ export const BADGE_STREAMER = 'BadgeStreamer';
export const REPLAY = 'Replay';
export const REPEAT = 'Repeat';
export const SHUFFLE = 'Shuffle';
export const PRIMARY_CONTENT = 'Primary Content';
export const HOLD_PHONE = 'HOLD_PHONE';
export const LIFE = 'Life';
export const ARTISTS = 'Artists';
export const MYSTERIES = 'Mysteries';