UNPKG

@mozaic-ds/icons-react

Version:
19 lines (14 loc) 1.55 kB
'use strict'; 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 Group24 = (_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("g", { "clip-path": "url(#a)" }, index.default.createElement("path", { "fill-rule": "evenodd", d: "M13.5 6.5a2.5 2.5 0 1 1 5 0 2.5 2.5 0 0 1-5 0ZM16 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9Zm-2.553 9.606a1 1 0 0 0-1.154.187l-2 2A1 1 0 0 0 10 14.5V21a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6.5a1 1 0 0 0-.293-.707l-2-2a1 1 0 0 0-1.154-.187c-1.719.859-3.387.859-5.106 0ZM12 14.914l1.22-1.22c1.845.741 3.716.741 5.56 0l1.22 1.22V20h-8v-5.086ZM7 7.5a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm2.316 4.801a1 1 0 0 0-.974.196l-2 1.75A1 1 0 0 0 2 17v4a1 1 0 0 0 1 1h5a1 1 0 1 0 0-2H4v-2.546l1.235-1.08c.516.153.957.25 1.381.28.592.042 1.086-.049 1.627-.184a1 1 0 1 0-.486-1.94c-.46.115-.715.149-.998.129-.308-.022-.71-.114-1.443-.358Z" })), index.default.createElement("defs", null, index.default.createElement("clipPath", { id: "a" }, index.default.createElement("rect", { width: "24", height: "24", fill: "#fff" }))))); }; exports.default = Group24;