@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCoconut = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCoconut = function GYSiGlyphCoconut(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-coconut",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M11.574 6.456c1.594-.299 3.322.218 3.322.218-.576-1.486-2.635-1.486-2.635-1.486-.125-1.008 2.635-2.521 2.635-2.521-2.143-.744-4.035.918-4.035.918C10.531 2.261 12.507 0 12.507 0 9.624.195 8.884 3.294 8.884 3.294 7.565 2.025 4.023 2.133 4.023 2.133c1.483.135 2.802 2.507 2.802 2.507-3.542 1.229-2.719 3.838-2.719 3.838.857-.66 1.519-1.026 2.026-1.223.428-.033 1.34-.117 1.206 1.041C6.489 13.584 8.457 16 8.457 16h3.541c-2.459-2.446-2.722-5.562-2.805-7.315-.02.002-.005-1.907 2.381-2.229Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphCoconut = GYSiGlyphCoconut;