google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 583 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const ChargingStation = createIcon("ChargingStation", [
[
"path",
{
d: "M14.5 11L11.5 17V13H9.5L12.5 7V11H14.5ZM7 1H17C18.1 1 19 1.9 19 3V21C19 22.1 18.1 23 17 23H7C5.9 23 5 22.1 5 21V3C5 1.9 5.9 1 7 1ZM7 6V18H17V6H7Z",
key: "xfb2o5"
}
]
]);
export { ChargingStation as default };
//# sourceMappingURL=charging_station.js.map