package.dist.js.icons.battery-half-icon.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
"use strict"
exports.__esModule = true;
exports.BatteryHalfIconConfig = {
name: 'BatteryHalfIcon',
height: 512,
width: 640,
svgPath: 'M544 160v64h32v64h-32v64H64V160h480m16-64H48c-26.51 0-48 21.49-48 48v224c0 26.51 21.49 48 48 48h512c26.51 0 48-21.49 48-48v-16h8c13.255 0 24-10.745 24-24V184c0-13.255-10.745-24-24-24h-8v-16c0-26.51-21.49-48-48-48zm-240 96H96v128h224V192z',
yOffset: 0,
xOffset: 0,
};
exports.BatteryHalfIcon = require('../createIcon').createIcon(exports.BatteryHalfIconConfig);
exports["default"] = exports.BatteryHalfIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy