@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) • 599 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-hanger-24><path fill-rule=evenodd d="M12 3a2 2 0 0 0-2 2 1 1 0 1 1-2 0 4 4 0 1 1 8 0v2.42a3 3 0 0 1-1.356 2.509l-.84.55 7.561 4.916A3.593 3.593 0 0 1 19.407 22H4.593a3.593 3.593 0 0 1-1.958-6.605l10.913-7.14A1 1 0 0 0 14 7.42V5a2 2 0 0 0-2-2ZM3.725 17.072A1.593 1.593 0 0 0 4.593 20h14.814a1.593 1.593 0 0 0 .868-2.928L12 11.692l-8.275 5.38Z" clip-rule=evenodd></path></symbol>';
}