@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) • 461 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-notification-filled-16><path d="M8.004 0a5 5 0 0 1 5 5v1l-.001.017v1.197l1.7 2.73c.828 1.332-.13 3.057-1.7 3.057h-2a3 3 0 0 1-6 0h-2c-1.569 0-2.527-1.725-1.698-3.057l1.698-2.73V5a5 5 0 0 1 5-5Zm-1 13.001a1 1 0 0 0 2 0h-2Z"></path></symbol>';
}