UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 989 B
"use strict"; 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 Car4 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.7 3.25a2.25 2.25 0 00-2.107 1.46L4.64 7.25H2.75a.75.75 0 000 1.5h1.33l-.044.116A2.251 2.251 0 002.5 11v7a1.5 1.5 0 003 0v-1h13v1a1.5 1.5 0 003 0v-7c0-.993-.643-1.835-1.535-2.134l-.043-.116h1.328a.75.75 0 000-1.5h-1.89l-.951-2.54a2.25 2.25 0 00-2.107-1.46H7.7zM20 11v4.5h-3.25V14a2.25 2.25 0 00-2.25-2.25h-5A2.25 2.25 0 007.25 14v1.5H4V11a.75.75 0 01.75-.75h14.5A.75.75 0 0120 11zm-1.68-2.25H5.68l1.316-3.513A.75.75 0 017.7 4.75h8.602a.75.75 0 01.702.487L18.32 8.75zm-3.07 6.75h-6.5V14a.75.75 0 01.75-.75h5a.75.75 0 01.75.75v1.5z", fill: "#323544" })); exports.default = Car4;