UNPKG

@icongo/cg

Version:
17 lines 597 B
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; var CGProductHunt = props => /*#__PURE__*/_jsx("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 24 24" }, props, { children: /*#__PURE__*/_jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M12 19a7 7 0 1 1 0-14 7 7 0 0 1 0 14Zm-9-7a9 9 0 1 1 18 0 9 9 0 0 1-18 0Zm6 4V8h4a3 3 0 1 1 0 6h-2v2H9Zm5-5a1 1 0 0 1-1 1h-2v-2h2a1 1 0 0 1 1 1Z", clipRule: "evenodd" }) })); export { CGProductHunt };