@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) • 657 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 24 24" id=icon-notification-24><path fill-rule=evenodd clip-rule=evenodd d="M7 7.99a5 5 0 0 1 10 0v3.06c0 .49.143.967.411 1.375l2.501 3.8a.5.5 0 0 1-.418.775H4.505a.5.5 0 0 1-.418-.775l2.501-3.8A2.5 2.5 0 0 0 7 11.051V8a.84.84 0 0 0 0-.01ZM5 8a7 7 0 0 1 14 0v3.05a.5.5 0 0 0 .082.276l2.5 3.8C22.678 16.788 21.485 19 19.495 19H16a4 4 0 0 1-8 0H4.505c-1.99 0-3.182-2.212-2.088-3.874l2.5-3.8A.5.5 0 0 0 5 11.05V8Zm5 11h4a2 2 0 0 1-4 0Z"></path></symbol>';
}