UNPKG

@pluralsight/icons

Version:
8 lines (7 loc) 931 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); function NotificationsIcon(props) { return (0, jsx_runtime_1.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", "aria-label": "notifications (inactive)", viewBox: "0 0 24 24", role: "img", fill: "currentColor", className: "ps-icon-svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", d: "M19.6 16.1c-1-1-1.2-3-1.2-4.1V9.9c0-2.8-1.9-5.2-4.4-6.1-.1-1-1-1.8-2-1.8s-1.9.8-2 1.8c-2.5.9-4.4 3.3-4.4 6.1v2.2c0 1.1-.2 3.1-1.2 4.1-.3.1-.4.4-.4.7 0 .6.5 1.1 1.1 1.1H19c.6 0 1.1-.5 1.1-1.1-.1-.3-.2-.6-.5-.8ZM7.587 12.265 7.6 12.1V9.9c0-2.4 2-4.4 4.4-4.4 2.4 0 4.4 2 4.4 4.4v2.2c0 1.2.2 2.6.8 3.9H6.8c.573-1.146.69-2.565.787-3.735Z", clipRule: "evenodd" }), (0, jsx_runtime_1.jsx)("path", { d: "M15 19c0 1.7-1.3 3-3 3s-3-1.3-3-3h6Z" })] }); } exports.default = NotificationsIcon;