/***************************************************************************
 * The contents of this file were generated with Amplify Studio.           *
 * Please refrain from making any modifications to this file.              *
 * Any changes to this file will be overwritten when running amplify pull. *
 **************************************************************************/

/* eslint-disable */
import React from "react";
import { getOverrideProps } from "@aws-amplify/ui-react/internal";
import { Flex, Icon, Text, View } from "@aws-amplify/ui-react";
import Atomsiconsstar from "./Atomsiconsstar";
export default function Organismscardreview1(props) {
  const { overrides, ...rest } = props;
  return (
    <Flex
      gap="10px"
      direction="column"
      justifyContent="center"
      overflow="hidden"
      position="relative"
      border="1px SOLID rgba(227,227,227,1)"
      borderRadius="8px"
      padding="11px 5px 11px 5px"
      backgroundColor="rgba(255,255,255,1)"
      {...rest}
      {...getOverrideProps(overrides, "Organismscardreview1")}
    >
      <View
        width="228px"
        height="108px"
        shrink="0"
        position="relative"
        padding="0px 0px 0px 0px"
        {...getOverrideProps(overrides, "Frame 21")}
      >
        <View
          padding="0px 0px 0px 0px"
          width="220px"
          height="62px"
          position="absolute"
          top="0px"
          left="0px"
          {...getOverrideProps(overrides, "Group 3742")}
        >
          <Icon
            width="60px"
            height="60px"
            viewBox={{ minX: 0, minY: 0, width: 60, height: 60 }}
            paths={[
              {
                d: "M60 30C60 46.5685 46.5685 60 30 60C13.4315 60 0 46.5685 0 30C0 13.4315 13.4315 0 30 0C46.5685 0 60 13.4315 60 30Z",
                fillRule: "nonzero",
              },
            ]}
            position="absolute"
            top="2px"
            left="0px"
            {...getOverrideProps(overrides, "Ellipse 274")}
          ></Icon>
          <View
            padding="0px 0px 0px 0px"
            width="136px"
            height="40px"
            position="absolute"
            top="0px"
            left="84px"
            {...getOverrideProps(overrides, "Group 3741")}
          >
            <Text
              fontFamily="Roboto"
              fontSize="16px"
              fontWeight="400"
              color="rgba(23,23,23,1)"
              lineHeight="24px"
              textAlign="left"
              display="flex"
              direction="column"
              justifyContent="flex-start"
              width="136px"
              position="absolute"
              top="0px"
              left="0px"
              padding="0px 0px 0px 0px"
              whiteSpace="pre-wrap"
              children="Anvitha Sharma"
              {...getOverrideProps(overrides, "Anvitha Sharma")}
            ></Text>
            <Text
              fontFamily="Roboto"
              fontSize="12px"
              fontWeight="400"
              color="rgba(137,137,137,1)"
              lineHeight="16px"
              textAlign="left"
              display="flex"
              direction="column"
              justifyContent="flex-start"
              width="136px"
              position="absolute"
              top="24px"
              left="0px"
              padding="0px 0px 0px 0px"
              whiteSpace="pre-wrap"
              children="Student"
              {...getOverrideProps(overrides, "Student")}
            ></Text>
          </View>
        </View>
        <Text
          fontFamily="Roboto"
          fontSize="12px"
          fontWeight="400"
          color="rgba(96,96,96,1)"
          lineHeight="16px"
          textAlign="left"
          display="flex"
          direction="column"
          justifyContent="flex-start"
          width="228px"
          position="absolute"
          top="76px"
          left="0px"
          padding="0px 0px 0px 0px"
          whiteSpace="pre-wrap"
          children="JD Lee was the 2016 recipient of the American Chemical Society's Grady Stack "
          {...getOverrideProps(
            overrides,
            "JD Lee was the 2016 recipient of the American Chemical Society's Grady Stack"
          )}
        ></Text>
        <View
          padding="0px 0px 0px 0px"
          width="45px"
          height="24px"
          position="absolute"
          top="40px"
          left="84px"
          {...getOverrideProps(overrides, "Group 46")}
        >
          <Atomsiconsstar
            display="flex"
            gap="10px"
            position="absolute"
            top="0px"
            left="21px"
            direction="column"
            overflow="hidden"
            padding="6px 6px 6px 6px"
            {...getOverrideProps(overrides, "atoms/icons/star")}
          ></Atomsiconsstar>
          <Text
            fontFamily="Roboto"
            fontSize="12px"
            fontWeight="400"
            color="rgba(137,137,137,1)"
            lineHeight="16px"
            textAlign="left"
            display="flex"
            direction="column"
            justifyContent="flex-start"
            position="absolute"
            top="4px"
            left="0px"
            padding="0px 0px 0px 0px"
            whiteSpace="pre-wrap"
            children="4.5"
            {...getOverrideProps(overrides, "4.5")}
          ></Text>
        </View>
      </View>
    </Flex>
  );
}
