@uiw/file-icons
Version:
File icons in the file tree
14 lines • 2.57 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
export var Nodemon = 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: "M23.9987448,0 C23.6078289,0 23.2166776,0.101151093 22.8663063,0.303330893 L4.1317167,11.125616 C3.43160164,11.5304338 3,12.2771814 3,13.0856872 L3,34.7308851 C3,35.5389516 3.4314918,36.2858874 4.13207759,36.6898579 L22.8666672,47.5031994 L22.866981,47.5031994 C23.5664684,47.9075464 24.4291382,47.9075464 25.1286257,47.5031994 L43.8679224,36.6898579 C44.5686651,36.2858247 45,35.5390771 45,34.7297868 L45,13.0861579 C45,12.2774638 44.5684925,11.5310144 43.8690051,11.1260868 L25.1297083,0.303801611 C24.7792585,0.101628088 24.3885466,0.000470718331 23.9976307,0.000470718331 L23.9987448,0 Z M11.75034,9.25746051 C11.75034,9.25746051 13.9195669,15.3353756 18.2782618,15.1334374 L23.3827314,12.1964689 C23.5779226,12.0823981 23.7933233,12.0233544 24.010952,12.0142538 L24.1288309,12.0142538 C24.3469304,12.0231974 24.5627234,12.0822365 24.7552472,12.1964689 L29.859246,15.1334374 C34.2184116,15.334748 36.386854,9.25746051 36.386854,9.25746051 C37.3497868,13.5179321 36.5818883,16.3676609 35.2968273,18.2630867 L36.1324151,18.7439412 L36.1327289,18.7439412 C36.5598273,18.988244 36.8197737,19.4423617 36.8202444,19.938185 L36.7983215,37.5681555 C36.7983215,37.8141843 36.6663713,38.0421532 36.4568938,38.1618726 C36.2466396,38.2889665 35.9818762,38.2889665 35.7697392,38.1618726 L29.0095963,34.2897436 C28.5843807,34.0390076 28.3209981,33.5873063 28.3209981,33.0972885 L28.3209981,24.8608161 C28.3209981,24.3698568 28.0596396,23.9144369 27.6334826,23.6712324 L24.755197,22.0133624 C24.5466687,21.8886221 24.3058963,21.8275542 24.0716355,21.8275542 C23.8320399,21.8275542 23.597528,21.8884605 23.3830373,22.0133624 L20.5036533,23.6712324 C20.0776532,23.9145938 19.8175813,24.3700608 19.8175813,24.8611769 L19.8175813,33.0976494 C19.8175813,33.5876672 19.5575879,34.0359166 19.1297049,34.2901045 L12.3678361,38.1617627 C12.1572681,38.2891689 11.8962391,38.2891689 11.6853573,38.1617627 C11.4694545,38.0420434 11.3421409,37.8144354 11.3421409,37.5684066 L11.3170296,19.938436 C11.3170296,19.4429265 11.5808359,18.9888089 12.0052669,18.7441922 L12.8408547,18.2629769 C11.5561075,16.3673942 10.7871106,13.5176654 11.7504671,9.25735068 L11.75034,9.25746051 Z",
fillRule: "evenodd"
})
}));