UNPKG

@mozaic-ds/icons-react

Version:
15 lines (10 loc) 1.21 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 Bill20 = (_a) => { var { fill, size = '1.25rem' } = _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 20 20" }), index.default.createElement("path", { "fill-rule": "evenodd", d: "M3.417 2.5a.75.75 0 0 1 .75-.75h11.666a.75.75 0 0 1 .75.75v15a.75.75 0 0 1-.75.75H4.167a.75.75 0 0 1-.75-.75v-15Zm1.5.75v13.5h10.166V3.25H4.917ZM7.083 12a.5.5 0 0 0 0 1h5.834a.5.5 0 1 0 0-1H7.083Zm0 2.083a.5.5 0 0 0 0 1h5.834a.5.5 0 1 0 0-1H7.083Zm1.542-6.166c0-.114.01-.225.028-.334h1.764a.5.5 0 1 0 0-1H9.134a1.995 1.995 0 0 1 2.657-.291.5.5 0 0 0 .584-.812 3 3 0 0 0-4.438 1.103H7.5a.5.5 0 0 0 0 1h.143a3.033 3.033 0 0 0-.015.459H7.5a.5.5 0 1 0 0 1h.343a3.001 3.001 0 0 0 4.532 1.311.5.5 0 1 0-.584-.811 1.998 1.998 0 0 1-2.82-.5h1.446a.5.5 0 1 0 0-1H8.629a2.038 2.038 0 0 1-.004-.125Z" }))); }; exports.default = Bill20;