UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

9 lines (8 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBackground = void 0; var getBackground = exports.getBackground = function getBackground() { return "var(--ds-surface, #FFFFFF)"; };