/***************************************************************************
 * 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 Atomsiconsothers(props) {
  const { overrides, ...rest } = props;
  return (
    <Flex
      gap="10px"
      direction="column"
      position="relative"
      padding="5px 4px 5px 4px"
      {...rest}
      {...getOverrideProps(overrides, "Atomsiconsothers")}
    >
      <Flex
        padding="0px 0px 0px 0px"
        width="16px"
        height="14px"
        shrink="0"
        position="relative"
        {...getOverrideProps(overrides, "Group")}
      >
        <Icon
          width="16px"
          height="14px"
          viewBox={{ minX: 0, minY: 0, width: 16, height: 14 }}
          paths={[
            {
              d: "M10.7249 7.63736C10.2452 7.63736 9.85438 8.0234 9.85438 8.49678C9.85438 8.96682 10.2469 9.35284 10.7249 9.35284C11.2045 9.35284 11.5988 8.9686 11.5988 8.49678C11.5988 8.0216 11.2081 7.63736 10.7249 7.63736ZM8.00006 7.63736C7.52041 7.63736 7.12785 8.0234 7.12785 8.49678C7.12785 8.96682 7.52041 9.35284 8.00006 9.35284C8.47972 9.35284 8.87227 8.9686 8.87227 8.49678C8.87227 8.0216 8.48155 7.63736 8.00006 7.63736ZM5.27357 7.63736C4.79391 7.63736 4.40136 8.0234 4.40136 8.49678C4.40136 8.96682 4.7956 9.35284 5.27357 9.35284C5.75322 9.35284 6.14578 8.9686 6.14578 8.49678C6.14578 8.0216 5.75677 7.63736 5.27357 7.63736ZM15.9999 11.998C15.9999 13.0976 15.0841 14 13.9659 14L2.03402 14C0.915883 14 0 13.0976 0 11.998L0 3.56464L15.9998 3.56464L15.9999 11.998ZM0.000124533 2.99179L0.000124533 2.00028C0.000124533 0.900686 0.915883 0 2.03415 0L13.966 0C15.0824 0 16 0.900564 16 2.00028L16 2.99179L0.000124533 2.99179ZM2.04462 1.20941C1.72361 1.20941 1.46372 1.46668 1.46372 1.78235C1.46372 2.09801 1.72364 2.3536 2.04462 2.3536C2.36562 2.3536 2.62551 2.098 2.62551 1.78235C2.62551 1.4667 2.36559 1.20941 2.04462 1.20941Z",
              fill: "rgba(255,181,0,1)",
              fillRule: "nonzero",
            },
          ]}
          position="absolute"
          top="0%"
          bottom="0%"
          left="0%"
          right="0%"
          {...getOverrideProps(overrides, "Vector")}
        ></Icon>
      </Flex>
    </Flex>
  );
}
