@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) • 2.19 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-sk><g clip-path=url(#clip0_704_43483)><path d="M0 0H64V48H0V0Z" fill=#EE1C25></path><path d="M0 0H64V32H0V0Z" fill=#0B4EA2></path><path d="M0 0H64V16H0V0Z" fill=white></path><path d="M23.3 37.0799C19 35.0099 12.84 30.8899 12.84 22.7599C12.84 14.6199 13.24 10.9199 13.24 10.9199H33.37C33.37 10.9199 33.76 14.6199 33.76 22.7599C33.76 30.8999 27.6 34.9999 23.3 37.0799Z" fill=white></path><path d="M23.3 36C19.35 34.1 13.7 30.32 13.7 22.86C13.7 15.4 14.06 12 14.06 12H32.54C32.54 12 32.89 15.4 32.89 22.86C32.9 30.33 27.25 34.1 23.3 36Z" fill=#EE1C25></path><path d="M24.14 20.9001C25.21 20.9201 27.3 20.9601 29.15 20.3401C29.15 20.3401 29.11 21.0101 29.11 21.7801C29.11 22.5501 29.16 23.2201 29.16 23.2201C27.46 22.6501 25.35 22.6401 24.14 22.6501V26.7701H22.46V22.6501C21.26 22.6401 19.15 22.6501 17.45 23.2201C17.45 23.2201 17.5 22.5501 17.5 21.7801C17.5 21.0001 17.45 20.3401 17.45 20.3401C19.3 20.9601 21.39 20.9201 22.45 20.9001V18.3101C21.48 18.3101 20.08 18.3501 18.49 18.8801C18.49 18.8801 18.54 18.2201 18.54 17.4401C18.54 16.6701 18.49 16.0001 18.49 16.0001C20.08 16.5301 21.48 16.5801 22.45 16.5701C22.4 14.9301 21.92 12.8701 21.92 12.8701C21.92 12.8701 22.91 12.9401 23.3 12.9401C23.7 12.9401 24.68 12.8701 24.68 12.8701C24.68 12.8701 24.2 14.9301 24.15 16.5701C25.12 16.5801 26.52 16.5301 28.11 16.0001C28.11 16.0001 28.06 16.6701 28.06 17.4401C28.06 18.2201 28.11 18.8801 28.11 18.8801C26.8284 18.4669 25.486 18.2741 24.14 18.3101V20.9101V20.9001Z" fill=white></path><path d="M23.3 26.3301C21.31 26.3301 20.25 29.0801 20.25 29.0801C20.25 29.0801 19.65 27.7801 18.03 27.7801C16.93 27.7801 16.13 28.7501 15.61 29.6601C17.61 32.8301 20.8 34.7901 23.3 36.0001C25.8 34.8001 29 32.8301 30.99 29.6601C30.47 28.7601 29.67 27.7801 28.57 27.7801C26.95 27.7801 26.35 29.0801 26.35 29.0801C26.35 29.0801 25.3 26.3301 23.3 26.3301Z" fill=#0B4EA2></path></g><defs><clippath id=clip0_704_43483><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}