UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.36 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialEcgFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EcgFilled', short_name: 'Ecg', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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'; exports.default = IconMaterialEcgFilled;