import React from 'react' export type IconProps = React.SVGAttributes & { size?: string | number }