UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.7 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LinkOffSIcon = forwardRef(function (props, ref) { return (React.createElement("svg", __assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), React.createElement("g", { clipPath: "url(#clip0_8_55)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0.46967 0.46967C0.762563 0.176777 1.23744 0.176777 1.53033 0.46967L7.99997 6.93931L9.62352 5.31577C9.91641 5.02288 10.3913 5.02288 10.6842 5.31577C10.9771 5.60866 10.9771 6.08354 10.6842 6.37643L9.06063 7.99997L15.5304 14.4697C15.8233 14.7626 15.8233 15.2375 15.5304 15.5304C15.2375 15.8233 14.7626 15.8233 14.4697 15.5304L0.46967 1.53033C0.176777 1.23744 0.176777 0.762563 0.46967 0.46967ZM9.02551 2.65052L7.45344 4.2226C7.16054 4.5155 6.68567 4.5155 6.39278 4.2226C6.09988 3.92971 6.09988 3.45483 6.39278 3.16194L7.97801 1.57671C8.83736 0.744825 9.98932 0.284117 11.1853 0.293827C12.3813 0.303537 13.5256 0.782957 14.3713 1.62869C15.217 2.47442 15.6965 3.61868 15.7062 4.81468C15.7159 6.01068 15.2551 7.16258 14.4232 8.02193L14.4148 8.03068L12.8381 9.60723C12.5452 9.90012 12.0703 9.90012 11.7774 9.60723C11.4845 9.31434 11.4845 8.83946 11.7774 8.54657L13.3495 6.97451C13.9051 6.3984 14.2127 5.62736 14.2062 4.82686C14.1997 4.02445 13.8781 3.25675 13.3107 2.68935C12.7433 2.12194 11.9756 1.80029 11.1731 1.79378C10.3727 1.78728 9.60162 2.09493 9.02551 2.65052ZM4.2226 6.39278C4.5155 6.68567 4.5155 7.16054 4.2226 7.45344L2.65052 9.02551C2.09493 9.60162 1.78728 10.3727 1.79378 11.1731C1.80029 11.9756 2.12194 12.7433 2.68935 13.3107C3.25675 13.8781 4.02445 14.1997 4.82686 14.2062C5.62736 14.2127 6.3984 13.9051 6.97451 13.3495L8.54657 11.7774C8.83946 11.4845 9.31434 11.4845 9.60723 11.7774C9.90012 12.0703 9.90012 12.5452 9.60723 12.8381L8.022 14.4233C7.16265 15.2552 6.01068 15.7159 4.81468 15.7062C3.61868 15.6965 2.47442 15.217 1.62869 14.3713C0.782957 13.5256 0.303537 12.3813 0.293827 11.1853C0.284117 9.98932 0.744896 8.83743 1.57678 7.97808L1.58525 7.96933L3.16194 6.39278C3.45483 6.09988 3.92971 6.09988 4.2226 6.39278ZM6.91489 9.08501C7.20779 9.3779 7.20778 9.85278 6.91489 10.1457L6.37643 10.6841C6.08353 10.977 5.60866 10.977 5.31577 10.6841C5.02287 10.3912 5.02288 9.91636 5.31577 9.62347L5.85423 9.08501C6.14713 8.79211 6.622 8.79212 6.91489 9.08501Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_8_55" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); LinkOffSIcon.displayName = 'LinkOffSIcon';