@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.34 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTrees = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTrees = function GYSiGlyphTrees(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-trees",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.986 14.203v-2.278c1.52-.339 2.967-1.952 2.967-3.896 0-2.19-1.648-7.982-3.451-7.982-1.803 0-3.455 5.792-3.455 7.982 0 1.901 1.513 3.489 2.984 3.874v2.21a62.349 62.349 0 0 0-3.011-.072 24.06 24.06 0 0 0-3.067.197v-2.672c1.058-.311 1.97-1.418 1.97-2.75 0-1.57-1.095-5.781-2.442-5.781-1.35 0-2.442 4.211-2.442 5.781 0 1.354.905 2.48 1.993 2.769v2.793c-2.395.413-4.01 1.113-4.01 1.567h16c-.001-.456-1.627-1.531-4.036-1.742Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphTrees = GYSiGlyphTrees;