UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 776 B
/** * @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 NotificationsPaused = createIcon("NotificationsPaused", [ [ "path", { d: "M12 21.75C13.1 21.75 14 20.85 14 19.75H10C10 20.85 10.89 21.75 12 21.75ZM18 15.75V10.75C18 7.68 16.36 5.11 13.5 4.43V3.75C13.5 2.92 12.83 2.25 12 2.25C11.17 2.25 10.5 2.92 10.5 3.75V4.43C7.63 5.11 6 7.68 6 10.75V15.75L4 17.75V18.75H20V17.75L18 15.75ZM14.5 9.55L11.7 12.95H14.5V14.75H9.5V12.95L12.3 9.55H9.5V7.75H14.5V9.55Z", key: "nnxfos" } ] ]); export { NotificationsPaused as default }; //# sourceMappingURL=notifications_paused.js.map