@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.32 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialMedicationLiquid = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "MedicationLiquid",
short_name: "MedicationLiquid",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M160-840h400q17 0 28.5 11.5T600-800q0 17-11.5 28.5T560-760H160q-17 0-28.5-11.5T120-800q0-17 11.5-28.5T160-840Zm140 480v40q0 25 17.5 42.5T360-260q25 0 42.5-17.5T420-320v-40h40q25 0 42.5-17.5T520-420q0-25-17.5-42.5T460-480h-40v-40q0-25-17.5-42.5T360-580q-25 0-42.5 17.5T300-520v40h-40q-25 0-42.5 17.5T200-420q0 25 17.5 42.5T260-360h40ZM160-120q-33 0-56.5-23.5T80-200v-440q0-33 23.5-56.5T160-720h400q33 0 56.5 23.5T640-640v440q0 33-23.5 56.5T560-120H160Zm0-80h400v-440H160v440Zm600-210q-35-17-57.5-56.5T680-560q0-68 34.5-114t85.5-46q51 0 85.5 46T920-560q0 54-22.5 93.5T840-410v250q0 17-11.5 28.5T800-120q-17 0-28.5-11.5T760-160v-250Zm40-70q12 0 26-21.5t14-58.5q0-37-14-58.5T800-640q-12 0-26 21.5T760-560q0 37 14 58.5t26 21.5Zm-440 60Zm440-140Z"
}));
});
IconMaterialMedicationLiquid.displayName = 'OnesyIconMaterialMedicationLiquid';
export default IconMaterialMedicationLiquid;