@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 985 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBatteryCharging30Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BatteryCharging30Filled",
short_name: "BatteryCharging30",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M8 22q-.425 0-.713-.288Q7 21.425 7 21V5q0-.425.287-.713Q7.575 4 8 4h2V3q0-.425.288-.713Q10.575 2 11 2h2q.425 0 .713.287Q14 2.575 14 3v1h2q.425 0 .712.287Q17 4.575 17 5v16q0 .425-.288.712Q16.425 22 16 22Zm3.95-3.775 2.65-5q.125-.25-.012-.487-.138-.238-.413-.238H13V9q0-.4-.375-.488-.375-.087-.575.263l-2.65 5q-.125.25.013.487.137.238.412.238H11V18q0 .4.375.487.375.088.575-.262Z"
}));
});
IconMaterialBatteryCharging30Filled.displayName = 'AmauiIconMaterialBatteryCharging30Filled';
export default IconMaterialBatteryCharging30Filled;