import type { SVGProps } from "react";
const Microsoft = (props: SVGProps<SVGSVGElement>) => (
<svg {...props} viewBox="0 0 256 256" preserveAspectRatio="xMidYMid">
<path fill="#F1511B" d="M121.666 121.666H0V0h121.666z" />
<path fill="#80CC28" d="M256 121.666H134.335V0H256z" />
<path fill="#00ADEF" d="M121.663 256.002H0V134.336h121.663z" />
<path fill="#FBBC09" d="M256 256.002H134.335V134.336H256z" />
</svg>
);
export { Microsoft };
npx shadcn@latest add @svgl/microsoftimport { Microsoft } from "@/components/microsoft"<Microsoft />