google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 590 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 Emergency = createIcon("Emergency", [
[
"path",
{
d: "M20.79 9.23L18.79 5.77L14 8.54V3H9.99996V8.54L5.20996 5.77L3.20996 9.23L7.99996 12L3.20996 14.77L5.20996 18.23L9.99996 15.46V21H14V15.46L18.79 18.23L20.79 14.77L16 12L20.79 9.23Z",
key: "lehz3"
}
]
]);
export { Emergency as default };
//# sourceMappingURL=emergency.js.map