@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.06 kB
JavaScript
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 IconMaterialEcgW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EcgW100', short_name: 'Ecg', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-480ZM192-748h576q26 0 43 17t17 43v194q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-194q0-12-10-22t-22-10H192q-12 0-22 10t-10 22v80q0 5.95-4.04 9.97-4.03 4.03-10 4.03-5.96 0-9.96-4.03-4-4.02-4-9.97v-80q0-26 17-43t43-17Zm0 536q-26 0-43-17t-17-43v-80q0-5.95 4.04-9.98 4.03-4.02 10-4.02 5.96 0 9.96 4.02 4 4.03 4 9.98v80q0 12 10 22t22 10h233q5.95 0 9.98 4.04 4.02 4.03 4.02 10 0 5.96-4.02 9.96-4.03 4-9.98 4H192Zm362-74.89q0-32.36 22.11-55.74Q598.22-366 630-366q15.67 0 29.84 7Q674-352 690-338l30 27 28-26q16-14 31-21.5t31-7.5q31.09 0 53.55 23.37Q886-319.25 886-286.89q0 25.89-23 52.39T758-137l-19 16q-5 4-9.75 5.5t-9.5 1.5q-4.75 0-9.88-1.56-5.13-1.55-9.87-5.44l-19-16q-82-71-104.5-97.5T554-286.89ZM720-142l32-27q67-57 86.5-78.5T858-287q0-20.4-14.4-35.7Q829.2-338 810-338q-11.81 0-21.4 4.5Q779-329 768-318l-48 46-49-46q-11-11-20.75-15.5T630-338q-20 0-34 15.3T582-287q0 17.43 22 41.72Q626-221 690-167l30 25ZM280-306q-5 0-8-1.5t-5-5.5l-76-153h-45q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h54q3.77 0 7.03 2.18 3.26 2.18 4.97 5.82l68 135 147-295q1.81-3 5.43-4.5 3.61-1.5 7.59-1.5t7.18 1.5q3.2 1.5 4.8 4.5l76 152h112q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H520q-5 0-8-1.5t-5-5.5l-68-135-147 295q-2 4-5.17 5.5-3.16 1.5-6.83 1.5Zm440 66Z" }) })));
});
IconMaterialEcgW100.displayName = 'OnesyIconMaterialEcgW100';
exports.default = IconMaterialEcgW100;
;