@icongo/fc
Version:
Flat Color Icons
40 lines (39 loc) • 1.58 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCReuse = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCReuse = function FCReuse(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: "#455A64",
d: "M12.1 42h5.1l-.7-23.8-5.6 2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 36.5,
cy: 10,
r: 5,
fill: "#FFB74D"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#607D8B",
d: "M11 42H6l1.8-23.4 6.4 2.3z"
}), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
}));
};
exports.FCReuse = FCReuse;