@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 2.07 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 IconMaterialPsychologyW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'PsychologyW100', short_name: 'Psychology', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "m461-415 1 19q0 6 4.34 10t10.66 4h6q6.32 0 10.66-4t4.34-10l1-19q18-3 34.5-11.5T561-449l15 8q5 3 10.83 1.55 5.84-1.46 9.17-6.55l3-5q3-5 1.83-10.53-1.16-5.52-5.83-9.47l-15-11q8-19 8-38t-8-38l15-11q4.67-3.95 5.83-9.47Q602-584 599-589l-3-5q-3.33-5.09-9.17-6.55Q581-602 576-599l-15 8q-11-14-27.5-22.5T499-625l-1-19q0-6-4.34-10T483-658h-6q-6.32 0-10.66 4T462-644l-1 19q-18 3-34.5 11.5T399-591l-15-8q-5-3-10.83-1.55-5.84 1.46-9.17 6.55l-3 5q-3 5-1.83 10.53 1.16 5.52 5.83 9.47l15 11q-8 19-8 38t8 38l-15 11q-4.67 3.95-5.83 9.47Q358-456 361-451l3 5q3.33 5.09 9.17 6.55Q379-438 384-441l15-8q11 14 27.5 22.5T461-415Zm18.94-26Q447-441 424-464.06t-23-56Q401-553 424.06-576t56-23Q513-599 536-575.94t23 56Q559-487 535.94-464t-56 23ZM292-276q-57-52-88.5-115.5T172-520.72q0-128.04 89.83-217.66Q351.67-828 480-828q103 0 187.5 63.5T777-601l38.32 151.92Q819-435 810-423.5q-9 11.5-24 11.5h-78v140q0 24.75-17.62 42.37Q672.75-212 648-212H548v66q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-63.51q0-13.49 8.63-21.99 8.62-8.5 21.37-8.5h98q14 0 23-9t9-23v-138q0-12.75 8.63-21.38Q697.25-440 710-440h78l-38-155q-23-92-99-148.5T480-800q-116 0-198 81.29T200-521q0 59.74 24.5 113.51T294-311.9l26 23.9v142q0 5.95-4.04 9.98-4.03 4.02-10 4.02-5.96 0-9.96-4.02-4-4.03-4-9.98v-130Zm202-190Z" }) })));
});
IconMaterialPsychologyW100.displayName = 'OnesyIconMaterialPsychologyW100';
exports.default = IconMaterialPsychologyW100;
;