iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 947 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const CarLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 106h-12.1l-28.31-63.69A14 14 0 00186.8 34H69.2a14 14 0 00-12.79 8.31L28.1 106H16a6 6 0 000 12h10v82a14 14 0 0014 14h24a14 14 0 0014-14v-18h100v18a14 14 0 0014 14h24a14 14 0 0014-14v-82h10a6 6 0 000-12zM67.37 47.19A2 2 0 0169.2 46h117.6a2 2 0 011.83 1.19L214.77 106H41.23zM66 200a2 2 0 01-2 2H40a2 2 0 01-2-2v-18h28zm150 2h-24a2 2 0 01-2-2v-18h28v18a2 2 0 01-2 2zm2-32H38v-52h180zM58 144a6 6 0 016-6h16a6 6 0 010 12H64a6 6 0 01-6-6zm112 0a6 6 0 016-6h16a6 6 0 010 12h-16a6 6 0 01-6-6z" }));
exports.default = CarLight;