@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) • 618 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-mail-unread-24><path d="M23 6.5a2.5 2.5 0 1 0-3-4 2.5 2.5 0 0 0 3 4Z"></path><path fill-rule=evenodd d="M4 3h13.256a4.49 4.49 0 0 0-.229 2H4a1 1 0 0 0-1 1v.5l8.4 6.3a1 1 0 0 0 1.2 0l6.233-4.675A4.48 4.48 0 0 0 21.5 9c.526 0 1.03-.09 1.5-.256V18a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3ZM3 9v9a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V9l-7.2 5.4a3 3 0 0 1-3.6 0L3 9Z" clip-rule=evenodd></path></symbol>';
}