@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) • 812 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.symbol = symbol;
function symbol() {
// eslint-disable-next-line max-len,quotes
return '<symbol viewbox="0 0 24 24" id=icon-flash-auto-24><path fill-rule=evenodd d="M16 1h-6a1 1 0 0 0-.894.553l-5 10-.046.106A1 1 0 0 0 5 13h4.78l-1.76 8.804c-.215 1.074 1.205 1.662 1.812.75l10-15 .057-.096A1 1 0 0 0 19 6h-4.235l2.093-3.486A1 1 0 0 0 16 1Zm-1.767 2-2.09 3.486-.054.1A1 1 0 0 0 13 8h4.13l-6.158 9.238 1.009-5.042.016-.115A1 1 0 0 0 11 11H6.618l4-8h3.615Zm4.395 12.222a1.003 1.003 0 0 0-1.258.001.995.995 0 0 0-.27.342l-2.995 5.988a1 1 0 0 0 1.79.894l.473-.947h3.264l.473.947a1 1 0 1 0 1.79-.894L18.9 15.565a.997.997 0 0 0-.263-.335l-.01-.008ZM18 18.236 18.882 20h-1.764L18 18.236Z" clip-rule=evenodd></path></symbol>';
}