mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 05:26:36 +00:00
fix(svgs/GlyphHome): fix fill color
This commit is contained in:
parent
5f34d89871
commit
3a77002882
1 changed files with 7 additions and 1 deletions
|
|
@ -5,9 +5,15 @@ const [w, h] = [180, 278];
|
||||||
export const GlyphHome = createIcon({
|
export const GlyphHome = createIcon({
|
||||||
displayName: 'GlyphHome',
|
displayName: 'GlyphHome',
|
||||||
viewBox: `0 0 ${w} ${h}`,
|
viewBox: `0 0 ${w} ${h}`,
|
||||||
d: 'M90 276.5v-69.121L2.765 157.376 90 276.5zM90 276.5v-69.121l87.236-50.003L90 276.5zM90 190.325v-87.442L1.5 141.27 90 190.325zM90 190.325v-87.442l88.5 38.387L90 190.325zM1.5 140.901 90 1.5v100.76L1.5 140.901zM178.5 140.901 90 1.5v100.76l88.5 38.641z',
|
path: (
|
||||||
|
<path
|
||||||
|
d='M90 276.5v-69.121L2.765 157.376 90 276.5zM90 276.5v-69.121l87.236-50.003L90 276.5zM90 190.325v-87.442L1.5 141.27 90 190.325zM90 190.325v-87.442l88.5 38.387L90 190.325zM1.5 140.901 90 1.5v100.76L1.5 140.901zM178.5 140.901 90 1.5v100.76l88.5 38.641z'
|
||||||
|
stroke='currentColor'
|
||||||
|
/>
|
||||||
|
),
|
||||||
defaultProps: {
|
defaultProps: {
|
||||||
color: 'primary',
|
color: 'primary',
|
||||||
|
fill: 'none',
|
||||||
w,
|
w,
|
||||||
h
|
h
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue