@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialBatteryErrorFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "BatteryErrorFilled",
short_name: "BatteryError",
viewBox: "0 96 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m740 893-56 55q-11 11-27.5 11.5T628 948q-11-11-11-28t11-28l56-56-56-56q-11-11-11-28t11-28q11-11 28-11t28 11l56 56 56-56q11-11 27.5-11.5T852 724q11 11 11 28t-11 28l-55 56 55 56q11 11 11.5 27.5T852 948q-11 11-28 11t-28-11l-56-55Zm-420 83q-17 0-28.5-11.5T280 936V296q0-17 11.5-28.5T320 256h80v-40q0-17 11.5-28.5T440 176h80q17 0 28.5 11.5T560 216v40h80q17 0 28.5 11.5T680 296v308q-80 22-130 84.5T500 836q0 37 12 73.5t33 66.5H320Z"
}));
});
IconMaterialBatteryErrorFilled.displayName = 'AmauiIconMaterialBatteryErrorFilled';
export default IconMaterialBatteryErrorFilled;