@icongo/mc
Version:
Micon Icons
13 lines • 565 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCHtml5 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1536 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m0 128 139.6 1583.2L766 1920l630.4-208.8L1536 128H0zm1232.8 511.6H497.6L514 837.2h702.4l-54.4 593.6-391.6 108v1.2H766l-394.8-109.2-24-303.2H538l14 152.4 214 58 214.8-58 24-248.8H337.2L286 448.8h964.4l-17.6 190.8z"
})
}));
export { MCHtml5 };