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 IconMaterialEcgFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EcgFilled", short_name: "Ecg", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M80-520v-200q0-33 23.5-56.5T160-800h640q33 0 56.5 23.5T880-720v205q0 18-14.5 29t-32.5 7q-6-1-11.5-1H810q-23 0-46 6t-44 17q-9-5-19-9t-21-7v-7q0-17-11.5-28.5T640-520h-95l-69-138q-5-10-15-15t-21-5q-11 0-21 5t-15 15L280-410l-44-88q-5-11-15-16.5t-21-5.5H80Zm80 360q-33 0-56.5-23.5T80-240v-200h95l69 138q5 11 15 16.5t21 5.5q11 0 21-5.5t15-16.5l124-248 44 88q5 9 12.5 14.5T514-440q-34 26-54 65t-20 85q0 25 4.5 44.5T458-208q9 17 .5 32.5T433-160H160Zm470-240q27 0 50 12t40 35q17-23 40-35t50-12q46 0 78 32t32 78q0 36-26 69.5T780-112l-34 30q-11 10-26 10t-26-10l-34-30q-88-75-114-108.5T520-290q0-46 32-78t78-32Z" })); }); IconMaterialEcgFilled.displayName = 'OnesyIconMaterialEcgFilled'; export default IconMaterialEcgFilled;