@icongo/fc
Version:
Flat Color Icons
47 lines (46 loc) • 1.79 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCTimeline = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCTimeline = function FCTimeline(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: "#3F51B5",
d: "M42 29H20.8c-.5 0-1-.2-1.4-.6l-3.7-3.7c-.4-.4-.4-1 0-1.4l3.7-3.7c.4-.4.9-.6 1.4-.6H42c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#CFD8DC",
d: "M9 6h2v36H9z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#90A4AE",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 10,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 24,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 38,
r: 3
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#448AFF",
d: "M34 43H20.8c-.5 0-1-.2-1.4-.6l-3.7-3.7c-.4-.4-.4-1 0-1.4l3.7-3.7c.4-.4.9-.6 1.4-.6H34c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#00BCD4",
d: "M35 15H20.8c-.5 0-1-.2-1.4-.6l-3.7-3.7c-.4-.4-.4-1 0-1.4l3.7-3.7c.4-.4.9-.6 1.4-.6H35c.6 0 1 .4 1 1v8c0 .6-.4 1-1 1z"
})]
}));
};
exports.FCTimeline = FCTimeline;