UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 981 B
"use strict"; 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 CashRegisterFill = (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.94zM168 88h16a8 8 0 010 16h-16a8 8 0 010-16zm0 32h16a8 8 0 010 16h-16a8 8 0 010-16zm-32-32a8 8 0 010 16h-16a8 8 0 010-16zm8 40a8 8 0 01-8 8h-16a8 8 0 010-16h16a8 8 0 018 8zM80 40h40v16H80zm-8 48h16a8 8 0 010 16H72a8 8 0 010-16zm0 32h16a8 8 0 010 16H72a8 8 0 010-16zm152 72H32v-24h192z" })); exports.default = CashRegisterFill;