@icongo/li
Version:
LibreICONS Icons
43 lines (42 loc) • 1.96 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LICashRegister = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LICashRegister = function LICashRegister(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#9575cd",
d: "M2.263 4.158h9.474c.695 0 1.263.568 1.263 1.263v5.684H1V5.421c0-.695.568-1.263 1.263-1.263z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#673ab7",
d: "M1 11.105h12v.632c0 .695-.568 1.263-1.263 1.263H2.263A1.267 1.267 0 0 1 1 11.737v-.632zM11.105 4.79H8.263a.633.633 0 0 1-.631-.631v-1.58c0-.346.284-.63.631-.63h2.842c.348 0 .632.284.632.63v1.58a.633.633 0 0 1-.632.631zm-8.21 0h3.79v1.264h-3.79z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90caf9",
d: "m6.684 1-.631.316L5.42 1l-.632.316L4.158 1l-.632.316L2.895 1v4.421h3.79z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#2196f3",
d: "M8.263 2.579h2.842v1.579H8.263z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#b39ddb",
transform: "translate(-.579 -.579) scale(.31579)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10 23h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm-24 6h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4zm6 0h4v4h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 40,
r: 1.5
})]
})]
}));
};
exports.LICashRegister = LICashRegister;