@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) • 1.05 kB
JavaScript
;
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-top-rated-plus-16><path fill-rule=evenodd clip-rule=evenodd d="M3.5-.004a2.5 2.5 0 0 0-2.5 2.5v11.17c0 1.732 1.819 2.86 3.37 2.091l3.485-1.727a.334.334 0 0 1 .296 0l3.48 1.726c1.55.77 3.37-.358 3.37-2.09V2.496a2.5 2.5 0 0 0-2.5-2.5h-9Zm-.5 2.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 .5.5v11.17c0 .247-.26.409-.48.299l-3.48-1.727a2.333 2.333 0 0 0-2.074 0l-3.485 1.727A.333.333 0 0 1 3 13.667V2.497Zm5.65.873a.76.76 0 0 0-1.303 0l-.975 1.624-1.778.399a.76.76 0 0 0-.414 1.233l1.176 1.386-.258 2.135a.76.76 0 0 0 1.116.76L8 9.939l1.785.967a.76.76 0 0 0 1.116-.76l-.258-2.135 1.176-1.386a.76.76 0 0 0-.414-1.233l-1.778-.399-.975-1.624ZM7.494 6.04 8 5.196l.506.844.166.275.313.07.899.202-.596.702-.212.25.039.326.126 1.04-.884-.479L8 8.234l-.357.193-.883.478.125-1.04.04-.325-.212-.25-.597-.702.899-.202.314-.07.165-.275Z"></path></symbol>';
}