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) 673 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-star-empty-16><path fill-rule=evenodd d="M8 1.495c.272 0 .512.175.596.433l1.359 4.207h4.415a.625.625 0 0 1 .346 1.145l-3.55 2.364 1.366 4.036a.625.625 0 0 1-.953.71l-3.578-2.528-3.58 2.528a.625.625 0 0 1-.953-.71l1.366-4.035-3.56-2.364a.625.625 0 0 1 .346-1.146h4.434l1.352-4.206A.625.625 0 0 1 8 1.495Zm.003 2.663L6.966 7.385H3.69l2.635 1.75-1.058 3.127L8 10.332l2.731 1.93-1.058-3.126 2.63-1.75H9.045L8.003 4.157Z" clip-rule=evenodd></path></symbol>'; }