@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 792 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBatteryLowW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BatteryLowW100Filled",
short_name: "BatteryLow",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M20.45 15.1q0 .325-.212.537-.213.213-.538.213H5.825q-.325 0-.538-.213-.212-.212-.212-.537v-1.5h-1.5v-3.2h1.5V8.9q0-.325.212-.538.213-.212.538-.212H19.7q.325 0 .538.212.212.213.212.538Zm-3.7.05v-6.3h-11v6.3Z"
}));
});
IconMaterialBatteryLowW100Filled.displayName = 'AmauiIconMaterialBatteryLowW100Filled';
export default IconMaterialBatteryLowW100Filled;