@icongo/fc
Version:
Flat Color Icons
61 lines (60 loc) • 2.16 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FCOvertime = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var FCOvertime = function FCOvertime(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: "#CFD8DC",
d: "M12 40V20h32v20c0 2.2-1.8 4-4 4H16c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#78909C",
d: "M44 16v6H12v-6c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#37474F",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 37,
cy: 16,
r: 3
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 20,
cy: 16,
r: 3
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#B0BEC5",
d: "M37 10c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2s2-.9 2-2v-4c0-1.1-.9-2-2-2zm-17 0c-1.1 0-2 .9-2 2v4c0 1.1.9 2 2 2s2-.9 2-2v-4c0-1.1-.9-2-2-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#90A4AE",
d: "M32 34h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4zm12-6h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 15,
r: 12,
fill: "#F44336"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 15,
r: 9,
fill: "#eee"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M15 8h2v7h-2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m20.518 18.1-1.343 1.344-3.818-3.818 1.344-1.343z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 16,
cy: 15,
r: 1.5
})]
}));
};
exports.FCOvertime = FCOvertime;