@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.24 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 IconMaterialPodiatryFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PodiatryFilled', short_name: 'Podiatry', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m684-389 179-179 29 29q12 12 12 28t-12 28L769-360q-12 12-28.5 11.5T712-361l-28-28ZM40-266q0-24 13.5-44T90-339q21-8 40-19t38-25l58 58q5 7 13.5 6.5T254-325q5-5 5-13.5t-5-15.5l-55-55 15.5-15.5Q222-432 230-441l54 55q5 7 13.5 7t15.5-7q5-5 5-13.5t-5-15.5l-55-54q5-10 10.5-20.5T278-512l65 65q5 7 13.5 7t15.5-7q5-5 5-13t-5-15l-77-77 35-97q3-8 8-16t11-14l146-145q23-23 56.5-22.5T608-823l226 226-390 412q-11 12-26 18.5t-32 6.5H120q-33 0-56.5-23.5T40-240v-26Z" }) })));
});
IconMaterialPodiatryFilled.displayName = 'OnesyIconMaterialPodiatryFilled';
exports.default = IconMaterialPodiatryFilled;
;