@icongo/gr
Version:
Grommet Icons
19 lines • 465 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GRStatusInfoSmall = 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("rect", {
width: 10,
height: 10,
x: 1,
y: 1,
fillRule: "evenodd",
stroke: "#000",
rx: 1
})
}));
export { GRStatusInfoSmall };