@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.31 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIBrandGraphcool = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIBrandGraphcool = function LIBrandGraphcool(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: "M11.569 4.964c-.584-.328-1.317.1-1.434.174L7.616 6.567a.983.983 0 1 0 .356.599l2.512-1.426.016-.01c.165-.104.548-.26.727-.159.129.073.202.316.208.675h-.003v3.15a.825.825 0 0 1-.411.714L7.41 12.196a.826.826 0 0 1-.823 0L2.976 10.11a.825.825 0 0 1-.412-.713v-4.17c0-.295.157-.566.412-.713l3.268-1.886a.982.982 0 1 0-.242-.664L2.631 3.91a1.52 1.52 0 0 0-.762 1.315v4.17c0 .543.29 1.044.76 1.315l3.61 2.086c.47.27 1.048.27 1.518 0l3.611-2.086a1.52 1.52 0 0 0 .76-1.314V6.365h.002c.017-.71-.173-1.181-.561-1.4z"
})
}));
};
exports.LIBrandGraphcool = LIBrandGraphcool;