@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.92 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 IconMaterialFloodW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'FloodW100', short_name: 'Flood', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M347-185q42.62 0 62.81-20 20.19-20 70.54-20 48.65 0 70.15 20 21.5 20 63.5 20 42.62 0 62.81-20Q697-225 747-225q38 0 53.5 11.5T839-193q6 2 10.5 7.36 4.5 5.35 4.5 12.64 0 6-4.5 9t-9.5 1q-25-8-42.96-21t-50.51-13Q705-197 684-177t-70 20q-49 0-70.5-20t-63.43-20Q437-197 417-177t-70 20q-50 0-70.1-20-20.09-20-62.52-20Q182-197 164-184t-43 21q-5 2-10-1.67-5-3.66-5-9.33 0-6.88 4.5-11.94T121-193q23-9 39-20.5t54-11.5q50 0 70.19 20 20.19 20 62.81 20Zm.16-101q-48.16 0-69.66-20T214-326q-31.16 0-50.08 13Q145-300 120-292q-5 2-9.5-1.67-4.5-3.66-4.5-9.33 0-6.88 4.5-11.94T121-322q23-9 39-20.5t54-11.5q21 0 39 5.5t50 24.5l-64-242-55 67q-4 5-9 6t-9.77-2.8q-5.13-3.8-5.68-9.5Q159-511 163-516l217-268q12-15 31-20t37 2l322 123q5.17 2.17 7.59 7.58 2.41 5.42.41 10.26-2 5.16-7.5 7.66t-10.5.5l-80-31 88 331q20 1 36.5 12t35.5 19q6 2 10 7.5t4 11q0 5.5-4.5 9T840-293q-24-8-42.5-20.5T746.62-326q-42.43 0-62.52 20-20.1 20-70.45 20-48.65 0-70.15-20-21.5-20-63.5-20-42.62 0-62.81 20-20.19 20-70.03 20Zm-.16-28q35 0 53.5-14.5T451-351l-40-146q-2-6.18 1.5-11.59T422-516l126-33q5.82-2 10.91 1t7.09 9l59 224q35-3 53-20t60-19l-91-342-231-88-155 191 73.73 277.91Q339-314 342-314h5Zm153-235Z" }) })));
});
IconMaterialFloodW100.displayName = 'OnesyIconMaterialFloodW100';
exports.default = IconMaterialFloodW100;
;