@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) • 516 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-collections-16><path d="M8.333 1C9.253 1 10 1.746 10 2.667v10.666C10 14.253 9.254 15 8.333 15H1.667C.747 15 0 14.254 0 13.333V2.667C0 1.747.746 1 1.667 1h6.666ZM8 3H2v10h6V3Zm4 0a1 1 0 0 1 1 1v8a1 1 0 1 1-2 0V4a1 1 0 0 1 1-1Zm3 1a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z"></path></symbol>';
}