@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) • 1.3 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-dz><g clip-path=url(#clip0_704_43625)><path d="M32 0H64V48H32V0Z" fill=white></path><path d="M0 0H32V48H0V0Z" fill=#006233></path><path d="M42.4 18C41.0792 15.7123 39.0404 13.9244 36.5999 12.9135C34.1594 11.9025 31.4535 11.7252 28.9019 12.4089C26.3503 13.0926 24.0956 14.5991 22.4875 16.6949C20.8793 18.7906 20.0077 21.3584 20.0077 24C20.0077 26.6416 20.8793 29.2094 22.4875 31.3051C24.0956 33.4009 26.3503 34.9074 28.9019 35.5911C31.4535 36.2748 34.1594 36.0975 36.5999 35.0866C39.0404 34.0757 41.0792 32.2877 42.4 30C41.1569 31.5526 39.4623 32.6808 37.5502 33.2287C35.6382 33.7765 33.6033 33.7169 31.7266 33.0582C29.8499 32.3995 28.2241 31.1741 27.0739 29.5515C25.9238 27.9288 25.306 25.989 25.306 24C25.306 22.0111 25.9238 20.0712 27.0739 18.4485C28.2241 16.8259 29.8499 15.6005 31.7266 14.9418C33.6033 14.2831 35.6382 14.2235 37.5502 14.7714C39.4623 15.3192 41.1569 16.4474 42.4 18ZM42.8 24L32 20.48L38.72 29.68V18.32L32 27.52L42.8 24Z" fill=#D21034></path></g><defs><clippath id=clip0_704_43625><rect width=64 height=48 fill=white></rect></clippath></defs></symbol>';
}