@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) • 505 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 20 20" id=icon-notification-filled-20><path d="M9.996 1a6 6 0 0 1 6 6v2.661c0 .044.012.089.034.127l1.653 2.827c.876 1.5-.206 3.385-1.943 3.385h-2.744a3 3 0 0 1-6 0H4.253c-1.737 0-2.819-1.885-1.942-3.385l1.652-2.827a.253.253 0 0 0 .034-.127V7a6 6 0 0 1 6-6Zm-1 15a1 1 0 0 0 2 0h-2Z"></path></symbol>';
}