@react-symbols/icons
Version:
Symbols icons by Miguel Solorio for React
4 lines • 529 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const MarkdownX = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24" }, props, { children: [_jsx("path", { stroke: "#60A5FA", strokeWidth: "2", d: "M21.726 15.446L14.83 8.552m.059 6.896l6.896-6.896" }), _jsx("path", { fill: "#60A5FA", d: "M3 15.714V8h2.323l2.322 2.836L9.968 8h2.322v7.714H9.968V11.29l-2.323 2.836-2.322-2.836v4.424H3z" })] })));
export default MarkdownX;
//# sourceMappingURL=mdx.js.map