@icongo/mc
Version:
Micon Icons
13 lines • 953 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlClockLegacy = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 1792"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M896 1792q-108.5 0-208.688-28t-187.25-79.188-158.375-122.5-122.5-158.374T140 1216.688 112 1008t28-208.688 79.188-187.25 122.5-158.375 158.375-122.5T687.313 252 896 224t208.688 28 187.25 79.188 158.374 122.5 122.5 158.375T1652 799.313 1680 1008t-28 208.688-79.188 187.25-122.5 158.374-158.374 122.5-187.25 79.188T896 1792zm0-1456q-139.125 0-261.188 52.938t-213.5 144.375-144.375 213.5T224 1008t52.938 261.188 144.375 213.5 213.5 144.374T896 1680t261.188-52.938 213.5-144.374 144.374-213.5T1568 1008t-52.938-261.188-144.374-213.5-213.5-144.375T896 336zm0 672V560H784v560h448v-112H896z"
})
}));
export { MCMdlClockLegacy };