@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.17 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 Project48 = (_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: "M10.5 4.5a6 6 0 0 0-6 6V37a6.5 6.5 0 0 0 6.5 6.5h31a1.5 1.5 0 0 0 1.5-1.5V12a1.5 1.5 0 0 0-1.5-1.5H16.5a6 6 0 0 0-6-6Zm-3 6v21.022A6.47 6.47 0 0 1 11 30.5c.886 0 1.73.178 2.5.499V10.5a3 3 0 0 0-6 0Zm3.5 30a3.5 3.5 0 1 1 2.801-5.6 1.5 1.5 0 0 0 2.7-.9V13.5H40.5v27H11Zm17.555-21.332a1 1 0 0 0-1.11 0l-6 4a1 1 0 0 0 1.11 1.664L28 21.202l5 3.333V33h-1a1 1 0 1 0 0 2h2a1 1 0 0 0 1-1V24a1 1 0 0 0-.445-.832l-6-4ZM23 27.5a1 1 0 1 0-2 0v2a1 1 0 1 0 2 0v-2Zm0 5.5a1 1 0 1 0-2 0v1a1 1 0 0 0 1 1h1a1 1 0 1 0 0-2Zm3.5 0a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2Z" })));
};
exports.default = Project48;