UNPKG

sebikostudio-icons

Version:
25 lines 1.26 kB
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } import React, { forwardRef } from 'react'; export const BellIcon = /*#__PURE__*/forwardRef(({ className, style, ariaLabel, ...props }, ref) => /*#__PURE__*/React.createElement("svg", _extends({ ref: ref, className: className, "aria-label": ariaLabel || "bell, notifications", style: style, width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M5.5 7.50015C5.5 3.76138 7.91798 2.5 10 2.5C12.082 2.5 14.5 3.76138 14.5 7.50015V11.3139C14.5 11.434 14.5432 11.55 14.6216 11.6408L16.3787 13.6746C16.6567 13.9989 16.4262 14.5 15.999 14.5H4.00097C3.57379 14.5 3.34333 13.9989 3.62134 13.6746L5.37836 11.6408C5.45682 11.55 5.5 11.434 5.5 11.3139V7.50015Z", stroke: "currentColor" }), /*#__PURE__*/React.createElement("path", { d: "M12.5 14.5C12.5 15.8807 11.3807 17 10 17C8.61929 17 7.5 15.8807 7.5 14.5", stroke: "currentColor" }))); export default BellIcon;