mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-29 22:58:51 +01:00
adds og bing icon
This commit is contained in:
parent
5c7000c273
commit
ac2e897709
1 changed files with 17 additions and 0 deletions
17
src/components/svg/OGBingIcon.jsx
Normal file
17
src/components/svg/OGBingIcon.jsx
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import React from 'react';
|
||||
|
||||
export default function OGBingIcon() {
|
||||
return (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
viewBox="0 0 233297 333333"
|
||||
shapeRendering="geometricPrecision"
|
||||
textRendering="geometricPrecision"
|
||||
imageRendering="optimizeQuality"
|
||||
fillRule="evenodd"
|
||||
clipRule="evenodd"
|
||||
>
|
||||
<path d="M66076 24207L0 0v296870l66808 36463 166489-96121v-75473L85570 110231l28282 71638 46118 22078-93894 53833z" />
|
||||
</svg>
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue