@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) • 923 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-so><g clip-path=url(#clip0_704_43479)><mask id=mask0_704_43479 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_43479)><path fill-rule=evenodd clip-rule=evenodd d="M-4 0H68V48H-4V0Z" fill=#40A6FF></path><path fill-rule=evenodd clip-rule=evenodd d="M39.547 35.7375L31.8126 30.7219L24.1157 35.7844L26.9751 27.5625L19.2876 22.4813L28.8126 22.4062L31.7563 14.2031L34.7657 22.3875L44.272 22.3969L36.6313 27.525L39.5563 35.7375H39.547Z" fill=white></path></g></g><defs><clippath id=clip0_704_43479><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}