UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 756 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBattery30W100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Battery30W100Filled", short_name: "Battery30", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.35 21.35q-.3 0-.5-.2t-.2-.5V5.35q0-.3.2-.5t.5-.2h2.05V3.9q0-.325.213-.538.212-.212.537-.212h1.7q.325 0 .538.212.212.213.212.538v.75h2.05q.3 0 .5.2t.2.5v15.3q0 .3-.2.5t-.5.2Z" })); }); IconMaterialBattery30W100Filled.displayName = 'OnesyIconMaterialBattery30W100Filled'; export default IconMaterialBattery30W100Filled;