@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.36 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialPsychologyAltW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "PsychologyAltW100Filled",
short_name: "PsychologyAlt",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M306-132q-5.95 0-9.98-4.02Q292-140.05 292-146v-130q-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.03 9.98Q539.95-132 534-132H306Zm163.96-198q11.04 0 18.54-7.46 7.5-7.47 7.5-18.5 0-11.04-7.46-18.54-7.47-7.5-18.5-7.5-11.04 0-18.54 7.46-7.5 7.47-7.5 18.5 0 11.04 7.46 18.54 7.47 7.5 18.5 7.5Zm.94-104q5.1 0 9.1-3.5t6-9.5q3-13 11.5-26.5T521-504q27-30 37-47.5t10-36.5q0-37-26.5-61.5T473-674q-26.97 0-50.98 12.5Q398-649 383-626q-3 5-1 10t7 7q5 2 10 1t9-6q12-16 29.19-24.5 17.2-8.5 35.71-8.5 29.1 0 48.1 16.47 19 16.46 19 42.53 0 15.64-8.5 29.82T496-516q-16 17-25.5 34T458-448q-1 5 2.94 9.5t9.96 4.5Z"
}));
});
IconMaterialPsychologyAltW100Filled.displayName = 'OnesyIconMaterialPsychologyAltW100Filled';
export default IconMaterialPsychologyAltW100Filled;