google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 719 B
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 NotificationAdd = createIcon("NotificationAdd", [
[
"path",
{
d: "M8 20H12C12 21.1 11.1 22 10 22C8.9 22 8 21.1 8 20ZM12 9C12 11.61 13.67 13.83 16 14.66V17H18V19H2V17H4V10C4 7.21 5.91 4.86 8.5 4.2V3.5C8.5 2.67 9.17 2 10 2C10.83 2 11.5 2.67 11.5 3.5V4.2C12.21 4.38 12.86 4.69 13.45 5.1C12.54 6.14 12 7.51 12 9ZM22 8H19V5H17V8H14V10H17V13H19V10H22V8Z",
key: "1g291f"
}
]
]);
export { NotificationAdd as default };
//# sourceMappingURL=notification_add.js.map