@uiw/file-icons
Version:
File icons in the file tree
14 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Tex = props => /*#__PURE__*/_jsx("svg", _extends({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props, {
className: "ffont " + (props.className ? props.className : ''),
children: /*#__PURE__*/_jsx("path", {
d: "M18.0570756,13.5767672 L11.2881447,13.5767672 L11.2881447,30.2827024 L8.76893097,30.2827024 L8.76893097,13.5767672 L2,13.5767672 L2,11.337436 L18.0570756,11.337436 L18.0570756,13.5767672 Z M28.4883152,36.6851941 L16.0069007,36.6851941 L16.0069007,17.7396557 L28.4883152,17.7396557 L28.4883152,19.978987 L18.5256612,19.978987 L18.5256612,25.1701352 L28.4883152,25.1701352 L28.4883152,27.4094665 L18.5256612,27.4094665 L18.5256612,34.4455909 L28.4883152,34.4455909 L28.4883152,36.6851941 Z M46,11 L39.4601049,20.3644598 L45.9872204,29.9455384 L43.073561,29.9455384 L37.9077907,22.1460818 L32.6148589,29.9455384 L29.8666093,29.9455384 L36.4701305,20.4795668 L30.0193301,11.0009064 L32.9203005,11.0009064 L38.0224446,18.6985793 L43.2390614,11.0009064 L46,11 Z",
fillRule: "evenodd"
})
}));