@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.63 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 IconMaterialSpo2W100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Spo2W100', short_name: 'Spo2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M510-212q-11 0-19.5-8.5T482-240v-152q0-11 8.5-19.5T510-420h92q11 0 19.5 8.5T630-392v152q0 11-8.5 19.5T602-212h-92Zm0-28h92v-152h-92v152ZM826-96H718q-11.9 0-19.95-8.05Q690-112.1 690-124v-62q0-11.9 8.05-19.95Q706.1-214 718-214h94v-62H704q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h108q11.9 0 19.95 8.05Q840-287.9 840-276v62q0 11.9-8.05 19.95Q823.9-186 812-186h-94v62h108q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4ZM400-801q5 0 10.47 2 5.48 2 10.53 6 29 27 58.17 55.85 29.16 28.85 56 60.5Q562-645 586-612q24 33 43 68 3 5 .98 10.62-2.02 5.63-7 7.5-4.98 1.88-9.98.38t-8-6.5q-18-33-42-65.5T512-661q-27-31-56-59.5T400-774Q281-665 220.5-573T160-408q0 95 56 165t153 81q6 1 10 5.5t2 9.5q-2.33 7.13-8.17 10.06Q367-134 360-135q-103-14-165.5-92T132-408q0-54 25.5-108t63-104.5Q258-671 301-715t79.08-77.68Q385-797 390-799t10-2Zm-14 393Z" }) })));
});
IconMaterialSpo2W100.displayName = 'OnesyIconMaterialSpo2W100';
exports.default = IconMaterialSpo2W100;
;