@patternfly/react-icons
Version:
PatternFly 4 Icons as React Components
11 lines (8 loc) • 416 B
JavaScript
import { createIconBase } from '../createIcon.js';
export const MicrosoftIconConfig = {
name: 'MicrosoftIcon',
icon: {"xOffset":0,"yOffset":0,"width":448,"height":512,"svgPathData":"M0 32h214.6v214.6H0V32zm233.4 0H448v214.6H233.4V32zM0 265.4h214.6V480H0V265.4zm233.4 0H448V480H233.4V265.4z"},
rhUiIcon: null,
};
export const MicrosoftIcon = createIconBase(MicrosoftIconConfig);
export default MicrosoftIcon;