UNPKG

@skymp/skymp-ui-components

Version:

Library of UI components, styles and resources of Skymp

6 lines (5 loc) 207 B
import React from "react"; export interface EyeSVGProps extends React.SVGProps<SVGSVGElement> { isOpen?: boolean; } export declare const EyeIcon: ({ isOpen, ...props }: EyeSVGProps) => JSX.Element;