@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlReplay = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlReplay = function MCMdlReplay(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M1024 0q141 0 272 36.5T1540.5 140t207 160.5 160.5 207T2011.5 752t36.5 272-36.5 272-103.5 244.5-160.5 207-207 160.5-244.5 103.5-272 36.5q-114 0-223.5-25T592 1951.5 405 1838t-159-150.5-124.5-182T38 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-129 0-250.5 36.5T547 267.5t-189.5 161T218 640h294v128H0V256h128v275q67-122 163.5-220.5T504 143 752 37t272-37zm512 1024-768 443V581zm-640 222 384-222-384-222v444z"
})
}));
};
exports.MCMdlReplay = MCMdlReplay;