@icongo/vv
Version:
Vivid Icons
43 lines (42 loc) • 1.4 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.VVClock = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var VVClock = function VVClock(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
id: "prefix__clock",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("style", {
children: ".prefix__vi-primary{fill:#ff6e6e;stroke:#fff;stroke-linecap:round;stroke-width:0}"
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 24,
r: 18,
className: "prefix__vi-primary"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 24,
cy: 24,
r: 14,
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M21 16v11h9v-3h-6v-8h-3Z",
className: "prefix__vi-primary"
})]
}));
};
exports.VVClock = VVClock;