UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.15 kB
'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 Paint48 = (_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: "M8.5 8A3.5 3.5 0 0 1 12 4.5h24A3.5 3.5 0 0 1 39.5 8v1H43a1 1 0 0 1 1 1v8a1 1 0 0 1-.794.979L25 22.81v2.69h2a1.5 1.5 0 0 1 1.455 1.864l-.448 1.792.492 12.786A1.5 1.5 0 0 1 27 43.5h-6a1.5 1.5 0 0 1-1.499-1.558l.492-12.786-.448-1.792A1.5 1.5 0 0 1 21 25.5h2v-2.689a2 2 0 0 1 1.588-1.957L42 17.19V11h-2.5v1a3.5 3.5 0 0 1-3.5 3.5H12A3.5 3.5 0 0 1 8.5 12V8Zm3.5-.5a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 .5.5h.086l5-5H12Zm7.914 0-5 5h5.172l5-5h-5.172Zm8.172 5h-5.172l5-5h5.172l-5 5Zm7.828-5-5 5H36a.5.5 0 0 0 .5-.5V8a.5.5 0 0 0-.5-.5h-.086Z" }))); }; exports.default = Paint48;