@icongo/mc
Version:
Micon Icons
13 lines • 493 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCCss3 = 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: "m1920 128-256 1472-893.2 320L0 1600l78.4-379.2h328l-32 162.4L840 1560.8l536.4-177.6 75.2-388.4H118l64-328h1334.8l42-210.8H225.2l65.2-328H1920z"
})
}));
export { MCCss3 };