@uiw/file-icons
Version:
File icons in the file tree
30 lines (29 loc) • 3.19 kB
JavaScript
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.Graphql = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _react = _interopRequireDefault(require("react"));
var _jsxRuntime = require("react/jsx-runtime");
var Graphql = function Graphql(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: "M19.7035553,42 L2,31.6323977 L2.91718364,30.0211335 L20.6207389,40.3887357 L19.7035553,42 Z M35.0828164,14.9788665 L17.3792611,4.61126427 L18.2964447,3 L36,13.3676023 L35.0828164,14.9788665 Z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M35.3945635,33 L17.5091488,1.92969555 L19.1145852,1 L37,32.0703045 L35.3945635,33 Z M3,11.1392964 L4.8538925,11.1392964 L4.8538925,31.8618173 L3,31.8618173 L3,11.1392964 Z M34.0912076,11.1392964 L35.9451001,11.1392964 L35.9451001,31.8618173 L34.0912076,31.8618173 L34.0912076,11.1392964 Z",
fillRule: "evenodd"
}), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M38.4673893,32.9995084 C37.3931316,34.8758966 34.9984014,35.5163118 33.1296375,34.4376466 C31.2608736,33.3590061 30.6230606,30.9545058 31.6973428,29.0781177 C32.7716006,27.2017295 35.1663307,26.5613143 37.0350946,27.6399794 C38.9149967,28.7298527 39.5529321,31.1231202 38.4673893,32.9995084 M7.29154056,14.9213907 C6.21728282,16.7977789 3.82255267,17.4381941 1.95378874,16.359529 C0.0850248181,15.2808884 -0.552788177,12.8763882 0.521494045,11 C1.59575179,9.12361182 3.99048194,8.48319666 5.85924586,9.56186177 C7.72800978,10.6517351 8.36582278,13.0450026 7.29154056,14.9213907 M0.532632211,32.9995084 C-0.541625532,31.1231202 0.096211943,28.7298282 1.96492691,27.6399794 C3.83369083,26.5613389 6.21725834,27.2017787 7.30267872,29.0781177 C8.37693647,30.9545058 7.73909899,33.3477979 5.87038403,34.4376466 C3.99048194,35.5162872 1.60691443,34.8758474 0.532632211,32.9995084 M31.708481,14.9213907 C30.6342232,13.0450026 31.2720607,10.6517105 33.1407757,9.56186177 C35.0095396,8.48322124 37.3931071,9.12366098 38.4785275,11 C39.5527852,12.8763882 38.9149478,15.2696802 37.0462328,16.359529 C35.1774689,17.4381695 32.7827632,16.7977298 31.708481,14.9213907 M19.4999496,44 C17.340247,44 15.5946149,42.247246 15.5946149,40.0787322 C15.5946149,37.9102183 17.340247,36.1574643 19.4999496,36.1574643 C21.6596522,36.1574643 23.4052843,37.9102183 23.4052843,40.0787322 C23.4052843,42.2360624 21.6596522,44 19.4999496,44 M19.4999496,7.8425357 C17.340247,7.8425357 15.5946149,6.08978169 15.5946149,3.92126785 C15.5946149,1.75275401 17.340247,0 19.4999496,0 C21.6596522,0 23.4052843,1.75275401 23.4052843,3.92126785 C23.4052843,6.08978169 21.6596522,7.8425357 19.4999496,7.8425357",
fillRule: "evenodd"
})]
}));
};
exports.Graphql = Graphql;
;