@uiw/file-icons
Version:
File icons in the file tree
14 lines • 1.51 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Webassembly = 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: "M28.1211671,6 C28.1245065,6.06462889 28.1245065,6.1293871 28.1211671,6.19401598 C28.1211671,8.4737686 26.2730624,10.3218733 23.9933098,10.3218733 C22.899421,10.3209864 21.8506875,9.88559015 21.0778186,9.11146666 C20.3049498,8.33734318 19.8712552,7.28790473 19.8721427,6.19401598 C19.8688033,6.1293871 19.8688033,6.06462889 19.8721427,6 L6,6 L6,42 L42,42 L42,6 L28.1211671,6 Z M23.1804497,38.1464412 L21.4242706,29.4725887 L21.3941647,29.4725887 L19.5008363,38.1464412 L17.0856718,38.1464412 L14.3493774,25.4015982 L16.734436,25.4015982 L18.3668463,34.0787958 L18.3969522,34.0787958 L20.3638729,25.4015982 L22.5950567,25.4015982 L24.3612711,34.1858391 L24.3947222,34.1858391 L26.2545995,25.4015982 L28.5961717,25.4015982 L25.555473,38.1464412 L23.1804497,38.1464412 Z M32.7173388,28.5426501 L33.7208697,28.5426501 L34.9150715,33.2224494 L31.6770117,33.2224494 L32.7173388,28.5426501 Z M36.3133247,38.1464412 L35.5004646,35.3097937 L31.2086973,35.3097937 L30.583163,38.1464412 L28.1981044,38.1464412 L31.2822895,25.4015982 L35.0455306,25.4015982 L38.7953912,38.1464412 L36.3133247,38.1464412 Z",
fillRule: "evenodd"
})
}));