UNPKG

@icongo/fc

Version:
35 lines 852 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var FCClock = 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("circle", { cx: 24, cy: 24, r: 20, fill: "#00ACC1" }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 24, r: 16, fill: "#eee" }), /*#__PURE__*/_jsx("path", { d: "M23 11h2v13h-2z" }), /*#__PURE__*/_jsx("path", { d: "M31.285 29.654 29.66 31.28l-6.504-6.504 1.626-1.627z" }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 24, r: 2 }), /*#__PURE__*/_jsx("circle", { cx: 24, cy: 24, r: 1, fill: "#00ACC1" })] })); export { FCClock };