@icongo/mc
Version:
Micon Icons
13 lines • 441 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlArrowRight8 = 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: "m1280 256 768 768-768 768-181-181 459-459H0V896h1558l-459-459 181-181z"
})
}));
export { MCMdlArrowRight8 };