UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.42 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialWaterPhW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "WaterPhW100", short_name: "WaterPh", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M400-801q5 0 10.13 2 5.13 2 9.87 6 36 33 76.5 74.5T573-631q36 46 62 96t32 101q1 6-3.04 10-4.03 4-10 4-5.96 0-9.94-4.02-3.98-4.03-5.02-9.98-5-33-21-69.5T575-581q-30-45-74-93T400-774Q281-665 220.5-573T160-408q0 94 56 164t152 82q8 1 11.5 5.5t2.5 9.5q-1 5-4.5 9.5T368-134q-106-12-171-90t-65-184q0-54.28 25-108.14t62.5-104.36q37.5-50.5 80.5-95t79.32-77.13q4.95-4.19 10.31-6.28Q395-801 400-801Zm0 334Zm202 259H490v62q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-172q0-9 7-15.5t16-6.5h117q12 0 20 9t8 21v74q0 12-8 20t-20 8Zm132-24v86q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-180q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v66h112v-66q0-6.07 3.95-10.03 3.96-3.97 10-3.97 6.05 0 10.05 3.97 4 3.96 4 10.03v180q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03v-86H734Zm-244-4h112v-74H490v74Z" })); }); IconMaterialWaterPhW100.displayName = 'OnesyIconMaterialWaterPhW100'; export default IconMaterialWaterPhW100;