UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.14 kB
/** * @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: "M12.0003 21.75C13.1003 21.75 14.0003 20.85 14.0003 19.75H10.0003C10.0003 20.85 10.9003 21.75 12.0003 21.75ZM18.0003 15.75V10.75C18.0003 7.68 16.3703 5.11 13.5003 4.43V3.75C13.5003 2.92 12.8303 2.25 12.0003 2.25C11.1703 2.25 10.5003 2.92 10.5003 3.75V4.43C7.64027 5.11 6.00027 7.67 6.00027 10.75V15.75L4.00027 17.75V18.75H20.0003V17.75L18.0003 15.75ZM16.0003 16.75H8.00027V10.75C8.00027 8.27 9.51027 6.25 12.0003 6.25C14.4903 6.25 16.0003 8.27 16.0003 10.75V16.75ZM7.58027 3.83L6.15027 2.4C3.75027 4.23 2.17027 7.05 2.03027 10.25H4.03027C4.18027 7.6 5.54027 5.28 7.58027 3.83ZM19.9703 10.25H21.9703C21.8203 7.05 20.2403 4.23 17.8503 2.4L16.4303 3.83C18.4503 5.28 19.8203 7.6 19.9703 10.25Z", key: "zl9aqo" } ] ]); export { NotificationsActive as default }; //# sourceMappingURL=notifications_active.js.map