@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) • 565 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-16><path fill-rule=evenodd d="M13.797 1.396A.996.996 0 0 1 14 2a1 1 0 0 1-.44.828l-1.95 1.476-.939.698 2.92 2.19a1.02 1.02 0 0 1 .304.36.994.994 0 0 1 .054.763.998.998 0 0 1-.96.684H5v5a1 1 0 0 1-2 0V2a1 1 0 0 1 1.045-1h8.898a1 1 0 0 1 .854.396ZM10 7 8.418 5.813a1 1 0 0 1-.004-1.624l1.598-1.188H5V7h5Z" clip-rule=evenodd></path></symbol>';
}