@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
12 lines • 425 B
TypeScript
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const GitterIconConfig: {
name: 'GitterIcon',
height: 512,
width: 384,
svgPath: 'M66.4 322.5H16V0h50.4v322.5zM166.9 76.1h-50.4V512h50.4V76.1zm100.6 0h-50.4V512h50.4V76.1zM368 76h-50.4v247H368V76z',
yOffset: 0,
xOffset: 0,
};
export declare const GitterIcon: React.ComponentClass<SVGIconProps>;
export default GitterIcon;