@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 704 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphCircleInfo = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-circle-info",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M8.969 0a7.938 7.938 0 1 0 0 15.876A7.938 7.938 0 0 0 8.97 0ZM8 3h2v2H8V3Zm2 8.765C10 12.447 9.554 13 9 13c-.553 0-1-.552-1-1.235v-4.53C8 6.555 8.447 6 9 6c.554 0 1 .553 1 1.235v4.53Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphCircleInfo };