@nant-design/nant-icons
Version:
8 lines (6 loc) • 333 B
JSX
import React from 'react';
export const LogoMicrosoft = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="M31.87 30.58H244.7v212.81H31.87Zm235.02 0H479.7v212.81H266.89ZM31.87 265.61H244.7v212.8H31.87Zm235.02 0H479.7v212.8H266.89Z"/>
</svg>;
};