@icongo/cg
Version:
css.gg Icons
21 lines • 793 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 CGSmileUpside = 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: "M16 11h-2a2 2 0 1 0-4 0H8a4 4 0 1 1 8 0Zm-6 3a1 1 0 1 0-2 0 1 1 0 0 0 2 0Zm5-1a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12s4.477 10 10 10 10-4.477 10-10Zm-2 0a8 8 0 1 0-16 0 8 8 0 0 0 16 0Z",
clipRule: "evenodd"
})]
}));
export { CGSmileUpside };