@uiw/file-icons
Version:
File icons in the file tree
14 lines • 778 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Mxml = 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: "M27,17 L39,17 L27,5 L27,17 Z 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.946875,46 7,44.02 7,41.6 L7,6.4 C7,3.958 8.946875,2 11.375,2 Z M12,31 L19.9728682,39 L23,35.9839572 L18.0329457,31 L23,26.0160428 L19.9728682,23 L12,31 Z M36,31 L28.0271318,23 L25,26.0160428 L29.9670543,31 L25,35.9839572 L28.0271318,39 L36,31 Z",
fillRule: "evenodd"
})
}));