UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.06 kB
'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 Return20 = (_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: "M4.167 3.417a.75.75 0 0 0-.75.75v2.5a.75.75 0 1 0 1.5 0v-1.75h10.166v2.439l-.386-.386a.75.75 0 0 0-1.06 1.06l1.666 1.667a.75.75 0 0 0 1.06 0L18.03 8.03a.75.75 0 0 0-1.06-1.06l-.387.386v-3.19a.75.75 0 0 0-.75-.75H4.167Zm.53 6.886a.75.75 0 0 0-1.06 0L1.97 11.97a.75.75 0 0 0 1.06 1.06l.387-.386v3.19a.75.75 0 0 0 .75.75h11.666a.75.75 0 0 0 .75-.75v-2.5a.75.75 0 1 0-1.5 0v1.75H4.917v-2.44l.386.386a.75.75 0 0 0 1.06-1.06l-1.666-1.667Z" }))); }; exports.default = Return20;