UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.35 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 IconMaterialPodiatryW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PodiatryW100', short_name: 'Podiatry', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m692-382 139-139 9 9q5 5 5 11t-5 11L723-373q-5 5-11 5t-11-5l-9-9Zm-561 83q0-14 8-25.5t22-17.5q29-13 56-28t52-35l30 30q5 7 12.5 6.5T326-376q5-5 5.5-13t-4.5-14l-29-29q5-5 10.5-9.5T319-451l28 28q5 7 12.5 6t14.5-8q5-5 5-13t-5-15l-36-36q5-5 9-11t7-13l39 39q5 7 13 7t14-6q5-5 4.5-13t-5.5-15l-51-50 35-63q2-5 5.5-8.5l7.5-7.5 141-124q9-8 21-7.5t20 8.5l190 190-321 322q-8 8-19.5 13t-23.5 5H161q-13 0-21.5-8.5T131-253v-46Zm307 48 310-312-310 312Zm-279 0h279l310-312-171-171-146 128-27 50 36 37q13 15 13.5 34.5T440-451l-94 94q-14 14-33 16t-32-12l-15-15q-25 19-52 32.5T159-310v59Z" }) }))); }); IconMaterialPodiatryW100.displayName = 'OnesyIconMaterialPodiatryW100'; exports.default = IconMaterialPodiatryW100;