package.dist.esm.icons.azure-icon.d.ts Maven / Gradle / Ivy
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;
export default AzureIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy