@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) • 537 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-chair-16><path fill-rule=evenodd d="M3 3.5A2.5 2.5 0 0 1 5.5 1h5A2.5 2.5 0 0 1 13 3.5v3.67c1.165.413 2 1.524 2 2.83v4a1 1 0 1 1-2 0v-1H3v1a1 1 0 1 1-2 0v-4c0-1.306.835-2.417 2-2.83V3.5ZM3 11h10v-1a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v1Zm8-7.5V7H5V3.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5Z" clip-rule=evenodd></path></symbol>';
}