Files
copilotkit__copilotkit/docs/components/ui/icons/microsoft.tsx
2026-02-13 11:01:44 +01:00

29 lines
4.2 KiB
TypeScript

import React from "react";
import { cn } from "@/lib/utils";
interface MicrosoftIconProps {
className?: string;
width?: number;
height?: number;
}
const DEFAULT_CLASSNAME = "text-icon";
export const MicrosoftIcon = ({
className,
width = 20,
height = 20,
}: MicrosoftIconProps) => {
return (
<svg
fill="currentColor"
viewBox="0 0 168 150"
className={cn(DEFAULT_CLASSNAME, className)}
style={{ width: `${width}px`, height: `${height}px` }}
xmlns="http://www.w3.org/2000/svg"
>
<path d="M 90.960771,144.01092 C 83.871729,143.26 78.629814,137.77624 77.497686,129.9267 L 77,126.47603 66.666667,120.88809 c -11.453816,-6.19386 -11.574026,-6.21767 -19.889669,-3.93922 -3.548028,0.97214 -4.744806,1.03191 -7.487689,0.3739 -7.668686,-1.83969 -12.347338,-8.28258 -11.83681,-16.30027 0.32442,-5.094928 2.403075,-8.622947 7.066932,-11.99443 4.778858,-3.454616 5.019843,-4.120995 4.90377,-13.560053 -0.05576,-4.534114 -0.407867,-8.816529 -0.782468,-9.516476 -0.3746,-0.699948 -2.321598,-2.484546 -4.326661,-3.965773 -10.423241,-7.700099 -9.089311,-22.333363 2.489929,-27.314618 4.361515,-1.876273 9.230904,-1.566238 14.529332,0.925087 2.016667,0.948239 4.192811,1.727001 4.835876,1.730582 1.804839,0.01005 17.97451,-8.554696 19.664124,-10.415691 0.825,-0.908681 1.5,-2.480968 1.5,-3.49397 0,-3.421097 1.963581,-8.402658 4.314827,-10.94662 7.613967,-8.2380348 20.7353,-6.2693941 25.43133,3.815552 0.86578,1.859317 1.58771,4.430576 1.60429,5.713909 0.0519,4.018088 1.34305,5.270747 10.7225,10.402806 10.15475,5.556271 11.53453,5.809288 17.79887,3.26386 6.99736,-2.843282 13.10843,-1.843203 17.88984,2.927677 3.13303,3.126134 4.23834,6.003411 4.23834,11.032968 0,5.493267 -1.48953,8.663767 -5.71662,12.167916 -1.68396,1.395958 -3.48661,3.348207 -4.00589,4.338332 -1.21883,2.32396 -1.28631,17.513591 -0.0872,19.626576 0.44534,0.784742 2.41205,2.862124 4.37047,4.616406 3.95007,3.538337 4.71411,4.960968 5.48763,10.21789 1.19183,8.09974 -4.74788,15.76895 -13.26802,17.13138 -1.87417,0.29969 -4.10585,0.001 -7.34014,-0.98093 -5.98226,-1.81706 -6.66487,-1.78671 -11.26294,0.50075 -14.92444,7.42466 -18.84395,10.06058 -18.84395,12.67278 0,2.48173 -2.22339,7.53574 -4.17272,9.48507 -4.0301,4.0301 -7.57856,5.23819 -13.533179,4.60744 z m -6.531423,-28.07026 c 4.199271,-2.5953 4.898667,-4.53547 4.901493,-13.59708 l 0.0025,-7.989752 -4.59761,-4.343582 c -4.958595,-4.684622 -6.38161,-6.911549 -7.050312,-11.033285 -0.235894,-1.453997 -0.55715,-3.278075 -0.713903,-4.053508 -0.21071,-1.042351 -3.127948,-2.910559 -11.190864,-7.166666 -11.973227,-6.320212 -14.091873,-6.8395 -16.810947,-4.120426 -1.587326,1.587326 -1.635656,1.921964 -1.61274,11.166667 0.01539,6.206982 0.305978,10.027844 0.833333,10.957106 0.445341,0.784742 2.367903,2.822432 4.272362,4.5282 3.733037,3.343573 6.204015,8.403928 6.204015,12.705306 0,4.87154 0.669342,5.46226 14.333333,12.64971 5.24205,2.75739 7.359719,2.81247 11.429348,0.29731 z m 33.522362,-2.16144 c 4.19011,-2.29676 8.18086,-4.92932 8.86835,-5.85013 0.72494,-0.97098 1.41491,-3.33785 1.64266,-5.63498 0.5183,-5.227634 2.37851,-9.068263 5.76818,-11.9091 6.80819,-5.705854 6.43577,-4.884175 6.43577,-14.199286 0,-6.609305 -0.23102,-8.704418 -1.12705,-10.221276 -2.07226,-3.508054 -7.11869,-4.462516 -11.05621,-2.091128 -1.18254,0.712189 -5.15008,2.871679 -8.81674,4.798867 -10.19683,5.359417 -10.24838,5.396261 -10.6678,7.62369 -1.33265,7.077493 -1.80644,7.958279 -6.94374,12.908529 L 97,94.075482 v 8.591898 8.59189 l 2.261036,2.3328 c 5.503034,5.67769 8.617084,5.70887 18.690674,0.18715 z M 85.226526,63.332805 c 5.793899,-2.740963 10.380956,-2.74862 15.440144,-0.02577 5.73327,3.085639 7.83348,2.809868 17.13709,-2.250205 4.3246,-2.352078 8.42252,-5.019987 9.1065,-5.928685 0.8434,-1.120513 1.24359,-2.770706 1.24359,-5.128053 0,-2.52814 -0.33908,-3.796055 -1.24359,-4.650161 -1.04206,-0.983982 -5.33792,-3.37929 -17.57693,-9.800613 -2.46548,-1.293544 -4.57848,-1.073396 -8.66666,0.902959 -5.039428,2.436217 -10.293912,2.436217 -15.333337,0 -2.016666,-0.97492 -4.379358,-1.775513 -5.250426,-1.779095 -2.130547,-0.0088 -19.131831,9.028711 -20.405437,10.847038 -1.31471,1.877011 -1.295362,6.792852 0.03559,9.043587 1.318607,2.229853 16.458479,10.641666 19.286936,10.71595 1.1,0.02889 3.901936,-0.847237 6.226526,-1.946948 z" />
</svg>
);
};