@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) • 525 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-heart-filled-24><path d="M7 2C3.153 2 1 5.079 1 8.21c0 2.193 1.262 3.873 2.27 4.948l8 8.526a1 1 0 0 0 1.46 0l8-8.526C21.737 12.083 23 10.403 23 8.21 23 5.079 20.847 2 17 2c-.878 0-1.798.15-2.787.682-.725.39-1.452.968-2.213 1.785-.76-.817-1.488-1.395-2.213-1.785C8.798 2.15 7.877 2 7 2Z"></path></symbol>';
}