@icongo/mc
Version:
Micon Icons
13 lines • 882 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlHistory = 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 512v549l365 366-90 90-403-402V512h128zm944 113q80 192 80 399t-80 399q-78 183-220 325t-325 220q-192 80-399 80-174 0-336-57-158-55-289-156-130-101-223-238-47-69-81.5-144T38 1297l123-34q40 145 123.5 266T482 1737t253 135 289 48q123 0 237.5-32t214-90.5T1657 1657t140.5-181.5T1888 1262t32-238q0-123-32-237.5t-90.5-214T1657 391t-181.5-140.5-214-90.5-237.5-32q-130 0-252 36.5T544.5 268t-190 161.5T215 640h297v128H0V256h128v274q17-32 37-62.5t42-59.5q94-125 220-216Q559 98 710 49t314-49q207 0 399 80 183 78 325 220t220 325z"
})
}));
export { MCMdlHistory };