UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 765 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialTornadoW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "TornadoW100", short_name: "Tornado", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M234-788h492q35 0 52 30t0 60L532-273q-17 30-52 30t-52-30L182-698q-17-30 0-60t52-30Zm-27 76 57 98h432l57-98q9-16 .5-32T726-760H234q-19 0-27.5 16t.5 32Zm73 126 99 172h202l99-172H280Zm115 200 57 98q9 16 28 16t28-16l57-98H395Z" })); }); IconMaterialTornadoW100.displayName = 'OnesyIconMaterialTornadoW100'; export default IconMaterialTornadoW100;