@uiw/file-icons
Version:
File icons in the file tree
14 lines • 738 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Ruby = 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: "M32.8,17.4 L39.4,17.4 L28.4,32.8 L32.8,17.4 Z M19.6,17.4 L28.4,17.4 L24,35 L19.6,17.4 Z M8.6,17.4 L15.2,17.4 L19.6,32.8 L8.6,17.4 Z M30.6,6.4 L35,6.4 L39.4,13 L32.8,13 L30.6,6.4 Z M21.8,6.4 L26.2,6.4 L28.4,13 L19.6,13 L21.8,6.4 Z M13,6.4 L17.4,6.4 L15.2,13 L8.6,13 L13,6.4 Z M10.8,2 L2,15.2 L24,46 L46,15.2 L37.2,2 L10.8,2 Z",
fillRule: "evenodd"
})
}));