@sorocraft/ui 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/dist/components/Avatar/Avatar.d.ts +17 -0
  2. package/dist/components/Avatar/index.d.ts +1 -0
  3. package/dist/components/Button/Button.d.ts +16 -0
  4. package/dist/components/Button/index.d.ts +2 -0
  5. package/dist/components/DropDown/DropDown.d.ts +12 -0
  6. package/dist/components/DropDown/DropDown.types.d.ts +3 -0
  7. package/dist/components/DropDown/index.d.ts +1 -0
  8. package/dist/components/IconButton/IconButton.d.ts +14 -0
  9. package/dist/components/IconButton/index.d.ts +1 -0
  10. package/dist/components/Input/Input.d.ts +43 -0
  11. package/dist/components/Input/Input.types.d.ts +19 -0
  12. package/dist/components/Input/index.d.ts +1 -0
  13. package/dist/components/Link/Link.d.ts +12 -0
  14. package/dist/components/Link/index.d.ts +1 -0
  15. package/dist/components/ListItem/ListItem.d.ts +13 -0
  16. package/dist/components/ListItem/index.d.ts +1 -0
  17. package/dist/components/LoadingItem/LoadingItem.d.ts +9 -0
  18. package/dist/components/LoadingItem/index.d.ts +1 -0
  19. package/dist/components/Portal/PortalAround.d.ts +17 -0
  20. package/dist/components/Portal/index.d.ts +1 -0
  21. package/dist/components/SVGIcon/SVGIcon.d.ts +10 -0
  22. package/dist/components/SVGIcon/SVGIcon.types.d.ts +9 -0
  23. package/dist/components/SVGIcon/index.d.ts +2 -0
  24. package/dist/icons/AlertCircle.d.ts +3 -0
  25. package/dist/icons/AlignLeft.d.ts +3 -0
  26. package/dist/icons/Award.d.ts +3 -0
  27. package/dist/icons/BarChart.d.ts +3 -0
  28. package/dist/icons/Bell.d.ts +3 -0
  29. package/dist/icons/Bookmark.d.ts +3 -0
  30. package/dist/icons/Branch.d.ts +3 -0
  31. package/dist/icons/Calendar.d.ts +3 -0
  32. package/dist/icons/CalendarPlus.d.ts +3 -0
  33. package/dist/icons/Camera.d.ts +3 -0
  34. package/dist/icons/Check.d.ts +3 -0
  35. package/dist/icons/ChevronDown.d.ts +3 -0
  36. package/dist/icons/ChevronLeft.d.ts +3 -0
  37. package/dist/icons/ChevronRight.d.ts +3 -0
  38. package/dist/icons/ChevronUp.d.ts +3 -0
  39. package/dist/icons/Circle.d.ts +3 -0
  40. package/dist/icons/Close.d.ts +3 -0
  41. package/dist/icons/CloudLightning.d.ts +3 -0
  42. package/dist/icons/Columns.d.ts +3 -0
  43. package/dist/icons/ColumnsThree.d.ts +3 -0
  44. package/dist/icons/CornerDownLeft.d.ts +3 -0
  45. package/dist/icons/Dataflow.d.ts +3 -0
  46. package/dist/icons/DotsDrag.d.ts +3 -0
  47. package/dist/icons/DotsGrid.d.ts +3 -0
  48. package/dist/icons/DotsHorizontal.d.ts +3 -0
  49. package/dist/icons/DotsVertical.d.ts +3 -0
  50. package/dist/icons/Download.d.ts +3 -0
  51. package/dist/icons/Edit.d.ts +3 -0
  52. package/dist/icons/Eye.d.ts +3 -0
  53. package/dist/icons/EyeOff.d.ts +3 -0
  54. package/dist/icons/Facebook.d.ts +3 -0
  55. package/dist/icons/File.d.ts +3 -0
  56. package/dist/icons/Folder.d.ts +3 -0
  57. package/dist/icons/FolderPlus.d.ts +3 -0
  58. package/dist/icons/Grid.d.ts +3 -0
  59. package/dist/icons/Home.d.ts +3 -0
  60. package/dist/icons/HourglassHalf.d.ts +3 -0
  61. package/dist/icons/Image.d.ts +3 -0
  62. package/dist/icons/Instagram.d.ts +3 -0
  63. package/dist/icons/Link.d.ts +3 -0
  64. package/dist/icons/LinkHorizontal.d.ts +3 -0
  65. package/dist/icons/Linkedin.d.ts +3 -0
  66. package/dist/icons/Lock.d.ts +3 -0
  67. package/dist/icons/LogOut.d.ts +3 -0
  68. package/dist/icons/Mail.d.ts +3 -0
  69. package/dist/icons/MarkerPin.d.ts +3 -0
  70. package/dist/icons/Menu.d.ts +3 -0
  71. package/dist/icons/MessageChatCircle.d.ts +3 -0
  72. package/dist/icons/MessageCircle.d.ts +3 -0
  73. package/dist/icons/MessageTextCircle.d.ts +3 -0
  74. package/dist/icons/NoImage.d.ts +3 -0
  75. package/dist/icons/Paperclip.d.ts +3 -0
  76. package/dist/icons/Plus.d.ts +3 -0
  77. package/dist/icons/Refresh.d.ts +3 -0
  78. package/dist/icons/Save.d.ts +3 -0
  79. package/dist/icons/Search.d.ts +3 -0
  80. package/dist/icons/Send.d.ts +3 -0
  81. package/dist/icons/Shield.d.ts +3 -0
  82. package/dist/icons/Target.d.ts +3 -0
  83. package/dist/icons/ThumbsUp.d.ts +3 -0
  84. package/dist/icons/Trash.d.ts +3 -0
  85. package/dist/icons/UploadCloud.d.ts +3 -0
  86. package/dist/icons/User.d.ts +3 -0
  87. package/dist/icons/UserCheck.d.ts +3 -0
  88. package/dist/icons/UserCircle.d.ts +3 -0
  89. package/dist/icons/UserPlus.d.ts +3 -0
  90. package/dist/icons/UserX.d.ts +3 -0
  91. package/dist/icons/Users.d.ts +3 -0
  92. package/dist/icons/Xcom.d.ts +3 -0
  93. package/dist/icons/Youtube.d.ts +3 -0
  94. package/dist/icons/index.d.ts +70 -0
  95. package/dist/icons/index.esm.js +2 -0
  96. package/dist/icons/index.esm.js.map +1 -0
  97. package/dist/icons/index.js +2 -0
  98. package/dist/icons/index.js.map +1 -0
  99. package/dist/index.d.ts +16 -0
  100. package/dist/index.esm.js +2 -0
  101. package/dist/index.esm.js.map +1 -0
  102. package/dist/index.js +2 -0
  103. package/dist/index.js.map +1 -0
  104. package/dist/models/ui.d.ts +22 -0
  105. package/dist/styles/scss/animations.scss +30 -0
  106. package/dist/styles/scss/colors.scss +131 -0
  107. package/dist/styles/scss/functions/toRem.scss +12 -0
  108. package/dist/styles/scss/mixins.scss +180 -0
  109. package/dist/styles/scss/utils.scss +1 -0
  110. package/dist/styles/scss/variables.scss +208 -0
  111. package/dist/styles/ui.css +2 -0
  112. package/dist/styles/ui.css.map +1 -0
  113. package/dist/utils/common.d.ts +1 -0
  114. package/dist/utils/icon.d.ts +2 -0
  115. package/dist/utils/styling.d.ts +2 -0
  116. package/dist/utils/styling.types.d.ts +6 -0
  117. package/dist/utils/view.d.ts +1 -0
  118. package/package.json +64 -0
@@ -0,0 +1,17 @@
1
+ import { MouseEventHandler } from "react";
2
+ import { SIZE } from "src/models/ui";
3
+ import { IconType } from "../SVGIcon";
4
+ interface Props {
5
+ source?: string | null;
6
+ alt?: string;
7
+ size?: SIZE;
8
+ onClick?: MouseEventHandler<HTMLDivElement> | undefined;
9
+ className?: string;
10
+ isEditable?: boolean;
11
+ overlayIcon?: IconType | null;
12
+ inline?: boolean;
13
+ overlayText?: string;
14
+ isLoading?: boolean;
15
+ }
16
+ declare const Avatar: ({ source, alt, size, onClick, className, isEditable, overlayIcon, inline, isLoading, overlayText, }: Props) => import("react/jsx-runtime").JSX.Element;
17
+ export default Avatar;
@@ -0,0 +1 @@
1
+ export { default } from './Avatar';
@@ -0,0 +1,16 @@
1
+ import { UIElementType } from "src/models/ui";
2
+ import { IconType } from "../SVGIcon";
3
+ interface Props {
4
+ type?: UIElementType;
5
+ onClick: (e?: any) => void;
6
+ label: string;
7
+ icon?: IconType;
8
+ fullWidth?: boolean;
9
+ isLoading?: boolean;
10
+ disabled?: boolean;
11
+ className?: string;
12
+ needConfirm?: boolean;
13
+ size?: "standard" | "small" | "xsmall";
14
+ }
15
+ declare const Button: ({ type, onClick, label, icon, fullWidth, isLoading, disabled, className, needConfirm, size, }: Props) => import("react/jsx-runtime").JSX.Element;
16
+ export default Button;
@@ -0,0 +1,2 @@
1
+ export { default } from './Button';
2
+ export * from './Button';
@@ -0,0 +1,12 @@
1
+ import { ReactNode, RefObject } from "react";
2
+ import { UIElementType } from "src/models/ui";
3
+ import { CloseDropdownRef } from "./DropDown.types";
4
+ interface Props {
5
+ action: ReactNode;
6
+ menu: ReactNode;
7
+ type?: UIElementType;
8
+ closeRef?: RefObject<CloseDropdownRef>;
9
+ actionSize?: "medium" | "small" | "xsmall" | "large";
10
+ }
11
+ declare const DropDown: ({ action, menu, type, closeRef, actionSize, }: Props) => import("react/jsx-runtime").JSX.Element;
12
+ export default DropDown;
@@ -0,0 +1,3 @@
1
+ export interface CloseDropdownRef {
2
+ close?: () => void;
3
+ }
@@ -0,0 +1 @@
1
+ export { default } from './DropDown';
@@ -0,0 +1,14 @@
1
+ import { SIZE, UIElementType } from "src/models/ui";
2
+ import { IconType } from "../SVGIcon";
3
+ interface Props {
4
+ icon: IconType;
5
+ onClick: () => void;
6
+ type?: UIElementType;
7
+ needConfirm?: boolean;
8
+ noPadding?: boolean;
9
+ isLoading?: boolean;
10
+ size?: SIZE;
11
+ confirmPosition?: "top" | "bottom";
12
+ }
13
+ declare const IconButton: ({ icon, onClick, type, needConfirm, noPadding, isLoading, size, confirmPosition, }: Props) => import("react/jsx-runtime").JSX.Element;
14
+ export default IconButton;
@@ -0,0 +1 @@
1
+ export { default } from './IconButton';
@@ -0,0 +1,43 @@
1
+ import { FC, ReactElement } from "react";
2
+ import { SIZE } from "src/models/ui";
3
+ import { IconType } from "../SVGIcon";
4
+ import { onChangeEventType, onFocusEventType } from "./Input.types";
5
+ interface SelectOption {
6
+ label: string;
7
+ value: string | number;
8
+ }
9
+ interface Props {
10
+ label?: string;
11
+ placeholder?: string;
12
+ type?: string;
13
+ value?: string;
14
+ addonIcon?: IconType | null;
15
+ required?: boolean;
16
+ name?: string;
17
+ errorMessage?: string;
18
+ options?: SelectOption[];
19
+ fullWidth?: boolean;
20
+ source?: string | null;
21
+ avatarSize?: SIZE;
22
+ labelAddon?: ReactElement;
23
+ autoCompleteContent?: ReactElement | null;
24
+ autoCompleteReverse?: boolean;
25
+ noMargin?: boolean;
26
+ isDisabled?: boolean;
27
+ isLoading?: boolean;
28
+ isMultiUpload?: boolean;
29
+ autoFocus?: boolean;
30
+ theme?: "oval" | "transparent";
31
+ size?: "xsmall" | "small" | "medium" | "large";
32
+ onChange?: (e: onChangeEventType) => void;
33
+ onBlur?: (e: onFocusEventType) => void;
34
+ onFocus?: (e: onFocusEventType) => void;
35
+ addonAction?: () => void;
36
+ onEnter?: () => void;
37
+ onEsc?: () => void;
38
+ onFileSelect?: (file: File, url?: string) => void;
39
+ onFilesSelect?: (files: FileList | null) => void;
40
+ [key: string]: any;
41
+ }
42
+ declare const Input: FC<Props>;
43
+ export default Input;
@@ -0,0 +1,19 @@
1
+ import { ChangeEvent, FocusEvent, KeyboardEvent } from "react";
2
+ export declare enum InputType {
3
+ TEXT = "text",
4
+ PASSWORD = "password",
5
+ EMAIL = "email",
6
+ NUMBER = "number",
7
+ URL = "url",
8
+ TEL = "tel",
9
+ DATE = "date",
10
+ DATETIME = "datetime",
11
+ SELECT = "select",
12
+ COLOR_PICKER = "color-picker",
13
+ TEXT_AREA = "text-area",
14
+ AVATAR_UPLOAD = "avatar-upload",
15
+ UPLOAD_IMAGE_ICON = "upload-image-icon"
16
+ }
17
+ export type onChangeEventType = ChangeEvent<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
18
+ export type onFocusEventType = FocusEvent<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
19
+ export type onEnterEventType = KeyboardEvent<HTMLInputElement | HTMLSelectElement | HTMLTextAreaElement>;
@@ -0,0 +1 @@
1
+ export { default } from "./Input";
@@ -0,0 +1,12 @@
1
+ import { SIZE, UIElementType } from "src/models/ui";
2
+ interface Props {
3
+ href: string;
4
+ title: string;
5
+ target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
6
+ type?: UIElementType;
7
+ padding?: "zero" | SIZE;
8
+ hasChevron?: boolean;
9
+ fullWidth?: boolean;
10
+ }
11
+ declare const Link: ({ href, title, target, type, padding, hasChevron, fullWidth, }: Props) => import("react/jsx-runtime").JSX.Element;
12
+ export default Link;
@@ -0,0 +1 @@
1
+ export { default } from './Link';
@@ -0,0 +1,13 @@
1
+ interface Props {
2
+ title: string;
3
+ subtitle?: string;
4
+ actionTitle?: string;
5
+ action?: () => void;
6
+ completed?: boolean;
7
+ indicator?: "primary" | "success" | "danger" | "warning" | "info";
8
+ hasSeparator?: boolean;
9
+ hasDashedSeparator?: boolean;
10
+ isActionPending?: boolean;
11
+ }
12
+ declare const ListItem: ({ title, subtitle, actionTitle, action, completed, indicator, hasSeparator, hasDashedSeparator, isActionPending, }: Props) => import("react/jsx-runtime").JSX.Element;
13
+ export default ListItem;
@@ -0,0 +1 @@
1
+ export { default } from './ListItem';
@@ -0,0 +1,9 @@
1
+ import { SIZE } from "src/models/ui";
2
+ interface Props {
3
+ shape?: "square";
4
+ size: SIZE;
5
+ width?: string;
6
+ height?: string;
7
+ }
8
+ declare const LoadingItem: ({ shape, size, width, height }: Props) => import("react/jsx-runtime").JSX.Element;
9
+ export default LoadingItem;
@@ -0,0 +1 @@
1
+ export { default } from "./LoadingItem";
@@ -0,0 +1,17 @@
1
+ import { ReactNode, RefObject } from "react";
2
+ interface PortalParams {
3
+ isOpen: boolean;
4
+ top: number | string;
5
+ left: number | string;
6
+ bottom: number | string;
7
+ right: number | string;
8
+ }
9
+ interface Props {
10
+ containerRef: RefObject<HTMLDivElement>;
11
+ contentRef: RefObject<HTMLDivElement>;
12
+ isOpen: boolean;
13
+ renderChild: (params: PortalParams) => ReactNode;
14
+ onClose: () => void;
15
+ }
16
+ declare const PortalAround: ({ containerRef, contentRef, isOpen, renderChild, onClose, }: Props) => import("react").ReactPortal;
17
+ export default PortalAround;
@@ -0,0 +1 @@
1
+ export { default } from './PortalAround';
@@ -0,0 +1,10 @@
1
+ import { SIZE } from "src/models/ui";
2
+ import { IconType } from "./SVGIcon.types";
3
+ interface Props {
4
+ icon?: IconType;
5
+ size?: SIZE;
6
+ className?: string;
7
+ isLoading?: boolean;
8
+ }
9
+ declare const SVGIcon: ({ icon: IconComponent, size, className, isLoading }: Props) => import("react/jsx-runtime").JSX.Element;
10
+ export default SVGIcon;
@@ -0,0 +1,9 @@
1
+ import { JSXElementConstructor } from "react";
2
+ export interface IconProps {
3
+ className: string;
4
+ width: number;
5
+ height: number;
6
+ viewBox: string;
7
+ preserveAspectRatio: string;
8
+ }
9
+ export type IconType = JSXElementConstructor<IconProps>;
@@ -0,0 +1,2 @@
1
+ export * from "./SVGIcon.types";
2
+ export { default } from './SVGIcon';
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgAlertCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAlertCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgAlignLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAlignLeft;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgAward: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgAward;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBarChart: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBarChart;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBell: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBell;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBookmark: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBookmark;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgBranch: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgBranch;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCalendar: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCalendar;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCalendarPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCalendarPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCamera: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCamera;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCheck;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronDown;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronLeft;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronRight: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronRight;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgChevronUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgChevronUp;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgClose: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgClose;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCloudLightning: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCloudLightning;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgColumns: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgColumns;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgColumnsThree: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgColumnsThree;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgCornerDownLeft: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgCornerDownLeft;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDataflow: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDataflow;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsDrag: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsDrag;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsGrid: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsGrid;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsHorizontal: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsHorizontal;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDotsVertical: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDotsVertical;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgDownload: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgDownload;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgEdit: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEdit;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgEye: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEye;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgEyeOff: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgEyeOff;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFacebook: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFacebook;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFile: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFile;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFolder: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFolder;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgFolderPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgFolderPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgGrid: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgGrid;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgHome: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgHome;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgHourglassHalf: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgHourglassHalf;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgImage: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgImage;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgInstagramBig: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgInstagramBig;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLink: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLink;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLinkHorizontal: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLinkHorizontal;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLinkedin: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLinkedin;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLock: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLock;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgLogOut: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgLogOut;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMail: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMail;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMarkerPin: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMarkerPin;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMenu: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMenu;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMessageChatCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMessageChatCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMessageCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMessageCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgMessageTextCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgMessageTextCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgNoImage: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgNoImage;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPaperclip: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPaperclip;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgRefresh: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgRefresh;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgSave: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSave;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgSearch: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSearch;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgSend: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgSend;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgShield: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgShield;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgTarget: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTarget;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgThumbsUp: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgThumbsUp;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgTrash: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgTrash;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgUploadCloud: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUploadCloud;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgUser: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUser;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgUserCheck: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUserCheck;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgUserCircle: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUserCircle;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgUserPlus: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUserPlus;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgUserX: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUserX;
@@ -0,0 +1,3 @@
1
+ import type { SVGProps } from "react";
2
+ declare const SvgUsers: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default SvgUsers;