@icongo/mc
Version:
Micon Icons
13 lines • 595 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMonero = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1984 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1408 1536h433.6c-173.6 287.6-489.2 480-849.6 480s-676-192.4-849.6-480H576v-511.2L992 1444l416-420v512zM352 1344V512l637.6 637.6L1632 512v832h299.2c34-100.4 52.8-208 52.8-320 0-548-444-992-992-992S0 476 0 1024c0 112 18.4 219.6 52.8 320H352z"
})
}));
export { MCMonero };