/// declare const FillIcon: ({ width, height, color }: { width?: number | undefined; height?: number | undefined; color?: string | undefined; }) => JSX.Element; export default FillIcon;