iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.03 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ExternalLink = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.623 2.558l.035 5.537c0 .289-.248.523-.556.525-.309.001-.56-.232-.561-.52l-.027-4.221-9.03 9.064a.546.546 0 0 1-.77.004.54.54 0 0 1-.004-.768l9.025-9.059-4.249.027c-.29.001-.525-.246-.526-.554-.002-.306.232-.556.522-.558L18.059 2h.037c.124 0 .234.05.323.126.014.011.03.018.043.03.011.012.018.026.028.038.078.09.132.2.133.324V2.558zM3.11 4.77v12.214c0 .306.249.555.555.555h12.213a.555.555 0 0 0 .555-.555V9.766h1.11v7.773a1.11 1.11 0 0 1-1.11 1.11H3.11A1.11 1.11 0 0 1 2 17.539V4.215c0-.613.497-1.11 1.11-1.11h7.772v1.11H3.665a.555.555 0 0 0-.555.555z", fill: "#000", fillRule: "evenodd" }));
exports.default = ExternalLink;