@icongo/cg
Version:
css.gg Icons
19 lines • 823 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var CGComedyCentral = props => /*#__PURE__*/_jsxs("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",
d: "M10.544 19a7 7 0 1 0-4.95-11.95L3.475 4.93l-.019.018A9.969 9.969 0 0 1 10.545 2c5.522 0 10 4.477 10 10s-4.478 10-10 10a9.969 9.969 0 0 1-7.072-2.929l2.122-2.121a6.978 6.978 0 0 0 4.95 2.05Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
d: "M10.544 14c.594 0 1.126-.258 1.493-.668l2.122 2.122a5 5 0 1 1 0-6.909l-2.122 2.123A2 2 0 1 0 10.545 14Z"
})]
}));
export { CGComedyCentral };