@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) • 933 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-vn><g clip-path=url(#clip0_704_43637)><mask id=mask0_704_43637 style="mask-type: luminance" maskunits=userSpaceOnUse x=0 y=0 width=64 height=48><path d="M0.00317383 0H63.9969V48H0.00317383V0Z" fill=white></path></mask><g mask=url(#mask0_704_43637)><path fill-rule=evenodd clip-rule=evenodd d="M-4 0H68V48H-4V0Z" fill=#DA251D></path><path fill-rule=evenodd clip-rule=evenodd d="M40.775 35.7188L32.375 29.4657L24.0312 35.7751L27.125 25.5001L18.7812 19.1532L29.1031 19.0595L32.3094 8.80322L35.5625 19.0313L45.8844 19.0407L37.5875 25.4532L40.7656 35.7282L40.775 35.7188Z" fill=#FFFF00></path></g></g><defs><clippath id=clip0_704_43637><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}