UNPKG

@ozen-ui/icons

Version:

A collection of icons

10 lines (9 loc) 2.31 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var LinkOnSIcon = 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_57)" }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.02871 2.61358L7.44672 4.19557C7.15382 4.48847 6.67895 4.48847 6.38606 4.19557C6.09316 3.90268 6.09316 3.42781 6.38606 3.13491L7.9812 1.53977C8.84506 0.703518 10.0031 0.24039 11.2054 0.250151C12.4076 0.259912 13.5579 0.741851 14.4081 1.59202C15.2583 2.44219 15.7402 3.59247 15.75 4.79475C15.7597 5.99703 15.2965 7.15498 14.4603 8.01884L14.4518 8.02759L12.8652 9.61405C12.5723 9.90694 12.0974 9.90694 11.8045 9.61405C11.5116 9.32116 11.5116 8.84628 11.8045 8.55339L13.3865 6.97142C13.9465 6.3908 14.2566 5.6137 14.25 4.80693C14.2434 3.99824 13.9193 3.22453 13.3474 2.65268C12.7756 2.08083 12.0019 1.75667 11.1932 1.7501C10.3864 1.74355 9.60932 2.05362 9.02871 2.61358ZM10.6977 5.30228C10.9906 5.59517 10.9906 6.07005 10.6977 6.36294L6.36294 10.6977C6.07005 10.9906 5.59517 10.9906 5.30228 10.6977C5.00939 10.4048 5.00939 9.92995 5.30228 9.63706L9.63706 5.30228C9.92995 5.00939 10.4048 5.00939 10.6977 5.30228ZM4.19557 6.38606C4.48847 6.67895 4.48847 7.15382 4.19557 7.44672L2.61358 9.02871C2.05362 9.60932 1.74355 10.3864 1.7501 11.1932C1.75667 12.0019 2.08083 12.7756 2.65268 13.3474C3.22453 13.9193 3.99824 14.2434 4.80693 14.25C5.6137 14.2566 6.3908 13.9465 6.97142 13.3865L8.55339 11.8045C8.84628 11.5116 9.32116 11.5116 9.61405 11.8045C9.90694 12.0974 9.90694 12.5723 9.61405 12.8652L8.01891 14.4603C7.15505 15.2966 5.99703 15.7597 4.79475 15.75C3.59247 15.7402 2.44219 15.2583 1.59202 14.4081C0.741851 13.5579 0.259912 12.4076 0.250151 11.2054C0.24039 10.0031 0.703589 8.84513 1.53984 7.98127L1.54832 7.97252L3.13491 6.38606C3.42781 6.09316 3.90268 6.09316 4.19557 6.38606Z", fill: "currentColor" })), React.createElement("defs", null, React.createElement("clipPath", { id: "clip0_8_57" }, React.createElement("rect", { width: "16", height: "16", fill: "currentColor" }))))); }); LinkOnSIcon.displayName = 'LinkOnSIcon';