@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.51 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphWindTurbines = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphWindTurbines = function GYSiGlyphWindTurbines(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-wind-turbines",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10.938 15.299c0 .352-1.058.639-1.442.639-.385 0-1.442-.287-1.442-.639l.744-7.592c0-.353.313-.639.698-.639.385 0 .698.286.698.639l.744 7.592ZM9.974 3.498c0 .28-.21.506-.468.506-.26 0-.469-.226-.469-.506V.568c0-.279.209-.506.469-.506.258 0 .468.227.468.506v2.93Zm-5.13 5.441c-.265.183-.602.152-.756-.067-.15-.219-.061-.547.203-.729l2.771-1.92c.264-.182.603-.153.755.066.152.22.062.547-.203.73l-2.77 1.92Zm9.868-.99a.57.57 0 0 1 .188.783.57.57 0 0 1-.791.154l-2.836-1.823a.57.57 0 0 1-.188-.784.57.57 0 0 1 .789-.153l2.838 1.823ZM9 5h.906v.938H9z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphWindTurbines = GYSiGlyphWindTurbines;