@fibery/ui-kit 1.36.1 → 1.37.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 (209) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +3 -3
  3. package/scripts/generate-icons.mjs +15 -1
  4. package/src/action-badge.tsx +5 -4
  5. package/src/actions-menu/actions-menu-confirmation.tsx +1 -12
  6. package/src/actions-menu/actions-menu-item.tsx +3 -3
  7. package/src/actions-menu/actions-menu-sub-command-menu.tsx +3 -0
  8. package/src/antd/ant-modal.tsx +17 -2
  9. package/src/antd/input.tsx +4 -3
  10. package/src/app-icon-with-fallback.tsx +5 -8
  11. package/src/app-icon-wrapper.tsx +4 -4
  12. package/src/appIcons.json +20 -0
  13. package/src/badge.tsx +14 -7
  14. package/src/beta-badge.tsx +21 -0
  15. package/src/button/actions-button-compact.tsx +1 -1
  16. package/src/button/base-button.tsx +4 -3
  17. package/src/button/button.tsx +89 -2
  18. package/src/button/icon-button.tsx +4 -2
  19. package/src/button/select-button.tsx +23 -8
  20. package/src/card-container.tsx +29 -65
  21. package/src/card-hidden-link.tsx +52 -0
  22. package/src/collapsible-section.tsx +13 -3
  23. package/src/color-picker/index.js +65 -60
  24. package/src/color-picker/swatch.tsx +28 -14
  25. package/src/command-menu/index.tsx +16 -11
  26. package/src/command-menu/nested-command-menu.tsx +8 -1
  27. package/src/context-menu/index.tsx +3 -3
  28. package/src/count-badge.tsx +57 -0
  29. package/src/date-picker/date-range-input.tsx +1 -1
  30. package/src/date-picker/fake-date-input.tsx +1 -1
  31. package/src/date-picker/relative-date-picker.tsx +1 -1
  32. package/src/date-picker/single-date-input.tsx +1 -1
  33. package/src/date-picker/utils.ts +9 -2
  34. package/src/design-system.ts +85 -50
  35. package/src/dropdown-menu/index.tsx +1 -1
  36. package/src/emoji-picker/emoji-picker-content-with-color.tsx +3 -9
  37. package/src/emoji-picker/icon-emoji-picker.tsx +75 -69
  38. package/src/emoji-picker/primitives/header.tsx +1 -0
  39. package/src/emoji-picker/primitives/search.tsx +12 -13
  40. package/src/error-alert/error-alert.tsx +19 -7
  41. package/src/field-app-icon.tsx +29 -0
  42. package/src/field-container.tsx +4 -2
  43. package/src/field-icon.tsx +26 -0
  44. package/src/field-type-icon.tsx +82 -0
  45. package/src/format-date-from-now.ts +1 -1
  46. package/src/guide-link.tsx +4 -3
  47. package/src/hint.tsx +10 -1
  48. package/src/html-styles.ts +15 -13
  49. package/src/icons/ast/AiFiberyBuild.ts +8 -0
  50. package/src/icons/ast/Anthropic.ts +8 -0
  51. package/src/icons/ast/Apple.ts +8 -0
  52. package/src/icons/ast/ArrowBottom.ts +1 -1
  53. package/src/icons/ast/ArrowForward.ts +1 -1
  54. package/src/icons/ast/ArrowLeft.ts +1 -1
  55. package/src/icons/ast/ArrowRight.ts +1 -1
  56. package/src/icons/ast/ArrowTop.ts +1 -1
  57. package/src/icons/ast/Crosshair.ts +8 -0
  58. package/src/icons/ast/Csv.ts +8 -0
  59. package/src/icons/ast/Document.ts +8 -0
  60. package/src/icons/ast/EntityCreate.ts +8 -0
  61. package/src/icons/ast/ExpandAll.ts +8 -0
  62. package/src/icons/ast/FiberyDesktopApp.ts +8 -0
  63. package/src/icons/ast/FiberyMono.ts +1 -1
  64. package/src/icons/ast/FileDownload.ts +8 -0
  65. package/src/icons/ast/GraduationCapFilled.ts +8 -0
  66. package/src/icons/ast/Home.ts +1 -1
  67. package/src/icons/ast/ImportFilled.ts +8 -0
  68. package/src/icons/ast/IntegrationsFilled.ts +8 -0
  69. package/src/icons/ast/LocationEdit.ts +8 -0
  70. package/src/icons/ast/MessagePlus.ts +8 -0
  71. package/src/icons/ast/OpenAi.ts +8 -0
  72. package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
  73. package/src/icons/ast/RicheditorMarkStrike.ts +1 -1
  74. package/src/icons/ast/RicheditorMarkUnderline.ts +1 -1
  75. package/src/icons/ast/SpaceApp.ts +8 -0
  76. package/src/icons/ast/SpaceGenerate.ts +8 -0
  77. package/src/icons/ast/SpaceList.ts +8 -0
  78. package/src/icons/ast/SpaceScratch.ts +8 -0
  79. package/src/icons/ast/SpaceTemplate.ts +8 -0
  80. package/src/icons/ast/SuggestIntegration.ts +8 -0
  81. package/src/icons/ast/TableLayout.ts +8 -0
  82. package/src/icons/ast/TemplatesFilled.ts +8 -0
  83. package/src/icons/ast/ThumbsDown.ts +8 -0
  84. package/src/icons/ast/ThumbsUp.ts +8 -0
  85. package/src/icons/ast/ViewDashboard.ts +8 -0
  86. package/src/icons/ast/WarningTriangleFilled.ts +8 -0
  87. package/src/icons/ast/Windows.ts +8 -0
  88. package/src/icons/ast/index.tsx +30 -0
  89. package/src/icons/react/AiFiberyBuild.tsx +13 -0
  90. package/src/icons/react/Anthropic.tsx +13 -0
  91. package/src/icons/react/Apple.tsx +13 -0
  92. package/src/icons/react/Crosshair.tsx +13 -0
  93. package/src/icons/react/Csv.tsx +13 -0
  94. package/src/icons/react/Document.tsx +13 -0
  95. package/src/icons/react/EntityCreate.tsx +13 -0
  96. package/src/icons/react/ExpandAll.tsx +13 -0
  97. package/src/icons/react/FiberyDesktopApp.tsx +13 -0
  98. package/src/icons/react/FileDownload.tsx +13 -0
  99. package/src/icons/react/GraduationCapFilled.tsx +13 -0
  100. package/src/icons/react/ImportFilled.tsx +13 -0
  101. package/src/icons/react/IntegrationsFilled.tsx +13 -0
  102. package/src/icons/react/LocationEdit.tsx +13 -0
  103. package/src/icons/react/MessagePlus.tsx +13 -0
  104. package/src/icons/react/OpenAi.tsx +13 -0
  105. package/src/icons/react/RicheditorMarkHighlight.tsx +13 -0
  106. package/src/icons/react/SpaceApp.tsx +13 -0
  107. package/src/icons/react/SpaceGenerate.tsx +13 -0
  108. package/src/icons/react/SpaceList.tsx +13 -0
  109. package/src/icons/react/SpaceScratch.tsx +13 -0
  110. package/src/icons/react/SpaceTemplate.tsx +13 -0
  111. package/src/icons/react/SuggestIntegration.tsx +13 -0
  112. package/src/icons/react/TableLayout.tsx +13 -0
  113. package/src/icons/react/TemplatesFilled.tsx +13 -0
  114. package/src/icons/react/ThumbsDown.tsx +13 -0
  115. package/src/icons/react/ThumbsUp.tsx +13 -0
  116. package/src/icons/react/ViewDashboard.tsx +13 -0
  117. package/src/icons/react/WarningTriangleFilled.tsx +13 -0
  118. package/src/icons/react/Windows.tsx +13 -0
  119. package/src/icons/react/index.tsx +30 -0
  120. package/src/icons/svg/ai-fibery-build.svg +24 -0
  121. package/src/icons/svg/anthropic.svg +3 -0
  122. package/src/icons/svg/apple.svg +4 -0
  123. package/src/icons/svg/arrow-bottom.svg +1 -1
  124. package/src/icons/svg/arrow-forward.svg +1 -1
  125. package/src/icons/svg/arrow-left.svg +1 -1
  126. package/src/icons/svg/arrow-right.svg +1 -1
  127. package/src/icons/svg/arrow-top.svg +1 -1
  128. package/src/icons/svg/crosshair.svg +4 -0
  129. package/src/icons/svg/csv.svg +3 -0
  130. package/src/icons/svg/document.svg +4 -0
  131. package/src/icons/svg/entity-create.svg +3 -0
  132. package/src/icons/svg/expand-all.svg +3 -0
  133. package/src/icons/svg/fibery-desktop-app.svg +101 -0
  134. package/src/icons/svg/fibery-mono.svg +6 -1
  135. package/src/icons/svg/file-download.svg +4 -0
  136. package/src/icons/svg/go-to.svg +1 -3
  137. package/src/icons/svg/graduation-cap-filled.svg +4 -0
  138. package/src/icons/svg/home.svg +4 -2
  139. package/src/icons/svg/import-filled.svg +4 -0
  140. package/src/icons/svg/integrations-filled.svg +4 -0
  141. package/src/icons/svg/location-edit.svg +13 -0
  142. package/src/icons/svg/message-plus.svg +4 -0
  143. package/src/icons/svg/open-ai.svg +3 -0
  144. package/src/icons/svg/open-as-page.svg +2 -3
  145. package/src/icons/svg/richeditor/mark/code.svg +4 -5
  146. package/src/icons/svg/richeditor/mark/em.svg +3 -2
  147. package/src/icons/svg/richeditor/mark/highlight.svg +3 -0
  148. package/src/icons/svg/richeditor/mark/strike.svg +3 -2
  149. package/src/icons/svg/richeditor/mark/strong.svg +3 -2
  150. package/src/icons/svg/richeditor/mark/underline.svg +4 -2
  151. package/src/icons/svg/space-app.svg +3 -0
  152. package/src/icons/svg/space-generate.svg +3 -0
  153. package/src/icons/svg/space-list.svg +4 -0
  154. package/src/icons/svg/space-scratch.svg +3 -0
  155. package/src/icons/svg/space-template.svg +3 -0
  156. package/src/icons/svg/suggest-integration.svg +4 -0
  157. package/src/icons/svg/table-layout.svg +3 -0
  158. package/src/icons/svg/templates-filled.svg +6 -0
  159. package/src/icons/svg/thumbs-down.svg +3 -0
  160. package/src/icons/svg/thumbs-up.svg +3 -0
  161. package/src/icons/svg/view-dashboard.svg +5 -0
  162. package/src/icons/svg/warning-triangle-filled.svg +3 -0
  163. package/src/icons/svg/windows.svg +15 -0
  164. package/src/icons/types.ts +2 -2
  165. package/src/integration-compact-info-button.tsx +3 -1
  166. package/src/layout-styles.ts +23 -0
  167. package/src/lists/list-row-surface.tsx +2 -1
  168. package/src/loaders.tsx +6 -6
  169. package/src/logo.tsx +23 -48
  170. package/src/mobile-styles.ts +2 -0
  171. package/src/new-badge.tsx +5 -6
  172. package/src/number-input/text-area-auto-sized.tsx +47 -0
  173. package/src/number-input/text-input-auto-sized.tsx +49 -0
  174. package/src/palette.ts +50 -50
  175. package/src/popup/index.tsx +1 -0
  176. package/src/rich-text-embed-error.tsx +2 -2
  177. package/src/select/{custom-select-partials → components}/menu.tsx +13 -7
  178. package/src/select/{custom-select-partials → components}/no-option-message.tsx +0 -1
  179. package/src/select/constants.ts +1 -0
  180. package/src/select/index.tsx +136 -145
  181. package/src/select/select-in-popover.tsx +103 -108
  182. package/src/select/styles.ts +60 -24
  183. package/src/shortcut-badge.tsx +1 -0
  184. package/src/tab-nav/tab-nav.tsx +12 -19
  185. package/src/theme-provider.tsx +9 -1
  186. package/src/toast/utils/toastify-item-name.ts +1 -1
  187. package/src/tooltip-if-overflown.tsx +9 -3
  188. package/src/type-badge-box.tsx +4 -2
  189. package/src/type-badge.tsx +20 -12
  190. package/src/unit/index.tsx +9 -1
  191. package/src/unit/loading-unit-value.tsx +1 -0
  192. package/src/unit/maybe-unit-value.tsx +3 -3
  193. package/src/unit/primitive.tsx +60 -41
  194. package/src/unit/styles.ts +12 -12
  195. package/src/unit/types.ts +5 -2
  196. package/src/unit/unit-button-group.tsx +6 -11
  197. package/src/unit/unit-content.tsx +13 -5
  198. package/src/unit/unit-with-title.tsx +6 -1
  199. package/src/unit/unit-with-tooltip.tsx +24 -9
  200. package/src/use-is-phone.tsx +12 -0
  201. package/src/workflow-progress-icon.tsx +1 -1
  202. package/src/number-input/text-area-with-autosize.tsx +0 -91
  203. package/src/number-input/text-inline-input-with-autosize.tsx +0 -60
  204. package/src/use-is-phone.ts +0 -5
  205. /package/src/select/{custom-select-partials → components}/clear-indicator.tsx +0 -0
  206. /package/src/select/{custom-select-partials → components}/drop-down-indicator.tsx +0 -0
  207. /package/src/select/{custom-select-partials → components}/group-heading.tsx +0 -0
  208. /package/src/select/{custom-select-partials → components}/menu-list-virtualized.tsx +0 -0
  209. /package/src/select/{custom-select-partials → components}/option.tsx +0 -0
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import IntegrationsFilledSvg from '../ast/IntegrationsFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const IntegrationsFilled = forwardRef<SVGSVGElement, IconBaseProps>(function IntegrationsFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={IntegrationsFilledSvg} />});
12
+
13
+ export default IntegrationsFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import LocationEditSvg from '../ast/LocationEdit';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const LocationEdit = forwardRef<SVGSVGElement, IconBaseProps>(function LocationEdit(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={LocationEditSvg} />});
12
+
13
+ export default LocationEdit;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import MessagePlusSvg from '../ast/MessagePlus';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const MessagePlus = forwardRef<SVGSVGElement, IconBaseProps>(function MessagePlus(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={MessagePlusSvg} />});
12
+
13
+ export default MessagePlus;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import OpenAiSvg from '../ast/OpenAi';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const OpenAi = forwardRef<SVGSVGElement, IconBaseProps>(function OpenAi(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={OpenAiSvg} />});
12
+
13
+ export default OpenAi;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import RicheditorMarkHighlightSvg from '../ast/RicheditorMarkHighlight';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const RicheditorMarkHighlight = forwardRef<SVGSVGElement, IconBaseProps>(function RicheditorMarkHighlight(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={RicheditorMarkHighlightSvg} />});
12
+
13
+ export default RicheditorMarkHighlight;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SpaceAppSvg from '../ast/SpaceApp';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SpaceApp = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceApp(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceAppSvg} />});
12
+
13
+ export default SpaceApp;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SpaceGenerateSvg from '../ast/SpaceGenerate';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SpaceGenerate = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceGenerate(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceGenerateSvg} />});
12
+
13
+ export default SpaceGenerate;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SpaceListSvg from '../ast/SpaceList';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SpaceList = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceList(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceListSvg} />});
12
+
13
+ export default SpaceList;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SpaceScratchSvg from '../ast/SpaceScratch';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SpaceScratch = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceScratch(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceScratchSvg} />});
12
+
13
+ export default SpaceScratch;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SpaceTemplateSvg from '../ast/SpaceTemplate';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SpaceTemplate = forwardRef<SVGSVGElement, IconBaseProps>(function SpaceTemplate(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SpaceTemplateSvg} />});
12
+
13
+ export default SpaceTemplate;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SuggestIntegrationSvg from '../ast/SuggestIntegration';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SuggestIntegration = forwardRef<SVGSVGElement, IconBaseProps>(function SuggestIntegration(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SuggestIntegrationSvg} />});
12
+
13
+ export default SuggestIntegration;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import TableLayoutSvg from '../ast/TableLayout';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const TableLayout = forwardRef<SVGSVGElement, IconBaseProps>(function TableLayout(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={TableLayoutSvg} />});
12
+
13
+ export default TableLayout;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import TemplatesFilledSvg from '../ast/TemplatesFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const TemplatesFilled = forwardRef<SVGSVGElement, IconBaseProps>(function TemplatesFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={TemplatesFilledSvg} />});
12
+
13
+ export default TemplatesFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ThumbsDownSvg from '../ast/ThumbsDown';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ThumbsDown = forwardRef<SVGSVGElement, IconBaseProps>(function ThumbsDown(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ThumbsDownSvg} />});
12
+
13
+ export default ThumbsDown;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ThumbsUpSvg from '../ast/ThumbsUp';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ThumbsUp = forwardRef<SVGSVGElement, IconBaseProps>(function ThumbsUp(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ThumbsUpSvg} />});
12
+
13
+ export default ThumbsUp;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ViewDashboardSvg from '../ast/ViewDashboard';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ViewDashboard = forwardRef<SVGSVGElement, IconBaseProps>(function ViewDashboard(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ViewDashboardSvg} />});
12
+
13
+ export default ViewDashboard;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import WarningTriangleFilledSvg from '../ast/WarningTriangleFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const WarningTriangleFilled = forwardRef<SVGSVGElement, IconBaseProps>(function WarningTriangleFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={WarningTriangleFilledSvg} />});
12
+
13
+ export default WarningTriangleFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import WindowsSvg from '../ast/Windows';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const Windows = forwardRef<SVGSVGElement, IconBaseProps>(function Windows(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={WindowsSvg} />});
12
+
13
+ export default Windows;
@@ -13,8 +13,10 @@ export { default as AddReactions } from './AddReactions';
13
13
  export { default as Add } from './Add';
14
14
  export { default as AiAssistant } from './AiAssistant';
15
15
  export { default as AiAvatar } from './AiAvatar';
16
+ export { default as AiFiberyBuild } from './AiFiberyBuild';
16
17
  export { default as AiSearch } from './AiSearch';
17
18
  export { default as AlertTriangle } from './AlertTriangle';
19
+ export { default as Anthropic } from './Anthropic';
18
20
  export { default as AppDetails } from './AppDetails';
19
21
  export { default as AppStoreOneColor } from './AppStoreOneColor';
20
22
  export { default as AppStore } from './AppStore';
@@ -25,6 +27,7 @@ export { default as App } from './App';
25
27
  export { default as AppearanceAuto } from './AppearanceAuto';
26
28
  export { default as AppearanceDark } from './AppearanceDark';
27
29
  export { default as AppearanceLight } from './AppearanceLight';
30
+ export { default as Apple } from './Apple';
28
31
  export { default as ArrowBarLeft } from './ArrowBarLeft';
29
32
  export { default as ArrowBarRight } from './ArrowBarRight';
30
33
  export { default as ArrowBottom } from './ArrowBottom';
@@ -81,6 +84,8 @@ export { default as Copy } from './Copy';
81
84
  export { default as Create } from './Create';
82
85
  export { default as CreditsFilled } from './CreditsFilled';
83
86
  export { default as CrossCircle } from './CrossCircle';
87
+ export { default as Crosshair } from './Crosshair';
88
+ export { default as Csv } from './Csv';
84
89
  export { default as DatabaseOff } from './DatabaseOff';
85
90
  export { default as DatabaseStroke } from './DatabaseStroke';
86
91
  export { default as Database } from './Database';
@@ -88,6 +93,7 @@ export { default as DateRange } from './DateRange';
88
93
  export { default as Delete } from './Delete';
89
94
  export { default as Demo } from './Demo';
90
95
  export { default as Dependency } from './Dependency';
96
+ export { default as Document } from './Document';
91
97
  export { default as DoubleArrowLeft } from './DoubleArrowLeft';
92
98
  export { default as DoubleArrowRight } from './DoubleArrowRight';
93
99
  export { default as DragBlockHandleSingle } from './DragBlockHandleSingle';
@@ -98,8 +104,10 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
98
104
  export { default as EditValue } from './EditValue';
99
105
  export { default as Email } from './Email';
100
106
  export { default as EmojiDelete } from './EmojiDelete';
107
+ export { default as EntityCreate } from './EntityCreate';
101
108
  export { default as EntityMerge } from './EntityMerge';
102
109
  export { default as Equation } from './Equation';
110
+ export { default as ExpandAll } from './ExpandAll';
103
111
  export { default as Export } from './Export';
104
112
  export { default as ExtensionAssignments } from './ExtensionAssignments';
105
113
  export { default as ExtensionAvatar } from './ExtensionAvatar';
@@ -111,10 +119,12 @@ export { default as Eye } from './Eye';
111
119
  export { default as FavoritesChecked } from './FavoritesChecked';
112
120
  export { default as FavoritesOff } from './FavoritesOff';
113
121
  export { default as Favorites } from './Favorites';
122
+ export { default as FiberyDesktopApp } from './FiberyDesktopApp';
114
123
  export { default as FiberyMono } from './FiberyMono';
115
124
  export { default as FieldUnit } from './FieldUnit';
116
125
  export { default as Fields } from './Fields';
117
126
  export { default as Figma } from './Figma';
127
+ export { default as FileDownload } from './FileDownload';
118
128
  export { default as FileUpload } from './FileUpload';
119
129
  export { default as Filter } from './Filter';
120
130
  export { default as FitToScreen } from './FitToScreen';
@@ -134,6 +144,7 @@ export { default as Globe } from './Globe';
134
144
  export { default as GoTo } from './GoTo';
135
145
  export { default as GoogleDrive } from './GoogleDrive';
136
146
  export { default as GoogleMap } from './GoogleMap';
147
+ export { default as GraduationCapFilled } from './GraduationCapFilled';
137
148
  export { default as HeadphonesAi } from './HeadphonesAi';
138
149
  export { default as Headphones } from './Headphones';
139
150
  export { default as Hide } from './Hide';
@@ -141,10 +152,12 @@ export { default as Highlights } from './Highlights';
141
152
  export { default as Hint } from './Hint';
142
153
  export { default as Home } from './Home';
143
154
  export { default as ImageXmark } from './ImageXmark';
155
+ export { default as ImportFilled } from './ImportFilled';
144
156
  export { default as Import } from './Import';
145
157
  export { default as InfoCircleFilled } from './InfoCircleFilled';
146
158
  export { default as InfoCircle } from './InfoCircle';
147
159
  export { default as Integration } from './Integration';
160
+ export { default as IntegrationsFilled } from './IntegrationsFilled';
148
161
  export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
149
162
  export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
150
163
  export { default as IntegrationsIntegrationSlackColor } from './IntegrationsIntegrationSlackColor';
@@ -162,6 +175,7 @@ export { default as LevelPlus } from './LevelPlus';
162
175
  export { default as Levels } from './Levels';
163
176
  export { default as LineDivider } from './LineDivider';
164
177
  export { default as Link } from './Link';
178
+ export { default as LocationEdit } from './LocationEdit';
165
179
  export { default as LockOutline } from './LockOutline';
166
180
  export { default as Lock } from './Lock';
167
181
  export { default as Logout } from './Logout';
@@ -174,6 +188,7 @@ export { default as MapMode } from './MapMode';
174
188
  export { default as Markdown } from './Markdown';
175
189
  export { default as MenuCollapser } from './MenuCollapser';
176
190
  export { default as MessagePlusSquare } from './MessagePlusSquare';
191
+ export { default as MessagePlus } from './MessagePlus';
177
192
  export { default as Milestones } from './Milestones';
178
193
  export { default as Minus } from './Minus';
179
194
  export { default as Miro } from './Miro';
@@ -197,6 +212,7 @@ export { default as ObjO2O } from './ObjO2O';
197
212
  export { default as ObjParent } from './ObjParent';
198
213
  export { default as ObjSelf } from './ObjSelf';
199
214
  export { default as OnSchedule } from './OnSchedule';
215
+ export { default as OpenAi } from './OpenAi';
200
216
  export { default as OpenAsPage } from './OpenAsPage';
201
217
  export { default as PageRegularMode } from './PageRegularMode';
202
218
  export { default as PageWideMode } from './PageWideMode';
@@ -254,6 +270,7 @@ export { default as RicheditorListOrdered } from './RicheditorListOrdered';
254
270
  export { default as RicheditorListUnindent } from './RicheditorListUnindent';
255
271
  export { default as RicheditorMarkCode } from './RicheditorMarkCode';
256
272
  export { default as RicheditorMarkEm } from './RicheditorMarkEm';
273
+ export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
257
274
  export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
258
275
  export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
259
276
  export { default as RicheditorMarkTextBackgroundColor } from './RicheditorMarkTextBackgroundColor';
@@ -292,14 +309,24 @@ export { default as SmartFolder } from './SmartFolder';
292
309
  export { default as SortOnBottom } from './SortOnBottom';
293
310
  export { default as SortOnTop } from './SortOnTop';
294
311
  export { default as Sort } from './Sort';
312
+ export { default as SpaceApp } from './SpaceApp';
313
+ export { default as SpaceGenerate } from './SpaceGenerate';
314
+ export { default as SpaceList } from './SpaceList';
315
+ export { default as SpaceScratch } from './SpaceScratch';
316
+ export { default as SpaceTemplate } from './SpaceTemplate';
295
317
  export { default as Spinner } from './Spinner';
296
318
  export { default as Success } from './Success';
319
+ export { default as SuggestIntegration } from './SuggestIntegration';
320
+ export { default as TableLayout } from './TableLayout';
297
321
  export { default as Template } from './Template';
322
+ export { default as TemplatesFilled } from './TemplatesFilled';
298
323
  export { default as Templates } from './Templates';
299
324
  export { default as Terminal } from './Terminal';
300
325
  export { default as TextToolAlignBottom } from './TextToolAlignBottom';
301
326
  export { default as TextToolAlignMiddle } from './TextToolAlignMiddle';
302
327
  export { default as TextToolAlignTop } from './TextToolAlignTop';
328
+ export { default as ThumbsDown } from './ThumbsDown';
329
+ export { default as ThumbsUp } from './ThumbsUp';
303
330
  export { default as Twitter } from './Twitter';
304
331
  export { default as TypeBoolean } from './TypeBoolean';
305
332
  export { default as TypeButton } from './TypeButton';
@@ -350,6 +377,7 @@ export { default as ViewBoard } from './ViewBoard';
350
377
  export { default as ViewCalendar } from './ViewCalendar';
351
378
  export { default as ViewCanvas } from './ViewCanvas';
352
379
  export { default as ViewChart } from './ViewChart';
380
+ export { default as ViewDashboard } from './ViewDashboard';
353
381
  export { default as ViewDetails } from './ViewDetails';
354
382
  export { default as ViewDocument } from './ViewDocument';
355
383
  export { default as ViewFeed } from './ViewFeed';
@@ -361,8 +389,10 @@ export { default as ViewPage } from './ViewPage';
361
389
  export { default as ViewTable } from './ViewTable';
362
390
  export { default as ViewTimeline } from './ViewTimeline';
363
391
  export { default as Views } from './Views';
392
+ export { default as WarningTriangleFilled } from './WarningTriangleFilled';
364
393
  export { default as WarningTriangle } from './WarningTriangle';
365
394
  export { default as Warning } from './Warning';
395
+ export { default as Windows } from './Windows';
366
396
  export { default as WorkspaceMap } from './WorkspaceMap';
367
397
  export { default as Youtube } from './Youtube';
368
398
  export { default as ZoomIn } from './ZoomIn';
@@ -0,0 +1,24 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" opacity="0.6">
2
+ <path d="M10.1299 18.5498C10.5298 18.544 10.8591 18.8638 10.8652 19.2637C10.8709 19.6635 10.5512 19.9929 10.1514 19.999C10.1011 19.9998 10.0504 20 10 20C9.94956 20 9.89891 19.9998 9.84863 19.999C9.44877 19.9929 9.12909 19.6635 9.13477 19.2637C9.14091 18.8638 9.47022 18.544 9.87012 18.5498C9.91323 18.5504 9.95673 18.5508 10 18.5508C10.0433 18.5508 10.0868 18.5504 10.1299 18.5498Z" />
3
+ <path d="M6.46875 17.8066L6.60742 17.8525L6.84668 17.9502L6.97656 18.0186C7.25837 18.2032 7.382 18.5662 7.25293 18.8916C7.12369 19.2169 6.78488 19.3969 6.45312 19.3379L6.3125 19.2979L6.03223 19.1826L5.9043 19.1104C5.62835 18.9173 5.51653 18.5507 5.65527 18.2295C5.79434 17.9081 6.13886 17.7375 6.46875 17.8066Z" />
4
+ <path d="M13.5312 17.8066C13.8611 17.7375 14.2057 17.9081 14.3447 18.2295C14.5033 18.5966 14.3348 19.0237 13.9678 19.1826L13.6875 19.2979C13.3157 19.445 12.8947 19.2633 12.7471 18.8916C12.5995 18.5197 12.7815 18.0979 13.1533 17.9502C13.2333 17.9184 13.3138 17.8866 13.3926 17.8525L13.5312 17.8066Z" />
5
+ <path d="M2.83887 15.9385C3.09018 15.695 3.47269 15.6696 3.75098 15.8594L3.86328 15.9541L4.0459 16.1367C4.33279 16.4153 4.33974 16.874 4.06152 17.1611C3.81754 17.4126 3.43543 17.4493 3.15137 17.2676L3.03711 17.1777L2.82227 16.9629C2.54422 16.6756 2.55189 16.217 2.83887 15.9385Z" />
6
+ <path d="M16.249 15.8594C16.5273 15.6696 16.9098 15.695 17.1611 15.9385C17.4481 16.217 17.4558 16.6756 17.1777 16.9629L16.9629 17.1777L16.8486 17.2676C16.5646 17.4493 16.1825 17.4126 15.9385 17.1611C15.6603 16.874 15.6672 16.4153 15.9541 16.1367L16.1367 15.9541L16.249 15.8594Z" />
7
+ <path d="M11.2539 12.8418L11.3701 13.2217C11.4544 13.4988 11.4268 13.7983 11.293 14.0547C11.1589 14.3111 10.9293 14.5032 10.6553 14.5889C10.5508 14.6211 10.4422 14.6378 10.333 14.6377C10.1015 14.6381 9.87587 14.5635 9.68945 14.4248C9.50298 14.286 9.36525 14.0899 9.29688 13.8662L9.07227 13.1299L10.25 12.4434L11.2539 12.8418Z" />
8
+ <path d="M1.1084 12.7471C1.43376 12.618 1.79681 12.7416 1.98145 13.0234L2.0498 13.1533L2.14746 13.3926L2.19336 13.5312C2.26249 13.8611 2.09189 14.2057 1.77051 14.3447C1.4493 14.4835 1.08274 14.3716 0.889648 14.0957L0.817383 13.9678L0.702148 13.6875L0.662109 13.5469C0.603144 13.2151 0.783055 12.8763 1.1084 12.7471Z" />
9
+ <path d="M17.9502 13.1533C18.0979 12.7815 18.5197 12.5995 18.8916 12.7471C19.2633 12.8947 19.445 13.3157 19.2979 13.6875C19.2607 13.7812 19.2225 13.8755 19.1826 13.9678L19.1104 14.0957C18.9173 14.3716 18.5507 14.4835 18.2295 14.3447C17.8624 14.1859 17.6939 13.7598 17.8525 13.3926L17.9502 13.1533Z" />
10
+ <path d="M11.1885 5.37793C11.4635 5.33109 11.7459 5.3932 11.9766 5.55176C12.2072 5.71034 12.3687 5.95268 12.4268 6.22852C12.4848 6.50437 12.4349 6.79245 12.2881 7.03223L8.27539 12.9883C8.17604 13.1357 8.04178 13.2567 7.88574 13.3398C7.72979 13.4229 7.55615 13.4662 7.37988 13.4658C7.18376 13.4653 6.99111 13.4111 6.82324 13.3086C6.65542 13.2061 6.51842 13.0591 6.42676 12.8838C6.33512 12.7086 6.29211 12.5114 6.30273 12.3135C6.31341 12.1155 6.37738 11.9239 6.4873 11.7598L10.501 5.80273C10.6674 5.57678 10.9137 5.42482 11.1885 5.37793Z" />
11
+ <path d="M13.4746 10.9219C13.7089 11.0151 13.9037 11.1883 14.0254 11.4111C14.1471 11.6341 14.1884 11.8934 14.1416 12.1436C14.0947 12.3937 13.9624 12.6198 13.7686 12.7822C13.5747 12.9446 13.3308 13.033 13.0791 13.0332C12.944 13.0345 12.8097 13.011 12.6836 12.9619L10.707 12.1768L13.1074 10.7764L13.4746 10.9219Z" />
12
+ <path d="M13.6504 7.67969C13.7125 7.68522 13.7749 7.69634 13.8359 7.71289C14.1131 7.78801 14.3497 7.97138 14.4932 8.22266C14.6366 8.47387 14.6748 8.77255 14.6006 9.05273C14.5263 9.33291 14.3451 9.57173 14.0967 9.7168L8.95801 12.7148L12.292 7.76758L13.4707 7.67871C13.5306 7.67418 13.5909 7.67418 13.6504 7.67969Z" />
13
+ <path d="M0.736328 9.13477C1.13622 9.14091 1.45597 9.47022 1.4502 9.87012C1.44956 9.91323 1.44922 9.95673 1.44922 10C1.44922 10.0433 1.44956 10.0868 1.4502 10.1299C1.45597 10.5298 1.13622 10.8591 0.736328 10.8652C0.336481 10.8709 0.0070725 10.5512 0.000976562 10.1514C0.000230804 10.1011 1.65156e-09 10.0504 0 10C0 9.94956 0.000230809 9.89891 0.000976562 9.84863C0.00707248 9.44877 0.336481 9.12909 0.736328 9.13477Z" />
14
+ <path d="M19.2637 9.13477C19.6635 9.12909 19.9929 9.44877 19.999 9.84863C19.9998 9.89891 20 9.94956 20 10C20 10.0504 19.9998 10.1011 19.999 10.1514C19.9929 10.5512 19.6635 10.8709 19.2637 10.8652C18.8638 10.8591 18.544 10.5298 18.5498 10.1299C18.5504 10.0868 18.5508 10.0433 18.5508 10C18.5508 9.95673 18.5504 9.91323 18.5498 9.87012C18.544 9.47022 18.8638 9.14091 19.2637 9.13477Z" />
15
+ <path d="M6.92578 10.3691L6.52734 10.3994C6.50017 10.4016 6.47248 10.4023 6.44531 10.4023C6.16536 10.4027 5.89615 10.2929 5.69434 10.0967C5.49243 9.90022 5.37367 9.63177 5.36328 9.34863C5.3529 9.06547 5.45169 8.78918 5.63867 8.57812C5.82559 8.36725 6.08592 8.23743 6.36523 8.2168L8.4834 8.05664L6.92578 10.3691Z" />
16
+ <path d="M8.27246 5.56445C8.55924 5.57543 8.8302 5.70135 9.02539 5.91406L9.54492 6.48047L8.78027 7.61621L7.70801 7.69727L7.4375 7.40332C7.24228 7.19039 7.13855 6.90734 7.14941 6.61719C7.16029 6.32707 7.28553 6.05285 7.49609 5.85547C7.70656 5.65837 7.98579 5.55355 8.27246 5.56445Z" />
17
+ <path d="M0.817383 6.03223C0.976327 5.66524 1.40338 5.4967 1.77051 5.65527C2.13764 5.81414 2.30606 6.24022 2.14746 6.60742C2.11337 6.68622 2.08157 6.76668 2.0498 6.84668C1.90213 7.21854 1.4803 7.40046 1.1084 7.25293C0.736737 7.10529 0.554954 6.68427 0.702148 6.3125C0.739349 6.21879 0.77746 6.12451 0.817383 6.03223Z" />
18
+ <path d="M18.2295 5.65527C18.5507 5.51653 18.9173 5.62835 19.1104 5.9043L19.1826 6.03223L19.2979 6.3125L19.3379 6.45312C19.3969 6.78488 19.2169 7.12369 18.8916 7.25293C18.5662 7.382 18.2032 7.25837 18.0186 6.97656L17.9502 6.84668L17.8525 6.60742L17.8066 6.46875C17.7375 6.13886 17.9081 5.79434 18.2295 5.65527Z" />
19
+ <path d="M15.9385 2.83887C16.217 2.55189 16.6756 2.54422 16.9629 2.82227L17.1777 3.03711L17.2676 3.15137C17.4493 3.43543 17.4126 3.81754 17.1611 4.06152C16.874 4.33974 16.4153 4.33279 16.1367 4.0459L15.9541 3.86328L15.8594 3.75098C15.6696 3.47269 15.695 3.09018 15.9385 2.83887Z" />
20
+ <path d="M3.15137 2.73242C3.43543 2.55067 3.81754 2.58745 4.06152 2.83887C4.33974 3.12604 4.33279 3.5847 4.0459 3.86328L3.86328 4.0459L3.75098 4.14062C3.47269 4.33043 3.09018 4.305 2.83887 4.06152C2.55189 3.78303 2.54422 3.32436 2.82227 3.03711L3.03711 2.82227L3.15137 2.73242Z" />
21
+ <path d="M6.3125 0.702148C6.68427 0.554954 7.10529 0.736737 7.25293 1.1084C7.40046 1.4803 7.21854 1.90213 6.84668 2.0498C6.76668 2.08157 6.68622 2.11337 6.60742 2.14746C6.24022 2.30606 5.81414 2.13764 5.65527 1.77051C5.4967 1.40338 5.66524 0.976327 6.03223 0.817383C6.12451 0.77746 6.21879 0.739349 6.3125 0.702148Z" />
22
+ <path d="M13.5469 0.662109L13.6875 0.702148L13.9678 0.817383L14.0957 0.889648C14.3716 1.08274 14.4835 1.4493 14.3447 1.77051C14.2057 2.09189 13.8611 2.26249 13.5312 2.19336L13.3926 2.14746L13.1533 2.0498L13.0234 1.98145C12.7416 1.79681 12.618 1.43376 12.7471 1.1084C12.8763 0.783055 13.2151 0.603143 13.5469 0.662109Z" />
23
+ <path d="M10.1514 0.000976562C10.5512 0.00707248 10.8709 0.336481 10.8652 0.736328C10.8591 1.13622 10.5298 1.45597 10.1299 1.4502C10.0868 1.44956 10.0433 1.44922 10 1.44922C9.95673 1.44922 9.91323 1.44956 9.87012 1.4502C9.47022 1.45597 9.14091 1.13622 9.13477 0.736328C9.12909 0.336481 9.44877 0.0070725 9.84863 0.000976562C9.89891 0.000230809 9.94956 0 10 0C10.0504 1.65157e-09 10.1011 0.000230804 10.1514 0.000976562Z"/>
24
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.51633 12.9669L8.06746 10.9812L8.12687 10.8084L8.06746 10.7129H7.89373L7.29962 10.6769L5.27066 10.622L3.51175 10.5491L1.80685 10.4582L1.37747 10.3664L0.975098 9.83799L1.01651 9.57424L1.37657 9.333L1.89326 9.37801L3.03646 9.45542L4.74947 9.57424L5.99259 9.64626L7.83432 9.83799H8.12687L8.16738 9.72007L8.06746 9.64715L7.98915 9.57424L6.21583 8.37703L4.29849 7.1105L3.29301 6.38137L2.74931 6.01231L2.47476 5.66665L2.35594 4.91051L2.84923 4.36861L3.51265 4.41362L3.68098 4.45953L4.3534 4.97442L5.78825 6.08162L7.65969 7.45526L7.93424 7.68301L8.04406 7.60559L8.05756 7.55158L7.93424 7.34634L6.91526 5.51002L5.82786 3.64488L5.34358 2.87075L5.21575 2.40536C5.16763 2.2271 5.14163 2.04359 5.13834 1.85897L5.70004 1.09833L6.01059 0.998413L6.76043 1.09833L7.07548 1.37198L7.54177 2.43327L8.2952 4.10487L9.46541 6.37687L9.80747 7.05109L9.9911 7.6749L10.0595 7.86664H10.1783V7.75682L10.2746 6.47769L10.452 4.90601L10.6257 2.88425L10.6851 2.31445L10.9687 1.63123L11.5304 1.26216L11.9696 1.4719L12.3297 1.98679L12.2802 2.31985L12.0651 3.7079L11.6447 5.88538L11.371 7.34274H11.5313L11.714 7.16001L12.4539 6.18154L13.6961 4.63326L14.2452 4.01755L14.8844 3.33973L15.2957 3.01567H16.0726L16.6442 3.86272L16.3885 4.73768L15.5883 5.74856L14.9258 6.60461L13.9752 7.88014L13.3811 8.90002L13.436 8.98194L13.5782 8.96843L15.726 8.51295L16.8863 8.30322L18.2708 8.06647L18.8973 8.35812L18.9657 8.65428L18.719 9.26009L17.2383 9.62465L15.501 9.97031L12.9157 10.5806L12.8833 10.6031L12.9193 10.649L14.085 10.758L14.5828 10.785H15.8034L18.0745 10.9542L18.6686 11.3458L19.0251 11.8237L18.9657 12.1883L18.052 12.6528L16.8179 12.3611L13.9392 11.6779L12.9517 11.4322H12.8149V11.5141L13.6376 12.3152L15.1454 13.6727L17.033 15.4217L17.1285 15.8538L16.8863 16.1958L16.6307 16.1598L14.9717 14.9167L14.3326 14.3559L12.8833 13.1407H12.7879V13.2676L13.1209 13.7546L14.8853 16.3966L14.9762 17.2067L14.8484 17.4713L14.3911 17.6307L13.8888 17.5398L12.8563 16.0959L11.7914 14.4702L10.9327 13.012L10.8273 13.0723L10.3196 18.5146L10.082 18.7919L9.53382 19.0016L9.07744 18.656L8.8344 18.0952L9.07744 16.988L9.36909 15.545L9.60674 14.3973L9.82187 12.9714L9.9497 12.498L9.9407 12.4665L9.83538 12.48L8.75698 13.9562L7.11689 16.1643L5.81886 17.5488L5.5083 17.6721L4.96821 17.3939L5.01952 16.8979L5.32107 16.456L7.11689 14.1786L8.19978 12.7671L8.89921 11.9516L8.89381 11.8327H8.8533L4.08245 14.9203L3.2327 15.0301L2.86723 14.6881L2.91224 14.1282L3.08597 13.9463L4.52083 12.9624L4.51633 12.9669Z" fill="#D97757"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.6933 9.97307C14.6716 7.80339 16.4691 6.76274 16.5495 6.71017C15.5393 5.23851 13.9654 5.03658 13.4052 5.0136C12.0668 4.87817 10.7923 5.79904 10.1133 5.79904C9.43576 5.79904 8.38671 5.03345 7.27685 5.05294C5.81683 5.07453 4.47109 5.89896 3.71977 7.20108C2.2035 9.82165 3.33188 13.7054 4.80936 15.8323C5.53168 16.8718 6.39308 18.0416 7.52321 17.9989C8.61245 17.956 9.02341 17.2969 10.3401 17.2969C11.6569 17.2969 12.0266 17.9989 13.1787 17.9769C14.3501 17.9556 15.0927 16.9175 15.809 15.8737C16.6383 14.6659 16.9797 13.4965 17 13.4373C16.9745 13.4254 14.7167 12.5637 14.6933 9.97307Z" />
3
+ <path d="M12.214 3.76658C12.7299 3.03328 13.0795 2.01436 12.9844 1C12.2398 1.03522 11.3385 1.57938 10.8039 2.31197C10.3249 2.96214 9.90617 3.99727 10.0184 4.9933C10.849 5.06867 11.6962 4.49846 12.214 3.76658Z" />
4
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.43433 7.43427C5.74675 7.12185 6.25328 7.12185 6.5657 7.43427L10 10.8686L13.4343 7.43427C13.7467 7.12185 14.2533 7.12185 14.5657 7.43427C14.8781 7.74669 14.8781 8.25322 14.5657 8.56564L10.5657 12.5656C10.2533 12.8781 9.74675 12.8781 9.43433 12.5656L5.43433 8.56564C5.12191 8.25322 5.12191 7.74669 5.43433 7.43427Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.43433 7.83431C5.74675 7.52189 6.25328 7.52189 6.5657 7.83431L10 11.2686L13.4343 7.83431C13.7467 7.52189 14.2533 7.52189 14.5657 7.83431C14.8781 8.14673 14.8781 8.65326 14.5657 8.96568L10.5657 12.9656C10.2533 13.2781 9.74675 13.2781 9.43433 12.9656L5.43433 8.96568C5.12191 8.65326 5.12191 8.14673 5.43433 7.83431Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.461 16.018C10.1749 15.7185 10.1858 15.2437 10.4853 14.9576L14.6306 10.9983H4C3.58579 10.9983 3.25 10.6625 3.25 10.2483C3.25 9.83412 3.58579 9.49833 4 9.49833H14.6297L10.4855 5.54252C10.1858 5.25652 10.1748 4.78177 10.4608 4.48215C10.7468 4.18252 11.2215 4.17148 11.5212 4.45748L17.0195 9.70581C17.1677 9.8473 17.2516 10.0433 17.2517 10.2482C17.2517 10.4531 17.1679 10.6491 17.0197 10.7907L11.5213 16.0424C11.2218 16.3285 10.7471 16.3176 10.461 16.018Z" />
2
+ <path d="M12.5303 5.21967C12.2374 4.92678 11.7626 4.92678 11.4697 5.21967C11.1768 5.51256 11.1768 5.98744 11.4697 6.28033L14.4393 9.25H3.75C3.33579 9.25 3 9.58579 3 10C3 10.4142 3.33579 10.75 3.75 10.75H14.4393L11.4697 13.7197C11.1768 14.0126 11.1768 14.4874 11.4697 14.7803C11.7626 15.0732 12.2374 15.0732 12.5303 14.7803L16.7803 10.5303C16.9268 10.3839 17 10.1919 17 10C17 9.89831 16.9798 9.80134 16.9431 9.71291C16.9065 9.62445 16.8522 9.54158 16.7803 9.46967L12.5303 5.21967Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.5657 5.43427C12.8781 5.74669 12.8781 6.25322 12.5657 6.56564L9.13138 9.99995L12.5657 13.4343C12.8781 13.7467 12.8781 14.2532 12.5657 14.5656C12.2533 14.8781 11.7467 14.8781 11.4343 14.5656L7.43433 10.5656C7.12191 10.2532 7.12191 9.74669 7.43433 9.43427L11.4343 5.43427C11.7467 5.12185 12.2533 5.12185 12.5657 5.43427Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.1657 5.43427C12.4781 5.74669 12.4781 6.25322 12.1657 6.56564L8.73137 9.99995L12.1657 13.4343C12.4781 13.7467 12.4781 14.2532 12.1657 14.5656C11.8533 14.8781 11.3467 14.8781 11.0343 14.5656L7.03432 10.5656C6.7219 10.2532 6.7219 9.74669 7.03432 9.43427L11.0343 5.43427C11.3467 5.12185 11.8533 5.12185 12.1657 5.43427Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.43433 14.5656C7.12191 14.2532 7.12191 13.7467 7.43433 13.4343L10.8686 9.99995L7.43433 6.56564C7.12191 6.25322 7.12191 5.74669 7.43433 5.43427C7.74675 5.12185 8.25328 5.12185 8.5657 5.43427L12.5657 9.43427C12.8781 9.74669 12.8781 10.2532 12.5657 10.5656L8.5657 14.5656C8.25328 14.8781 7.74675 14.8781 7.43433 14.5656Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.83431 14.5656C7.52189 14.2532 7.52189 13.7467 7.83431 13.4343L11.2686 9.99995L7.83431 6.56564C7.52189 6.25322 7.52189 5.74669 7.83431 5.43427C8.14673 5.12185 8.65326 5.12185 8.96568 5.43427L12.9657 9.43427C13.2781 9.74669 13.2781 10.2532 12.9657 10.5656L8.96568 14.5656C8.65326 14.8781 8.14673 14.8781 7.83431 14.5656Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5657 12.5656C14.2533 12.8781 13.7467 12.8781 13.4343 12.5656L10 9.13132L6.5657 12.5656C6.25328 12.8781 5.74675 12.8781 5.43433 12.5656C5.12191 12.2532 5.12191 11.7467 5.43433 11.4343L9.43433 7.43427C9.74675 7.12185 10.2533 7.12185 10.5657 7.43427L14.5657 11.4343C14.8781 11.7467 14.8781 12.2532 14.5657 12.5656Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5657 12.1656C14.2533 12.4781 13.7467 12.4781 13.4343 12.1656L10 8.73137L6.5657 12.1656C6.25328 12.4781 5.74675 12.4781 5.43433 12.1656C5.12191 11.8532 5.12191 11.3467 5.43433 11.0343L9.43433 7.03432C9.74675 6.7219 10.2533 6.7219 10.5657 7.03432L14.5657 11.0343C14.8781 11.3467 14.8781 11.8532 14.5657 12.1656Z" fill="black"/>
3
3
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2ZM10.75 6.25C10.75 6.66421 10.4142 7 10 7C9.58579 7 9.25 6.66421 9.25 6.25V3.54395C6.25961 3.88757 3.88757 6.25961 3.54395 9.25H6.25C6.66421 9.25 7 9.58579 7 10C7 10.4142 6.66421 10.75 6.25 10.75H3.54395C3.88757 13.7404 6.25966 16.1114 9.25 16.4551V13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75V16.4551C13.7403 16.1114 16.1124 13.7404 16.4561 10.75H13.75C13.3358 10.75 13 10.4142 13 10C13 9.58579 13.3358 9.25 13.75 9.25H16.4561C16.1124 6.25961 13.7404 3.88757 10.75 3.54395V6.25Z"/>
3
+ </svg>
4
+
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.7422 1.5C11.9405 1.5 12.131 1.5787 12.2715 1.71875L16.7764 6.21582C16.9173 6.35652 16.9971 6.54787 16.9971 6.74707V9.94141C16.9986 9.96076 17 9.98026 17 10C17 10.0194 16.9985 10.0386 16.9971 10.0576V13.9414C16.9986 13.9608 17 13.9803 17 14C17 14.0194 16.9985 14.0386 16.9971 14.0576V15.75C16.9971 17.2687 15.766 18.4999 14.248 18.5H5.74512C4.22716 18.4999 2.99708 17.2687 2.99707 15.75V4.25C2.99707 2.73127 4.22713 1.50008 5.74512 1.5H11.7422ZM8.75 17H14.248C14.938 16.9999 15.4971 16.4403 15.4971 15.75V14.75H8.75V17ZM4.49609 15.75C4.4961 16.4403 5.05519 16.9999 5.74512 17H7.25V14.75H4.49609V15.75ZM8.75 13.25H15.4971V10.75H8.75V13.25ZM4.49609 13.25H7.25V10.75H4.49609V13.25ZM5.74512 3C5.05516 3.00008 4.49609 3.55969 4.49609 4.25V9.25H15.4971V7.49707H12.5752C12.1555 7.49702 11.7528 7.33009 11.4561 7.0332C11.1593 6.73627 10.9932 6.33301 10.9932 5.91309V3H5.74512ZM12.4922 5.91309C12.4922 5.93519 12.501 5.95703 12.5166 5.97266C12.5322 5.98808 12.5533 5.99702 12.5752 5.99707H14.4346L12.4922 4.05762V5.91309Z" />
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.74528 3C5.05525 3 4.49587 3.55965 4.49587 4.25001L4.49594 15.75C4.49594 16.4404 5.05532 17 5.74534 17H14.2479C14.9379 17 15.4973 16.4404 15.4973 15.75V7.49668H12.5754C12.1557 7.49668 11.7531 7.32986 11.4563 7.03293C11.1595 6.736 10.9928 6.33327 10.9928 5.91334V3.00001L5.74528 3ZM12.4921 4.05783L14.4343 5.99668H12.5754C12.5533 5.99668 12.5321 5.9879 12.5165 5.97227C12.5009 5.95664 12.4921 5.93545 12.4921 5.91334V4.05783ZM2.99659 4.25002C2.99659 2.73123 4.22722 1.5 5.74528 1.5L11.7424 1.50001C11.941 1.50001 12.1314 1.5788 12.2719 1.71909L16.7764 6.21576C16.9174 6.35646 16.9966 6.54748 16.9966 6.74668V15.75C16.9966 17.2688 15.766 18.5 14.2479 18.5H5.74534C4.22729 18.5 2.99667 17.2688 2.99666 15.75L2.99659 4.25002ZM5.99856 10.25C5.99856 9.8358 6.33419 9.50001 6.7482 9.50001H13.2451C13.6591 9.50001 13.9947 9.8358 13.9947 10.25C13.9947 10.6642 13.6591 11 13.2451 11H6.7482C6.33419 11 5.99856 10.6642 5.99856 10.25ZM5.99856 13.25C5.99856 12.8358 6.33419 12.5 6.7482 12.5H11.246C11.6601 12.5 11.9957 12.8358 11.9957 13.25C11.9957 13.6642 11.6601 14 11.246 14H6.7482C6.33419 14 5.99856 13.6642 5.99856 13.25Z"/>
3
+ </svg>
4
+
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 2C3.00736 2 2 3.0074 2 4.25V15.75C2 16.9926 3.00736 18 4.25 18H15.75C16.9926 18 18 16.9926 18 15.75V9.75C18 9.33579 17.6642 9 17.25 9C16.8358 9 16.5 9.33579 16.5 9.75V15.75C16.5 16.1642 16.1642 16.5 15.75 16.5H4.25C3.83579 16.5 3.5 16.1642 3.5 15.75V4.25C3.5 3.8358 3.83579 3.5 4.25 3.5H10.25C10.6642 3.5 11 3.16421 11 2.75C11 2.33579 10.6642 2 10.25 2H4.25ZM13.9247 2.69921C14.857 1.76693 16.3685 1.76693 17.3008 2.69921C18.2331 3.63148 18.2331 5.143 17.3008 6.07528L11.5741 11.8019C11.4473 11.9288 11.2753 12 11.096 12H8.83756C8.37499 12 8 11.625 8 11.1624V8.90404C8 8.72469 8.07125 8.55268 8.19807 8.42586L13.9247 2.69921ZM16.3444 3.65557C15.9403 3.25148 15.2852 3.25148 14.8811 3.65557L14.657 3.87967L16.1203 5.34302L16.3444 5.11892C16.7485 4.71483 16.7485 4.05966 16.3444 3.65557ZM9.3525 9.18415V10.6475H10.8158L15.278 6.18532L13.8147 4.72197L9.3525 9.18415Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7 7.96571C6.68758 8.27813 6.18105 8.27813 5.86863 7.96571C5.55621 7.65329 5.55621 7.14676 5.86863 6.83434L9.43433 3.50006C9.74675 3.18756 10.2533 3.18756 10.5657 3.50006L14.1314 6.83433C14.4438 7.14675 14.4438 7.65328 14.1314 7.9657C13.819 8.27812 13.3124 8.27812 13 7.9657L10 5.19706L7 7.96571ZM13 12.0344C13.3124 11.7219 13.819 11.7219 14.1314 12.0344C14.4438 12.3468 14.4438 12.8533 14.1314 13.1657L10.5657 16.7373C10.2533 17.0497 9.74675 17.0497 9.43433 16.7373L5.86864 13.1657C5.55622 12.8533 5.55622 12.3468 5.86864 12.0344C6.18106 11.7219 6.68759 11.7219 7.00001 12.0344L10 15.0402L13 12.0344Z" />
3
+ </svg>