@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.14 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphEmoticon = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphEmoticon = function GYSiGlyphEmoticon(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
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__*/(0, _jsxRuntime.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"
})
}));
};
exports.GYSiGlyphEmoticon = GYSiGlyphEmoticon;