Add 'strokeWidth' prop to Icon
This commit is contained in:
parent
fd6ae83fe7
commit
afec2ad9ea
|
@ -2,7 +2,7 @@ import React from 'react';
|
||||||
|
|
||||||
import SvgIcon from './svg-icon';
|
import SvgIcon from './svg-icon';
|
||||||
|
|
||||||
interface IIcon {
|
interface IIcon extends Pick<React.SVGAttributes<SVGAElement>, 'strokeWidth'> {
|
||||||
className?: string,
|
className?: string,
|
||||||
count?: number,
|
count?: number,
|
||||||
alt?: string,
|
alt?: string,
|
||||||
|
|
Loading…
Reference in New Issue