UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.2 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 IconMaterialEcgHeartW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EcgHeartW100Filled', short_name: 'EcgHeart', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("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'; exports.default = IconMaterialEcgHeartW100Filled;