/***************************************************************************
 * 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 Atomsiconstarget(props) {
  const { overrides, ...rest } = props;
  return (
    <Flex
      gap="10px"
      direction="row"
      alignItems="flex-start"
      position="relative"
      padding="5px 5px 5px 5px"
      {...rest}
      {...getOverrideProps(overrides, "Atomsiconstarget")}
    >
      <Icon
        width="30px"
        height="30px"
        viewBox={{ minX: 0, minY: 0, width: 30, height: 30 }}
        paths={[
          {
            d: "M26.1696 0.00452633C26.0319 0.0216453 25.8996 0.0820349 25.7967 0.175004L22.728 2.90193C22.586 3.03079 22.5026 3.22148 22.5042 3.41312L22.5042 6.53397L11.4543 17.5802L11.4545 17.5802C11.3213 17.7062 11.2448 17.8807 11.2419 18.0638C11.239 18.2471 11.3099 18.4238 11.4388 18.5541C11.5677 18.6846 11.7437 18.7574 11.9271 18.7566C12.1105 18.7557 12.2858 18.681 12.4135 18.5493L23.4634 7.5031L26.5961 7.5031C26.7894 7.50215 26.9806 7.41465 27.1074 7.26866L29.8353 4.20106C30.0053 4.00539 30.0488 3.71294 29.9418 3.47686C29.8348 3.24076 29.5831 3.07338 29.3239 3.07219L26.9372 3.07219L26.9372 0.686248C26.9405 0.299167 26.5542 -0.0439179 26.1699 0.00459343L26.1696 0.00452633ZM11.934 6.13996C5.34291 6.13996 0 11.4813 0 18.07C0 24.6586 5.34315 30 11.934 30C18.5251 30 23.868 24.6586 23.868 18.07C23.868 15.2644 22.8896 12.6934 21.2682 10.6563L18.5936 13.33C19.5507 14.6691 20.1172 16.303 20.1172 18.07C20.1172 22.58 16.4454 26.2506 11.9339 26.2506C7.42241 26.2506 3.75057 22.58 3.75057 18.07C3.75057 13.5601 7.42241 9.88946 11.9339 9.88946C13.696 9.88946 15.3277 10.4506 16.6648 11.4021L19.3394 8.72847C17.3034 7.11336 14.735 6.14021 11.9342 6.14021L11.934 6.13996ZM11.934 11.2528C8.1597 11.2528 5.11458 14.2969 5.11458 18.07C5.11458 21.843 8.1597 24.8871 11.934 24.8871C15.7083 24.8871 18.7535 21.843 18.7535 18.07C18.7535 16.674 18.3403 15.3782 17.6239 14.2993L14.8321 17.0902C14.936 17.3981 15.0026 17.7272 15.0026 18.0703C15.0026 19.7646 13.6286 21.1379 11.934 21.1379C10.2391 21.1379 8.86538 19.7644 8.86538 18.0703C8.86538 16.376 10.2394 15.0027 11.934 15.0027C12.2722 15.0027 12.5993 15.0614 12.9037 15.1625L15.6848 12.3823C14.6083 11.6723 13.324 11.2531 11.934 11.2531L11.934 11.2528Z",
            fill: "rgba(104,104,104,1)",
            fillRule: "nonzero",
          },
        ]}
        shrink="0"
        position="relative"
        {...getOverrideProps(overrides, "Vector")}
      ></Icon>
    </Flex>
  );
}
