UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 999 B
"use strict"; 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 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M20.516 5.871H3.452C2.677 5.871 2 6.516 2 7.323v9.387c0 .742.645 1.42 1.452 1.42h17.096c.775 0 1.452-.646 1.452-1.453V7.258c-.032-.774-.677-1.387-1.484-1.387zM21 16.71a.496.496 0 01-.484.484H3.452a.496.496 0 01-.484-.484V7.258c0-.258.226-.484.484-.484h17.096c.259 0 .484.226.484.484v9.42H21v.032z", fill: "#323544" }), React.createElement("path", { d: "M17.839 8.71h-1.903v3.355h-1.968l2.903 3.193 2.871-3.193H17.84V8.71zM8.71 11.13L6.805 8.71H4.871v6.548h1.935v-3.774l1.903 2.387 1.904-2.387v3.774h1.967V8.71h-1.967l-1.904 2.42z", fill: "#323544" })); exports.default = Markdown;