@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) • 548 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-ma><g clip-path=url(#clip0_704_43701)><path d="M64 0H0V48H64V0Z" fill=#C1272D></path><path d="M32 17.9399L28.44 28.8999L37.76 22.1399H26.24L35.56 28.8999L32 17.9399Z" stroke=#006233 stroke-width=1.17></path></g><defs><clippath id=clip0_704_43701><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}