UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 734 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 NotificationAdd = createIcon("NotificationAdd", [ [ "path", { d: "M14 14V17H6V10C6 7.79 7.79 6 10 6C10.85 6 11.64 6.26 12.28 6.72L13.71 5.29C13.07 4.78 12.32 4.41 11.5 4.2V3.5C11.5 2.67 10.83 2 10 2C9.17 2 8.5 2.67 8.5 3.5V4.2C5.91 4.86 4 7.21 4 10V17H2V19H18V17H16V14H14ZM10 22C11.1 22 12 21.1 12 20H8C8 21.1 8.9 22 10 22ZM22 8H19V5H17V8H14V10H17V13H19V10H22V8Z", key: "1wttlt" } ] ]); export { NotificationAdd as default }; //# sourceMappingURL=notification_add.js.map