@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 Pipe32 = (_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: "M9.333 3a1 1 0 0 1 1 1v.333H18A5.667 5.667 0 0 1 23.667 10v11.667H24a1 1 0 1 1 0 2h-.333V28a1 1 0 0 1-1 1H16a1 1 0 0 1-1-1v-4.333h-.333a1 1 0 1 1 0-2H15V13h-4.667v.333a1 1 0 1 1-2 0V13H4a1 1 0 0 1-1-1V5.333a1 1 0 0 1 1-1h4.333V4a1 1 0 0 1 1-1ZM17 23.667V27h4.667v-3.333H17Zm4.667-2H17V12a1 1 0 0 0-1-1h-5.667V6.333H18A3.667 3.667 0 0 1 21.667 10v11.667ZM5 6.333h3.333V11H5V6.333Z" })));
};
exports.default = Pipe32;