UNPKG

@braineet/ui

Version:

Braineet design system

26 lines 1.46 kB
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } import * as React from 'react'; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; function Notifications(props) { return /*#__PURE__*/_jsxs("svg", _extends({ viewBox: "0 0 24 24", fill: "none" }, props, { children: [/*#__PURE__*/_jsx("g", { opacity: 0.6, children: /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 21C13.1046 21 14 20.1046 14 19H10C10 20.1046 10.8954 21 12 21Z", fill: "currentColor" }) }), /*#__PURE__*/_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4V5C13 5.02372 12.9992 5.04724 12.9976 5.07054C16.391 5.55472 19 8.47268 19 12V16C19.5523 16 20 16.4477 20 17C20 17.5523 19.5523 18 19 18H5C4.44772 18 4 17.5523 4 17C4 16.4477 4.44772 16 5 16V12C5 8.47268 7.60896 5.55472 11.0024 5.07054C11.0008 5.04724 11 5.02372 11 5V4ZM7 16H17V12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12V16Z", fill: "currentColor" })] })); } export default Notifications;