@ozen-ui/icons
Version:
A collection of icons
6 lines (5 loc) • 1.64 kB
JavaScript
import { __assign } from "tslib";
import React, { forwardRef } from 'react';
export var ExternalLinkMIcon = 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: "M4.38461 3.75C4.2163 3.75 4.05489 3.81686 3.93587 3.93587C3.81686 4.05489 3.75 4.2163 3.75 4.38461V19.6154C3.75 19.7837 3.81686 19.9451 3.93587 20.0641C4.05489 20.1831 4.2163 20.25 4.38461 20.25H19.6154C19.7837 20.25 19.9451 20.1831 20.0641 20.0641C20.1831 19.9451 20.25 19.7837 20.25 19.6154V13.3846C20.25 12.9704 20.5858 12.6346 21 12.6346C21.4142 12.6346 21.75 12.9704 21.75 13.3846V19.6154C21.75 20.1815 21.5251 20.7245 21.1248 21.1248C20.7245 21.5251 20.1815 21.75 19.6154 21.75H4.38461C3.81848 21.75 3.27553 21.5251 2.87521 21.1248C2.4749 20.7245 2.25 20.1815 2.25 19.6154V4.38461C2.25 3.81848 2.4749 3.27553 2.87521 2.87521C3.27553 2.4749 3.81848 2.25 4.38461 2.25H10.6154C11.0296 2.25 11.3654 2.58579 11.3654 3C11.3654 3.41421 11.0296 3.75 10.6154 3.75H4.38461ZM15.4038 3.00001C15.4038 2.5858 15.7396 2.25001 16.1538 2.25001H21C21.4142 2.25001 21.75 2.5858 21.75 3.00001V7.84616C21.75 8.26037 21.4142 8.59616 21 8.59616C20.5858 8.59616 20.25 8.26037 20.25 7.84616V4.81067L12.5303 12.5303C12.2374 12.8232 11.7626 12.8232 11.4697 12.5303C11.1768 12.2374 11.1768 11.7626 11.4697 11.4697L19.1893 3.75001H16.1538C15.7396 3.75001 15.4038 3.41422 15.4038 3.00001Z", fill: "currentColor" }))); });
ExternalLinkMIcon.displayName = 'ExternalLinkMIcon';