google-material-icons
Version:
A google material icon library package for React applications
18 lines (14 loc) • 582 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.5Z", key: "139sou" }],
["path", { d: "M13 16.5H11V18.5H13V16.5Z", key: "1j2b1n" }],
["path", { d: "M13 10.5H11V15.5H13V10.5Z", key: "1rlppe" }]
]);
export { WarningAmber as default };
//# sourceMappingURL=warning_amber.js.map