From b33f1ac0a6ded14440144e8f4abca7ceb465e593 Mon Sep 17 00:00:00 2001 From: Francis Thibault Date: Tue, 2 Jul 2024 15:31:42 -0400 Subject: [PATCH] added files --- .../generated-icon-components/ConnectionsIcon.tsx | 12 ++++++++++++ .../generated-icon-components/GraduationHatIcon.tsx | 12 ++++++++++++ .../src/generated-icon-components/ImageIcon.tsx | 12 ++++++++++++ .../generated-icon-components/ScreenShareIcon.tsx | 12 ++++++++++++ .../AnniversaryRichIcon.tsx | 12 ++++++++++++ .../BirthdayRichIcon.tsx | 12 ++++++++++++ .../BrokenImageRichIcon.tsx | 12 ++++++++++++ .../DeletedUserRichIcon.tsx | 12 ++++++++++++ .../DepartmentRichIcon.tsx | 12 ++++++++++++ .../DirectoryRichIcon.tsx | 12 ++++++++++++ .../DiscountRichIcon.tsx | 12 ++++++++++++ .../generated-rich-icon-components/GroupRichIcon.tsx | 12 ++++++++++++ .../LocationRichIcon.tsx | 12 ++++++++++++ .../OpenRoleRichIcon.tsx | 12 ++++++++++++ .../StatusRichIcon.tsx | 12 ++++++++++++ .../WhosWhoRichIcon.tsx | 12 ++++++++++++ 16 files changed, 192 insertions(+) create mode 100644 packages/icons-react16/src/generated-icon-components/ConnectionsIcon.tsx create mode 100644 packages/icons-react16/src/generated-icon-components/GraduationHatIcon.tsx create mode 100644 packages/icons-react16/src/generated-icon-components/ImageIcon.tsx create mode 100644 packages/icons-react16/src/generated-icon-components/ScreenShareIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/AnniversaryRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/BirthdayRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/BrokenImageRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/DeletedUserRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/DepartmentRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/DirectoryRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/DiscountRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/GroupRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/LocationRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/OpenRoleRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/StatusRichIcon.tsx create mode 100644 packages/icons-react16/src/generated-rich-icon-components/WhosWhoRichIcon.tsx diff --git a/packages/icons-react16/src/generated-icon-components/ConnectionsIcon.tsx b/packages/icons-react16/src/generated-icon-components/ConnectionsIcon.tsx new file mode 100644 index 0000000..da07973 --- /dev/null +++ b/packages/icons-react16/src/generated-icon-components/ConnectionsIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createIcon } from "../createIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const ConnectionsIcon16 = forwardRef((props: SVGProps, ref: Ref) => ); +const ConnectionsIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const ConnectionsIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const ConnectionsIcon = createIcon(ConnectionsIcon16, ConnectionsIcon24, ConnectionsIcon32, "ConnectionsIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-icon-components/GraduationHatIcon.tsx b/packages/icons-react16/src/generated-icon-components/GraduationHatIcon.tsx new file mode 100644 index 0000000..00ec4be --- /dev/null +++ b/packages/icons-react16/src/generated-icon-components/GraduationHatIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createIcon } from "../createIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const GraduationHatIcon16 = forwardRef((props: SVGProps, ref: Ref) => ); +const GraduationHatIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const GraduationHatIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const GraduationHatIcon = createIcon(GraduationHatIcon16, GraduationHatIcon24, GraduationHatIcon32, "GraduationHatIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-icon-components/ImageIcon.tsx b/packages/icons-react16/src/generated-icon-components/ImageIcon.tsx new file mode 100644 index 0000000..e81732e --- /dev/null +++ b/packages/icons-react16/src/generated-icon-components/ImageIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createIcon } from "../createIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const ImageIcon16 = forwardRef((props: SVGProps, ref: Ref) => ); +const ImageIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const ImageIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const ImageIcon = createIcon(ImageIcon16, ImageIcon24, ImageIcon32, "ImageIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-icon-components/ScreenShareIcon.tsx b/packages/icons-react16/src/generated-icon-components/ScreenShareIcon.tsx new file mode 100644 index 0000000..423208e --- /dev/null +++ b/packages/icons-react16/src/generated-icon-components/ScreenShareIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createIcon } from "../createIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const ScreenShareIcon16 = forwardRef((props: SVGProps, ref: Ref) => ); +const ScreenShareIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const ScreenShareIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const ScreenShareIcon = createIcon(ScreenShareIcon16, ScreenShareIcon24, ScreenShareIcon32, "ScreenShareIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/AnniversaryRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/AnniversaryRichIcon.tsx new file mode 100644 index 0000000..374d089 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/AnniversaryRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const AnniversaryRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const AnniversaryRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const AnniversaryRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const AnniversaryRichIcon = createRichIcon(AnniversaryRichIcon24, AnniversaryRichIcon32, AnniversaryRichIcon40, "AnniversaryRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/BirthdayRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/BirthdayRichIcon.tsx new file mode 100644 index 0000000..13af4d8 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/BirthdayRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const BirthdayRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const BirthdayRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const BirthdayRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const BirthdayRichIcon = createRichIcon(BirthdayRichIcon24, BirthdayRichIcon32, BirthdayRichIcon40, "BirthdayRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/BrokenImageRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/BrokenImageRichIcon.tsx new file mode 100644 index 0000000..cef03e7 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/BrokenImageRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const BrokenImageRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const BrokenImageRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const BrokenImageRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const BrokenImageRichIcon = createRichIcon(BrokenImageRichIcon24, BrokenImageRichIcon32, BrokenImageRichIcon40, "BrokenImageRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/DeletedUserRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/DeletedUserRichIcon.tsx new file mode 100644 index 0000000..00818ac --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/DeletedUserRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const DeletedUserRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const DeletedUserRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const DeletedUserRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const DeletedUserRichIcon = createRichIcon(DeletedUserRichIcon24, DeletedUserRichIcon32, DeletedUserRichIcon40, "DeletedUserRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/DepartmentRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/DepartmentRichIcon.tsx new file mode 100644 index 0000000..d7f66c7 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/DepartmentRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const DepartmentRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const DepartmentRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const DepartmentRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const DepartmentRichIcon = createRichIcon(DepartmentRichIcon24, DepartmentRichIcon32, DepartmentRichIcon40, "DepartmentRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/DirectoryRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/DirectoryRichIcon.tsx new file mode 100644 index 0000000..1b96b75 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/DirectoryRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const DirectoryRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const DirectoryRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const DirectoryRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const DirectoryRichIcon = createRichIcon(DirectoryRichIcon24, DirectoryRichIcon32, DirectoryRichIcon40, "DirectoryRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/DiscountRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/DiscountRichIcon.tsx new file mode 100644 index 0000000..1050155 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/DiscountRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const DiscountRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const DiscountRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const DiscountRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const DiscountRichIcon = createRichIcon(DiscountRichIcon24, DiscountRichIcon32, DiscountRichIcon40, "DiscountRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/GroupRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/GroupRichIcon.tsx new file mode 100644 index 0000000..0197cc2 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/GroupRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const GroupRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const GroupRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const GroupRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const GroupRichIcon = createRichIcon(GroupRichIcon24, GroupRichIcon32, GroupRichIcon40, "GroupRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/LocationRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/LocationRichIcon.tsx new file mode 100644 index 0000000..bf17f14 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/LocationRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const LocationRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const LocationRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const LocationRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const LocationRichIcon = createRichIcon(LocationRichIcon24, LocationRichIcon32, LocationRichIcon40, "LocationRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/OpenRoleRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/OpenRoleRichIcon.tsx new file mode 100644 index 0000000..3f7e534 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/OpenRoleRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const OpenRoleRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const OpenRoleRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const OpenRoleRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const OpenRoleRichIcon = createRichIcon(OpenRoleRichIcon24, OpenRoleRichIcon32, OpenRoleRichIcon40, "OpenRoleRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/StatusRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/StatusRichIcon.tsx new file mode 100644 index 0000000..7710607 --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/StatusRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const StatusRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const StatusRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const StatusRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const StatusRichIcon = createRichIcon(StatusRichIcon24, StatusRichIcon32, StatusRichIcon40, "StatusRichIcon"); \ No newline at end of file diff --git a/packages/icons-react16/src/generated-rich-icon-components/WhosWhoRichIcon.tsx b/packages/icons-react16/src/generated-rich-icon-components/WhosWhoRichIcon.tsx new file mode 100644 index 0000000..7ee4fcf --- /dev/null +++ b/packages/icons-react16/src/generated-rich-icon-components/WhosWhoRichIcon.tsx @@ -0,0 +1,12 @@ +/** + * This file is generated by the generate-components script. Do not edit directly. + */ +/* eslint-disable */ +import { createRichIcon } from "../createRichIcon.tsx"; +import React, { forwardRef, type Ref, type SVGProps } from "react"; + +const WhosWhoRichIcon24 = forwardRef((props: SVGProps, ref: Ref) => ); +const WhosWhoRichIcon32 = forwardRef((props: SVGProps, ref: Ref) => ); +const WhosWhoRichIcon40 = forwardRef((props: SVGProps, ref: Ref) => ); + +export const WhosWhoRichIcon = createRichIcon(WhosWhoRichIcon24, WhosWhoRichIcon32, WhosWhoRichIcon40, "WhosWhoRichIcon"); \ No newline at end of file