UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 898 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialBatteryHoriz075W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BatteryHoriz075W100Filled", short_name: "BatteryHoriz075", 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-.75q-.325 0-.537-.213-.213-.212-.213-.537v-1.7q0-.325.213-.538.212-.212.537-.212h.75V8.9q0-.325.212-.538.213-.212.538-.212H19.7q.325 0 .538.212.212.213.212.538Zm-10.725.05v-6.3H5.75v6.3Z" })); }); IconMaterialBatteryHoriz075W100Filled.displayName = 'AmauiIconMaterialBatteryHoriz075W100Filled'; export default IconMaterialBatteryHoriz075W100Filled;