/***************************************************************************
 * 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 Atomsiconsbooksread(props) {
  const { overrides, ...rest } = props;
  return (
    <Flex
      gap="10px"
      direction="row"
      alignItems="flex-start"
      position="relative"
      padding="8px 8px 8px 8px"
      {...rest}
      {...getOverrideProps(overrides, "Atomsiconsbooksread")}
    >
      <Icon
        width="24px"
        height="24px"
        viewBox={{ minX: 0, minY: 0, width: 24, height: 24 }}
        paths={[
          {
            d: "M12 0C18.6377 0 24 5.36229 24 12C24 18.6377 18.6377 24 12 24C5.36229 24 0 18.6377 0 12C0 5.36229 5.36229 0 12 0ZM18.5721 6.801L8.95929 15.1714L5.49339 11.215C5.06833 10.7245 3.85847 11.7708 4.28353 12.2613C5.72224 13.8963 7.12817 15.531 8.56689 17.1333C8.73045 17.3295 9.0246 17.3622 9.2208 17.1988L19.6839 8.07623C20.2071 7.61851 19.0953 6.34317 18.5722 6.80106L18.5721 6.801Z",
            fill: "rgba(104,104,104,1)",
            fillRule: "nonzero",
          },
        ]}
        shrink="0"
        position="relative"
        {...getOverrideProps(overrides, "Vector")}
      ></Icon>
    </Flex>
  );
}
