@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphSatellite = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-satellite",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12.495 5.893c.337.338 1.689-1.016 1.352-1.352l-2.983-2.984c-.338-.338-1.69 1.016-1.354 1.352l2.985 2.984Zm-9.207 5.004c-.216-.217-.691-.095-1.058.271-.367.368-.488.841-.271 1.06l1.274 1.273c.217.218.689.096 1.056-.271.369-.366.49-.842.273-1.058l-1.274-1.275ZM-.235 3.191l3.51-3.508 1.381 1.381-3.51 3.51zm12.323 5.183-1.431 1.428-.739-.739 1.625-1.624a.7.7 0 0 0-.012-.992l-2.5-2.499a.7.7 0 0 0-.988-.009L6.419 5.564l-.735-.735 1.429-1.428-1.395-1.394-3.497 3.496 1.393 1.394 1.414-1.413.735.735-1.629 1.63a.7.7 0 0 0 .007.989l2.5 2.498a.701.701 0 0 0 .991.01l1.63-1.629.739.739-1.416 1.413 1.382 1.381 3.497-3.497-1.376-1.379Zm-1.136 5.362 3.51-3.516 1.401 1.399-3.51 3.516z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphSatellite };