UNPKG

@icongo/fc

Version:
22 lines 791 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCChargeBattery = props => /*#__PURE__*/_jsxs("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", viewBox: "0 0 48 48" }, props, { children: [/*#__PURE__*/_jsxs("g", { fill: "#8BC34A", children: [/*#__PURE__*/_jsx("path", { d: "M34 44H14c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v34c0 1.1-.9 2-2 2z" }), /*#__PURE__*/_jsx("path", { d: "M28 13h-8c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h8c.6 0 1 .4 1 1v7c0 .6-.4 1-1 1z" })] }), /*#__PURE__*/_jsx("path", { fill: "#FFEB3B", d: "M30 24h-5.5l2.2-11L18 26h5.5l-2.2 11z" })] })); export { FCChargeBattery };