google-material-icons
Version:
A google material icon library package for React applications
18 lines (14 loc) • 565 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: "M20.11 7.5L23 2.5H1L3.89 7.5H20.11Z", key: "1je35x" }],
["path", { d: "M7.95 14.5L12 21.5L16.05 14.5H7.95Z", key: "1wk6xh" }],
["path", { d: "M18.95 9.5H5.05L6.79 12.5H17.21L18.95 9.5Z", key: "q78aq0" }]
]);
export { Tornado as default };
//# sourceMappingURL=tornado.js.map