UNPKG

@icongo/pp

Version:
52 lines (51 loc) 1.72 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPBatteryPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPBatteryPrint = function PPBatteryPrint(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "currentColor", opacity: 0.8, children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 13, height: 8, x: 3, y: 7, rx: 1 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 2, height: 5, x: 16.5, y: 8.5, rx: 0.5 })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 2, height: 5, x: 16, y: 7.5, fill: "#000", rx: 0.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M4 7.5h2.5v5H4v-5Zm3.25 0h2.5v5h-2.5v-5Zm3.25 0H13v5h-2.5z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M14 5.5H3A1.5 1.5 0 0 0 1.5 7v6A1.5 1.5 0 0 0 3 14.5h11a1.5 1.5 0 0 0 1.5-1.5V7A1.5 1.5 0 0 0 14 5.5ZM2.5 7a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5H3a.5.5 0 0 1-.5-.5V7Z", clipRule: "evenodd" })] })); }; exports.PPBatteryPrint = PPBatteryPrint;