@icongo/fc
Version:
Flat Color Icons
53 lines • 1.56 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 FCOvertime = 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: "#CFD8DC",
d: "M12 40V20h32v20c0 2.2-1.8 4-4 4H16c-2.2 0-4-1.8-4-4z"
}), /*#__PURE__*/_jsx("path", {
fill: "#78909C",
d: "M44 16v6H12v-6c0-2.2 1.8-4 4-4h24c2.2 0 4 1.8 4 4z"
}), /*#__PURE__*/_jsxs("g", {
fill: "#37474F",
children: [/*#__PURE__*/_jsx("circle", {
cx: 37,
cy: 16,
r: 3
}), /*#__PURE__*/_jsx("circle", {
cx: 20,
cy: 16,
r: 3
})]
}), /*#__PURE__*/_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__*/_jsx("path", {
fill: "#90A4AE",
d: "M32 34h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4zm12-6h4v4h-4zm-6 0h4v4h-4zm-6 0h4v4h-4z"
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 15,
r: 12,
fill: "#F44336"
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 15,
r: 9,
fill: "#eee"
}), /*#__PURE__*/_jsx("path", {
d: "M15 8h2v7h-2z"
}), /*#__PURE__*/_jsx("path", {
d: "m20.518 18.1-1.343 1.344-3.818-3.818 1.344-1.343z"
}), /*#__PURE__*/_jsx("circle", {
cx: 16,
cy: 15,
r: 1.5
})]
}));
export { FCOvertime };