@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) • 709 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 20 20" id=icon-help-20><path d="M6.98 5.196c.196-.977.653-1.48 1.149-1.77C8.666 3.113 9.342 3 10 3c.565 0 1.363.198 1.993.635C12.59 4.048 13 4.639 13 5.5c0 .786-.18 1.305-.643 1.86-.52.624-1.403 1.302-2.912 2.308A1 1 0 0 0 9 10.5V14a1 1 0 1 0 2 0v-2.967c1.27-.864 2.238-1.606 2.893-2.393C14.68 7.695 15 6.714 15 5.5c0-1.64-.84-2.798-1.868-3.51A5.733 5.733 0 0 0 10 1c-.842 0-1.917.137-2.879.699-1.004.585-1.797 1.582-2.102 3.105a1 1 0 0 0 1.962.392ZM10 19a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path></symbol>';
}