UNPKG

google-material-icons

Version:

A google material icon library package for React applications

23 lines (19 loc) 910 B
/** * @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 ElectricCar = createIcon("ElectricCar", [ [ "path", { d: "M18.92 2.01C18.72 1.42 18.16 1 17.5 1H6.5C5.84 1 5.29 1.42 5.08 2.01L3 8V16C3 16.55 3.45 17 4 17H5C5.55 17 6 16.55 6 16V15H18V16C18 16.55 18.45 17 19 17H20C20.55 17 21 16.55 21 16V8L18.92 2.01ZM6.5 12C5.67 12 5 11.33 5 10.5C5 9.67 5.67 9 6.5 9C7.33 9 8 9.67 8 10.5C8 11.33 7.33 12 6.5 12ZM17.5 12C16.67 12 16 11.33 16 10.5C16 9.67 16.67 9 17.5 9C18.33 9 19 9.67 19 10.5C19 11.33 18.33 12 17.5 12ZM5 7L6.5 2.5H17.5L19 7H5Z", key: "1vhy97" } ], ["path", { d: "M7 20H11V18L17 21H13V23L7 20Z", key: "11z7li" }] ]); export { ElectricCar as default }; //# sourceMappingURL=electric_car.js.map