UNPKG

@react-md/material-icons

Version:

This package is just a simple wrapper for using material icons within react-md as either font icons or svg icons.

4 lines (3 loc) 199 B
import React from "react"; import { FontIconProps } from "@react-md/icon"; export declare const ViewModuleFontIcon: React.ForwardRefExoticComponent<FontIconProps & React.RefAttributes<HTMLElement>>;