@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 968 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialEcgHeartW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "EcgHeartW100Filled",
short_name: "EcgHeart",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M655-792q72 0 122.5 56T828-600q0 20-3.5 40T813-520H621l-68-102q-5-8-14-13t-19-5q-13 0-23.5 8T482-612l-54 162-35-52q-5-8-14-13t-19-5H147q-8-19-11.5-39t-3.5-40q0-81 50-137t122-56q39 0 75.5 16t65.5 47l35 37 33-35q30-32 67-48.5t75-16.5ZM480-171q-7 0-14.5-3t-12.5-9L205-432l-4-4-4-4h141l68 102q5 8 14 13t19 5q13 0 24-8t15-20l54-162 34 52q6 8 15 13t19 5h163l-4 4-4 4-249 249q-6 6-12.5 9t-13.5 3Z"
}));
});
IconMaterialEcgHeartW100Filled.displayName = 'OnesyIconMaterialEcgHeartW100Filled';
export default IconMaterialEcgHeartW100Filled;