@icongo/vv
Version:
Vivid Icons
35 lines • 964 B
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 VVClock = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
id: "prefix__clock",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("defs", {
children: /*#__PURE__*/_jsx("style", {
children: ".prefix__vi-primary{fill:#ff6e6e;stroke:#fff;stroke-linecap:round;stroke-width:0}"
})
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 18,
className: "prefix__vi-primary"
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 14,
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
}), /*#__PURE__*/_jsx("path", {
d: "M21 16v11h9v-3h-6v-8h-3Z",
className: "prefix__vi-primary"
})]
}));
export { VVClock };