@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.04 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 Administration48 = (_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: "M23.003 4.879a1.5 1.5 0 0 1 1.993 0l18 16A1.5 1.5 0 0 1 42 23.5h-4.5v11H39a1.5 1.5 0 0 1 1.5 1.5v4.5H42a1.5 1.5 0 1 1 0 3H6a1.5 1.5 0 0 1 0-3h1.5V36A1.5 1.5 0 0 1 9 34.5h1.5v-11H6a1.5 1.5 0 0 1-.997-2.621l18-16ZM34.5 34.5v-11h-5v11h5Zm-8 0v-11h-5v11h5Zm-8 0v-11h-5v11h5Zm17.5-14H9.945L24 8.007 38.055 20.5H36Zm0 17H10.5v3h27v-3H36ZM23 15a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm1-3a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z" })));
};
exports.default = Administration48;