UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.38 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 IconMaterialPhysicalTherapyW100Filled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PhysicalTherapyW100Filled', short_name: 'PhysicalTherapy', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M566-212q8 3 16 2.5t14-5.5q6-5 10-12t4-15.36v-91.23q0-12.92-8.62-21.67Q592.75-364 580-364H365q-14.22 0-23.18 8.83-8.97 8.82-10.82 20.17-2 11 3 22.5t19 16.5l213 84Zm183-288q15.93 0 27.46 10.9Q788-478.21 788-462q0 14-7.85 23.91-7.86 9.92-21.15 14.09l-121 32H365q-26 0-44.5 18.5T302-329q0 21 14.5 37.5T352-267l58 23H202q-12.75 0-21.37-8.63Q172-261.25 172-274v-78q0-62 43-105t105-43h429ZM400-776q44.55 0 76.27 31.72Q508-712.55 508-668t-31.73 76.28Q444.55-560 400-560t-76.27-31.72Q292-623.45 292-668t31.73-76.28Q355.45-776 400-776Z" }) }))); }); IconMaterialPhysicalTherapyW100Filled.displayName = 'OnesyIconMaterialPhysicalTherapyW100Filled'; exports.default = IconMaterialPhysicalTherapyW100Filled;