@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.33 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTentCamp = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTentCamp = function GYSiGlyphTentCamp(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-tent-camp",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#404041",
fillRule: "evenodd",
d: "M16.021 14.023c-2.701-1.25-5.112-7.249-6.289-10.164l1.205-2.284a.355.355 0 0 0-.1-.454c-.138-.094-.316-.043-.4.114L9.436 3.132c-.225-.542-.375-.871-.436-.871-.06 0-.207.319-.426.847L7.563 1.192c-.084-.157-.264-.208-.4-.114a.355.355 0 0 0-.1.454l1.215 2.302C7.107 6.733 4.699 12.739 2 14.013V12.02H1V15h4.666C8.268 13.082 9 6.926 9 6.926s.943 6.156 3.334 8.074L17 14.997V12.02h-.979v2.003Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphTentCamp = GYSiGlyphTentCamp;