@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) • 531 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-zloty-16><path d="M12 1a1 1 0 0 1 1 1v4.383l.553-.276a1 1 0 0 1 .894 1.79L13 8.618V14a1 1 0 1 1-2 0V9.618l-.557.278a1 1 0 1 1-.894-1.79L11 7.383V2a1 1 0 0 1 1-1Z"></path><path d="M2 6a1 1 0 0 1 1-1h5a1 1 0 0 1 .848 1.53L4.804 13H8a1 1 0 1 1 0 2H3a1 1 0 0 1-.848-1.53L6.196 7H3a1 1 0 0 1-1-1Z"></path></symbol>';
}