UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.16 kB
"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 FiletypeMdx = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-filetype-mdx", viewBox: "0 0 16 16", ...props }, React.createElement("path", { fillRule: "evenodd", d: "M14 4.5V14a2 2 0 01-2 2v-1a1 1 0 001-1V4.5h-2A1.5 1.5 0 019.5 3V1H4a1 1 0 00-1 1v9H2V2a2 2 0 012-2h5.5zM.706 15.849v-2.66h.038l.952 2.159h.516l.946-2.16h.038v2.661h.715V11.85h-.8l-1.14 2.596h-.026L.805 11.85H0v3.999zm3.559-3.999v3.999h1.459q.603 0 .999-.237a1.45 1.45 0 00.595-.689q.195-.45.196-1.084 0-.63-.196-1.075a1.43 1.43 0 00-.59-.68q-.395-.234-1.004-.234zm.79.645h.563q.372 0 .61.152a.9.9 0 01.354.454q.117.302.117.753 0 .34-.067.592a1.1 1.1 0 01-.196.422.8.8 0 01-.334.252 1.3 1.3 0 01-.484.082h-.562v-2.707zm4.787-.645h.894L9.46 13.857l1.254 1.992h-.908l-.85-1.415h-.035l-.852 1.415h-.862l1.24-2.016L7.22 11.85h.932l.832 1.439h.035z" })); exports.default = FiletypeMdx;