@uiw/file-icons
Version:
File icons in the file tree
14 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Ballerina = 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: "M22.1934914,18.0741498 L12,14.174732 L12,2 L22.1934914,2 L22.1934914,18.0741498 Z M12,17.9865618 L18.9763842,20.6553681 L12,23.3232986 L12,17.9865618 Z M12,45.3788329 L12,27.1360042 L22.1934914,23.2374624 L22.1934914,29.1330106 L17.2368865,45.3788329 L12,45.3788329 Z M25.7259155,18.0741498 L25.7259155,2 L35.9202828,2 L35.9202828,14.174732 L25.7259155,18.0741498 Z M35.9202828,17.9865618 L35.9202828,23.3232986 L28.9421468,20.6553681 L35.9202828,17.9865618 Z M35.9202828,45.3788329 L30.6816445,45.3788329 L25.7259155,29.1330106 L25.7259155,23.2374624 L35.9202828,27.1360042 L35.9202828,45.3788329 Z",
fillRule: "evenodd"
})
}));