import * as React from "react"; import { SVGProps } from "react"; const SvgEyedropperOff = (props: SVGProps) => ( ); export default SvgEyedropperOff;