google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 480 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 Warning = createIcon("Warning", [
[
"path",
{
d: "M1 21.5H23L12 2.5L1 21.5ZM13 18.5H11V16.5H13V18.5ZM13 14.5H11V10.5H13V14.5Z",
key: "f696mu"
}
]
]);
export { Warning as default };
//# sourceMappingURL=warning.js.map