UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.24 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UnlinkMIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.UnlinkMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.47 2.47a.75.75 0 0 1 1.06 0L12 10.94l2.239-2.24a.75.75 0 0 1 1.06 1.061L13.062 12l8.47 8.47a.75.75 0 1 1-1.061 1.06l-18-18a.75.75 0 0 1 0-1.06m10.698 2.5-2.022 2.022a.75.75 0 0 1-1.061-1.06l2.036-2.036a5.646 5.646 0 0 1 7.983 7.983l-.008.009-2.027 2.027a.75.75 0 0 1-1.06-1.06l2.022-2.023a4.146 4.146 0 0 0-5.863-5.863m-6.176 5.115a.75.75 0 0 1 0 1.06l-2.023 2.023a4.146 4.146 0 0 0 5.863 5.863l2.022-2.023a.75.75 0 0 1 1.061 1.06l-2.036 2.037a5.647 5.647 0 0 1-7.983-7.984l.008-.009 2.027-2.027a.75.75 0 0 1 1.06 0m3.462 3.462a.75.75 0 0 1 0 1.06l-.693.693a.75.75 0 1 1-1.06-1.061l.692-.692a.75.75 0 0 1 1.06 0", clipRule: "evenodd" }))); }); exports.UnlinkMIcon.displayName = 'UnlinkMIcon';