@uiw/file-icons
Version:
File icons in the file tree
14 lines • 1.4 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var I18N = 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: "M25.6614186,29.9517938 L20.8121798,25.1598193 L20.8694441,25.102555 C24.1913699,21.3988009 26.5584277,17.1414256 27.9519919,12.6361691 L33.5456671,12.6361691 L33.5456671,8.81808455 L20.1818758,8.81808455 L20.1818758,5 L16.3637913,5 L16.3637913,8.81808455 L3,8.81808455 L3,12.6361691 L24.3245243,12.6361691 C23.0454293,16.3014827 21.0216206,19.7952015 18.2727345,22.8498276 C16.4972826,20.8834417 15.0272933,18.7262012 13.8625882,16.4542536 L10.0445037,16.4542536 C11.4381472,19.5661441 13.3474074,22.5060435 15.7334873,25.1596211 L6.01638388,34.743372 L8.72722589,37.454214 L18.2727345,27.9087054 L24.2101938,33.8461647 L25.6611016,29.9515956 L25.6614186,29.9517938 Z M36.4093593,20.2723382 L32.5912748,20.2723382 L24.0002378,43.1820343 L27.8183223,43.1820343 L29.956521,37.4546103 L39.0246947,37.4546103 L41.1819155,43.1820343 L45,43.1820343 L36.408963,20.2723382 L36.4093593,20.2723382 Z M31.4069532,33.6361295 L34.4996235,25.3696564 L37.5922938,33.6361295 L31.4069532,33.6361295 Z",
fillRule: "evenodd"
})
}));