@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) • 765 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-bids-24><path fill-rule=evenodd clip-rule=evenodd d="M1.88 14.591a3 3 0 0 1 0-4.242l8.47-8.47a3 3 0 0 1 4.243 0l1.265 1.265 1.265 1.265a3 3 0 0 1 0 4.243l-2.028 2.028 6.988 6.988a3.123 3.123 0 0 1-4.416 4.416l-6.988-6.988-2.026 2.026a3 3 0 0 1-4.242 0l-2.531-2.53Zm10.213-.909 1.588-1.588 6.988 6.988a1.123 1.123 0 1 1-1.588 1.587l-6.988-6.987Zm-8.799-1.919a1 1 0 0 0 0 1.414l2.53 2.53a1 1 0 0 0 1.415 0l8.47-8.47a1 1 0 0 0 0-1.413l-1.265-1.266-1.266-1.265a1 1 0 0 0-1.414 0l-8.47 8.47ZM2 21a1 1 0 1 0 0 2h10a1 1 0 1 0 0-2H2Z"></path></symbol>';
}