fix controversial icon spacing
This commit is contained in:
parent
f534291767
commit
ec3307320a
1 changed files with 1 additions and 1 deletions
|
@ -873,7 +873,7 @@ export const icons = {
|
||||||
<svg
|
<svg
|
||||||
{...props}
|
{...props}
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
viewBox="-2 0 26 24"
|
viewBox="-6 0 26 24"
|
||||||
width={props.size || '18'}
|
width={props.size || '18'}
|
||||||
height={props.size || '18'}
|
height={props.size || '18'}
|
||||||
fill="none"
|
fill="none"
|
||||||
|
|
Loading…
Reference in a new issue