UNPKG

@yandex/ui

Version:

Yandex UI components

9 lines (8 loc) 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Custom = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importDefault(require("react")); var bundle_1 = require("@yandex-lego/components/Icon/bundle"); var Custom = function () { return react_1.default.createElement(bundle_1.Icon, { url: require('./custom-icon.svg'), style: { width: 16, height: 16 } }); }; exports.Custom = Custom;