@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
31 lines • 1.16 kB
JavaScript
var _g, _defs;
import React from 'react';
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
const boat_medium = props => _jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: 24,
height: 24,
fill: "none",
viewBox: "0 0 24 24",
...props,
children: [_g || (_g = _jsx("g", {
clipPath: "url(#boat_medium_svg__a)",
children: _jsx("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M11 16.494h11.5c.534 0 .898.576.686 1.055-.344.74-.712 1.532-1.429 2.315C19.217 22.639 16.261 23 12.5 23c-3.76 0-7.106-.616-9.9-3.136-.848-.765-1.37-1.43-1.786-2.315-.216-.488.163-1.055.686-1.055H11Zm0 0v-3.887m0 0V2.208C11 1.07 9.59.552 8.89 1.475L2.27 11.481c-.322.482.055 1.127.622 1.126H11Zm4.853-6.786 4.53 7.043c.31.481-.06 1.13-.617 1.131H14.5V6.22c0-.723.979-.98 1.353-.398Z"
})
})), _defs || (_defs = _jsx("defs", {
children: _jsx("clipPath", {
id: "boat_medium_svg__a",
children: _jsx("path", {
fill: "#fff",
d: "M0 0h24v24H0z"
})
})
}))]
});
export default boat_medium;
//# sourceMappingURL=boat_medium.js.map