UNPKG

@yandex/ui

Version:

Yandex UI components

11 lines (10 loc) 502 B
import React from 'react'; import { YandexLogo as Logo } from '@yandex-lego/components/Header/desktop'; export var YandexLogo = function () { return (React.createElement(React.Fragment, null, React.createElement(Logo, null), React.createElement("br", null), React.createElement(Logo, { lang: "en" }), React.createElement("br", null), React.createElement(Logo, { circle: true }), React.createElement("br", null), React.createElement(Logo, { circle: true, lang: "en" }))); };