@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.38 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var OpenEyesMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M3.94 11.427a.93.93 0 0 0-.19.573v.005a.93.93 0 0 0 .193.571c.707.856 1.851 2.097 3.27 3.121 1.429 1.032 3.072 1.795 4.787 1.795s3.358-.764 4.787-1.795c1.42-1.025 2.566-2.268 3.273-3.124a.93.93 0 0 0 .19-.573.93.93 0 0 0-.19-.573c-.707-.856-1.852-2.1-3.273-3.124C15.358 7.272 13.715 6.508 12 6.508s-3.358.764-4.787 1.795c-1.42 1.025-2.566 2.268-3.273 3.124m2.395-4.34c1.56-1.126 3.51-2.08 5.665-2.08s4.105.954 5.665 2.08c1.566 1.13 2.806 2.482 3.555 3.39l.007.008c.343.427.523.968.523 1.515 0 .549-.18 1.088-.523 1.515l-.007.009c-.75.907-1.989 2.259-3.555 3.39-1.56 1.125-3.51 2.078-5.665 2.078s-4.105-.953-5.665-2.079c-1.566-1.13-2.806-2.482-3.555-3.39l-.012-.014a2.43 2.43 0 0 1-.518-1.511v-.003L3 12h-.75v-.002c0-.547.18-1.087.523-1.513l.007-.009c.75-.907 1.989-2.259 3.555-3.39m3.173 2.42a3.524 3.524 0 1 1 4.984 4.985 3.524 3.524 0 0 1-4.984-4.984M12 9.977a2.024 2.024 0 1 0 0 4.048 2.024 2.024 0 0 0 0-4.048", clipRule: "evenodd" }))); });
OpenEyesMIcon.displayName = 'OpenEyesMIcon';