@uiw/file-icons
Version:
File icons in the file tree
14 lines • 2.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Raml = 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.2857143,8 L15,8 L15,11.6666667 L11.2857143,11.6666667 L11.2857143,20.8333333 C11.2857143,22.8583774 9.62277193,24.5 7.57142857,24.5 C9.62277193,24.5 11.2857143,26.1416226 11.2857143,28.1666667 L11.2857143,37.3333333 L15,37.3333333 L15,41 L11.2857143,41 C9.29857143,40.505 7.57142857,39.35 7.57142857,37.3333333 L7.57142857,30 C7.57142857,27.9749559 5.90848621,26.3333333 3.85714286,26.3333333 L2,26.3333333 L2,22.6666667 L3.85714286,22.6666667 C5.90848621,22.6666667 7.57142857,21.0250441 7.57142857,19 L7.57142857,11.6666667 C7.57142857,9.64162258 9.23437093,8 11.2857143,8 Z M36.7142857,8 C38.7656291,8 40.4285714,9.64162258 40.4285714,11.6666667 L40.4285714,19 C40.4285714,21.0250441 42.0915138,22.6666667 44.1428571,22.6666667 L46,22.6666667 L46,26.3333333 L44.1428571,26.3333333 C42.0915138,26.3333333 40.4285714,27.9749559 40.4285714,30 L40.4285714,37.3333333 C40.4285714,39.3583774 38.7656291,41 36.7142857,41 L33,41 L33,37.3333333 L36.7142857,37.3333333 L36.7142857,28.1666667 C36.7142857,26.1416226 38.3772281,24.5 40.4285714,24.5 C38.3772281,24.5 36.7142857,22.8583774 36.7142857,20.8333333 L36.7142857,11.6666667 L33,11.6666667 L33,8 L36.7142857,8 Z M24,30 C25.1045695,30 26,30.8954305 26,32 C26,33.1045695 25.1045695,34 24,34 C22.8954305,34 22,33.1045695 22,32 C22,30.8954305 22.8954305,30 24,30 Z M17,30 C18.1045695,30 19,30.8954305 19,32 C19,33.1045695 18.1045695,34 17,34 C15.8954305,34 15,33.1045695 15,32 C15,30.8954305 15.8954305,30 17,30 Z M31,30 C32.1045695,30 33,30.8954305 33,32 C33,33.1045695 32.1045695,34 31,34 C29.8954305,34 29,33.1045695 29,32 C29,30.8954305 29.8954305,30 31,30 Z",
fillRule: "evenodd"
})
}));