@icongo/li
Version:
LibreICONS Icons
15 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialGithub = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-github",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M7 1.148a6 6 0 0 0-1.896 11.693c.3.056.396-.13.396-.288v-1.117c-1.669.363-2.017-.708-2.017-.708-.272-.694-.666-.878-.666-.878-.544-.372.041-.365.041-.365.603.043.92.619.92.619.535.917 1.404.652 1.746.498.054-.388.21-.652.381-.802-1.333-.151-2.733-.666-2.733-2.965 0-.656.234-1.19.618-1.61-.062-.152-.268-.762.058-1.589 0 0 .504-.16 1.65.616.479-.133.992-.2 1.502-.203.51.002 1.024.07 1.503.203 1.145-.777 1.648-.616 1.648-.616.327.827.121 1.437.06 1.588.384.42.617.955.617 1.61 0 2.305-1.404 2.813-2.74 2.961.215.186.412.552.412 1.111v1.647c0 .16.096.347.4.288A6 6 0 0 0 7 1.148z"
})
}));
export { LISocialGithub };