package.dist.esm.icons.gitlab-icon.js Maven / Gradle / Ivy
import { createIcon } from '../createIcon';
export const GitlabIconConfig = {
name: 'GitlabIcon',
height: 512,
width: 512,
svgPath: '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',
yOffset: 0,
xOffset: 0,
};
export const GitlabIcon = createIcon(GitlabIconConfig);
export default GitlabIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy