@uiw/file-icons
Version:
File icons in the file tree
30 lines (29 loc) • 2.77 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.V8 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var V8 = function V8(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
viewBox: "0 0 20 20",
width: "16px",
height: "16px"
}, props), {}, {
className: "ffont ".concat(props.className ? props.className : ''),
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M43.7213945,15.4289886 L41.9246378,18.652177 L39.0054359,18.652177 L40.8165579,15.4289886 L43.7213945,15.4289886 Z M6.72124529,15.4289886 L4.15583968,15.4289886 L5.88985491,18.6753655 L8.55204463,18.6578518 L6.72124529,15.4289886 Z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M20.9123697,39.8961521 C22.7488103,40.3111006 24.6906195,40.3214031 26.446126,39.9354054 L23.652174,44.9710175 L20.9123697,39.8961521 Z M14.068903,18.4894477 C13.0946574,19.5303694 12.3032198,20.7167111 11.7058311,22.0574223 L7.34263015,14.362322 L3.58646536,14.362322 L0,7.6376835 L12.173913,7.6376835 L13.1080098,9.30468427 C12.0651298,12.4219147 12.5165419,15.8163954 14.068903,18.4894477 Z M35.8472729,22.0951592 C35.2897053,20.8220726 34.4772978,19.6259275 33.4673281,18.4894363 C34.9392071,15.9097005 35.488143,12.8146416 34.4826279,9.47335516 L35.478261,7.75362573 L48,7.75362573 L44.3160038,14.362322 L40.1923943,14.362322 L35.8472729,22.0951592 Z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M35.5942039,27.4637686 C35.5942039,36.5337463 25.7079878,42.233256 17.8417268,37.6982685 C10.7142835,33.5892187 10.0448692,23.8449637 15.8334603,18.6773668 C12.5303836,14.1993009 13.5321979,7.38326202 18.839241,4.32369481 C25.3814707,0.552023631 33.6036615,5.29220722 33.6036615,12.8355471 C33.6036615,15.0870048 32.8711395,17.0886966 31.6694927,18.6889354 C34.038105,20.7976666 35.5942039,23.8654357 35.5942039,27.4637686 Z M22.6349974,14.8540331 C24.2159643,15.7654778 26.202899,14.6199871 26.202899,12.7971006 C26.202899,10.9742142 24.2159615,9.8287221 22.6349974,10.740166 C21.0540333,11.65161 21.0540333,13.9425927 22.6349974,14.8540331 Z M27.1884069,27.4637686 C27.1884069,24.8850485 24.3776178,23.2645966 22.1411319,24.5539595 C19.9046445,25.8433195 19.9046459,29.0842176 22.1411347,30.3735748 C24.3776178,31.6629349 27.1884069,30.0424887 27.1884069,27.4637686 Z",
fillRule: "evenodd"
})]
}));
};
exports.V8 = V8;
;