UNPKG

@patternfly/react-icons

Version:
12 lines 387 B
import * as React from 'react'; import { SVGIconProps } from '../createIcon'; export declare const AzureIconConfig: { name: 'AzureIcon', height: 150, width: 160, svgPath: 'm88.33 0-47.66 41.33-40.67 73h36.67zm6.34 9.67-20.34 57.33 39 49-75.66 13h124z', yOffset: -10, xOffset: 0, }; export declare const AzureIcon: React.ComponentClass<SVGIconProps>; export default AzureIcon;