UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.54 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialEcgW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "EcgW100", short_name: "Ecg", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480 576ZM132 462v-94.118Q132 342 149 325q17-17 43-17h576q26 0 43 17t17 43v208h-28V368q0-12-10-22t-22-10H192q-12 0-22 10t-10 22v94h-28Zm60 382q-26 0-43-17t-17-42.882V690h28v94q0 12 10 22t22 10h247v28H192Zm528 108-39-33q-82-71-104.5-97.5T554 769.11q0-32.363 22.109-55.737Q598.218 690 630 690q15.671 0 29.836 7Q674 704 690 718l30 27 28-26q16-14 31-21.5t31-7.5q31.091 0 53.545 23.373Q886 736.747 886 769.11q0 25.89-23 52.39T758 919l-38 33Zm0-38 32-27q67-57 86.5-78.5T858 769q0-20.4-14.4-35.7Q829.2 718 810 718q-11.81 0-21.405 4.5T768 738l-48 46-49-46q-11-11-20.75-15.5T630 718q-20 0-34 15.3T582 769q0 17.434 22 41.717Q626 835 690 889l30 25ZM280 750q-5 0-8-1.5t-5-5.5l-76-153h-45q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h54q3.771 0 7.029 2.182 3.257 2.182 4.971 5.818l68 135 147-295q1.809-3 5.426-4.5t7.595-1.5q3.979 0 7.179 1.5t4.8 4.5l76 152h112q5.95 0 9.975 4.035 4.025 4.035 4.025 10T649.975 586q-4.025 4-9.975 4H520q-5 0-8-1.5t-5-5.5l-68-135-147 295q-2 4-5.167 5.5-3.166 1.5-6.833 1.5Zm440 66Z" })); }); IconMaterialEcgW100.displayName = 'AmauiIconMaterialEcgW100'; export default IconMaterialEcgW100;