@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 974 B
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 Request24 = (_a) => {
var { fill, size = '1.5rem' } = _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 24 24" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M8 3a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-2v1.05c5.053.501 9 4.765 9 9.95v2.5a1 1 0 0 1-1 1h-8V20h8a1 1 0 1 1 0 2H3a1 1 0 1 1 0-2h8v-1.5H3a1 1 0 0 1-1-1V15c0-5.185 3.947-9.449 9-9.95V4H9a1 1 0 0 1-1-1Zm12 13v.5H4V16h16ZM4.062 14a8.001 8.001 0 0 1 15.876 0H4.062ZM12 8.5a6.5 6.5 0 0 0-5.259 2.68.5.5 0 0 0 .81.587A5.5 5.5 0 0 1 12 9.5a.5.5 0 0 0 0-1Z" })));
};
exports.default = Request24;