@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 719 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphEmoticon = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-emoticon",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M7.981.084a7.939 7.939 0 1 0 0 15.876 7.938 7.938 0 0 0 0-15.876ZM10.998 4a2 2 0 1 1 .003 3.999A2 2 0 0 1 10.998 4ZM5 4a2 2 0 1 1-.001 4.001A2 2 0 0 1 5 4Zm3 10c-3.013 0-5-1.899-5-4h10c0 2.101-1.988 4-5 4Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphEmoticon };