@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.08 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var UnlinkMIcon = 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: "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" }))); });
UnlinkMIcon.displayName = 'UnlinkMIcon';