@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.64 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EyeCrossSIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.EyeCrossSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M.47.47a.75.75 0 0 1 1.06 0l2.95 2.95C5.51 2.834 6.705 2.404 8 2.404c1.722 0 3.27.76 4.496 1.646 1.232.889 2.205 1.95 2.792 2.66l.006.009c.291.363.443.82.443 1.281 0 .463-.152.919-.443 1.281l-.007.01c-.537.649-1.402 1.599-2.496 2.44l2.74 2.739a.75.75 0 0 1-1.061 1.06l-14-14a.75.75 0 0 1 0-1.06m11.25 10.19c1.037-.768 1.878-1.681 2.407-2.32a.55.55 0 0 0 .11-.34.56.56 0 0 0-.11-.34c-.545-.658-1.423-1.61-2.509-2.394C10.525 4.476 9.282 3.904 8 3.904c-.83 0-1.643.24-2.412.624l.966.965a2.904 2.904 0 0 1 3.953 3.953zM9.352 8.292a1.404 1.404 0 0 0-1.644-1.644zM3.32 5.113a.75.75 0 0 1-.042 1.06 16 16 0 0 0-1.404 1.488.56.56 0 0 0-.11.339v.005c0 .122.039.24.113.338.545.658 1.422 1.609 2.506 2.391 1.095.79 2.336 1.362 3.618 1.362.474 0 .941-.077 1.398-.215a.75.75 0 0 1 .435 1.435 6.3 6.3 0 0 1-1.833.28c-1.722 0-3.27-.76-4.496-1.645C2.272 11.06 1.299 10 .713 9.29L.7 9.275a2.05 2.05 0 0 1-.438-1.277v-.003l.75.005h-.75v-.002c0-.46.152-.917.443-1.28l.007-.008c.374-.451.9-1.042 1.547-1.639a.75.75 0 0 1 1.06.042", clipRule: "evenodd" }))); });
exports.EyeCrossSIcon.displayName = 'EyeCrossSIcon';