@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
9 lines • 591 B
JavaScript
exports.__esModule = true;
exports.GitlabIconConfig = {
name: 'GitlabIcon',
icon: {"xOffset":0,"yOffset":0,"width":512,"height":512,"svgPathData":"M105.2 24.9c-3.1-8.9-15.7-8.9-18.9 0L29.8 199.7h132c-.1 0-56.6-174.8-56.6-174.8zM.9 287.7c-2.6 8 .3 16.9 7.1 22l247.9 184-226.2-294zm160.8-88l94.3 294 94.3-294zm349.4 88l-28.8-88-226.3 294 247.9-184c6.9-5.1 9.7-14 7.2-22zM425.7 24.9c-3.1-8.9-15.7-8.9-18.9 0l-56.6 174.8h132z"},
rhUiIcon: null,
};
exports.GitlabIcon = require('../createIcon').createIconBase(exports.GitlabIconConfig);
exports["default"] = exports.GitlabIcon;