@icongo/gy
Version:
Glyph Iconset Icons
34 lines (33 loc) • 2.08 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphSignal2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphSignal2 = function GYSiGlyphSignal2(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-2",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M6.696 15.99a.671.671 0 0 1-.595-.354.638.638 0 0 1 .29-.872c2.619-1.296 4.246-3.885 4.246-6.756 0-2.875-1.629-5.465-4.253-6.76a.64.64 0 0 1-.293-.872.677.677 0 0 1 .899-.284c3.072 1.517 4.982 4.55 4.982 7.916 0 3.36-1.907 6.393-4.975 7.912a.668.668 0 0 1-.301.07Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.13 13.93a.634.634 0 0 1-.567-.348.605.605 0 0 1-.042-.442.63.63 0 0 1 .318-.388c1.773-.904 2.942-2.716 2.942-4.729 0-2.014-1.172-3.828-2.948-4.733a.615.615 0 0 1-.276-.829.633.633 0 0 1 .567-.346c.102 0 .2.024.291.069a6.52 6.52 0 0 1 3.566 5.839 6.516 6.516 0 0 1-3.559 5.834.632.632 0 0 1-.292.073Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.173 11.019c-.206 0-.4-.14-.491-.356-.141-.32-.032-.713.241-.879.558-.334.903-.998.903-1.732 0-.735-.347-1.4-.904-1.734-.272-.164-.382-.558-.244-.877.096-.221.284-.357.493-.357.088 0 .173.023.252.07.932.559 1.511 1.67 1.511 2.898 0 1.228-.579 2.338-1.51 2.896a.507.507 0 0 1-.251.071Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphSignal2 = GYSiGlyphSignal2;