@icongo/cg
Version:
css.gg Icons
17 lines • 571 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGDropInvert = 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 1.136 5.636 7.5a9 9 0 0 0 7.227 15.323A9 9 0 0 0 18.364 7.5L12 1.136ZM7.05 8.914 12 3.964v16.9a7 7 0 0 1-4.95-11.95Z",
clipRule: "evenodd"
})
}));
export { CGDropInvert };