@icongo/mc
Version:
Micon Icons
13 lines • 575 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCAutoprefixer = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2560 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m1273.6 64-644 1920h310l101.6-325.6h478L1620 1984h310L1273.6 64zm-161.2 1367.6L1277.2 910h6l163.6 521.6h-334.4zM2560 1620l-40-125.6-671.6-62.4 77.6 226 634-38zM711.6 1432 40 1494.8 0 1620l634 37.6 77.6-225.6z"
})
}));
export { MCAutoprefixer };