@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.02 kB
JavaScript
;
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 Return48 = (_a) => {
var { fill, size = '3rem' } = _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 48 48" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M10 8.5A1.5 1.5 0 0 0 8.5 10v6a1.5 1.5 0 0 0 3 0v-4.5h25v6.879l-1.44-1.44a1.5 1.5 0 0 0-2.12 2.122l4 4a1.5 1.5 0 0 0 2.12 0l4-4a1.5 1.5 0 0 0-2.12-2.122l-1.44 1.44V10A1.5 1.5 0 0 0 38 8.5H10Zm1.06 16.44a1.5 1.5 0 0 0-2.12 0l-4 4a1.5 1.5 0 0 0 2.12 2.12l1.44-1.439V38a1.5 1.5 0 0 0 1.5 1.5h28a1.5 1.5 0 0 0 1.5-1.5v-6a1.5 1.5 0 0 0-3 0v4.5h-25v-6.879l1.44 1.44a1.5 1.5 0 0 0 2.12-2.122l-4-4Z" })));
};
exports.default = Return48;