@icongo/mc
Version:
Micon Icons
13 lines • 459 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlRewind = 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: "M896 1674 90 1024l806-645v1295zm-128-267V645l-474 379zm218-383 806-645v1295zm678 383V645l-474 379z"
})
}));
export { MCMdlRewind };