iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 934 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CashRegisterBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M243.61 157l-22.44-86a20 20 0 00-19.35-15H140V40a20 20 0 00-20-20H80a20 20 0 00-20 20v16h-5.82a20 20 0 00-19.35 15l-22.44 86a11.94 11.94 0 00-.39 3v32a20 20 0 0020 20h192a20 20 0 0020-20v-32a11.94 11.94 0 00-.39-3zM84 44h32v12H84zM57.27 80h141.46l17.74 68H39.53zM36 188v-16h184v16zm28-72a12 12 0 0112-12h8a12 12 0 010 24h-8a12 12 0 01-12-12zm48 0a12 12 0 0112-12h8a12 12 0 010 24h-8a12 12 0 01-12-12zm48 0a12 12 0 0112-12h8a12 12 0 010 24h-8a12 12 0 01-12-12z" }));
exports.default = CashRegisterBold;