@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.37 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 Group48 = (_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: "M26.5 13a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0ZM32 4.5a8.5 8.5 0 1 0 0 17 8.5 8.5 0 0 0 0-17Zm-5.33 19.158a1.5 1.5 0 0 0-1.73.281l-4 4A1.5 1.5 0 0 0 20.5 29v13a1.5 1.5 0 0 0 1.5 1.5h20a1.5 1.5 0 0 0 1.5-1.5V29a1.5 1.5 0 0 0-.44-1.06l-4-4a1.5 1.5 0 0 0-1.73-.282c-3.578 1.79-7.081 1.79-10.66 0Zm-3.17 5.963 2.821-2.82c3.77 1.599 7.587 1.599 11.358 0l2.821 2.82V40.5h-17V29.621ZM14 14.5a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9ZM6.5 19a7.5 7.5 0 1 1 15 0 7.5 7.5 0 0 1-15 0Zm3.974 10.077a1.5 1.5 0 0 0-1.462.294l-4 3.5A1.5 1.5 0 0 0 4.5 34v8A1.5 1.5 0 0 0 6 43.5h10a1.5 1.5 0 0 0 0-3H7.5v-5.82l2.849-2.492c1.131.349 2.05.559 2.92.62 1.106.08 2.035-.088 3.095-.353a1.5 1.5 0 1 0-.728-2.91c-.94.235-1.511.317-2.154.271-.68-.048-1.534-.248-3.008-.739Z" })));
};
exports.default = Group48;