@icongo/fc
Version:
Flat Color Icons
49 lines • 1.42 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var FCAutomotive = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_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__*/_jsxs("g", {
fill: "#37474F",
children: [/*#__PURE__*/_jsx("circle", {
cx: 35,
cy: 37,
r: 5
}), /*#__PURE__*/_jsx("circle", {
cx: 13,
cy: 37,
r: 5
})]
}), /*#__PURE__*/_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__*/_jsxs("g", {
fill: "#546E7A",
children: [/*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 37,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 35,
cy: 37,
r: 2
}), /*#__PURE__*/_jsx("circle", {
cx: 13,
cy: 37,
r: 2
}), /*#__PURE__*/_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"
})]
})]
}));
export { FCAutomotive };