UNPKG

@makeen.io/material-ui-kit

Version:
12 lines (11 loc) 294 B
import React from "react"; export interface IconProps { fill?: string; group?: "" | "color" | "filled" | "linear" | "thin" | undefined; height?: number | string; name: string; viewBox?: string; width?: number | string; } declare const _default; export default _default;