google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 534 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 WarningAmber = createIcon("WarningAmber", [
[
"path",
{
d: "M12 6.49L19.53 19.5H4.47L12 6.49ZM12 2.5L1 21.5H23L12 2.5ZM13 16.5H11V18.5H13V16.5ZM13 10.5H11V14.5H13V10.5Z",
key: "f47gkq"
}
]
]);
export { WarningAmber as default };
//# sourceMappingURL=warning_amber.js.map