adds og bing icon

This commit is contained in:
Danny Avila 2023-02-16 14:06:18 -05:00
parent 5c7000c273
commit ac2e897709

View 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>
);
}