google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 767 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 NotificationImportant = createIcon("NotificationImportant", [
[
"path",
{
d: "M18 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.67 6 10.75V15.75L4 17.75V18.75H20V17.75L18 15.75ZM13 15.75H11V13.75H13V15.75ZM13 11.75H11V7.75H13V11.75ZM12 21.75C13.1 21.75 14 20.85 14 19.75H10C10 20.85 10.89 21.75 12 21.75Z",
key: "xvx3lp"
}
]
]);
export { NotificationImportant as default };
//# sourceMappingURL=notification_important.js.map