google-material-icons
Version:
A google material icon library package for React applications
36 lines (32 loc) • 882 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 Thunderstorm = createIcon("Thunderstorm", [
[
"path",
{
d: "M17.92 6.02C17.45 3.18 14.97 1 12 1C9.82 1 7.83 2.18 6.78 4.06C4.09 4.41 2 6.74 2 9.5C2 12.53 4.47 15 7.5 15H17.5C19.98 15 22 12.98 22 10.5C22 8.16 20.21 6.23 17.92 6.02Z",
key: "km3zqu"
}
],
[
"path",
{
d: "M14.8 16L11.9 19.32L13.9 20.32L11.55 23H14.2L17.1 19.68L15.1 18.68L17.45 16H14.8Z",
key: "1k8jjt"
}
],
[
"path",
{
d: "M8.8 16L5.9 19.32L7.9 20.32L5.55 23H8.2L11.1 19.68L9.1 18.68L11.45 16H8.8Z",
key: "18iivq"
}
]
]);
export { Thunderstorm as default };
//# sourceMappingURL=thunderstorm.js.map