@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) • 670 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-attention-triangle-24><path d="M8.288 3.141C9.77.319 13.796.278 15.334 3.07l7.163 13.003c1.423 2.582-.343 5.726-3.221 5.92l-.283.01H5.005c-2.914 0-4.817-2.998-3.663-5.607l.121-.251L8.288 3.14Zm5.294.895c-.769-1.396-2.781-1.376-3.522.035L3.235 17.074c-.699 1.331.266 2.93 1.77 2.93h13.988c1.522 0 2.486-1.634 1.752-2.966L13.582 4.036ZM12.045 15.98a1 1 0 1 1 0 2 1 1 0 0 1 0-2Zm.001-9a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0v-5a1 1 0 0 1 1-1Z"></path></symbol>';
}