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) 477 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 40 40" id=icon-star-filled-40><path d="M20.95 3.684a1 1 0 0 0-1.898 0L15.28 15H3a1 1 0 0 0-.581 1.814l9.906 7.076-3.777 11.805a1 1 0 0 0 1.558 1.1L20 29.257l9.894 7.538a1 1 0 0 0 1.559-1.1L27.675 23.89l9.906-7.076a1 1 0 0 0-.58-1.814H24.72L20.95 3.684Z"></path></symbol>'; }