@uiw/file-icons
Version:
File icons in the file tree
14 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Table = 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: "M11.375,2 L28.875,2 L42,15.2 L42,41.6 C42,44.0300529 40.0412458,46 37.625,46 L11.375,46 C8.95875422,46 7,44.0300529 7,41.6 L7,6.4 C7,3.9699471 8.95875422,2 11.375,2 Z M26.6875,5.3 L26.6875,17.4 L38.71875,17.4 L26.6875,5.3 Z M35.4375,21.8 L26.6875,21.8 L26.6875,26.2 L28.875,26.2 L24.5,29.874 L20.125,26.2 L22.3125,26.2 L22.3125,21.8 L13.5625,21.8 L13.5625,26.2 L15.75,26.2 L22.3125,31.7 L15.75,37.2 L13.5625,37.2 L13.5625,41.6 L22.3125,41.6 L22.3125,37.2 L20.125,37.2 L24.5,33.526 L28.875,37.2 L26.6875,37.2 L26.6875,41.6 L35.4375,41.6 L35.4375,37.2 L33.25,37.2 L26.6875,31.7 L33.25,26.2 L35.4375,26.2 L35.4375,21.8 Z",
fillRule: "evenodd"
})
}));