import React from 'react'; interface IconGitlabProps { color?: string; } export function IconGitlab(props: IconGitlabProps): React.ReactElement { return ( ); }