@icongo/gy
Version:
Glyph Iconset Icons
27 lines • 1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphInfo = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-info",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
transform: "translate(4)",
children: [/*#__PURE__*/_jsx("ellipse", {
cx: 4.486,
cy: 1.525,
className: "prefix__si-glyph-fill",
rx: 1.486,
ry: 1.525
}), /*#__PURE__*/_jsx("path", {
d: "m4.479 13.325 1.373-8.622s.029-.699-.636-.699c-1.501 0-5.29.004-5.29.004s3.979.713 3.979 2.059c0 0-1.308 5.76-1.308 7.29 0 1.531.836 2.644 2.337 2.644 1.225 0 2.338-1.336 2.254-3.283-1.197 1.836-2.709 2.102-2.709.607Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphInfo };