UNPKG

@sexyicons/react

Version:

React components for sexy icons: Icons speak louder than words

6 lines (5 loc) 287 B
import React from "react"; import { IconProps } from "../helpers/withSVG"; export declare const Cross: React.FC<IconProps>; declare const _default: React.ForwardRefExoticComponent<import("../helpers/withSVG").SVGProps & React.RefAttributes<SVGSVGElement>>; export default _default;