Skip to content

Commit

Permalink
Image asset tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Dec 17, 2024
1 parent f345160 commit b64fc68
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified public/backgrounds/planet-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/icons/GasIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { Color } from '../../styles/Color';
function _GasIcon({ color, ...rest }: DefaultIconProps) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" {...rest}>
<g clipPath="url(#a)">
<g clipPath="url(#gas-icon)">
<path
fill={color || Color.black}
d="M3.1 6.3A6.3 6.3 0 0 1 9.4 0H28a6.2 6.2 0 0 1 6.3 6.3v25a6.2 6.2 0 0 1 6.2 6.2v1.6a1.6 1.6 0 0 0 3.1 0V25h-1.5a1.6 1.6 0 0 1-1.6-1.6v-9.7a1.6 1.6 0 0 1 1.6-1.6h4.7a10 10 0 0 0-.7-3.8A3 3 0 0 0 45 6.9a5 5 0 0 0-2.8-.7 1.6 1.6 0 0 1 0-3c1.8 0 3.2.3 4.4 1 1.2.7 2 1.7 2.5 2.8.9 2 .9 4.6.9 6.5v10a1.6 1.6 0 0 1-1.6 1.5H47v14a4.7 4.7 0 0 1-9.4 0v-1.5a3.1 3.1 0 0 0-3.1-3.1v12.5H36a1.6 1.6 0 0 1 0 3.1H1.6a1.6 1.6 0 1 1 0-3.1H3V6.3Zm7.8 0a1.6 1.6 0 0 0-1.5 1.5v15.6a1.6 1.6 0 0 0 1.5 1.6h15.7a1.6 1.6 0 0 0 1.5-1.6V7.8a1.6 1.6 0 0 0-1.5-1.5H10.9Z"
/>
</g>
<defs>
<clipPath id="a">
<clipPath id="gas-icon">
<path fill="#fff" d="M0 0h50v50H0z" />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/components/icons/StopIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import { Color } from '../../styles/Color';
function _StopIcon({ color, ...rest }: DefaultIconProps) {
return (
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" {...rest}>
<g clipPath="url(#a)">
<g clipPath="url(#stop-icon)">
<path
fill={color || Color.black}
d="M3.5 12 0 8.5v-5L3.5 0h5L12 3.5v5L8.5 12h-5Zm.6-3.2L6 7l1.9 2 1-1-2-1.9 2-1.9-1-1-1.9 2-1.9-2-1 1 2 1.9-2 1.9 1 1Zm0 1.9h3.8l2.8-2.8V4.1L7.9 1.3H4.1L1.3 4.1v3.8l2.8 2.8Z"
/>
</g>
<defs>
<clipPath id="a">
<clipPath id="stop-icon">
<path fill="#fff" d="M0 0h12v12H0z" />
</clipPath>
</defs>
Expand Down
2 changes: 1 addition & 1 deletion src/images/icons/plus-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b64fc68

Please sign in to comment.