@icongo/fc
Version:
Flat Color Icons
57 lines (56 loc) • 1.98 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCAutomotive = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCAutomotive = function FCAutomotive(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "none",
stroke: "#F44336",
strokeMiterlimit: 10,
strokeWidth: 4,
d: "M7 20v-8c0-2.2 1.8-4 4-4h14c1.2 0 2.4.6 3.2 1.6L35 18"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474F",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 35,
cy: 37,
r: 5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 37,
r: 5
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#F44336",
d: "M40.2 17 33 14H7c-1.2 0-2 .8-2 2v10c0 1.2.8 2 2 2h1c0-2.8 2.2-5 5-5s5 2.2 5 5h12c0-2.8 2.2-5 5-5s5 2.2 5 5h1c1.2 0 2-.8 2-2v-5.2c0-1.6-1.2-3.2-2.8-3.8z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#546E7A",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 37,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 35,
cy: 37,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 37,
r: 2
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M30.4 39c-.3-.6-.4-1.3-.4-2s.2-1.4.4-2H17.6c.3.6.4 1.3.4 2s-.2 1.4-.4 2h12.8z"
})]
})]
}));
};
exports.FCAutomotive = FCAutomotive;