@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.34 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialMonitorWeightLossW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "MonitorWeightLossW100Filled",
short_name: "MonitorWeightLoss",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M640-186q-5.95 0-9.97-4.04-4.03-4.03-4.03-10 0-5.96 4.03-9.96 4.02-4 9.97-4h240q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H640ZM480.24-500Q522-500 551-529.24q29-29.23 29-71Q580-642 550.76-671q-29.23-29-71-29Q438-700 409-670.76q-29 29.23-29 71Q380-558 409.24-529q29.23 29 71 29ZM420-580q-8 0-14-6t-6-14q0-8 6-14t14-6q8 0 14 6t6 14q0 8-6 14t-14 6Zm60 0q-8 0-14-6t-6-14q0-8 6-14t14-6q8 0 14 6t6 14q0 8-6 14t-14 6Zm60 0q-8 0-14-6t-6-14q0-8 6-14t14-6q8 0 14 6t6 14q0 8-6 14t-14 6ZM232-172q-24.75 0-42.37-17.63Q172-207.25 172-232v-496q0-24.75 17.63-42.38Q207.25-788 232-788h496q24.75 0 42.38 17.62Q788-752.75 788-728v296q-7-1-14-1.5t-14-.5q-97.5 0-165.75 68.25T526-200q0 7 .5 14t1.5 14H232Z"
}));
});
IconMaterialMonitorWeightLossW100Filled.displayName = 'OnesyIconMaterialMonitorWeightLossW100Filled';
export default IconMaterialMonitorWeightLossW100Filled;