@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.11 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 Request64 = (_a) => {
var { fill, size = '4rem' } = _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 64 64" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M22.5 8A1.5 1.5 0 0 1 24 6.5h16a1.5 1.5 0 0 1 0 3h-6.5v5.043c13.385.777 24 11.877 24 25.457v6.667a1.5 1.5 0 0 1-1.5 1.5H33.5V54.5H56a1.5 1.5 0 0 1 0 3H8a1.5 1.5 0 0 1 0-3h22.5v-6.333H8a1.5 1.5 0 0 1-1.5-1.5V40c0-13.58 10.615-24.68 24-25.457V9.5H24A1.5 1.5 0 0 1 22.5 8Zm32 37.167h-45V41.5h45v3.667ZM9.55 38.5c.771-11.727 10.528-21 22.45-21 11.922 0 21.679 9.273 22.45 21H9.55ZM32 23a16.999 16.999 0 0 0-13.753 7.008 1 1 0 0 0 1.618 1.175A15.002 15.002 0 0 1 32 25a1 1 0 1 0 0-2Z" })));
};
exports.default = Request64;