@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.06 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 Request48 = (_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: "M16.5 6A1.5 1.5 0 0 1 18 4.5h12a1.5 1.5 0 0 1 0 3h-4.5v3.057c10.069.766 18 9.178 18 19.443v5a1.5 1.5 0 0 1-1.5 1.5H25.5v4H42a1.5 1.5 0 0 1 0 3H6a1.5 1.5 0 0 1 0-3h16.5v-4H6A1.5 1.5 0 0 1 4.5 35v-5c0-10.265 7.931-18.677 18-19.443V7.5H18A1.5 1.5 0 0 1 16.5 6Zm24 27.5h-33v-2h33v2Zm-32.933-5c.758-8.41 7.826-15 16.433-15s15.675 6.59 16.433 15H7.567ZM24 17a13 13 0 0 0-10.517 5.359 1 1 0 0 0 1.618 1.175A11 11 0 0 1 24 19a1 1 0 1 0 0-2Z" })));
};
exports.default = Request48;