UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.13 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMetabolism = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "Metabolism", short_name: "Metabolism", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M390-240v-140h-60v-144q0-23 31.5-39.5T440-580q47 0 78.5 16.5T550-524v144h-60v140H390Zm50-360q-26 0-43-17t-17-43q0-26 17-43t43-17q26 0 43 17t17 43q0 26-17 43t-43 17Zm0 480q-150 0-255-105T80-480q0-75 28.5-140.5t77-114q48.5-48.5 114-77T440-840q75 0 140.5 28.5t114 77q48.5 48.5 77 114T800-480v8l45-46q6-6 13-9t14.5-3q7.5 0 15 3t13.5 9q12 12 12 28.5T901-461L788-348q-12 12-28 12t-28-12L618-462q-12-12-11.5-28t12.5-28q12-11 28-11.5t28 11.5l45 45v-7q0-116-82-198t-198-82q-116 0-198 82t-82 198q1 116 82.5 198T440-200q47 0 88.5-14t76.5-40q14-10 30-10t27 11q12 12 12.5 29T661-196q-46 36-102 56t-119 20Z" })); }); IconMaterialMetabolism.displayName = 'OnesyIconMaterialMetabolism'; export default IconMaterialMetabolism;