@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialTornadoW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'TornadoW100', short_name: 'Tornado', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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';
exports.default = IconMaterialTornadoW100;
;