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