UNPKG

@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) 572 B
"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 16 16" id=icon-lightning-bolt-16><path fill-rule=evenodd d="M8.28.041a1 1 0 0 1 .717.96V5h2.998c1.587 0 2.543 1.758 1.68 3.088l-4.839 7.456A1.001 1.001 0 0 1 6.996 15v-4H4.005c-1.587 0-2.543-1.756-1.68-3.087L7.157.457A1.001 1.001 0 0 1 8.28.04ZM6.996 4.384 4.005 9h3.992a1 1 0 0 1 1 1v1.62L11.995 7H7.997a1 1 0 0 1-1.001-1V4.384Z" clip-rule=evenodd></path></symbol>'; }