@icongo/cg
Version:
css.gg Icons
17 lines • 634 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var CGPresentation = 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 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm8-10h-2a6 6 0 0 0-12 0H4a8 8 0 1 1 16 0ZM4.252 14h15.496a8.003 8.003 0 0 1-15.496 0ZM8 12a4 4 0 1 1 8 0H8Z",
clipRule: "evenodd"
})
}));
export { CGPresentation };