@uiw/file-icons
Version:
File icons in the file tree
14 lines • 987 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Shaderlab = 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: "M21.058319,36.4444444 L14.7907376,36.4444444 L3,24.5 L14.7907376,12.5555556 L21.058319,12.5555556 L24.2041166,7.15666667 L40.509434,3 L45,19.1011111 L41.8542024,24.5 L45,29.8988889 L40.509434,46 L24.2041166,41.8433333 L21.058319,36.4444444 Z M21.3945111,35.8472222 L33.7135506,39.1438889 L26.6054889,26.8888889 L12.3893654,26.8888889 L21.3945111,35.8472222 Z M37.8919383,36.755 L41.2058319,24.5 L37.8919383,12.245 L30.7598628,24.5 L37.8919383,36.755 Z M21.3945111,13.1527778 L12.3893654,22.1111111 L26.6054889,22.1111111 L33.7135506,9.85611111 L21.3945111,13.1527778 Z",
fillRule: "evenodd"
})
}));