@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBatteryPlusW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BatteryPlusW100",
short_name: "BatteryPlus",
viewBox: "0 96 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M356 914q-12.75 0-21.375-8.625T326 884V329q0-12.75 8.625-21.375T356 299h60v-30q0-12.75 8.625-21.375T446 239h68q12.75 0 21.375 8.625T544 269v30h60q12.75 0 21.375 8.625T634 329v257q-8 2-14.5 3.5T606 593V326H354v560h102q2.065 7.667 5.032 14.333Q464 907 467 914H356Zm-2-28h102-11 11-102Zm312-56H560q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h106V696q0-5.95 4.035-9.975 4.035-4.025 10-4.025t9.965 4.025q4 4.025 4 9.975v106h106q5.95 0 9.975 4.035 4.025 4.035 4.025 10T809.975 826q-4.025 4-9.975 4H694v106q0 5.95-4.035 9.975-4.035 4.025-10 4.025T670 945.975q-4-4.025-4-9.975V830Z"
}));
});
IconMaterialBatteryPlusW100.displayName = 'AmauiIconMaterialBatteryPlusW100';
export default IconMaterialBatteryPlusW100;