@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.1 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBoat = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBoat = function GYSiGlyphBoat(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphBoat = GYSiGlyphBoat;