UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.31 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 Paint64 = (_a) => { var { fill, size = '4rem' } = _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 64 64" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M11.833 10.667A4.167 4.167 0 0 1 16 6.5h32a4.167 4.167 0 0 1 4.167 4.167v1.666h5.166a1 1 0 0 1 1 1V24a1 1 0 0 1-.794.979L33 30.145V34.5h3a1.5 1.5 0 0 1 1.456 1.864l-.615 2.459.659 17.12A1.5 1.5 0 0 1 36 57.5h-8a1.5 1.5 0 0 1-1.498-1.558l.659-17.12-.615-2.458A1.5 1.5 0 0 1 28 34.5h3v-4.355a2 2 0 0 1 1.588-1.957l23.745-5v-8.855h-4.166V16A4.167 4.167 0 0 1 48 20.167H16A4.167 4.167 0 0 1 11.833 16v-5.333ZM16 9.5c-.644 0-1.167.522-1.167 1.167V16c0 .644.523 1.167 1.167 1.167h.086L23.752 9.5H16Zm10.58 0-7.666 7.667h7.838L34.42 9.5h-7.838Zm10.839 7.667h-7.838L37.248 9.5h7.838l-7.667 7.667ZM47.914 9.5l-7.666 7.667H48c.644 0 1.167-.523 1.167-1.167v-5.333c0-.645-.523-1.167-1.167-1.167h-.086Z" }))); }; exports.default = Paint64;