@icongo/gy
Version:
Glyph Iconset Icons
26 lines (25 loc) • 1.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBell = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBell = function GYSiGlyphBell(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-bell",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M10.141 1.318c0-.711-.559-1.286-1.248-1.286S7.646.607 7.646 1.318c0 .08.009.16.022.237C5.002 2.594 3 4.772 3 10h12c.001-5.229-2.216-7.405-4.883-8.445.015-.077.024-.157.024-.237ZM16 13H2l.906-2h11.906L16 13Zm-7.039 3a1.959 1.959 0 0 0 1.961-1.957H7A1.96 1.96 0 0 0 8.961 16Z",
className: "prefix__si-glyph-fill"
})
}));
};
exports.GYSiGlyphBell = GYSiGlyphBell;