@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) • 733 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 24 24" id=icon-help-24><path d="M13 21a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path><path fill-rule=evenodd d="M9.492 4.707c-.711.475-1.302 1.235-1.505 2.457a1 1 0 1 1-1.973-.328C6.31 5.058 7.22 3.818 8.383 3.043 9.519 2.285 10.849 2 12 2c3.402 0 6 2.309 6 5 0 2.044-.753 3.429-1.88 4.481-.819.764-1.87 1.37-2.842 1.93l-.278.161V17a1 1 0 0 1-2 0v-4a1 1 0 0 1 .486-.857c.322-.194.63-.372.922-.54.931-.54 1.712-.991 2.347-1.584C15.503 9.32 16 8.456 16 7c0-1.309-1.402-3-4-3-.849 0-1.77.215-2.508.707Z" clip-rule=evenodd></path></symbol>';
}