@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) • 644 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-lamp-16><path fill-rule=evenodd d="M8.993 9H13a1 1 0 0 0 .938-1.345l-1.845-5.018A2.499 2.499 0 0 0 9.748 1H6.24a2.5 2.5 0 0 0-2.347 1.642L2.062 7.657A1 1 0 0 0 3 9h3.993v1.126A4.001 4.001 0 0 0 3.995 14a1 1 0 0 0 1 1h5.997a1 1 0 0 0 1-1 4.001 4.001 0 0 0-3-3.874V9ZM6.24 3h3.507a.5.5 0 0 1 .469.327L11.567 7H4.43l1.342-3.672A.5.5 0 0 1 6.242 3Zm3.484 10a1.998 1.998 0 0 0-3.464 0h3.464Z" clip-rule=evenodd></path></symbol>';
}