@icongo/mc
Version:
Micon Icons
13 lines • 726 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMarkdown = 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: "M2375.4 1811.68H184.6c-101.8 0-184.6-82.8-184.6-184.6V420.92c0-101.8 82.8-184.6 184.6-184.6h2190.76c101.8 0 184.6 82.8 184.6 184.6v1206.16c.04 101.8-82.76 184.6-184.56 184.6zm-1760-369.2v-480l246.16 307.68 246.16-307.68v480h246.16V605.52h-246.16L861.56 913.2 615.4 605.52H369.24v836.92H615.4zM2264.6 1024h-246.16V605.52h-246.16V1024h-246.16l369.24 430.76L2264.6 1024z"
})
}));
export { MCMarkdown };