UNPKG

@icongo/sti

Version:
35 lines (34 loc) 1.29 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.STIGitlab = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var STIGitlab = function STIGitlab(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-label": "GitLab", viewBox: "0 0 512 512" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 512, height: 512, fill: "#30353e", rx: "15%" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#e24329", d: "m84 215 43-133c2-7 12-7 14 0l115 353L371 82c2-7 12-7 14 0l43 133" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#fc6d26", d: "M256 435 84 215h100.4zm71.7-220H428L256 435l71.6-220z" }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.STIGitlab = STIGitlab;