UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.49 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialCognitionW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "CognitionW100", short_name: "Cognition", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M489 672q51 0 88.5-33t37.5-81q0-40-25-68.5T527 461q-31 0-54 20t-23 49.333Q450 543 455 556q5 13 16 23 6 6 12 5.5t10-4.5q4-4 5-9t-4-10q-5-5-10.5-14t-5.5-17q0-14 12.5-27t36.5-13q24 0 42 18.5t18 50.5q0 34-27 59.5T490 644q-48 0-83-38t-35-96q0-25.218 8.5-49.109Q389 437 406 417q4-5 5-11t-4-11q-5-5-11-4.5t-10 5.5q-20 23-31.5 52.091T343 509q0 67 42 115t104 48ZM292 780q-57-52-88.5-115.5T172 535.277q0-128.032 89.833-217.655Q351.667 228 480 228q103 0 187.5 63.5T777 455l38.316 151.92Q819 621 810 632.5q-9 11.5-24 11.5h-78v140q0 24.75-17.625 42.375T648 844H548v66q0 5.95-4.035 9.975-4.035 4.025-10 4.025T524 919.975q-4-4.025-4-9.975v-63.505q0-13.495 8.625-21.995Q537.25 816 550 816h98q14 0 23-9t9-23V646q0-12.75 8.625-21.375T710 616h78l-38-155q-23-92-99-148.5T480 256q-116 0-198 81.291Q200 418.583 200 535q0 59.744 24.5 113.513 24.5 53.769 69.5 95.59L320 768v142q0 5.95-4.035 9.975-4.035 4.025-10 4.025T296 919.975q-4-4.025-4-9.975V780Zm202-190Z" })); }); IconMaterialCognitionW100.displayName = 'AmauiIconMaterialCognitionW100'; export default IconMaterialCognitionW100;