UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 958 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var tslib_es6 = require('../../node_modules/tslib/tslib.es6.js'); var index = require('../../node_modules/react/index.js'); const ExternalLink20 = (_a) => { var { fill, size = '1.25rem' } = _a, rest = tslib_es6.__rest(_a, ["fill", "size"]); return (index.default.createElement("svg", Object.assign({ "aria-hidden": "true", width: size, height: size }, rest, { fill: fill, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M10.083 2.5c0 .414.336.75.75.75h4.856l-8.72 8.72a.75.75 0 1 0 1.061 1.06l8.72-8.72v4.857a.75.75 0 0 0 1.5 0V2.5a.75.75 0 0 0-.75-.75h-6.667a.75.75 0 0 0-.75.75ZM2.5 5.083a.75.75 0 0 0-.75.75V17.5c0 .414.336.75.75.75h11.667a.75.75 0 0 0 .75-.75v-3.333a.75.75 0 0 0-1.5 0v2.583H3.25V6.583h2.583a.75.75 0 1 0 0-1.5H2.5Z" }))); }; exports.default = ExternalLink20;