UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.18 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 Bill32 = (_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: "M5.667 4a1 1 0 0 1 1-1h18.666a1 1 0 0 1 1 1v24a1 1 0 0 1-1 1H6.667a1 1 0 0 1-1-1V4Zm2 1v22h16.666V5H7.667Zm3.666 14.5a.5.5 0 1 0 0 1h9.334a.5.5 0 1 0 0-1h-9.334Zm0 3.333a.5.5 0 1 0 0 1h9.334a.5.5 0 1 0 0-1h-9.334ZM13.5 12.667c0-.287.034-.567.1-.834h3.067a.5.5 0 1 0 0-1h-2.649a3.498 3.498 0 0 1 5.023-1.01.5.5 0 0 0 .584-.812 4.501 4.501 0 0 0-6.736 1.822H12a.5.5 0 1 0 0 1h.577a4.522 4.522 0 0 0-.05 1.334H12a.5.5 0 1 0 0 1h.756a4.502 4.502 0 0 0 6.87 2.155.5.5 0 0 0-.585-.812 3.5 3.5 0 0 1-5.204-1.343h2.83a.5.5 0 1 0 0-1h-3.132a3.524 3.524 0 0 1-.035-.5Z" }))); }; exports.default = Bill32;