UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 863 B
/** * @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 ContactEmergency = createIcon("ContactEmergency", [ [ "path", { d: "M22 3H2C0.9 3 0 3.9 0 5V19C0 20.1 0.9 21 2 21H22C23.1 21 23.99 20.1 23.99 19L24 5C24 3.9 23.1 3 22 3ZM9 8C10.65 8 12 9.35 12 11C12 12.65 10.65 14 9 14C7.35 14 6 12.65 6 11C6 9.35 7.35 8 9 8ZM2.08 19C3.46 16.61 6.04 15 9 15C11.96 15 14.54 16.61 15.92 19H2.08ZM20.97 9.85L20.22 11.15L18.75 10.3V12H17.25V10.3L15.78 11.15L15.03 9.85L16.5 9L15.03 8.15L15.78 6.85L17.25 7.7V6H18.75V7.7L20.22 6.85L20.97 8.15L19.5 9L20.97 9.85Z", key: "1hjoec" } ] ]); export { ContactEmergency as default }; //# sourceMappingURL=contact_emergency.js.map