@7shifts/sous-chef 1.5.5 → 2.0.0

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 (285) hide show
  1. package/CHANGELOG.md +39 -1
  2. package/dist/forms/TextField/TextField.d.ts +14 -9
  3. package/dist/forms/hooks/useFieldControllers.d.ts +8 -4
  4. package/dist/icons/components/IconAnalytics.d.ts +11 -0
  5. package/dist/icons/components/IconArrowDown.d.ts +11 -0
  6. package/dist/icons/components/IconArrowLeft.d.ts +11 -0
  7. package/dist/icons/components/IconArrowRight.d.ts +11 -0
  8. package/dist/icons/components/IconArrowToTop.d.ts +11 -0
  9. package/dist/icons/components/IconArrowUp.d.ts +11 -0
  10. package/dist/icons/components/IconAward.d.ts +11 -0
  11. package/dist/icons/components/IconBalanceScale.d.ts +11 -0
  12. package/dist/icons/components/IconBalanceScaleLeft.d.ts +11 -0
  13. package/dist/icons/components/IconBan.d.ts +11 -0
  14. package/dist/icons/components/IconBarsH.d.ts +11 -0
  15. package/dist/icons/components/IconBarsV.d.ts +11 -0
  16. package/dist/icons/components/IconBell.d.ts +11 -0
  17. package/dist/icons/components/IconBold.d.ts +11 -0
  18. package/dist/icons/components/IconBolt.d.ts +11 -0
  19. package/dist/icons/components/IconBook.d.ts +11 -0
  20. package/dist/icons/components/IconBriefcase.d.ts +11 -0
  21. package/dist/icons/components/IconBullseyeArrow.d.ts +11 -0
  22. package/dist/icons/components/IconCalculator.d.ts +11 -0
  23. package/dist/icons/components/IconCalendar.d.ts +11 -0
  24. package/dist/icons/components/IconCalendarAlt.d.ts +11 -0
  25. package/dist/icons/components/IconCalendarCheck.d.ts +11 -0
  26. package/dist/icons/components/IconCalendarDay.d.ts +11 -0
  27. package/dist/icons/components/IconCalendarExclamation.d.ts +11 -0
  28. package/dist/icons/components/IconCalendarTomorrow.d.ts +11 -0
  29. package/dist/icons/components/IconCamera.d.ts +11 -0
  30. package/dist/icons/components/IconCameraSlash.d.ts +11 -0
  31. package/dist/icons/components/IconCashRegister.d.ts +11 -0
  32. package/dist/icons/components/IconChartBar.d.ts +11 -0
  33. package/dist/icons/components/IconCheck.d.ts +11 -0
  34. package/dist/icons/components/IconChevronDown.d.ts +11 -0
  35. package/dist/icons/components/IconChevronLeft.d.ts +11 -0
  36. package/dist/icons/components/IconChevronRight.d.ts +11 -0
  37. package/dist/icons/components/IconChevronUp.d.ts +11 -0
  38. package/dist/icons/components/IconClipboardList.d.ts +11 -0
  39. package/dist/icons/components/IconClock.d.ts +11 -0
  40. package/dist/icons/components/IconCog.d.ts +11 -0
  41. package/dist/icons/components/IconComment.d.ts +11 -0
  42. package/dist/icons/components/IconCommentLines.d.ts +11 -0
  43. package/dist/icons/components/IconCopy.d.ts +11 -0
  44. package/dist/icons/components/IconCreditCard.d.ts +11 -0
  45. package/dist/icons/components/IconCreditCardPlus.d.ts +11 -0
  46. package/dist/icons/components/IconDownload.d.ts +11 -0
  47. package/dist/icons/components/IconEdit.d.ts +11 -0
  48. package/dist/icons/components/IconEllipsisV.d.ts +11 -0
  49. package/dist/icons/components/IconEnvelope.d.ts +11 -0
  50. package/dist/icons/components/IconExclaimation.d.ts +11 -0
  51. package/dist/icons/components/IconExclaimationTriangle.d.ts +11 -0
  52. package/dist/icons/components/IconExpand.d.ts +11 -0
  53. package/dist/icons/components/IconExternalLink.d.ts +11 -0
  54. package/dist/icons/components/IconEye.d.ts +11 -0
  55. package/dist/icons/components/IconEyeSlash.d.ts +11 -0
  56. package/dist/icons/components/IconFile.d.ts +11 -0
  57. package/dist/icons/components/IconFilePdf.d.ts +11 -0
  58. package/dist/icons/components/IconFlag.d.ts +11 -0
  59. package/dist/icons/components/IconFourDotsCircle.d.ts +11 -0
  60. package/dist/icons/components/IconFourSquares.d.ts +11 -0
  61. package/dist/icons/components/IconGift.d.ts +11 -0
  62. package/dist/icons/components/IconGrinBeam.d.ts +11 -0
  63. package/dist/icons/components/IconGripVertical.d.ts +11 -0
  64. package/dist/icons/components/IconHandshake.d.ts +11 -0
  65. package/dist/icons/components/IconImage.d.ts +11 -0
  66. package/dist/icons/components/IconInfoCircle.d.ts +11 -0
  67. package/dist/icons/components/IconIslandTropical.d.ts +11 -0
  68. package/dist/icons/components/IconItalic.d.ts +11 -0
  69. package/dist/icons/components/IconLaptopSearch.d.ts +11 -0
  70. package/dist/icons/components/IconLink.d.ts +11 -0
  71. package/dist/icons/components/IconList.d.ts +11 -0
  72. package/dist/icons/components/IconListOI.d.ts +11 -0
  73. package/dist/icons/components/IconLock.d.ts +11 -0
  74. package/dist/icons/components/IconMagicSolid.d.ts +11 -0
  75. package/dist/icons/components/IconMapMarker.d.ts +11 -0
  76. package/dist/icons/components/IconMegaphone.d.ts +11 -0
  77. package/dist/icons/components/IconMinus.d.ts +11 -0
  78. package/dist/icons/components/IconMinusCircle.d.ts +11 -0
  79. package/dist/icons/components/IconMoneyBill.d.ts +11 -0
  80. package/dist/icons/components/IconNotesMedical.d.ts +11 -0
  81. package/dist/icons/components/IconOvertime.d.ts +11 -0
  82. package/dist/icons/components/IconPaperPlane.d.ts +11 -0
  83. package/dist/icons/components/IconPaperPlaneClock.d.ts +11 -0
  84. package/dist/icons/components/IconPaperclip.d.ts +11 -0
  85. package/dist/icons/components/IconPencil.d.ts +11 -0
  86. package/dist/icons/components/IconPercentage.d.ts +11 -0
  87. package/dist/icons/components/IconPhone.d.ts +11 -0
  88. package/dist/icons/components/IconPlug.d.ts +11 -0
  89. package/dist/icons/components/IconPlus.d.ts +11 -0
  90. package/dist/icons/components/IconPrint.d.ts +11 -0
  91. package/dist/icons/components/IconQuestionCircle.d.ts +11 -0
  92. package/dist/icons/components/IconRepeat.d.ts +11 -0
  93. package/dist/icons/components/IconSearch.d.ts +11 -0
  94. package/dist/icons/components/IconSignOut.d.ts +11 -0
  95. package/dist/icons/components/IconSitemap.d.ts +11 -0
  96. package/dist/icons/components/IconSlidersH.d.ts +11 -0
  97. package/dist/icons/components/IconSort.d.ts +11 -0
  98. package/dist/icons/components/IconStar.d.ts +11 -0
  99. package/dist/icons/components/IconStickyNoteLines.d.ts +11 -0
  100. package/dist/icons/components/IconStopwatch.d.ts +11 -0
  101. package/dist/icons/components/IconStrikethrough.d.ts +11 -0
  102. package/dist/icons/components/IconSync.d.ts +11 -0
  103. package/dist/icons/components/IconSyncExclaimation.d.ts +11 -0
  104. package/dist/icons/components/IconTachometer.d.ts +11 -0
  105. package/dist/icons/components/IconTimes.d.ts +11 -0
  106. package/dist/icons/components/IconTimesOctagon.d.ts +11 -0
  107. package/dist/icons/components/IconTrash.d.ts +11 -0
  108. package/dist/icons/components/IconUnderline.d.ts +11 -0
  109. package/dist/icons/components/IconUndo.d.ts +11 -0
  110. package/dist/icons/components/IconUserComputer.d.ts +11 -0
  111. package/dist/icons/components/IconUserLight.d.ts +11 -0
  112. package/dist/icons/components/IconUserPlus.d.ts +11 -0
  113. package/dist/icons/components/IconUserSlash.d.ts +11 -0
  114. package/dist/icons/components/IconUserSolid.d.ts +11 -0
  115. package/dist/icons/components/IconUserTag.d.ts +11 -0
  116. package/dist/icons/components/IconUserTie.d.ts +11 -0
  117. package/dist/icons/components/IconUsers.d.ts +11 -0
  118. package/dist/icons/components/IconVideo.d.ts +11 -0
  119. package/dist/icons/components/IconVolume.d.ts +11 -0
  120. package/dist/icons/components/IconVolumeMute.d.ts +11 -0
  121. package/dist/icons/components/IconWrench.d.ts +11 -0
  122. package/dist/icons/components/index.d.ts +118 -0
  123. package/dist/icons/icon-typescript-template.d.ts +9 -0
  124. package/dist/icons/iconUtils.d.ts +7 -1
  125. package/dist/icons/index.d.ts +1 -22
  126. package/dist/index.css +9 -14
  127. package/dist/index.d.ts +1 -1
  128. package/dist/index.js +2562 -616
  129. package/dist/index.js.map +1 -1
  130. package/dist/index.modern.js +2459 -610
  131. package/dist/index.modern.js.map +1 -1
  132. package/package.json +10 -6
  133. package/dist/actions/Button/Button.js.flow +0 -44
  134. package/dist/actions/Button/index.js.flow +0 -8
  135. package/dist/actions/PaginationControls/PaginationControls.js.flow +0 -16
  136. package/dist/actions/PaginationControls/index.js.flow +0 -8
  137. package/dist/actions/Toggle/Toggle.js.flow +0 -21
  138. package/dist/actions/Toggle/index.js.flow +0 -8
  139. package/dist/actions/index.js.flow +0 -11
  140. package/dist/core/DataTable/DataTable.js.flow +0 -59
  141. package/dist/core/DataTable/DataTableContext.js.flow +0 -15
  142. package/dist/core/DataTable/index.js.flow +0 -8
  143. package/dist/core/DataTable/types.js.flow +0 -32
  144. package/dist/core/DataTableCell/DataTableCell.js.flow +0 -16
  145. package/dist/core/DataTableCell/index.js.flow +0 -8
  146. package/dist/core/DataTableEditableCell/DataTableEditableCell.js.flow +0 -26
  147. package/dist/core/DataTableEditableCell/index.js.flow +0 -8
  148. package/dist/core/DataTableRow/DataTableRow.js.flow +0 -17
  149. package/dist/core/DataTableRow/index.js.flow +0 -8
  150. package/dist/core/Flex/Flex.js.flow +0 -29
  151. package/dist/core/Flex/index.js.flow +0 -8
  152. package/dist/core/Flex/types.js.flow +0 -27
  153. package/dist/core/Inline/Inline.js.flow +0 -41
  154. package/dist/core/Inline/index.js.flow +0 -8
  155. package/dist/core/ResourceTable/ResourceTable.js.flow +0 -55
  156. package/dist/core/ResourceTable/ResourceTableContext.js.flow +0 -15
  157. package/dist/core/ResourceTable/index.js.flow +0 -8
  158. package/dist/core/ResourceTable/types.js.flow +0 -32
  159. package/dist/core/ResourceTableRow/ResourceTableRow.js.flow +0 -17
  160. package/dist/core/ResourceTableRow/index.js.flow +0 -8
  161. package/dist/core/Stack/Stack.js.flow +0 -35
  162. package/dist/core/Stack/index.js.flow +0 -8
  163. package/dist/core/index.js.flow +0 -39
  164. package/dist/feedback/Spinner/Spinner.js.flow +0 -15
  165. package/dist/feedback/Spinner/index.js.flow +0 -8
  166. package/dist/feedback/index.js.flow +0 -9
  167. package/dist/forms/AffixContainer/AffixContainer.js.flow +0 -15
  168. package/dist/forms/AffixContainer/index.js.flow +0 -8
  169. package/dist/forms/Caption/Caption.js.flow +0 -14
  170. package/dist/forms/Caption/index.js.flow +0 -8
  171. package/dist/forms/CheckboxField/CheckboxField.js.flow +0 -25
  172. package/dist/forms/CheckboxField/index.js.flow +0 -8
  173. package/dist/forms/DateField/DateField.js.flow +0 -35
  174. package/dist/forms/DateField/index.js.flow +0 -8
  175. package/dist/forms/DatePickerCalendar/DatePickerCalendar.js.flow +0 -18
  176. package/dist/forms/DatePickerCalendar/index.js.flow +0 -8
  177. package/dist/forms/DatePickerField/DatePickerField.d.ts +0 -23
  178. package/dist/forms/DatePickerField/DatePickerField.js.flow +0 -35
  179. package/dist/forms/DatePickerField/index.d.ts +0 -1
  180. package/dist/forms/DatePickerField/index.js.flow +0 -8
  181. package/dist/forms/DateRangeField/DateRangeField.js.flow +0 -37
  182. package/dist/forms/DateRangeField/index.js.flow +0 -8
  183. package/dist/forms/ErrorMessage/ErrorMessage.js.flow +0 -14
  184. package/dist/forms/ErrorMessage/index.js.flow +0 -8
  185. package/dist/forms/Field/Field.js.flow +0 -17
  186. package/dist/forms/Field/index.js.flow +0 -8
  187. package/dist/forms/Form/Form.js.flow +0 -18
  188. package/dist/forms/Form/FormContext.js.flow +0 -17
  189. package/dist/forms/Form/index.js.flow +0 -8
  190. package/dist/forms/Form/types.js.flow +0 -21
  191. package/dist/forms/FormRow/FormRow.js.flow +0 -31
  192. package/dist/forms/FormRow/index.js.flow +0 -15
  193. package/dist/forms/Label/Label.js.flow +0 -14
  194. package/dist/forms/Label/index.js.flow +0 -8
  195. package/dist/forms/MultiSelectField/MultiSelectField.js.flow +0 -33
  196. package/dist/forms/MultiSelectField/index.js.flow +0 -8
  197. package/dist/forms/PasswordCriteria/PasswordCriteria.js.flow +0 -14
  198. package/dist/forms/PasswordCriteria/index.js.flow +0 -8
  199. package/dist/forms/PasswordField/PasswordField.js.flow +0 -28
  200. package/dist/forms/PasswordField/index.js.flow +0 -8
  201. package/dist/forms/PasswordField/types.js.flow +0 -12
  202. package/dist/forms/PillSelectField/PillSelectField.js.flow +0 -26
  203. package/dist/forms/PillSelectField/index.js.flow +0 -8
  204. package/dist/forms/RadioGroupField/RadioGroupField.js.flow +0 -20
  205. package/dist/forms/RadioGroupField/index.js.flow +0 -8
  206. package/dist/forms/RadioGroupOption/RadioGroupOption.js.flow +0 -16
  207. package/dist/forms/RadioGroupOption/index.js.flow +0 -8
  208. package/dist/forms/SelectField/SelectField.js.flow +0 -40
  209. package/dist/forms/SelectField/index.js.flow +0 -8
  210. package/dist/forms/SelectField/types.js.flow +0 -26
  211. package/dist/forms/TextAreaField/TextAreaField.js.flow +0 -35
  212. package/dist/forms/TextAreaField/index.js.flow +0 -8
  213. package/dist/forms/TextField/TextField.js.flow +0 -38
  214. package/dist/forms/TextField/index.js.flow +0 -8
  215. package/dist/forms/WeekField/WeekField.js.flow +0 -35
  216. package/dist/forms/WeekField/index.js.flow +0 -8
  217. package/dist/forms/WeekPickerField/WeekPickerField.d.ts +0 -25
  218. package/dist/forms/WeekPickerField/WeekPickerField.js.flow +0 -35
  219. package/dist/forms/WeekPickerField/index.d.ts +0 -1
  220. package/dist/forms/WeekPickerField/index.js.flow +0 -8
  221. package/dist/forms/index.js.flow +0 -56
  222. package/dist/foundation/colors.js.flow +0 -116
  223. package/dist/icons/IconArrowDown.d.ts +0 -11
  224. package/dist/icons/IconArrowDown.js.flow +0 -19
  225. package/dist/icons/IconArrowLeft.d.ts +0 -9
  226. package/dist/icons/IconArrowLeft.js.flow +0 -17
  227. package/dist/icons/IconArrowRight.d.ts +0 -9
  228. package/dist/icons/IconArrowRight.js.flow +0 -17
  229. package/dist/icons/IconArrowUp.d.ts +0 -9
  230. package/dist/icons/IconArrowUp.js.flow +0 -17
  231. package/dist/icons/IconCalendar.d.ts +0 -9
  232. package/dist/icons/IconCalendar.js.flow +0 -17
  233. package/dist/icons/IconCheck.d.ts +0 -9
  234. package/dist/icons/IconCheck.js.flow +0 -17
  235. package/dist/icons/IconChevronDown.d.ts +0 -9
  236. package/dist/icons/IconChevronDown.js.flow +0 -18
  237. package/dist/icons/IconChevronUp.d.ts +0 -8
  238. package/dist/icons/IconChevronUp.js.flow +0 -16
  239. package/dist/icons/IconClose.d.ts +0 -9
  240. package/dist/icons/IconComment.d.ts +0 -9
  241. package/dist/icons/IconComment.js.flow +0 -16
  242. package/dist/icons/IconDelete.d.ts +0 -9
  243. package/dist/icons/IconDelete.js.flow +0 -17
  244. package/dist/icons/IconEdit.d.ts +0 -9
  245. package/dist/icons/IconEdit.js.flow +0 -17
  246. package/dist/icons/IconExclaim.d.ts +0 -9
  247. package/dist/icons/IconExclaim.flow +0 -17
  248. package/dist/icons/IconEye.d.ts +0 -9
  249. package/dist/icons/IconEye.js.flow +0 -17
  250. package/dist/icons/IconEyeSlash.d.ts +0 -9
  251. package/dist/icons/IconEyeSlash.js.flow +0 -17
  252. package/dist/icons/IconLocation.d.ts +0 -9
  253. package/dist/icons/IconLocation.js.flow +0 -16
  254. package/dist/icons/IconMinusCircle.d.ts +0 -9
  255. package/dist/icons/IconMinusCircle.js.flow +0 -16
  256. package/dist/icons/IconMore.d.ts +0 -9
  257. package/dist/icons/IconMore.js.flow +0 -17
  258. package/dist/icons/IconRemove.d.ts +0 -8
  259. package/dist/icons/IconRemove.js.flow +0 -17
  260. package/dist/icons/IconUser.d.ts +0 -8
  261. package/dist/icons/IconUser.flow +0 -17
  262. package/dist/icons/IconUser.js.flow +0 -17
  263. package/dist/icons/IconUserPlus.d.ts +0 -9
  264. package/dist/icons/IconUserPlus.js.flow +0 -17
  265. package/dist/icons/index.js.flow +0 -50
  266. package/dist/icons/types.js.flow +0 -8
  267. package/dist/index.js.flow +0 -14
  268. package/dist/media/Avatar/Avatar.js.flow +0 -18
  269. package/dist/media/Avatar/index.js.flow +0 -8
  270. package/dist/media/Badge/Badge.js.flow +0 -18
  271. package/dist/media/Badge/index.js.flow +0 -8
  272. package/dist/media/index.js.flow +0 -10
  273. package/dist/nophoto~DrLDqLZE.png +0 -0
  274. package/dist/overlay/Modal/Modal.js.flow +0 -23
  275. package/dist/overlay/Modal/ModalBody/ModalBody.js.flow +0 -13
  276. package/dist/overlay/Modal/ModalBody/index.js.flow +0 -8
  277. package/dist/overlay/Modal/ModalFooter/ModalFooter.js.flow +0 -18
  278. package/dist/overlay/Modal/ModalFooter/index.js.flow +0 -8
  279. package/dist/overlay/Modal/index.js.flow +0 -8
  280. package/dist/overlay/Tooltip/Tooltip.js.flow +0 -21
  281. package/dist/overlay/Tooltip/index.js.flow +0 -8
  282. package/dist/overlay/index.js.flow +0 -12
  283. package/dist/profile/LetterProfile/LetterProfile.d.ts +0 -9
  284. package/dist/profile/LetterProfile/index.d.ts +0 -1
  285. package/dist/profile/index.d.ts +0 -2
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconDownload: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconDownload;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconEdit: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconEdit;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconEllipsisV: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconEllipsisV;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconEnvelope: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconEnvelope;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconExclaimation: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconExclaimation;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconExclaimationTriangle: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconExclaimationTriangle;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconExpand: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconExpand;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconExternalLink: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconExternalLink;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconEye: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconEye;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconEyeSlash: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconEyeSlash;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconFile: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconFile;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconFilePdf: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconFilePdf;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconFlag: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconFlag;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconFourDotsCircle: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconFourDotsCircle;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconFourSquares: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconFourSquares;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconGift: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconGift;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconGrinBeam: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconGrinBeam;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconGripVertical: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconGripVertical;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconHandshake: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconHandshake;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconImage: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconImage;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconInfoCircle: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconInfoCircle;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconIslandTropical: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconIslandTropical;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconItalic: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconItalic;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconLaptopSearch: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconLaptopSearch;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconLink: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconLink;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconList: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconList;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconListOI: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconListOI;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconLock: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconLock;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconMagicSolid: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconMagicSolid;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconMapMarker: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconMapMarker;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconMegaphone: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconMegaphone;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconMinus: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconMinus;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconMinusCircle: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconMinusCircle;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconMoneyBill: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconMoneyBill;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconNotesMedical: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconNotesMedical;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconOvertime: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconOvertime;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPaperPlane: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPaperPlane;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPaperPlaneClock: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPaperPlaneClock;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPaperclip: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPaperclip;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPencil: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPencil;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPercentage: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPercentage;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPhone: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPhone;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPlug: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPlug;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPlus: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPlus;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconPrint: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconPrint;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconQuestionCircle: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconQuestionCircle;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconRepeat: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconRepeat;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconSearch: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconSearch;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconSignOut: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconSignOut;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconSitemap: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconSitemap;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { IconSize } from '../types';
3
+ declare type Props = {
4
+ size?: IconSize;
5
+ color?: string;
6
+ } & React.SVGProps<SVGSVGElement>;
7
+ declare const IconSlidersH: {
8
+ (props: Props): JSX.Element;
9
+ displayName: string;
10
+ };
11
+ export default IconSlidersH;