iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.03 kB
JavaScript
"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 CashRegister = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-cash-register", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M21 15h-2.5a1.503 1.503 0 00-1.5 1.5 1.503 1.503 0 001.5 1.5h1a1.503 1.503 0 011.5 1.5 1.503 1.503 0 01-1.5 1.5H17M19 21v1m0-8v1M13 21H6a2 2 0 01-2-2V9a2 2 0 012-2h2m12 3.12V9a2 2 0 00-2-2h-2" }),
React.createElement("path", { d: "M16 10V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v6m8 0H8m8 0h1m-9 0H7M8 14v.01M8 17v.01M12 13.99V14M12 17v.01" }));
exports.default = CashRegister;