@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.06 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-boat-16><path fill-rule=evenodd clip-rule=evenodd d="m2.107 5.448.639-2.554A2.5 2.5 0 0 1 5.17 1h5.658a2.5 2.5 0 0 1 2.425 1.894l.639 2.554a16.62 16.62 0 0 1 1.532.646 1 1 0 0 1 .562 1.07c-.08.483-.303 1.232-.79 2.333-1.2 2.707-3.65 4.402-6.362 5.362a2.5 2.5 0 0 1-1.67 0c-2.712-.96-5.161-2.655-6.36-5.362C.322 8.412.1 7.67.016 7.187a1.007 1.007 0 0 1 .555-1.09c.4-.2.925-.423 1.535-.649Zm2.58-2.07A.5.5 0 0 1 5.17 3h5.658a.5.5 0 0 1 .485.379l.336 1.345a25.326 25.326 0 0 0-3.33-.706 2.378 2.378 0 0 0-.64 0 25.27 25.27 0 0 0-3.33.706l.336-1.345ZM7 6.155a26.27 26.27 0 0 0-4.814 1.41c.169.495.366.988.605 1.455L7 7.756V6.154Zm0 6.512c-1.128-.46-2.145-1.113-2.957-1.935L7 9.844v2.822Zm2-2.822v2.822c1.128-.46 2.145-1.113 2.957-1.934L9 9.844Zm4.209-.825c.24-.467.437-.96.605-1.456A26.378 26.378 0 0 0 9 6.153v1.603l4.209 1.263Z"></path></symbol>';
}