UNPKG

@icongo/gy

Version:
23 lines 645 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var GYSiGlyphCircle = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", className: "prefix__si-glyph prefix__si-glyph-circle", viewBox: "0 0 17 17" }, props, { children: /*#__PURE__*/_jsx("g", { fill: "none", fillRule: "evenodd", className: "prefix__si-glyph-fill", children: /*#__PURE__*/_jsx("circle", { cx: 9, cy: 9, r: 8, fill: "#434343", className: "prefix__si-glyph-fill" }) }) })); export { GYSiGlyphCircle };