@icongo/fc
Version:
Flat Color Icons
32 lines • 1.13 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 FCReuse = 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: "#455A64",
d: "M12.1 42h5.1l-.7-23.8-5.6 2z"
}), /*#__PURE__*/_jsx("circle", {
cx: 36.5,
cy: 10,
r: 5,
fill: "#FFB74D"
}), /*#__PURE__*/_jsx("path", {
fill: "#607D8B",
d: "M11 42H6l1.8-23.4 6.4 2.3z"
}), /*#__PURE__*/_jsx("path", {
fill: "#607D8B",
d: "M31.7 15.9c-.6-2-1.3-4-2.5-5.8-1.3-1.6-3.2-3.1-6.1-2-3.1 1.3-9.2 3.6-11.2 4.5-2.3 1.1-4.1 2.7-4.1 5.9 0 3.4 4.3 5.3 4.3 5.3l14.7-6.1 1.7 4.5 5.3.1c0 .1-1.5-4.4-2.1-6.4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#B39DDB",
d: "M37.9 42H30c-1 0-1.8-.7-2-1.7l-2.6-17.1h17l-2.6 17.1c0 1-.9 1.7-1.9 1.7z"
}), /*#__PURE__*/_jsx("path", {
fill: "#7E57C2",
d: "M42 24H26c-.6 0-1-.4-1-1s.4-1 1-1h16c.6 0 1 .4 1 1s-.4 1-1 1z"
})]
}));
export { FCReuse };