Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/frontend/components/google-palm-avatar.tsx
Views: 687
import { CSSProperties } from "react";12// I copied this straight from the openai website html, and modified it for react.3interface Props {4size?;5backgroundColor?;6style?: CSSProperties;7innerStyle?: CSSProperties;8}910export default function GooglePalmLogo({11size,12innerStyle,13backgroundColor = "transparent",14style,15}: Props) {16return (17<div18style={{19width: size,20height: size,21display: "inline-block",22position: "relative",23...style,24}}25>26<div27style={{28position: "absolute",29backgroundColor,30color: "white",31height: size,32top: "5px",33...innerStyle,34}}35>36<svg37version="1.1"38id="Standard_product_icon__x28_1:1_x29_"39xmlns="http://www.w3.org/2000/svg"40x="0px"41y="0px"42width={size}43height={size}44viewBox="0 0 192 192"45enableBackground="new 0 0 192 192"46>47<symbol48id="material_x5F_product_x5F_standard_x5F_icon_x5F_keylines_00000077318920148093339210000006245950728745084294_"49viewBox="-96 -96 192 192"50>51<g opacity="0.4">52<defs>53<path id="SVGID_1_" opacity="0.4" d="M-96,96V-96H96V96H-96z" />54</defs>55<g clipPath="url(#SVGID_00000071517564283228984050000017848131202901217410_)">56<g>57<path d="M95.75,95.75v-191.5h-191.5v191.5H95.75 M96,96H-96V-96H96V96L96,96z" />58</g>59<circle60fill="none"61stroke="#000000"62strokeWidth="0.25"63strokeMiterlimit="10"64cx="0"65cy="0"66r="64"67/>68</g>6970<circle71clipPath="url(#SVGID_00000071517564283228984050000017848131202901217410_)"72fill="none"73stroke="#000000"74strokeWidth="0.25"75strokeMiterlimit="10"76cx="0"77cy="0"78r="88"79/>8081<path82clipPath="url(#SVGID_00000071517564283228984050000017848131202901217410_)"83fill="none"84stroke="#000000"85strokeWidth="0.25"86strokeMiterlimit="10"87d="88M64,76H-64c-6.6,0-12-5.4-12-12V-64c0-6.6,5.4-12,12-12H64c6.6,0,12,5.4,12,12V64C76,70.6,70.6,76,64,76z"89/>9091<path92clipPath="url(#SVGID_00000071517564283228984050000017848131202901217410_)"93fill="none"94stroke="#000000"95strokeWidth="0.25"96strokeMiterlimit="10"97d="98M52,88H-52c-6.6,0-12-5.4-12-12V-76c0-6.6,5.4-12,12-12H52c6.6,0,12,5.4,12,12V76C64,82.6,58.6,88,52,88z"99/>100101<path102clipPath="url(#SVGID_00000071517564283228984050000017848131202901217410_)"103fill="none"104stroke="#000000"105strokeWidth="0.25"106strokeMiterlimit="10"107d="108M76,64H-76c-6.6,0-12-5.4-12-12V-52c0-6.6,5.4-12,12-12H76c6.6,0,12,5.4,12,12V52C88,58.6,82.6,64,76,64z"109/>110</g>111</symbol>112<rect113id="bounding_box_1_"114display="none"115fill="none"116width="192"117height="192"118/>119<g id="art_layer">120<g>121<path122fill="#F9AB00"123d="M96,181.92L96,181.92c6.63,0,12-5.37,12-12v-104H84v104C84,176.55,89.37,181.92,96,181.92z"124/>125<g>126<path127fill="#5BB974"128d="M143.81,103.87C130.87,90.94,111.54,88.32,96,96l51.37,51.37c2.12,2.12,5.77,1.28,6.67-1.57129C158.56,131.49,155.15,115.22,143.81,103.87z"130/>131</g>132<g>133<path134fill="#129EAF"135d="M48.19,103.87C61.13,90.94,80.46,88.32,96,96l-51.37,51.37c-2.12,2.12-5.77,1.28-6.67-1.57136C33.44,131.49,36.85,115.22,48.19,103.87z"137/>138</g>139<g>140<path141fill="#AF5CF7"142d="M140,64c-20.44,0-37.79,13.4-44,32h81.24c3.33,0,5.55-3.52,4.04-6.49C173.56,74.36,157.98,64,140,64z"143/>144</g>145<g>146<path147fill="#FF8BCB"148d="M104.49,42.26C90.03,56.72,87.24,78.45,96,96l57.45-57.45c2.36-2.36,1.44-6.42-1.73-7.45149C135.54,25.85,117.2,29.55,104.49,42.26z"150/>151</g>152<g>153<path154fill="#FA7B17"155d="M87.51,42.26C101.97,56.72,104.76,78.45,96,96L38.55,38.55c-2.36-2.36-1.44-6.42,1.73-7.45156C56.46,25.85,74.8,29.55,87.51,42.26z"157/>158</g>159<g>160<g>161<path162fill="#4285F4"163d="M52,64c20.44,0,37.79,13.4,44,32H14.76c-3.33,0-5.55-3.52-4.04-6.49C18.44,74.36,34.02,64,52,64z"164/>165</g>166</g>167</g>168</g>169<g id="keylines" display="none">170<use171width="192"172height="192"173id="material_x5F_product_x5F_standard_x5F_icon_x5F_keylines"174x="-96"175y="-96"176transform="matrix(1 0 0 -1 96 96)"177display="inline"178overflow="visible"179/>180</g>181</svg>182</div>183</div>184);185}186187188