@mozaic-ds/icons-react
Version:
ADS icons for React usage
15 lines (10 loc) • 1.12 kB
JavaScript
;
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 Bill24 = (_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: "M4 3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V3Zm2 1v16h12V4H6Zm2.5 10.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Zm0 2.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Zm1.75-7.5c0-.171.017-.338.05-.5h2.2a.5.5 0 0 0 0-1h-1.75a2.496 2.496 0 0 1 3.458-.531.5.5 0 0 0 .584-.812A3.5 3.5 0 0 0 9.587 8H9a.5.5 0 0 0 0 1h.285a3.53 3.53 0 0 0-.026.75H9a.5.5 0 0 0 0 1h.48a3.501 3.501 0 0 0 5.312 1.593.5.5 0 0 0-.584-.812 2.499 2.499 0 0 1-3.623-.781H12.5a.5.5 0 0 0 0-1h-2.238a2.55 2.55 0 0 1-.012-.25Z" })));
};
exports.default = Bill24;