@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 927 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphAlien = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-alien",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.014.143c-3.855 0-6.983 2.979-6.983 6.651C2.031 10.469 7.209 16 9.014 16 10.822 16 16 10.469 16 6.794 16 3.122 12.873.143 9.014.143ZM7.895 10.895c-.316.318-1.414-.271-2.448-1.321C4.411 8.528 3.829 7.42 4.145 7.1c.315-.321 1.412.269 2.447 1.317 1.033 1.048 1.619 2.155 1.303 2.478Zm2.219-.008c-.32-.32.27-1.426 1.321-2.473 1.049-1.047 2.158-1.636 2.48-1.314.32.318-.271 1.424-1.32 2.47-1.05 1.047-2.161 1.634-2.481 1.317Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphAlien };