UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 185 B
import React from 'react'; declare const StarIcon: ({ isFull, ...props }: React.SVGProps<SVGSVGElement> & { isFull?: boolean; }) => React.JSX.Element; export default StarIcon;