UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.13 kB
"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 Car2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7 12.125a.75.75 0 000 1.5h1.5a.75.75 0 000-1.5H7zM14.75 12.875a.75.75 0 01.75-.75H17a.75.75 0 010 1.5h-1.5a.75.75 0 01-.75-.75z", fill: "#323544" }), React.createElement("path", { d: "M10.376 2a.75.75 0 00-.67.414l-.42.836H7.7a2.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.46h-1.589l-.419-.836a.75.75 0 00-.67-.414h-3.248zM20 15.5H4V11a.75.75 0 01.75-.75h14.5A.75.75 0 0120 11v4.5zM7.7 4.75h8.602a.75.75 0 01.702.487L18.32 8.75H5.68l1.316-3.513A.75.75 0 017.7 4.75z", fill: "#323544" })); exports.default = Car2;