UNPKG

box-ui-elements

Version:
5 lines (4 loc) 227 B
import * as React from 'react'; import { SVGProps } from '../../../components/accessible-svg/AccessibleSVG'; declare const RefreshIcon: ({ className, height, width }: SVGProps) => React.JSX.Element; export default RefreshIcon;