@icongo/mc
Version:
Micon Icons
13 lines • 533 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCViacoin = 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: "M1536 128h-256L957.2 896h-378L256 128H0l192 448H0v192h274l55.2 128H0v192h411.2L768 1920l356.8-832H1536V896h-329.2l55.2-128h274V576h-192l192-448zM768 1344l-108-256h216l-108 256z"
})
}));
export { MCViacoin };