UNPKG

@master-c8/icons

Version:
6 lines (3 loc) 168 B
import { HTMLProps } from 'react'; export interface WebsiteProps extends HTMLProps<SVGAElement> {} export default function Website(props: WebsiteProps): JSX.Element;