@ebay/ebayui-core
Version:
Collection of core eBay components; considered to be the building blocks for all composite structures, pages & apps.
8 lines (7 loc) • 541 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 16 16" id=icon-key-16><path d="M6 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M9.584 10A5 5 0 1 1 9 5h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-1H9.584ZM2 8a3 3 0 0 1 5.556-1.571A1 1 0 0 0 8.484 7H14v3h-1V9a1 1 0 0 0-1-1H8.895a1 1 0 0 0-1.01.826A3.002 3.002 0 0 1 2 8Z"></path></symbol>';
}