@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) • 581 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-lightning-bolt-24><path fill-rule=evenodd d="M12.288.043A1 1 0 0 1 13 1v7h5.497c1.994 0 3.186 2.221 2.083 3.883l-7.747 11.67A1 1 0 0 1 11 23v-7H5.502c-1.994 0-3.186-2.22-2.083-3.882L11.166.447a1 1 0 0 1 1.122-.404ZM11 4.315l-5.913 8.909a.5.5 0 0 0 .416.776H12a1 1 0 0 1 1 1v4.685l5.914-8.908a.5.5 0 0 0-.417-.777H12c-.544 0-1-.455-1-1V4.315Z"></path></symbol>';
}