UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

8 lines (7 loc) 290 B
import type { SVGProps } from "react"; import type { IconProps } from "../types.js"; declare const IconFlipVerticalCheckFilled: { (props: IconProps & SVGProps<SVGSVGElement>): import("react/jsx-runtime").JSX.Element; iconName: string; }; export default IconFlipVerticalCheckFilled;