@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.17 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 IconMaterialVitalsW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'VitalsW100Filled', short_name: 'Vitals', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M9.55 17.725q-.2 0-.362-.125-.163-.125-.238-.325l-2-4.925H2.7q-.15 0-.25-.1t-.1-.25q0-.15.1-.25t.25-.1h4.225q.225 0 .413.137.187.138.287.338L9.55 16.9l4.3-10.2q.075-.2.238-.325.162-.125.362-.125.2 0 .362.125.163.125.238.325l2.05 4.95h4.25q.15 0 .25.1t.1.25q0 .15-.1.25t-.25.1H17.1q-.225 0-.4-.138-.175-.137-.275-.337l-1.975-4.8-4.3 10.2q-.075.2-.237.325-.163.125-.363.125Z" }) })));
});
IconMaterialVitalsW100Filled.displayName = 'OnesyIconMaterialVitalsW100Filled';
exports.default = IconMaterialVitalsW100Filled;
;