@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.57 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 IconMaterialEndocrinologyW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EndocrinologyW100', short_name: 'Endocrinology', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M413-280q22 0 37.5-15.5T466-333q0-49-30.5-86.5T360-482v149q0 22 15.5 37.5T413-280Zm134 0q22 0 37.5-15.5T600-333v-149q-45 25-75.5 62.5T494-333q0 22 15.5 37.5T547-280Zm-331-46v-370q-27-23-50-51.5T125-808q-3-5-1-10.5t7-7.5q6-2 12 .5t9 8.5q51 88 138 140.5T480-624q102 0 188.5-51.5T806-814q4-7 10-11t13-1q5 2 6.5 8t-1.5 11q-18 32-40.5 60T744-696v370q0 42 20 77.5t54 57.5q5 3 7 9t0 12q-2 5-7 7t-10-1q-42-25-67-68t-25-94v-348q-51 37-111 57.5T480-596q-65 0-125-20.5T244-674v348q0 51-25 94t-68 68q-5 3-10 1t-7-7q-2-6 0-12t7-9q34-22 54.5-57.5T216-326Zm197 74q-34 0-57.5-23.5T332-333v-170q0-8 6-12.5t14-1.5l8 3q42 16 72.5 46.5T480-399q16-38 47-67t73-48l8-3q8-3 14 1.5t6 12.5v170q0 34-23.5 57.5T547-252q-21 0-38.5-9.5T480-287q-11 16-28.5 25.5T413-252Zm134-81Zm-134 0Z" }) })));
});
IconMaterialEndocrinologyW100.displayName = 'OnesyIconMaterialEndocrinologyW100';
exports.default = IconMaterialEndocrinologyW100;
;