@yandex/ui
Version:
Yandex UI components
5 lines (4 loc) • 306 B
JavaScript
import React from 'react';
import { InlineLogo } from '@yandex-lego/components/Header/desktop';
export var inlineLogo = function () { return (React.createElement(React.Fragment, null,
React.createElement(InlineLogo, { src: "//frontend.s3.mds.yandex.net/yandex-lego/serp-header/_/2Z89hfNn.svg" }))); };