@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 694 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphBoat = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-boat",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "m15.978 14.895.988-1.829c-4.372 0-10.502.51-12.888-1.036C1.028 11.524 1.042 11 1.042 11s.68 3.895 3.036 3.895h11.9Zm-3.961-3.905L12.014 2l4.899 8.99h-4.896Zm-1.002.032V-.052L6 10.253l5.015.77Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphBoat };