UNPKG

@blueprintjs/icons

Version:

Components, fonts, icons, and css files for creating and displaying icons.

9 lines (8 loc) 260 B
import * as React from "react"; import type { SVGIconProps } from "../../svgIconProps"; export declare const YenIcon: React.FC<SVGIconProps>; /** * @deprecated Use {@link YenIcon} instead. */ export declare const Yen: typeof YenIcon; export default YenIcon;