@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.48 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-jet-ski-16><path d="M8.004 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z"></path><path fill-rule=evenodd clip-rule=evenodd d="M2.001 1a1 1 0 0 1 1-1h1.587c.531 0 1.04.21 1.415.586L7.418 2H8.59L10.005.586A2.002 2.002 0 0 1 11.42 0h1.587a1 1 0 1 1 0 2H11.42l-1 1 1 1h.889c.765 0 1.482.375 1.918 1.004l1.418 2.044a2 2 0 0 1 .288 1.661l-.723 2.675a3.391 3.391 0 0 1-1.405 1.96c-.7.46-1.635 1.035-2.616 1.534-.964.49-2.045.946-3.02 1.108-.11.018-.22.018-.33 0-.975-.162-2.056-.618-3.02-1.109a28.492 28.492 0 0 1-2.617-1.534 3.39 3.39 0 0 1-1.404-1.955L.072 8.712A2 2 0 0 1 .36 7.047l1.422-2.045A2.335 2.335 0 0 1 3.699 4h.89l1-1-1-1H3.001a1 1 0 0 1-1-1Zm3.833 4.584 1.22 3.685c.303.915 1.597.915 1.9 0l1.22-3.686-1.17-1.169a1.415 1.415 0 0 0-2 0l-1.17 1.17ZM3.864 6l.895 2.703c-.744-.438-1.51-.882-2.356-1.09l1.022-1.47C3.531 5.991 3.7 6 3.864 6Zm7.385 2.704L12.144 6c.165 0 .333-.01.439.143l1.02 1.471c-.845.208-1.61.652-2.354 1.09Zm-8.52 2.16-.309-1.14c.574.24 1.103.573 1.638.888C5.093 11.22 6.443 12 8.004 12c1.561 0 2.911-.78 3.947-1.388.534-.315 1.062-.647 1.635-.887l-.308 1.138c-.093.345-.298.63-.57.809-.665.436-1.534.97-2.427 1.424-.838.426-1.634.75-2.277.886-.642-.136-1.44-.46-2.277-.887A26.518 26.518 0 0 1 3.3 11.671a1.392 1.392 0 0 1-.57-.807Z"></path></symbol>';
}