5
common/resources/client/icons/material/ChargingStation.tsx
Executable file
5
common/resources/client/icons/material/ChargingStation.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import {createSvgIcon} from '../create-svg-icon';
|
||||
|
||||
export const ChargingStationIcon = createSvgIcon(
|
||||
<path d="m14.5 11-3 6v-4h-2l3-6v4h2zM17 3H7v1h10V3m0 17H7v1h10v-1m0-19c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h10zM7 18h10V6H7v12z" />
|
||||
, 'ChargingStationOutlined');
|
||||
Reference in New Issue
Block a user