iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.06 kB
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 CashRegister = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M239.76 158.06l-22.48-89.94A16 16 0 00201.75 56H136V40a16 16 0 00-16-16H80a16 16 0 00-16 16v16h-9.75a16 16 0 00-15.53 12.12l-22.48 89.94A7.93 7.93 0 0016 160v32a16 16 0 0016 16h192a16 16 0 0016-16v-32a7.93 7.93 0 00-.24-1.94zM80 40h40v16H80zM54.25 72h147.5l20 80H34.25zM32 192v-24h192v24zm32-96a8 8 0 018-8h16a8 8 0 010 16H72a8 8 0 01-8-8zm48 0a8 8 0 018-8h16a8 8 0 010 16h-16a8 8 0 01-8-8zm48 0a8 8 0 018-8h16a8 8 0 010 16h-16a8 8 0 01-8-8zm-96 32a8 8 0 018-8h16a8 8 0 010 16H72a8 8 0 01-8-8zm48 0a8 8 0 018-8h16a8 8 0 010 16h-16a8 8 0 01-8-8zm48 0a8 8 0 018-8h16a8 8 0 010 16h-16a8 8 0 01-8-8z" }));
exports.default = CashRegister;