@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.7 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 IconMaterialCognitionW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'CognitionW100', short_name: 'Cognition', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M489-384q51 0 88.5-33t37.5-81q0-40-25-68.5T527-595q-31 0-54 20t-23 49.33q0 12.67 5 25.67 5 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-412q-48 0-83-38t-35-96q0-25.22 8.5-49.11T406-639q4-5 5-11t-4-11q-5-5-11-4.5t-10 5.5q-20 23-31.5 52.09Q343-578.82 343-547q0 67 42 115t104 48ZM292-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" }) })));
});
IconMaterialCognitionW100.displayName = 'OnesyIconMaterialCognitionW100';
exports.default = IconMaterialCognitionW100;
;