google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.32 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 Storm = createIcon("Storm", [
[
"path",
{
d: "M18.9321 8C16.7221 4.18 11.8221 2.87 8.00209 5.07C6.59209 5.89 5.52209 7.07 4.84209 8.44C4.71209 6.24 5.06209 4.04 5.86209 2H3.74209C2.20209 6.49 2.52209 11.58 5.07209 16C6.17209 17.91 7.95209 19.19 9.93209 19.72C11.9121 20.25 14.0921 20.03 16.0021 18.93C17.4121 18.11 18.4821 16.93 19.1621 15.56C19.2921 17.76 18.9521 19.96 18.1521 22H20.2621C21.7921 17.51 21.4821 12.42 18.9321 8ZM15.0021 17.2C12.1321 18.85 8.46209 17.87 6.80209 15C6.69209 14.8 6.59209 14.6 6.50209 14.4C5.30209 11.64 6.33209 8.34 9.00209 6.8C11.8621 5.15 15.5421 6.13 17.2021 9C17.3121 9.2 17.4121 9.4 17.5021 9.6C18.7021 12.36 17.6721 15.66 15.0021 17.2ZM12.0021 10C13.1021 10 14.0021 10.9 14.0021 12C14.0021 13.1 13.1021 14 12.0021 14C10.9021 14 10.0021 13.1 10.0021 12C10.0021 10.9 10.9021 10 12.0021 10ZM12.0021 8C9.79209 8 8.00209 9.79 8.00209 12C8.00209 14.21 9.79209 16 12.0021 16C14.2121 16 16.0021 14.21 16.0021 12C16.0021 9.79 14.2121 8 12.0021 8Z",
key: "1n6tlw"
}
]
]);
export { Storm as default };
//# sourceMappingURL=storm.js.map