UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.94 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWaterLux = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WaterLux", short_name: "WaterLux", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M348-120q-59 0-78.5-20T214-160q-14 0-27 5t-48 25q-20 11-39.5-.5T80-165q0-11 5.5-20.5T101-200q48-26 66.5-33t46.5-7q57 0 76.5 20t55.5 20q38 0 56.5-20t77.5-20q57 0 77 20t55 20q38 0 56.5-20t77.5-20q28 0 47 7t66 33q10 5 15.5 14.5T880-165q0 23-20 34.5t-40 .5q-35-20-47.5-25t-26.5-5q-36 0-54.5 20T614-120q-57 0-77.5-20T480-160q-38 0-55.5 20T348-120ZM240-800q0 17-11.5 28.5T200-760h-40q-17 0-28.5-11.5T120-800q0-17 11.5-28.5T160-840h40q17 0 28.5 11.5T240-800Zm61 147q12 12 12 28.5T301-596l-28 28q-11 11-27.5 11T217-568q-12-12-12-28.5t12-28.5l28-28q11-11 27.5-11t28.5 11Zm179 13q-69 0-123-42t-71-108q-5-16 3.5-30t25.5-19q16-5 30 3.5t19 25.5q11 40 42.5 65t73.5 25q42 0 74-25t42-65q5-16 19-24.5t30-3.5q16 5 24.5 18.5T673-790q-17 66-70.5 108T480-640Zm0-200Zm0 240q17 0 28.5 11.5T520-560v40q0 17-11.5 28.5T480-480q-17 0-28.5-11.5T440-520v-40q0-17 11.5-28.5T480-600Zm179-52q11-11 28-11t28 11l28 28q12 12 12.5 28T744-568q-12 12-28.5 12T687-568l-28-28q-11-12-11.5-28t11.5-28Zm181-148q0 17-11.5 28.5T800-760h-40q-17 0-28.5-11.5T720-800q0-17 11.5-28.5T760-840h40q17 0 28.5 11.5T840-800ZM348-280q-59 0-78.5-20T214-320q-14 0-27 5t-48 25q-20 11-39.5-.5T80-325q0-11 5.5-20.5T101-360q48-26 66.5-33t46.5-7q57 0 76.5 20t55.5 20q38 0 56.5-20t77.5-20q57 0 77 20t55 20q38 0 56.5-20t77.5-20q28 0 47 7t66 33q10 5 15.5 14.5T880-325q0 23-20 34.5t-40 .5q-35-20-47.5-25t-26.5-5q-36 0-54.5 20T614-280q-57 0-77.5-20T480-320q-38 0-55.5 20T348-280Z" })); }); IconMaterialWaterLux.displayName = 'OnesyIconMaterialWaterLux'; export default IconMaterialWaterLux;