UNPKG

@atlaskit/logo

Version:

A logo is a visual representation of a brand or product. It can be a word or an image, or a combination of both.

19 lines (18 loc) 393 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "FocusIcon", { enumerable: true, get: function get() { return _icon.FocusIcon; } }); Object.defineProperty(exports, "FocusLogo", { enumerable: true, get: function get() { return _logo.FocusLogo; } }); var _icon = require("./icon"); var _logo = require("./logo");