@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.08 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-tv><g clip-path=url(#clip0_704_43656)><path d="M0 0H64V48H0V0Z" fill=#009FCA></path><path fill-rule=evenodd clip-rule=evenodd d="M59.33 12.27H62.1L59.87 13.79L60.72 16.26L58.49 14.73L56.27 16.26L57.12 13.79L54.89 12.27H57.64L58.49 9.80005L59.33 12.27ZM52.41 31.95H55.17L52.94 33.4701L53.79 35.94L51.56 34.41L49.33 35.94L50.19 33.4701L47.96 31.95H50.7L51.55 29.48L52.41 31.95ZM59.33 27.49H62.1L59.87 29.01L60.72 31.48L58.49 29.95L56.27 31.48L57.12 29.01L54.89 27.49H57.64L58.49 25.02L59.33 27.49ZM29.58 41.7701H32.34L30.1 43.28L30.96 45.74L28.73 44.2201L26.5 45.74L27.36 43.28L25.12 41.75H27.88L28.73 39.29L29.58 41.7701ZM35.84 34.1201H33.08L35.31 32.59L34.46 30.13L36.69 31.65L38.92 30.13L38.06 32.59L40.29 34.1201H37.54L36.69 36.58L35.84 34.1201ZM43.97 22.87H41.2L43.43 21.35L42.58 18.88L44.81 20.41L47.04 18.88L46.18 21.35L48.41 22.87H45.66L44.81 25.34L43.97 22.87ZM50.8 20.54H48.04L50.28 19.01L49.42 16.55L51.65 18.07L53.88 16.55L53.02 19.01L55.26 20.54H52.5L51.65 23L50.8 20.54ZM43.97 40H41.2L43.43 38.48L42.6 36L44.83 37.5201L47.06 36L46.2 38.4701L48.43 39.99H45.68L44.83 42.46L43.97 40ZM35.84 41.99H33.08L35.31 40.4701L34.46 38L36.69 39.5201L38.92 38L38.06 40.4601L40.3 42H37.55L36.7 44.4701L35.84 41.99Z" fill=#FFF40D></path><path d="M0 0H32V24H0V0Z" fill=#012169></path><path d="M3.75 0L15.95 9.05L28.1 0H32V3.1L20 12.05L32 20.95V24H28L16 15.05L4.05 24H0V21L11.95 12.1L0 3.2V0H3.75Z" fill=white></path><path d="M21.2 14.05L32 22V24L18.45 14.05H21.2ZM12 15.05L12.3 16.8L2.7 24H0L12 15.05ZM32 0V0.15L19.55 9.55L19.65 7.35L29.5 0H32ZM0 0L11.95 8.8H8.95L0 2.1V0Z" fill=#C8102E></path><path d="M12.05 0V24H20.05V0H12.05ZM0 8V16H32V8H0Z" fill=white></path><path d="M0 9.65V14.45H32V9.65H0ZM13.65 0V24H18.45V0H13.65Z" fill=#C8102E></path></g><defs><clippath id=clip0_704_43656><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}