UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 736 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBatteryFullAltFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BatteryFullAltFilled", short_name: "BatteryFullAlt", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M22 16q0 .425-.288.712Q21.425 17 21 17H5q-.425 0-.713-.288Q4 16.425 4 16v-2H2v-4h2V8q0-.425.287-.713Q4.575 7 5 7h16q.425 0 .712.287Q22 7.575 22 8Z" })); }); IconMaterialBatteryFullAltFilled.displayName = 'AmauiIconMaterialBatteryFullAltFilled'; export default IconMaterialBatteryFullAltFilled;