google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 548 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 Tornado = createIcon("Tornado", [
[
"path",
{
d: "M23 2.5H1L12 21.5L23 2.5ZM19.53 4.5L17.79 7.5H6.21L4.47 4.5H19.53ZM10.26 14.5H13.74L12 17.51L10.26 14.5ZM14.9 12.5H9.1L7.36 9.5H16.63L14.9 12.5Z",
key: "k0wmq"
}
]
]);
export { Tornado as default };
//# sourceMappingURL=tornado.js.map