UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

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