@icongo/gr
Version:
Grommet Icons
17 lines • 437 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GRStatusGoodSmall = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 12 12"
}, props, {
children: /*#__PURE__*/_jsx("circle", {
cx: 6,
cy: 6,
r: 5,
fillRule: "evenodd",
stroke: "#000"
})
}));
export { GRStatusGoodSmall };