@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) • 578 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-handbag-16><path fill-rule=evenodd d="M4 5a4 4 0 1 1 8 0v1h1.049a2 2 0 0 1 1.942 1.524l.921 3.763A3 3 0 0 1 12.998 15H3.004A3 3 0 0 1 .09 11.288l.92-3.763A2 2 0 0 1 2.951 6H4V5Zm2 0a2 2 0 1 1 4 0v1H6V5Zm4 4V8H6v1a1 1 0 0 1-2 0V8H2.952l-.92 3.763A1 1 0 0 0 3.005 13h9.994a1 1 0 0 0 .972-1.238L13.049 8H12v1a1 1 0 1 1-2 0Z" clip-rule=evenodd></path></symbol>';
}