UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.02 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgBell = function SvgBell(_ref) { var _ref$size = _ref.size, size = _ref$size === void 0 ? 24 : _ref$size, _ref$color = _ref.color, color = _ref$color === void 0 ? "currentColor" : _ref$color, props = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ width: size, height: size, viewBox: "0 0 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M9.369 18.693h5.259c-.212 1.31-1.309 2.307-2.63 2.307-1.32 0-2.417-.997-2.63-2.307Zm2.63-15.693c3.681 0 6.666 3.1 6.666 6.924v3.691l1.261 2.918a.906.906 0 0 1 .074.359c0 .484-.378.877-.845.877h-14.31a.819.819 0 0 1-.345-.077.89.89 0 0 1-.426-1.159l1.258-2.917v-3.704l.004-.23c.123-3.722 3.068-6.682 6.662-6.682Z", fill: color })); }; export { SvgBell as S };