google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 786 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 Hail = createIcon("Hail", [
[
"path",
{
d: "M12.5 6C11.4 6 10.5 5.1 10.5 4C10.5 2.9 11.4 2 12.5 2C13.6 2 14.5 2.9 14.5 4C14.5 5.1 13.6 6 12.5 6ZM17.5 2H19.5V2.4C19.4 4.6 18.7 6.3 17.2 7.5C16.7 7.9 16.1 8.2 15.5 8.4V22H13.5V16H11.5V22H9.5V10.1C9.2 10.2 9 10.3 8.9 10.4C8 11.1 7.51 12 7.5 13.5V14H5.5V13.5C5.5 11.5 6.21 9.91 7.61 8.71C8.71 7.81 10.5 7 12.5 7C14.5 7 15.18 6.54 15.98 5.94C16.98 5.14 17.5 4 17.5 2.5V2ZM4.5 16H7.5V22H4.5V16Z",
key: "1ok4e1"
}
]
]);
export { Hail as default };
//# sourceMappingURL=hail.js.map