UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 888 B
'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 Pipe24 = (_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("path", { "fill-rule": "evenodd", d: "M7 2a1 1 0 0 1 1 1h5.5A4.5 4.5 0 0 1 18 7.5V16a1 1 0 1 1 0 2v3a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-3a1 1 0 1 1 0-2v-6H8a1 1 0 1 1-2 0H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h3a1 1 0 0 1 1-1Zm6 16v2h3v-2h-3Zm3-2h-3V9a1 1 0 0 0-1-1H8V5h5.5A2.5 2.5 0 0 1 16 7.5V16ZM4 5h2v3H4V5Z" }))); }; exports.default = Pipe24;