@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1 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 Pipe48 = (_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: "M14 4.5A1.5 1.5 0 0 1 15.5 6v.5H27a8.5 8.5 0 0 1 8.5 8.5v17.5h.5a1.5 1.5 0 0 1 0 3h-.5V42a1.5 1.5 0 0 1-1.5 1.5H24a1.5 1.5 0 0 1-1.5-1.5v-6.5H22a1.5 1.5 0 0 1 0-3h.5v-13h-7v.5a1.5 1.5 0 0 1-3 0v-.5H6A1.5 1.5 0 0 1 4.5 18V8A1.5 1.5 0 0 1 6 6.5h6.5V6A1.5 1.5 0 0 1 14 4.5Zm11.5 31v5h7v-5h-7Zm7-3h-7V18a1.5 1.5 0 0 0-1.5-1.5h-8.5v-7H27a5.5 5.5 0 0 1 5.5 5.5v17.5Zm-25-23h5v7h-5v-7Z" })));
};
exports.default = Pipe48;