@icongo/gr
Version:
Grommet Icons
16 lines • 551 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GRInherit = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 24 24"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "none",
stroke: "#231F20",
strokeWidth: 2,
d: "m17 18-5-3 5 3ZM7 18l5-3v-4m5 9a3 3 0 1 0 6 0 3 3 0 0 0-6 0ZM4 17a3 3 0 1 0 0 6 3 3 0 0 0 0-6ZM17 6a5 5 0 1 1-10.001-.001A5 5 0 0 1 17 6Z"
})
}));
export { GRInherit };