package.dist.esm.icons.microsoft-icon.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of react-icons Show documentation
Show all versions of react-icons Show documentation
PatternFly 4 Icons as React Components
The newest version!
import * as React from 'react';
import { SVGIconProps } from '../createIcon';
export declare const MicrosoftIconConfig: {
name: 'MicrosoftIcon',
height: 512,
width: 448,
svgPath: 'M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z',
yOffset: 0,
xOffset: 0,
};
export declare const MicrosoftIcon: React.ComponentClass;
export default MicrosoftIcon;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy