/***************************************************************************
 * 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 Atomsiconsbookmark(props) {
  const { overrides, ...rest } = props;
  return (
    <Flex
      gap="10px"
      direction="row"
      justifyContent="center"
      alignItems="center"
      overflow="hidden"
      position="relative"
      padding="4px 6px 4px 6px"
      {...rest}
      {...getOverrideProps(overrides, "Atomsiconsbookmark")}
    >
      <Icon
        width="12px"
        height="16px"
        viewBox={{ minX: 0, minY: 0, width: 12, height: 16 }}
        paths={[
          {
            d: "M12 16L11.4048 16.8036C11.7083 17.0284 12.1126 17.063 12.4499 16.8931C12.7872 16.7232 13 16.3777 13 16L12 16ZM6 11.5556L6.59523 10.752C6.24163 10.4901 5.75837 10.4901 5.40477 10.752L6 11.5556ZM0 16L-1 16C-1 16.3777 -0.787195 16.7232 -0.449874 16.8931C-0.112552 17.063 0.291724 17.0284 0.595228 16.8036L0 16ZM1.71429 0L1.71429 -1L1.71429 0ZM10.2857 0L10.2857 -1L10.2857 0ZM12.5952 15.1964L6.59523 10.752L5.40477 12.3591L11.4048 16.8036L12.5952 15.1964ZM5.40477 10.752L-0.595228 15.1964L0.595228 16.8036L6.59523 12.3591L5.40477 10.752ZM1 16L1 1.77778L-1 1.77778L-1 16L1 16ZM1 1.77778C1 1.56 1.08376 1.35814 1.22195 1.21483L-0.217742 -0.173437C-0.72254 0.350058 -1 1.05256 -1 1.77778L1 1.77778ZM1.22195 1.21483C1.35894 1.07277 1.53682 1 1.71429 1L1.71429 -1C0.982435 -1 0.288249 -0.698167 -0.217742 -0.173437L1.22195 1.21483ZM1.71429 1L10.2857 1L10.2857 -1L1.71429 -1L1.71429 1ZM10.2857 1C10.4632 1 10.6411 1.07277 10.7781 1.21483L12.2177 -0.173437C11.7118 -0.698167 11.0176 -1 10.2857 -1L10.2857 1ZM10.7781 1.21483C10.9162 1.35814 11 1.56 11 1.77778L13 1.77778C13 1.05256 12.7225 0.350057 12.2177 -0.173437L10.7781 1.21483ZM11 1.77778L11 16L13 16L13 1.77778L11 1.77778Z",
            stroke: "rgba(104,104,104,1)",
            fillRule: "nonzero",
            strokeLinejoin: "round",
            strokeWidth: 2,
          },
        ]}
        shrink="0"
        position="relative"
        {...getOverrideProps(overrides, "Vector")}
      ></Icon>
    </Flex>
  );
}
