@icongo/mc
Version:
Micon Icons
13 lines • 782 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlClock = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1024 2048q-124 0-238.5-32t-214-90.5-181-140-140-181-90.5-214-32-238.5 32-238.5 90.5-214 140-181 181-140 214-90.5 238.5-32 238.5 32 214 90.5 181 140 140 181 90.5 214 32 238.5-32 238.5-90.5 214-140 181-181 140-214 90.5-238.5 32zm0-1664q-159 0-298.5 60.5t-244 165-165 244T256 1152t60.5 298.5 165 244 244 165T1024 1920t298.5-60.5 244-165 165-244T1792 1152t-60.5-298.5-165-244-244-165T1024 384zm0 768V640H896v640h512v-128h-384z"
})
}));
export { MCMdlClock };