@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTent1 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTent1 = function GYSiGlyphTent1(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-1",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M16 9v2.131c-2.678-1.054-5.068-5.984-6.249-8.422L10.916.5a.357.357 0 0 0-.1-.455c-.137-.094-.316-.043-.4.115l-.992 1.88c-.218-.438-.364-.703-.424-.703s-.206.265-.424.703L7.584.16C7.5.002 7.32-.049 7.184.045a.357.357 0 0 0-.1.455l1.165 2.209c-1.186 2.447-3.59 7.406-6.28 8.434V9H1v6.977h.969v-.028h4v-4.193C8.321 9.757 9 6.005 9 6.005s.861 3.71 3.016 5.717v4.228H16v.028h1V9h-1Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphTent1 = GYSiGlyphTent1;