@yandex/ui
Version:
Yandex UI components
13 lines (12 loc) • 748 B
JavaScript
import React from 'react';
import { ServicesIcon, MirrorIcon, SportIcon, NewsIcon, WeatherIcon, CrossIcon, SearchIcon, } from '@yandex-lego/components/Header/desktop';
export var icons = function () { return (React.createElement(React.Fragment, null,
React.createElement(ServicesIcon, null),
React.createElement(MirrorIcon, null),
React.createElement(SportIcon, null),
React.createElement(NewsIcon, null),
React.createElement(WeatherIcon, null),
React.createElement("div", { style: { width: 36, height: 36, position: 'relative' } },
React.createElement(CrossIcon, null)),
React.createElement("div", { style: { width: 36, height: 36, position: 'relative' } },
React.createElement(SearchIcon, null)))); };