@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandGraphql = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandGraphql = function LIBrandGraphql(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.026 2.376 10.493 3.8a1.072 1.072 0 0 1 1.705.2 1.073 1.073 0 0 1-.677 1.575v2.85A1.066 1.066 0 0 1 12.195 10a1.072 1.072 0 0 1-1.727.176l-2.452 1.416a1.07 1.07 0 1 1-2.042.035l-2.468-1.424a1.07 1.07 0 1 1-1.026-1.78V5.576a1.07 1.07 0 1 1 1.026-1.777l2.469-1.425a1.069 1.069 0 1 1 2.095-.306c0 .105-.015.209-.044.309zm-.258.438a.397.397 0 0 1-.029.029l3.23 5.595.042-.011V5.573a1.068 1.068 0 0 1-.78-1.294l.01-.036-2.473-1.429zm-1.507.03-.03-.03L3.758 4.24a1.068 1.068 0 0 1-.731 1.322l-.038.01v2.855l.042.011 3.23-5.595zm1.038.253a1.078 1.078 0 0 1-.596 0l-3.23 5.595c.147.141.25.322.3.52h6.455c.049-.199.154-.38.302-.522L7.299 3.097zm.493 8.114 2.456-1.42a.874.874 0 0 1-.019-.07H3.771l-.01.041 2.469 1.426a1.07 1.07 0 0 1 1.561.023z"
})
}));
};
exports.LIBrandGraphql = LIBrandGraphql;