@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.42 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-ws><g clip-path=url(#clip0_704_43453)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H64V48H0V0Z" fill=#CE1126></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0H32V24H0V0Z" fill=#002B7F></path><path fill-rule=evenodd clip-rule=evenodd d="M18.0001 22.93L15.9301 21.5301L13.9401 22.94L14.5901 20.45L12.6901 18.93L15.1401 18.7801L15.9501 16.42L16.8301 18.82L19.2301 18.89L17.3301 20.52L18.0001 22.93ZM17.6401 6.37005L15.9801 5.30005L14.3801 6.34005L14.8201 4.34005L13.3601 3.07005L15.3001 2.91005L16.0201 1.05005L16.7601 2.92005L18.6701 3.09005L17.2001 4.43005L17.6401 6.37005ZM10.3401 12.32L8.74008 11.22L7.07008 12.32L7.59008 10.38L6.08008 9.10005L8.00008 9.00005L8.70008 7.10005L9.38008 8.99005L11.3401 9.10005L9.84008 10.35L10.3401 12.32ZM25.0001 11L23.4601 10L21.9601 11L22.4001 9.17005L21.0001 7.99005L22.8301 7.84005L23.4601 6.12005L24.1601 7.86005L25.9301 7.96005L24.5601 9.19005L25.0001 11ZM20.6901 15.34L19.6601 14.7L18.6301 15.36L18.9001 14.13L17.9801 13.3L19.1801 13.2L19.6401 12.04L20.1301 13.2L21.3201 13.3L20.4101 14.13L20.6901 15.34Z" fill=white></path></g><defs><clippath id=clip0_704_43453><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}