UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.12 kB
/** * @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 EmergencyShare = createIcon("EmergencyShare", [ [ "path", { d: "M12.0002 9C8.85021 9 6.00022 11.41 6.00022 15.15C6.00022 17.64 8.00022 20.59 12.0002 24C16.0002 20.59 18.0002 17.64 18.0002 15.15C18.0002 11.41 15.1502 9 12.0002 9ZM12.0002 16.5C11.1702 16.5 10.5002 15.83 10.5002 15C10.5002 14.17 11.1702 13.5 12.0002 13.5C12.8302 13.5 13.5002 14.17 13.5002 15C13.5002 15.83 12.8302 16.5 12.0002 16.5ZM12.0002 4C13.9302 4 15.6802 4.78 16.9502 6.05L15.5402 7.46C14.6302 6.56 13.3802 6 12.0002 6C10.6202 6 9.37021 6.56 8.46022 7.46L7.05022 6.05C8.32022 4.78 10.0702 4 12.0002 4ZM19.7802 3.23L18.3702 4.64C16.7402 3.01 14.4902 2 12.0102 2C9.53022 2 7.27022 3.01 5.64021 4.63L4.22021 3.22C6.22021 1.23 8.97022 0 12.0102 0C15.0502 0 17.7902 1.23 19.7802 3.23Z", key: "m8pyd9" } ] ]); export { EmergencyShare as default }; //# sourceMappingURL=emergency_share.js.map