@uiw/file-icons
Version:
File icons in the file tree
14 lines • 848 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Xaml = 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: "M36.953271,24.0841121 L30.4672897,35.2990654 L17.5327103,35.2990654 L11.046729,24.0841121 L17.5327103,12.8691589 L30.4672897,12.8691589 L36.953271,24.0841121 Z M46,24.0841121 L38.4485981,37.1682243 L35.2149533,35.2990654 L41.682243,24.0841121 L35.2149533,12.8691589 L38.4485981,11 L46,24.0841121 Z M2,24.0841121 L9.55140187,11 L12.7850467,12.8691589 L6.31775701,24.0841121 L12.7850467,35.2990654 L9.55140187,37.1682243 L2,24.0841121 Z",
fillRule: "evenodd"
})
}));