@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) • 407 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 35 25" fill=none id=icon-ccd-top><path d="M0.5 25V13.5H34.5V25" stroke-width=1></path><path d="M6.5 13V0.5H10.5V13" stroke-width=1></path><path d="M24.5 13V0.5H28.5V13" stroke-width=1></path></symbol>';
}