@icongo/gi
Version:
Game Icons
25 lines • 930 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 GIHappy = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 256 256"
}, props, {
children: [/*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 128
}), /*#__PURE__*/_jsx("circle", {
cx: 128,
cy: 128,
r: 101,
stroke: "#fff",
strokeWidth: 18
}), /*#__PURE__*/_jsx("path", {
fill: "#fff",
d: "M96 80a16 16 0 0 0-16 16 16 16 0 0 0 16 16 16 16 0 0 0 16-16 16 16 0 0 0-16-16zm64 0a16 16 0 0 0-16 16 16 16 0 0 0 16 16 16 16 0 0 0 16-16 16 16 0 0 0-16-16zm-88.512 59.008-14.976 9.984C74.048 175.296 101 189 128 189s53.952-13.704 71.488-40.008l-14.976-9.984C170.048 160.704 149 171 128 171s-42.048-10.296-56.512-31.992z"
})]
}));
export { GIHappy };