@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.07 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiGit = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiGit = function LIGuiGit(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: "m12.773 6.466-5.24-5.24a.773.773 0 0 0-1.092 0L5.353 2.315l1.38 1.38a.918.918 0 0 1 1.163 1.17l1.33 1.33a.92.92 0 1 1-.55.518l-1.242-1.24v3.265a.92.92 0 1 1-.756-.027V5.415A.92.92 0 0 1 6.18 4.21L4.82 2.85 1.226 6.44a.774.774 0 0 0 0 1.093l5.24 5.24a.773.773 0 0 0 1.093 0l5.215-5.215a.774.774 0 0 0 0-1.094z"
})
}));
};
exports.LIGuiGit = LIGuiGit;