google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.49 kB
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: "M21.2903 13.9L18.0003 12L21.2903 10.1C21.7703 9.82 21.9303 9.21 21.6603 8.73L19.6603 5.27C19.3803 4.79 18.7703 4.63 18.2903 4.9L15.0003 6.8V3C15.0003 2.45 14.5503 2 14.0003 2H10.0003C9.4503 2 9.0003 2.45 9.0003 3V6.8L5.7103 4.9C5.2303 4.63 4.6203 4.79 4.3403 5.27L2.3403 8.73C2.0603 9.21 2.2303 9.82 2.7103 10.1L6.0003 12L2.7103 13.9C2.2303 14.18 2.0703 14.79 2.3403 15.27L4.3403 18.73C4.6203 19.21 5.2303 19.37 5.7103 19.1L9.0003 17.2V21C9.0003 21.55 9.4503 22 10.0003 22H14.0003C14.5503 22 15.0003 21.55 15.0003 21V17.2L18.2903 19.1C18.7703 19.38 19.3803 19.21 19.6603 18.73L21.6603 15.27C21.9403 14.79 21.7703 14.18 21.2903 13.9ZM18.4303 16.87L13.7503 14.17C13.4203 13.97 13.0003 14.21 13.0003 14.6V20H11.0003V14.6C11.0003 14.22 10.5803 13.97 10.2503 14.17L5.5703 16.87L4.5703 15.14L9.2503 12.44C9.5803 12.25 9.5803 11.77 9.2503 11.57L4.5703 8.87L5.5703 7.14L10.2503 9.84C10.5803 10.03 11.0003 9.79 11.0003 9.4V4H13.0003V9.4C13.0003 9.78 13.4203 10.03 13.7503 9.83L18.4303 7.13L19.4303 8.86L14.7503 11.56C14.4203 11.75 14.4203 12.23 14.7503 12.43L19.4303 15.13L18.4303 16.87Z",
key: "q5w5fp"
}
]
]);
export { Emergency as default };
//# sourceMappingURL=emergency.js.map