UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.13 kB
"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 CashRegisterThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M235.88 159L213.4 69.09A12 12 0 00201.75 60H132V40a12 12 0 00-12-12H80a12 12 0 00-12 12v20H54.25a12 12 0 00-11.65 9.09L20.12 159a4 4 0 00-.12 1v32a12 12 0 0012 12h192a12 12 0 0012-12v-32a4 4 0 00-.12-1zM76 40a4 4 0 014-4h40a4 4 0 014 4v20H76zM50.37 71a4 4 0 013.88-3h147.5a4 4 0 013.88 3l21.25 85H29.12zM224 196H32a4 4 0 01-4-4v-28h200v28a4 4 0 01-4 4zM68 96a4 4 0 014-4h16a4 4 0 010 8H72a4 4 0 01-4-4zm48 0a4 4 0 014-4h16a4 4 0 010 8h-16a4 4 0 01-4-4zm48 0a4 4 0 014-4h16a4 4 0 010 8h-16a4 4 0 01-4-4zm-96 32a4 4 0 014-4h16a4 4 0 010 8H72a4 4 0 01-4-4zm48 0a4 4 0 014-4h16a4 4 0 010 8h-16a4 4 0 01-4-4zm48 0a4 4 0 014-4h16a4 4 0 010 8h-16a4 4 0 01-4-4z" })); exports.default = CashRegisterThin;