@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 945 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@amaui/ui-react';
const IconMaterialChargingStation = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "ChargingStation",
short_name: "ChargingStation",
viewBox: "0 0 24 24"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M11.5 15.5V13h-1.25q-.275 0-.412-.225-.138-.225-.013-.45l2-3.975q.125-.25.4-.188.275.063.275.338V11h1.25q.275 0 .413.225.137.225.012.45l-2 3.975q-.125.25-.4.188-.275-.063-.275-.338ZM7 23q-.825 0-1.412-.587Q5 21.825 5 21V3q0-.825.588-1.413Q6.175 1 7 1h10q.825 0 1.413.587Q19 2.175 19 3v18q0 .825-.587 1.413Q17.825 23 17 23Zm0-5h10V6H7Zm0 2v1h10v-1ZM7 4h10V3H7Zm0-1v1-1Zm0 18v-1 1Z"
}));
});
IconMaterialChargingStation.displayName = 'AmauiIconMaterialChargingStation';
export default IconMaterialChargingStation;