UNPKG

@icongo/pp

Version:
44 lines 1.23 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var PPBatteryPrint = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props, { children: [/*#__PURE__*/_jsxs("g", { fill: "currentColor", opacity: 0.8, children: [/*#__PURE__*/_jsx("rect", { width: 13, height: 8, x: 3, y: 7, rx: 1 }), /*#__PURE__*/_jsx("rect", { width: 2, height: 5, x: 16.5, y: 8.5, rx: 0.5 })] }), /*#__PURE__*/_jsx("rect", { width: 2, height: 5, x: 16, y: 7.5, fill: "#000", rx: 0.5 }), /*#__PURE__*/_jsx("path", { fill: "#000", d: "M4 7.5h2.5v5H4v-5Zm3.25 0h2.5v5h-2.5v-5Zm3.25 0H13v5h-2.5z" }), /*#__PURE__*/_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" })] })); export { PPBatteryPrint };