UNPKG

@websolutespa/payload-plugin-bowl

Version:

Bowl PayloadCms plugin of the BOM Repository

20 lines (19 loc) 2.87 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import React from 'react'; import './LogoServer.scss'; export const LOGO = 'data:image/svg+xml,%3C%3Fxml version=\'1.0\' encoding=\'utf-8\'%3F%3E%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' xmlns:xlink=\'http://www.w3.org/1999/xlink\' x=\'0px\' y=\'0px\' viewBox=\'0 0 128 128\' style=\'enable-background:new 0 0 128 128;\' xml:space=\'preserve\'%0A%3E%3Cstyle type=\'text/css\'%3E .st0%7Bfill:url(%23SVGID_1_);%7D .st1%7Bfill:url(%23SVGID_00000007424893587046585090000002316368835338354857_);%7D%0A%3C/style%3E%3ClinearGradient id=\'SVGID_1_\' gradientUnits=\'userSpaceOnUse\' x1=\'-1.1036\' y1=\'7.6661\' x2=\'119.6941\' y2=\'124.8351\'%3E%3Cstop offset=\'0\' style=\'stop-color:%230099F7\'/%3E%3Cstop offset=\'0.1478\' style=\'stop-color:%2303A4DB\'/%3E%3Cstop offset=\'0.4675\' style=\'stop-color:%230ABF94\'/%3E%3Cstop offset=\'0.9313\' style=\'stop-color:%2315EA23\'/%3E%3Cstop offset=\'1\' style=\'stop-color:%2317F112\'/%3E%3C/linearGradient%3E%3Cpath class=\'st0\' d=\'M111,43.5c-6.4-3.7-15.2-6.4-25.6-8c-3.3-0.5-6.3,1.8-6.8,5s1.8,6.3,5,6.8c9,1.4,16.4,3.7,21.5,6.6 c4.4,2.5,6.7,5.3,6.7,8.2c0,2.2-4.4,4.8-11.2,6.7c-8.6,2.3-21.1,3.5-36.4,3.5c-15.6,0-27.9-1.1-36.4-3.3c-5.3-1.4-8-2.9-9.4-3.9 c-1.7-1.3-1.9-2.3-1.9-2.7c0,0,0-0.1,0-0.1c0-2.9,2.2-5.7,6.7-8.2c5.1-2.9,12.5-5.2,21.5-6.6c3.3-0.5,5.5-3.6,5-6.8s-3.6-5.5-6.8-5 c-10.4,1.6-19.3,4.4-25.6,8C6.6,49.6,4.4,57,4.4,62.1c0,8,1.6,15.9,4.7,23.2c3,7.1,7.3,13.5,12.8,19c5.5,5.5,11.9,9.8,19,12.8 c7.3,3.1,15.1,4.7,23.2,4.7s15.8-1.6,23.2-4.7c7.1-3,13.5-7.3,18.9-12.8s9.8-11.8,12.8-19c3.1-7.3,4.7-15.2,4.7-23.2 C123.6,57,121.4,49.6,111,43.5z M64,109.8c-20.3,0-37.7-12.8-44.5-30.8c1.6,0.6,3.3,1.1,5.1,1.6c9.5,2.5,22.8,3.7,39.4,3.7 c16.5,0,29.8-1.3,39.4-3.8c1.9-0.5,3.6-1,5.2-1.6C101.9,96.8,84.4,109.8,64,109.8z\'/%3E%3ClinearGradient id=\'SVGID_00000038373212010278178410000002552384216750816146_\' gradientUnits=\'userSpaceOnUse\' x1=\'40.599\' y1=\'-5.6707\' x2=\'157.3713\' y2=\'119.6983\'%3E%3Cstop offset=\'0\' style=\'stop-color:%230099F7\'/%3E%3Cstop offset=\'0.1478\' style=\'stop-color:%2303A4DB\'/%3E%3Cstop offset=\'0.4675\' style=\'stop-color:%230ABF94\'/%3E%3Cstop offset=\'0.9313\' style=\'stop-color:%2315EA23\'/%3E%3Cstop offset=\'1\' style=\'stop-color:%2317F112\'/%3E%3C/linearGradient%3E%3Ccircle style=\'fill:url(%23SVGID_00000038373212010278178410000002552384216750816146_);\' cx=\'64\' cy=\'19.5\' r=\'11.2\'/%3E%3C/svg%3E%0A'; export const LogoServer = ()=>{ return /*#__PURE__*/ _jsxs("div", { className: "logo", children: [ /*#__PURE__*/ _jsx("img", { src: LOGO, alt: "Bowl Logo" }), false && /*#__PURE__*/ _jsx("h1", { children: "Bowl" }) ] }); }; //# sourceMappingURL=LogoServer.js.map