UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 174 B
import React from 'react'; import { LeadGenIconProps } from "./"; declare const Star: ({ className, style }: LeadGenIconProps) => React.JSX.Element; export default Star;