@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) • 745 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 20 20" id=icon-delete-20><path d="M9 10a1 1 0 1 0-2 0v4a1 1 0 1 0 2 0v-4Zm3-1a1 1 0 0 1 1 1v4a1 1 0 1 1-2 0v-4a1 1 0 0 1 1-1Z"></path><path fill-rule=evenodd clip-rule=evenodd d="m5.603 5 .52-1.824A3 3 0 0 1 9.009 1h1.983a3 3 0 0 1 2.885 2.176L14.396 5H18a1 1 0 1 1 0 2h-1.08l-.77 9.25A3 3 0 0 1 13.16 19H6.84a3 3 0 0 1-2.99-2.75L3.08 7H2a1 1 0 0 1 0-2h3.603Zm2.444-1.275A1 1 0 0 1 9.008 3h1.983a1 1 0 0 1 .962.725L12.317 5H7.683l.364-1.275ZM5.087 7h9.826l-.757 9.083a1 1 0 0 1-.996.917H6.84a1 1 0 0 1-.996-.917L5.087 7Z"></path></symbol>';
}