/***************************************************************************
 * 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 } from "@aws-amplify/ui-react";
export default function Atomsiconsexams(props) {
  const { overrides, ...rest } = props;
  return (
    <Flex
      gap="10px"
      direction="row"
      alignItems="flex-start"
      position="relative"
      padding="4px 6px 4px 6px"
      {...rest}
      {...getOverrideProps(overrides, "Atomsiconsexams")}
    >
      <Flex
        padding="0px 0px 0px 0px"
        width="12px"
        height="16px"
        shrink="0"
        position="relative"
        {...getOverrideProps(overrides, "Group")}
      >
        <Icon
          width="12px"
          height="16px"
          viewBox={{ minX: 0, minY: 0, width: 12, height: 16 }}
          paths={[
            {
              d: "M0 0L12 0L12 16L0 16L0 0ZM2.23686 2.09485C2.67279 2.09485 3.02622 2.45919 3.02622 2.90841C3.02622 3.35763 2.67279 3.72197 2.23686 3.72197C1.80069 3.72197 1.44738 3.35763 1.44738 2.90841C1.44738 2.45919 1.80081 2.09485 2.23686 2.09485ZM4.13166 2.44759L10.5529 2.44759L10.5529 3.36935L4.13166 3.36935L4.13166 2.44759ZM2.23686 5.48922C2.67279 5.48922 3.02622 5.85355 3.02622 6.30277C3.02622 6.752 2.67279 7.11633 2.23686 7.11633C1.80069 7.11633 1.44738 6.752 1.44738 6.30277C1.44738 5.85355 1.80081 5.48922 2.23686 5.48922ZM4.13166 5.84171L10.5529 5.84171L10.5529 6.76371L4.13166 6.76371L4.13166 5.84171ZM2.23686 8.88358C2.67279 8.88358 3.02622 9.24791 3.02622 9.69713C3.02622 10.1464 2.67279 10.5107 2.23686 10.5107C1.80069 10.5107 1.44738 10.1464 1.44738 9.69713C1.44738 9.24791 1.80081 8.88358 2.23686 8.88358ZM4.13166 9.23632L10.5529 9.23632L10.5529 10.1583L4.13166 10.1583L4.13166 9.23632ZM2.23686 12.2779C2.67279 12.2779 3.02622 12.6423 3.02622 13.0915C3.02622 13.5407 2.67279 13.9051 2.23686 13.9051C1.80069 13.9051 1.44738 13.5407 1.44738 13.0915C1.44738 12.6423 1.80081 12.2779 2.23686 12.2779ZM4.13166 12.6307L10.5529 12.6307L10.5529 13.5524L4.13166 13.5524L4.13166 12.6307Z",
              fill: "rgba(255,181,0,1)",
              fillRule: "evenodd",
            },
          ]}
          position="absolute"
          top="0%"
          bottom="0%"
          left="0%"
          right="0%"
          {...getOverrideProps(overrides, "Vector")}
        ></Icon>
      </Flex>
    </Flex>
  );
}
