@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 16 16" id=icon-flag-filled-16><path fill-rule=evenodd d="M13.8 1.4a1 1 0 0 1-.241 1.431L10.667 5l2.928 2.196.016.013a.995.995 0 0 1 .378.644.997.997 0 0 1-.891 1.142 1.007 1.007 0 0 1-.114.005H5v5a1 1 0 1 1-2 0V2.001a1 1 0 0 1 1.045-1h8.899a.999.999 0 0 1 .856.399Z" clip-rule=evenodd></path></symbol>';
}