UNPKG

@patternfly/react-icons

Version:
11 lines (8 loc) 568 B
import { createIconBase } from '../createIcon.js'; export const 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, }; export const GitlabIcon = createIconBase(GitlabIconConfig); export default GitlabIcon;