google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.09 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 NotificationsOff = createIcon("NotificationsOff", [
[
"path",
{
d: "M11.3047 21.75C12.4047 21.75 13.3047 20.85 13.3047 19.75H9.30469C9.30469 20.85 10.2047 21.75 11.3047 21.75ZM11.3047 6.25C13.7947 6.25 15.3047 8.27 15.3047 10.75V10.85L17.3047 12.85V10.75C17.3047 7.68 15.6747 5.11 12.8047 4.43V3.75C12.8047 2.92 12.1347 2.25 11.3047 2.25C10.4747 2.25 9.80469 2.92 9.80469 3.75V4.43C9.56469 4.49 9.33469 4.58 9.11469 4.66L10.7547 6.3C10.9347 6.28 11.1147 6.25 11.3047 6.25ZM4.71469 3.1L3.30469 4.51L6.11469 7.32C5.59469 8.32 5.30469 9.49 5.30469 10.75V15.75L3.30469 17.75V18.75H17.5447L19.2847 20.49L20.6947 19.08L4.71469 3.1ZM15.3047 16.75H7.30469V10.75C7.30469 10.07 7.42469 9.43 7.64469 8.85L15.3047 16.51V16.75Z",
key: "1wbygz"
}
]
]);
export { NotificationsOff as default };
//# sourceMappingURL=notifications_off.js.map