@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.12 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 24 24" id=icon-boat-24><path fill-rule=evenodd clip-rule=evenodd d="m3.08 9.089 1.53-4.971A3 3 0 0 1 7.476 2h9.046a3 3 0 0 1 2.867 2.118l1.53 4.97c1.03.355 1.907.707 2.527 1.017.409.204.62.65.535 1.084-.136.783-.63 1.952-1.546 3.71-2.007 3.854-5.612 5.763-9.612 6.906a3.002 3.002 0 0 1-1.649 0c-4-1.143-7.604-3.052-9.611-6.906C.644 13.135.15 11.964.016 11.181a.996.996 0 0 1 .537-1.076c.62-.31 1.496-.662 2.527-1.016Zm3.441-4.383A1 1 0 0 1 7.477 4h9.046a1 1 0 0 1 .955.706l1.125 3.657c-1.99-.568-4.219-1.074-6.223-1.342a2.857 2.857 0 0 0-.76 0c-2.004.268-4.233.774-6.224 1.342L6.52 4.706ZM11 9.135c-3.218.526-6.809 1.59-8.798 2.418.375.99.851 1.965 1.388 2.878L11 12.252V9.135Zm-6.148 7.01L11 14.337v5.337c-2.337-.667-4.487-1.697-6.148-3.53ZM13 14.337v5.337c2.337-.667 4.486-1.697 6.148-3.53L13 14.338Zm7.41.094a19.039 19.039 0 0 0 1.388-2.878c-1.989-.827-5.58-1.892-8.798-2.418v3.117l7.41 2.18Z"></path></symbol>';
}