UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 2.41 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LinkOffMIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.46967 2.46967C2.76256 2.17678 3.23744 2.17678 3.53033 2.46967L12 10.9393L14.2389 8.70044C14.5318 8.40755 15.0067 8.40755 15.2996 8.70044C15.5925 8.99333 15.5925 9.46821 15.2996 9.7611L13.0607 12L21.5303 20.4697C21.8232 20.7626 21.8232 21.2374 21.5303 21.5303C21.2374 21.8232 20.7626 21.8232 20.4697 21.5303L2.46967 3.53033C2.17678 3.23744 2.17678 2.76256 2.46967 2.46967ZM13.1683 4.96929L11.1457 6.99188C10.8528 7.28477 10.3779 7.28477 10.085 6.99188C9.79211 6.69899 9.79211 6.22411 10.085 5.93122L12.1207 3.89553C13.1852 2.86507 14.6121 2.29438 16.0936 2.30641C17.5751 2.31843 18.9925 2.91229 20.0401 3.9599C21.0877 5.0075 21.6815 6.4249 21.6936 7.90638C21.7056 9.38787 21.1348 10.8147 20.1044 11.8792L20.0959 11.8879L18.0687 13.915C17.7758 14.2078 17.301 14.2078 17.0081 13.915C16.7152 13.6221 16.7152 13.1472 17.0081 12.8543L19.0307 10.8317C19.7848 10.0504 20.2024 9.00449 20.1936 7.91856C20.1848 6.83067 19.7487 5.78984 18.9794 5.02056C18.2101 4.25127 17.1693 3.81519 16.0814 3.80636C14.9955 3.79754 13.9495 4.21516 13.1683 4.96929ZM6.9919 10.0851C7.28479 10.378 7.28479 10.8528 6.9919 11.1457L4.96931 13.1683C4.21518 13.9495 3.79756 14.9955 3.80638 16.0815C3.81521 17.1693 4.25129 18.2102 5.02057 18.9795C5.78986 19.7487 6.83069 20.1848 7.91858 20.1937C9.00451 20.2025 10.0505 19.7849 10.8317 19.0308L12.8543 17.0081C13.1472 16.7152 13.6221 16.7152 13.915 17.0081C14.2079 17.301 14.2079 17.7759 13.915 18.0688L11.8793 20.1045C10.8148 21.1349 9.38789 21.7056 7.9064 21.6936C6.42491 21.6816 5.00752 21.0877 3.95991 20.0401C2.91231 18.9925 2.31845 17.5751 2.30643 16.0936C2.2944 14.6121 2.86516 13.1853 3.89562 12.1208L3.90409 12.1121L5.93124 10.0851C6.22413 9.79217 6.699 9.79217 6.9919 10.0851ZM10.4535 13.5466C10.7464 13.8395 10.7464 14.3144 10.4535 14.6073L9.76119 15.2996C9.4683 15.5925 8.99343 15.5925 8.70053 15.2996C8.40764 15.0067 8.40764 14.5318 8.70053 14.2389L9.39284 13.5466C9.68573 13.2537 10.1606 13.2537 10.4535 13.5466Z", fill: "currentColor" }))); }); LinkOffMIcon.displayName = 'LinkOffMIcon';