UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 952 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEcgHeartFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EcgHeartFilled", short_name: "EcgHeart", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M645 216q100 0 167.5 74T880 466q0 18-2 35.5t-7 34.5H621l-68-102q-5-8-14-13t-19-5q-13 0-23.5 8T482 444l-54 162-35-52q-5-8-14-13t-19-5H89q-5-17-7-34.5T80 467q0-103 67-177t167-74q48 0 90.5 19t75.5 53q32-34 74.5-53t90.5-19ZM480 936q-18 0-34.5-6.5T416 910L148 641q-6-6-11-12t-10-13h211l68 102q5 8 14 13t19 5q13 0 24-8t15-20l54-162 34 52q6 8 15 13t19 5h232l-10 12-10 12-269 270q-13 13-29 19.5t-34 6.5Z" })); }); IconMaterialEcgHeartFilled.displayName = 'AmauiIconMaterialEcgHeartFilled'; export default IconMaterialEcgHeartFilled;