UNPKG

@ozen-ui/icons

Version:

A collection of icons

6 lines (5 loc) 1.66 kB
import { __assign } from "tslib"; import React, { forwardRef } from 'react'; export var ExternalLinkSIcon = 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("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.4808 1C10.4808 0.585786 10.8166 0.25 11.2308 0.25H15C15.4142 0.25 15.75 0.585786 15.75 1V4.76924C15.75 5.18345 15.4142 5.51924 15 5.51924C14.5858 5.51924 14.25 5.18345 14.25 4.76924V2.81066L8.53033 8.53035C8.23743 8.82324 7.76256 8.82324 7.46967 8.53035C7.17678 8.23745 7.17678 7.76258 7.46967 7.46969L13.1894 1.75H11.2308C10.8166 1.75 10.4808 1.41421 10.4808 1ZM2.07693 1.75003C1.99022 1.75003 1.90706 1.78448 1.84575 1.84579C1.78444 1.9071 1.75 1.99025 1.75 2.07696V13.9231C1.75 14.0098 1.78444 14.093 1.84575 14.1543C1.90706 14.2156 1.99022 14.2501 2.07693 14.2501H13.9231C14.0098 14.2501 14.093 14.2156 14.1543 14.1543C14.2156 14.093 14.25 14.0098 14.25 13.9231V9.07698C14.25 8.66276 14.5858 8.32698 15 8.32698C15.4142 8.32698 15.75 8.66276 15.75 9.07698V13.9231C15.75 14.4077 15.5576 14.8724 15.2149 15.215C14.8723 15.5576 14.4076 15.7501 13.9231 15.7501H2.07693C1.5924 15.7501 1.12771 15.5576 0.785094 15.215C0.442479 14.8724 0.25 14.4077 0.25 13.9231V2.07696C0.25 1.59243 0.442479 1.12774 0.785094 0.785128C1.12771 0.442513 1.59239 0.250034 2.07693 0.250034H6.92309C7.33731 0.250034 7.67309 0.585821 7.67309 1.00003C7.67309 1.41425 7.33731 1.75003 6.92309 1.75003H2.07693Z", fill: "currentColor" }))); }); ExternalLinkSIcon.displayName = 'ExternalLinkSIcon';