@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) • 647 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-xx><g clip-path=url(#clip0_704_43669)><path fill-rule=evenodd clip-rule=evenodd d="M0.0500488 0.0500488H63.9401V47.94H0.0500488V0.0500488Z" fill=white stroke=#ADB5BD stroke-width=0.11></path><path d="M0.0500488 0.0500488L63.95 47.95M63.95 0.0500488L0.0500488 47.95" stroke=#ADB5BD stroke-width=0.11></path></g><defs><clippath id=clip0_704_43669><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}