@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 Group32 = (_a) => {
var { fill, size = '2rem' } = _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 32 32" }),
index.default.createElement("path", { "fill-rule": "evenodd", d: "M17.667 8.667a3.667 3.667 0 1 1 7.333 0 3.667 3.667 0 0 1-7.333 0ZM21.333 3a5.667 5.667 0 1 0 0 11.333 5.667 5.667 0 0 0 0-11.333Zm-3.552 12.772a1 1 0 0 0-1.155.188l-2.666 2.666a1 1 0 0 0-.293.707V28a1 1 0 0 0 1 1H28a1 1 0 0 0 1-1v-8.667a1 1 0 0 0-.293-.707L26.04 15.96a1 1 0 0 0-1.154-.188c-2.385 1.193-4.72 1.193-7.105 0Zm-2.114 3.975 1.88-1.88c2.514 1.066 5.058 1.066 7.572 0L27 19.747V27H15.667v-7.253ZM9.333 9.667a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-5 3a5 5 0 1 1 10 0 5 5 0 0 1-10 0Zm2.65 6.718a1 1 0 0 0-.975.196l-2.667 2.333a1 1 0 0 0-.341.753V28a1 1 0 0 0 1 1h6.667a1 1 0 1 0 0-2H5v-3.88l1.9-1.661c.754.232 1.366.372 1.945.413.738.053 1.357-.058 2.064-.235a1 1 0 1 0-.485-1.94c-.626.156-1.007.211-1.436.18-.453-.032-1.022-.165-2.005-.492Z" })));
};
exports.default = Group32;