@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) • 653 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-background-removal-24><path fill-rule=evenodd clip-rule=evenodd d="M10.505 2H20a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h6.505ZM3 10.951v7.711l4.673-4.154a5 5 0 0 1 7.324-6.51L19.495 4h-8.617L3 10.951ZM7.855 4 3 8.284V5a1 1 0 0 1 1-1h3.855Zm8.471 5.492L21 5.338v7.71L13.122 20H4.505l4.498-3.998a5 5 0 0 0 7.324-6.51ZM20 20h-3.855L21 15.716V19a1 1 0 0 1-1 1ZM9 12a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z"></path></symbol>';
}