/* eslint-disable react/prop-types */
import React from 'react';
import { Svg, Path, G } from '@react-pdf/renderer';
export const LowVoltageIcon = ({ color = '#ffffff', width = 20, height = 20 }) => (
);
export const MediumVoltageIcon = ({ color = '#ffffff', width = 20, height = 20 }) => (
);
export const HighVoltageIcon = ({ color = '#ffffff', width = 20, height = 20 }) => (
);
export const SolarIcon = ({ color = '#ffffff', width = 20, height = 20 }) => (
);