@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) • 788 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 16 16" id=icon-top-service-filled-16><path d="M12.501 0a2.5 2.5 0 0 1 2.5 2.5v11.17c0 1.73-1.82 2.859-3.371 2.09l-3.48-1.727a.334.334 0 0 0-.296 0L4.37 15.761C2.82 16.53 1 15.4 1 13.67L1.001 2.5a2.5 2.5 0 0 1 2.5-2.5h9Zm-3.85 3.372a.76.76 0 0 0-1.304 0l-.975 1.624-1.778.4a.76.76 0 0 0-.414 1.233l1.175 1.386-.257 2.134a.76.76 0 0 0 1.116.76l1.785-.966 1.784.966a.76.76 0 0 0 1.117-.76l-.258-2.134 1.175-1.386a.76.76 0 0 0-.413-1.233l-1.779-.4-.975-1.624ZM8.67 6.32l1.212.272-.808.953.165 1.365L8 8.237l-1.241.672.165-1.365-.808-.953 1.212-.272L8 5.201l.67 1.118Z"></path></symbol>';
}