@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.21 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSignal3 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSignal3 = function GYSiGlyphSignal3(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-signal-3",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M17 12.965h-2a.997.997 0 0 1-.948-.684L12.998 9.19l-1.054 3.091a1 1 0 0 1-.948.684H8.998c-.449 0-.844-.3-.964-.732L6.499 6.769l-1.535 5.464a1 1 0 0 1-.964.732H1v-1.934h2.24l2.295-8.268a1 1 0 0 1 1.928 0l2.295 8.268h.518l1.773-5.316a1.001 1.001 0 0 1 1.897 0l1.774 5.316H17v1.934Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphSignal3 = GYSiGlyphSignal3;