/***************************************************************************
 * 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 Atomsiconsstar(props) {
  const { overrides, ...rest } = props;
  return (
    <Flex
      gap="10px"
      direction="column"
      overflow="hidden"
      position="relative"
      padding="6px 6px 6px 6px"
      {...rest}
      {...getOverrideProps(overrides, "Atomsiconsstar")}
    >
      <Icon
        width="12px"
        height="12px"
        viewBox={{ minX: 0, minY: 0, width: 12, height: 12 }}
        paths={[
          {
            d: "M6 0L6.45261 -0.212467C6.37024 -0.387948 6.19385 -0.5 6 -0.5C5.80615 -0.5 5.62976 -0.387948 5.54739 -0.212467L6 0ZM7.854 3.94953L7.40139 4.16199C7.47217 4.31278 7.6134 4.41842 7.77804 4.44372L7.854 3.94953ZM12 4.58675L12.3578 4.93606C12.4886 4.802 12.5336 4.60602 12.4742 4.42832C12.4149 4.25062 12.2611 4.12102 12.076 4.09255L12 4.58675ZM9 7.65931L8.64225 7.31C8.53134 7.42359 8.48096 7.58311 8.50652 7.7398L9 7.65931ZM9.708 12L9.46604 12.4376C9.63361 12.5302 9.83939 12.519 9.99594 12.4088C10.1525 12.2985 10.2323 12.1085 10.2015 11.9195L9.708 12ZM6 9.94953L6.24196 9.51197C6.0914 9.42871 5.9086 9.42871 5.75804 9.51197L6 9.94953ZM2.292 12L1.79852 11.9195C1.7677 12.1085 1.84751 12.2985 2.00406 12.4088C2.16061 12.519 2.36639 12.5302 2.53396 12.4376L2.292 12ZM3 7.65931L3.49348 7.7398C3.51904 7.58311 3.46866 7.42359 3.35775 7.31L3 7.65931ZM0 4.58675L-0.0759562 4.09255C-0.261138 4.12102 -0.414869 4.25062 -0.474235 4.42832C-0.533602 4.60602 -0.488641 4.802 -0.357752 4.93606L0 4.58675ZM4.146 3.94953L4.22196 4.44372C4.3866 4.41842 4.52783 4.31278 4.59861 4.16199L4.146 3.94953ZM5.54739 0.212467L7.40139 4.16199L8.30661 3.73706L6.45261 -0.212467L5.54739 0.212467ZM7.77804 4.44372L11.924 5.08095L12.076 4.09255L7.92996 3.45533L7.77804 4.44372ZM11.6422 4.23745L8.64225 7.31L9.35775 8.00861L12.3578 4.93606L11.6422 4.23745ZM8.50652 7.7398L9.21452 12.0805L10.2015 11.9195L9.49348 7.57882L8.50652 7.7398ZM9.94996 11.5624L6.24196 9.51197L5.75804 10.3871L9.46604 12.4376L9.94996 11.5624ZM5.75804 9.51197L2.05004 11.5624L2.53396 12.4376L6.24196 10.3871L5.75804 9.51197ZM2.78548 12.0805L3.49348 7.7398L2.50652 7.57882L1.79852 11.9195L2.78548 12.0805ZM3.35775 7.31L0.357752 4.23745L-0.357752 4.93606L2.64225 8.00861L3.35775 7.31ZM0.0759562 5.08095L4.22196 4.44372L4.07004 3.45533L-0.0759562 4.09255L0.0759562 5.08095ZM4.59861 4.16199L6.45261 0.212467L5.54739 -0.212467L3.69339 3.73706L4.59861 4.16199Z",
            stroke: "rgba(0,0,0,1)",
            fillRule: "nonzero",
            strokeLinejoin: "round",
            strokeWidth: 1,
          },
        ]}
        shrink="0"
        position="relative"
        {...getOverrideProps(overrides, "Vector")}
      ></Icon>
    </Flex>
  );
}
