@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 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 IconMaterialPodiatryW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PodiatryW100Filled', 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 120-106q18-16 41.5-15t40.5 18l170 170-321 322q-8 8-19.5 13t-23.5 5H191q-25 0-42.5-17.5T131-283v-16Z" }) })));
});
IconMaterialPodiatryW100Filled.displayName = 'OnesyIconMaterialPodiatryW100Filled';
exports.default = IconMaterialPodiatryW100Filled;
;