UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.21 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 IconMaterialPhysicalTherapyFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PhysicalTherapyFilled', short_name: 'PhysicalTherapy', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M585-83q10 4 19.5 2.5T622-87q8-5 13-13.5t5-19.5v-120q0-17-11.5-28.5T600-280H375q-23 0-37.5 14T320-234q-3 18 5.5 35t30.5 25l229 91Zm184-437q29 0 50 19.5t21 48.5q0 23-13 42t-35 27l-72 23H375q-57 0-96 39t-39 96q0 18 5 34.5t13 30.5h-98q-17 0-28.5-11.5T120-200v-120q0-83 58.5-141.5T320-520h449ZM400-880q66 0 113 47t47 113q0 66-47 113t-113 47q-66 0-113-47t-47-113q0-66 47-113t113-47Z" }) }))); }); IconMaterialPhysicalTherapyFilled.displayName = 'OnesyIconMaterialPhysicalTherapyFilled'; exports.default = IconMaterialPhysicalTherapyFilled;