@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.15 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 Size48 = (_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: "M30.06 3.94a1.5 1.5 0 0 0-2.12 2.12l2.439 2.44H10A1.5 1.5 0 0 0 8.5 10v20.379l-2.44-2.44a1.5 1.5 0 0 0-2.12 2.122l5 5a1.5 1.5 0 0 0 2.12 0l5-5a1.5 1.5 0 0 0-2.12-2.122l-2.44 2.44V11.5h18.879l-2.44 2.44a1.5 1.5 0 0 0 2.122 2.12l5-5a1.5 1.5 0 0 0 0-2.12l-5-5ZM39.5 18a1.5 1.5 0 0 0-3 0v2a1.5 1.5 0 0 0 3 0v-2Zm0 8a1.5 1.5 0 0 0-3 0v2a1.5 1.5 0 0 0 3 0v-2Zm0 8a1.5 1.5 0 0 0-3 0v2.5H34a1.5 1.5 0 0 0 0 3h4a1.5 1.5 0 0 0 1.5-1.5v-4ZM18 36.5a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 0 0-3h-2Zm8 0a1.5 1.5 0 0 0 0 3h2a1.5 1.5 0 0 0 0-3h-2Z" })));
};
exports.default = Size48;