/***************************************************************************
 * 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 { Icon } from "@aws-amplify/ui-react";
export default function Atomsiconsnotification(props) {
  const { overrides, ...rest } = props;
  return (
    <Icon
      width="24px"
      height="24px"
      overflow="hidden"
      position="relative"
      padding="0px 0px 0px 0px"
      viewBox={{ minX: 0, minY: 0, width: 24, height: 24 }}
      paths={[
        {
          d: "M7.58648 19.5C8.68648 19.5 9.58648 18.6 9.58648 17.5L5.58648 17.5C5.58648 18.6 6.47648 19.5 7.58648 19.5ZM13.5865 13.5L13.5865 8.5C13.5865 5.43 11.9465 2.86 9.08648 2.18L9.08648 1.5C9.08648 0.67 8.41648 0 7.58648 0C6.75648 0 6.08648 0.67 6.08648 1.5L6.08648 2.18C3.21648 2.86 1.58648 5.42 1.58648 8.5L1.58648 13.5L0.296477 14.79C-0.333523 15.42 0.106477 16.5 0.996477 16.5L14.1665 16.5C15.0565 16.5 15.5065 15.42 14.8765 14.79L13.5865 13.5Z",
          fill: "rgba(255,255,255,1)",
          fillRule: "nonzero",
          style: { transform: "translate(18.39%, 10.42%)" },
        },
      ]}
      {...rest}
      {...getOverrideProps(overrides, "Atomsiconsnotification")}
    ></Icon>
  );
}
