iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.16 kB
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 Car6 = (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: "M7.699 3.25a2.25 2.25 0 00-2.107 1.46L3.706 9.746A3.74 3.74 0 002.5 12.5v.75c0 1.538.926 2.86 2.25 3.438V18a1.5 1.5 0 003 0v-1h8.5v1a1.5 1.5 0 003 0v-1.312a3.751 3.751 0 002.25-3.438v-.75a3.74 3.74 0 00-1.207-2.756L18.408 4.71A2.25 2.25 0 0016.3 3.25H7.699zM17.75 15.5H6.25A2.25 2.25 0 014 13.25v-.75a2.25 2.25 0 012.25-2.25h11.5A2.25 2.25 0 0120 12.5v.75a2.25 2.25 0 01-2.25 2.25zm.586-6.705a3.777 3.777 0 00-.586-.045H6.25c-.2 0-.395.016-.587.046l1.333-3.56A.75.75 0 017.7 4.75H16.3a.75.75 0 01.702.487l1.333 3.558z", fill: "#323544" }));
exports.default = Car6;