@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) • 618 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 16 16" id=icon-selling-16><path fill-rule=evenodd clip-rule=evenodd d="M3 4a1 1 0 0 1 1-1h3.379a.5.5 0 0 1 .353.146l5.12 5.12a.5.5 0 0 1 0 .708l-3.878 3.878a.5.5 0 0 1-.708 0l-5.12-5.12A.5.5 0 0 1 3 7.38V4Zm1-3a3 3 0 0 0-3 3v3.379a2.5 2.5 0 0 0 .732 1.767l5.12 5.12a2.5 2.5 0 0 0 3.536 0l3.878-3.878a2.5 2.5 0 0 0 0-3.536l-5.12-5.12A2.5 2.5 0 0 0 7.38 1H4Zm2 6.001a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path></symbol>';
}