@icongo/sti
Version:
Super Tiny Icons
27 lines • 877 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var STIGitlab = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-label": "GitLab",
viewBox: "0 0 512 512"
}, props, {
children: [/*#__PURE__*/_jsx("rect", {
width: 512,
height: 512,
fill: "#30353e",
rx: "15%"
}), /*#__PURE__*/_jsx("path", {
fill: "#e24329",
d: "m84 215 43-133c2-7 12-7 14 0l115 353L371 82c2-7 12-7 14 0l43 133"
}), /*#__PURE__*/_jsx("path", {
fill: "#fc6d26",
d: "M256 435 84 215h100.4zm71.7-220H428L256 435l71.6-220z"
}), /*#__PURE__*/_jsx("path", {
fill: "#fca326",
d: "m84 215-22 67c-2 6 0 13 6 16l188 137zm344 0 22 67c2 6 0 13-6 16L256 435z"
})]
}));
export { STIGitlab };