@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-attention-triangle-filled-16><path d="M5.156 1.668c1.239-2.223 4.436-2.224 5.677-.003l4.75 8.503c1.21 2.166-.356 4.835-2.837 4.836h-9.49c-2.48 0-4.048-2.666-2.84-4.832l4.74-8.504ZM7.999 10a1 1 0 1 0 0 2.001 1 1 0 0 0 0-2.001Zm0-5a1 1 0 0 0-1 1v2a1 1 0 0 0 2 0V6a1 1 0 0 0-1-1Z"></path></symbol>';
}