@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) • 869 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 64 48" fill=none id=flag-vc><g clip-path=url(#clip0_704_43459)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H64V48H0V0Z" fill=#F4F100></path><path fill-rule=evenodd clip-rule=evenodd d="M49 0H64V48H49V0Z" fill=#199A00></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0H15V48H0V0Z" fill=#0058AA></path><path fill-rule=evenodd clip-rule=evenodd d="M25.93 13L21.29 20.13L25.76 27.57L30.14 20.2L25.93 13ZM38.05 13L33.42 20.13L37.89 27.57L42.27 20.2L38.05 13ZM31.93 22.73L27.29 29.87L31.77 37.31L36.15 29.94L31.93 22.74V22.73Z" fill=#199A00></path></g><defs><clippath id=clip0_704_43459><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}