@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) • 508 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-filled-24><path d="M8.289 3.141C9.77.319 13.797.278 15.335 3.07l7.163 13.003c1.468 2.665-.46 5.93-3.503 5.93H5.005c-3.008 0-4.94-3.195-3.541-5.858L8.289 3.14ZM12 16.003a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm0-9a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1Z"></path></symbol>';
}