@icongo/li
Version:
LibreICONS Icons
15 lines • 636 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var LISocialGitlab = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
className: "prefix__social-gitlab",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "m12.977 7.794-.67-2.068-1.333-4.094a.227.227 0 0 0-.433 0L9.209 5.725H4.791L3.459 1.632c-.068-.212-.367-.212-.434-.002L1.693 5.725l-.671 2.069a.462.462 0 0 0 .165.511L7 12.527l5.812-4.221a.46.46 0 0 0 .165-.512"
})
}));
export { LISocialGitlab };