google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 743 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 AddAlert = createIcon("AddAlert", [
[
"path",
{
d: "M10.01 20.51C10.01 21.61 10.9 22.5 12 22.5C13.1 22.5 13.99 21.61 13.99 20.51H10.01ZM18.88 16.32V10.5C18.88 7.25 16.63 4.53 13.59 3.81V3.09C13.59 2.21 12.88 1.5 12 1.5C11.12 1.5 10.41 2.21 10.41 3.09V3.81C7.37 4.53 5.12 7.25 5.12 10.5V16.32L3 18.44V19.5H21V18.44L18.88 16.32ZM16 12.51H13V15.51H11V12.51H8V10.5H11V7.5H13V10.5H16V12.51Z",
key: "1jlrqm"
}
]
]);
export { AddAlert as default };
//# sourceMappingURL=add_alert.js.map