UNPKG

275 BJavaScriptView Raw
1import * as React from 'react';
2import createSvgIcon from '../../utils/createSvgIcon';
3/**
4 * @ignore - internal component.
5 */
6
7export default createSvgIcon( /*#__PURE__*/React.createElement("path", {
8 d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z"
9}), 'Warning');
\No newline at end of file