iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 658 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Markdown = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M6.346 5h2.1v6.533H6.993l.055-5.31-1.773 5.31H4.072l-1.805-5.31c.04.644.06 5.31.06 5.31H1V5h2.156s1.528 4.493 1.577 4.807L6.346 5zm6.71 3.617v-3.5h-1.944v3.5H9.166l2.916 2.916L15 8.617h-1.945z", fill: "#424242" }));
exports.default = Markdown;