@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) • 1.38 kB
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-fm><g clip-path=url(#clip0_704_43612)><mask id=mask0_704_43612 style="mask-type: luminance" maskunits=userSpaceOnUse x=-1 y=0 width=66 height=49><path d="M-0.012207 0H64.1522V48.128H-0.012207V0Z" fill=white></path></mask><g mask=url(#mask0_704_43612)><path fill-rule=evenodd clip-rule=evenodd d="M-16.058 0H80.198V48.128H-16.058V0Z" fill=#6797D6></path><path fill-rule=evenodd clip-rule=evenodd d="M32.0512 11.5619L29.0056 13.6487L30.1712 10.2741L27.1162 8.18734H30.8856L32.0512 4.81274L33.2168 8.19674H36.9768L33.9312 10.2741L35.0968 13.6487M32.0512 36.6599L29.0056 34.5731L30.1712 37.9571L27.1162 40.0345H30.8856L32.0512 43.4091L33.2168 40.0251L36.9768 40.0345L33.9312 37.9477L35.0968 34.5731M17.3872 25.8875L15.0842 28.7639L15.2158 25.1919L11.6908 24.0921L15.3004 22.9923L15.4226 19.4203L17.5188 22.3155L21.1284 21.2063L18.816 24.0921L20.9216 26.9779M46.6964 25.8781L49.0088 28.7639L48.8772 25.1919L52.4022 24.0921L48.7926 22.9923L48.6704 19.4203L46.5742 22.3155L42.9646 21.2063L45.277 24.0921L43.1714 26.9779" fill=white></path></g></g><defs><clippath id=clip0_704_43612><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}