UNPKG

@icongo/li

Version:
24 lines (23 loc) 1.42 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISocialGithub = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISocialGithub = function LISocialGithub(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", className: "prefix__social-github", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.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" }) })); }; exports.LISocialGithub = LISocialGithub;