@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) • 1.01 kB
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-heart-20><path fill-rule=evenodd d="M10 3.442c-.682-.772-1.292-1.336-1.9-1.723C7.214 1.156 6.391 1 5.5 1c-1.81 0-3.217.767-4.151 1.918C.434 4.045 0 5.5 0 6.888c0 2.529 1.744 4.271 2.27 4.796l7.023 7.023a1 1 0 0 0 1.414 0l7.023-7.023C18.256 11.16 20 9.417 20 6.89c0-1.39-.434-2.844-1.349-3.97C17.717 1.766 16.31 1 14.5 1c-.892 0-1.715.156-2.6.719-.608.387-1.218.95-1.9 1.723Zm-.794 2.166c-.977-1.22-1.64-1.858-2.18-2.202C6.535 3.094 6.108 3 5.5 3c-1.19 0-2.033.483-2.599 1.179-.585.72-.901 1.71-.901 2.71 0 1.656 1.185 2.882 1.707 3.404L10 16.586l6.293-6.293C16.815 9.77 18 8.545 18 6.889c0-1-.316-1.99-.901-2.71C16.533 3.483 15.69 3 14.5 3c-.608 0-1.035.094-1.526.406-.54.344-1.203.983-2.18 2.202a.995.995 0 0 1-.364.295 1.002 1.002 0 0 1-1.224-.295Z" clip-rule=evenodd></path></symbol>';
}