@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) • 770 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-to><g clip-path=url(#clip0_704_43620)><path fill-rule=evenodd clip-rule=evenodd d="M0 0H64V48H0V0Z" fill=#C10000></path><path fill-rule=evenodd clip-rule=evenodd d="M0 0H25V20.03H0V0Z" fill=white></path><path fill-rule=evenodd clip-rule=evenodd d="M10.28 3.12012H14.27V17.0801H10.29L10.28 3.12012Z" fill=#C10000></path><path fill-rule=evenodd clip-rule=evenodd d="M19.26 8.1001V12.1001H5.30005V8.1001H19.26Z" fill=#C10000></path></g><defs><clippath id=clip0_704_43620><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}