UNPKG

@react-md/material-icons

Version:

Material Design Icon components for react-md

19 lines (18 loc) 652 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; // THIS FILE WAS GENERATED BY A SCRIPT AND SHOULD NOT BE UPDATED MANUALLY import { SVGIcon } from "@react-md/core/icon/SVGIcon"; export default function ElectricalServicesSharpIcon(props) { const { ref, ...remaining } = props; return /*#__PURE__*/ _jsxs(SVGIcon, { ...remaining, ref: ref, children: [ /*#__PURE__*/ _jsx("path", { d: "M18 13h3v2h-3zm-6-1v2h-2v4h2v2h5v-8z" }), /*#__PURE__*/ _jsx("path", { d: "M5 11h7V4H4v2h6v3H3v8h6v-2H5zm13 6h3v2h-3z" }) ] }); }