google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.11 kB
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const NotificationsActive = createIcon("NotificationsActive", [
[
"path",
{
d: "M7.57979 3.83L6.14979 2.4C3.74978 4.23 2.16979 7.05 2.02979 10.25H4.02979C4.17979 7.6 5.53979 5.28 7.57979 3.83ZM19.9698 10.25H21.9698C21.8198 7.05 20.2398 4.23 17.8498 2.4L16.4298 3.83C18.4498 5.28 19.8198 7.6 19.9698 10.25ZM17.9998 10.75C17.9998 7.68 16.3598 5.11 13.4998 4.43V3.75C13.4998 2.92 12.8298 2.25 11.9998 2.25C11.1698 2.25 10.4998 2.92 10.4998 3.75V4.43C7.62979 5.11 5.99979 7.67 5.99979 10.75V15.75L3.99979 17.75V18.75H19.9998V17.75L17.9998 15.75V10.75ZM11.9998 21.75C12.1398 21.75 12.2698 21.74 12.3998 21.71C13.0498 21.57 13.5798 21.13 13.8398 20.53C13.9398 20.29 13.9898 20.03 13.9898 19.75H9.98979C9.99979 20.85 10.8898 21.75 11.9998 21.75Z",
key: "tgr631"
}
]
]);
export { NotificationsActive as default };
//# sourceMappingURL=notifications_active.js.map