@fibery/ui-kit 1.36.2 → 1.38.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 (296) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +8 -5
  3. package/src/action-badge.tsx +5 -4
  4. package/src/actions-menu/actions-menu-confirmation.tsx +1 -12
  5. package/src/actions-menu/actions-menu-item.tsx +19 -7
  6. package/src/actions-menu/actions-menu-props.tsx +4 -0
  7. package/src/actions-menu/actions-menu-sub-command-menu.tsx +7 -4
  8. package/src/actions-menu/actions-menu-sub-menu.tsx +9 -3
  9. package/src/actions-menu/actions-menu.tsx +24 -8
  10. package/src/actions-panel.tsx +12 -2
  11. package/src/antd/ant-modal.tsx +17 -2
  12. package/src/antd/input.tsx +4 -3
  13. package/src/app-icon-with-fallback.tsx +5 -8
  14. package/src/app-icon-wrapper.tsx +4 -4
  15. package/src/appIcons.json +20 -0
  16. package/src/axis-header.tsx +136 -76
  17. package/src/badge.tsx +14 -7
  18. package/src/beta-badge.tsx +12 -8
  19. package/src/box.tsx +1 -1
  20. package/src/breadcrumb.tsx +78 -0
  21. package/src/button/actions-button-compact.tsx +5 -2
  22. package/src/button/base-button.tsx +7 -4
  23. package/src/button/button-group.tsx +1 -1
  24. package/src/button/button.tsx +120 -2
  25. package/src/button/icon-button.tsx +13 -2
  26. package/src/button/select-button.tsx +27 -8
  27. package/src/card-container.tsx +36 -69
  28. package/src/card-hidden-link.tsx +52 -0
  29. package/src/collapsible-section.tsx +13 -3
  30. package/src/color-picker/index.js +65 -60
  31. package/src/color-picker/swatch.tsx +29 -14
  32. package/src/command-menu/index.tsx +5 -5
  33. package/src/context-menu/index.tsx +10 -1
  34. package/src/count-badge.tsx +57 -0
  35. package/src/date-picker/date-range-input.tsx +1 -1
  36. package/src/date-picker/date-range-picker.tsx +6 -3
  37. package/src/date-picker/fake-date-input.tsx +1 -1
  38. package/src/date-picker/relative-date-picker.tsx +7 -3
  39. package/src/date-picker/single-date-input.tsx +1 -1
  40. package/src/date-picker/single-date-picker.tsx +8 -5
  41. package/src/date-picker/styles.ts +32 -26
  42. package/src/date-picker/types.ts +3 -1
  43. package/src/date-picker/utils.ts +9 -2
  44. package/src/day-select/day-select.tsx +21 -75
  45. package/src/day-select/iso-week-day-select.tsx +1 -1
  46. package/src/day-select/mount-day-select.tsx +2 -2
  47. package/src/day-select/week-day-select.tsx +1 -5
  48. package/src/design-system.ts +91 -51
  49. package/src/dropdown-menu/index.tsx +8 -1
  50. package/src/emoji-picker/app-icon-picker.tsx +6 -4
  51. package/src/emoji-picker/emoji-picker-content-with-color.tsx +3 -9
  52. package/src/emoji-picker/emoji-picker-preview-footer.tsx +1 -1
  53. package/src/emoji-picker/emoji-picker.tsx +3 -0
  54. package/src/emoji-picker/emoji.tsx +2 -1
  55. package/src/emoji-picker/icon-emoji-picker.tsx +83 -68
  56. package/src/emoji-picker/primitives/footer.tsx +0 -1
  57. package/src/emoji-picker/primitives/header.tsx +1 -0
  58. package/src/emoji-picker/primitives/search.tsx +12 -13
  59. package/src/emoji-picker/primitives/skin-tone.tsx +1 -0
  60. package/src/emoji-picker/use-responsive-emoji-size.ts +11 -0
  61. package/src/emoji-picker/utils/emoji-set.ts +2 -1
  62. package/src/empty-state/empty-state.tsx +6 -0
  63. package/src/error-alert/error-alert.tsx +19 -7
  64. package/src/field-app-icon.tsx +29 -0
  65. package/src/field-container.tsx +4 -2
  66. package/src/field-icon.tsx +29 -0
  67. package/src/field-type-icon.tsx +82 -0
  68. package/src/file-item.tsx +164 -47
  69. package/src/guide-link.tsx +4 -3
  70. package/src/hint.tsx +10 -1
  71. package/src/html-styles.ts +23 -13
  72. package/src/icons/ast/ActivityFilled.ts +8 -0
  73. package/src/icons/ast/AiAssistantFilled.ts +8 -0
  74. package/src/icons/ast/AiFiberyBuild.ts +8 -0
  75. package/src/icons/ast/Anthropic.ts +1 -1
  76. package/src/icons/ast/Apple.ts +8 -0
  77. package/src/icons/ast/ArrowBottom.ts +1 -1
  78. package/src/icons/ast/ArrowForward.ts +1 -1
  79. package/src/icons/ast/ArrowLeft.ts +1 -1
  80. package/src/icons/ast/ArrowRight.ts +1 -1
  81. package/src/icons/ast/ArrowTop.ts +1 -1
  82. package/src/icons/ast/CollapseAllHorizontal.ts +8 -0
  83. package/src/icons/ast/Crosshair.ts +8 -0
  84. package/src/icons/ast/DateRange.ts +1 -1
  85. package/src/icons/ast/Document.ts +8 -0
  86. package/src/icons/ast/EntityCreate.ts +8 -0
  87. package/src/icons/ast/EntityCreateFilled.ts +8 -0
  88. package/src/icons/ast/ExpandAll.ts +8 -0
  89. package/src/icons/ast/ExpandAllHorizontal.ts +8 -0
  90. package/src/icons/ast/FiberyDesktopApp.ts +8 -0
  91. package/src/icons/ast/FileDownload.ts +8 -0
  92. package/src/icons/ast/GlobeUnpublish.ts +8 -0
  93. package/src/icons/ast/GraduationCapFilled.ts +8 -0
  94. package/src/icons/ast/Home.ts +1 -1
  95. package/src/icons/ast/HomeFilled.ts +8 -0
  96. package/src/icons/ast/ImportFilled.ts +8 -0
  97. package/src/icons/ast/IntegrationsFilled.ts +8 -0
  98. package/src/icons/ast/KeyboardHideDown.ts +8 -0
  99. package/src/icons/ast/LayoutMultiple.ts +8 -0
  100. package/src/icons/ast/LocationEdit.ts +8 -0
  101. package/src/icons/ast/MessagePlus.ts +8 -0
  102. package/src/icons/ast/OpenAi.ts +1 -1
  103. package/src/icons/ast/RicheditorHistoryRedo.ts +1 -1
  104. package/src/icons/ast/RicheditorHistoryUndo.ts +1 -1
  105. package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
  106. package/src/icons/ast/RicheditorMarkStrike.ts +1 -1
  107. package/src/icons/ast/RicheditorMarkUnderline.ts +1 -1
  108. package/src/icons/ast/SearchFilled.ts +8 -0
  109. package/src/icons/ast/SettingsFilled.ts +8 -0
  110. package/src/icons/ast/SlideMenuFilled.ts +8 -0
  111. package/src/icons/ast/SpaceApp.ts +8 -0
  112. package/src/icons/ast/SpaceGenerate.ts +8 -0
  113. package/src/icons/ast/SpaceScratch.ts +8 -0
  114. package/src/icons/ast/SpaceTemplate.ts +8 -0
  115. package/src/icons/ast/TableLayout.ts +8 -0
  116. package/src/icons/ast/TemplatesFilled.ts +8 -0
  117. package/src/icons/ast/ThumbsDown.ts +8 -0
  118. package/src/icons/ast/ThumbsUp.ts +8 -0
  119. package/src/icons/ast/TypeDate.ts +1 -1
  120. package/src/icons/ast/ViewDashboard.ts +8 -0
  121. package/src/icons/ast/WarningTriangleFilled.ts +8 -0
  122. package/src/icons/ast/Windows.ts +8 -0
  123. package/src/icons/ast/index.tsx +37 -0
  124. package/src/icons/react/ActivityFilled.tsx +13 -0
  125. package/src/icons/react/AiAssistantFilled.tsx +13 -0
  126. package/src/icons/react/AiFiberyBuild.tsx +13 -0
  127. package/src/icons/react/Apple.tsx +13 -0
  128. package/src/icons/react/CollapseAllHorizontal.tsx +13 -0
  129. package/src/icons/react/Crosshair.tsx +13 -0
  130. package/src/icons/react/Document.tsx +13 -0
  131. package/src/icons/react/EntityCreate.tsx +13 -0
  132. package/src/icons/react/EntityCreateFilled.tsx +13 -0
  133. package/src/icons/react/ExpandAll.tsx +13 -0
  134. package/src/icons/react/ExpandAllHorizontal.tsx +13 -0
  135. package/src/icons/react/FiberyDesktopApp.tsx +13 -0
  136. package/src/icons/react/FileDownload.tsx +13 -0
  137. package/src/icons/react/GlobeUnpublish.tsx +13 -0
  138. package/src/icons/react/GraduationCapFilled.tsx +13 -0
  139. package/src/icons/react/HomeFilled.tsx +13 -0
  140. package/src/icons/react/ImportFilled.tsx +13 -0
  141. package/src/icons/react/IntegrationsFilled.tsx +13 -0
  142. package/src/icons/react/KeyboardHideDown.tsx +13 -0
  143. package/src/icons/react/LayoutMultiple.tsx +13 -0
  144. package/src/icons/react/LocationEdit.tsx +13 -0
  145. package/src/icons/react/MessagePlus.tsx +13 -0
  146. package/src/icons/react/RicheditorMarkHighlight.tsx +13 -0
  147. package/src/icons/react/SearchFilled.tsx +13 -0
  148. package/src/icons/react/SettingsFilled.tsx +13 -0
  149. package/src/icons/react/SlideMenuFilled.tsx +13 -0
  150. package/src/icons/react/SpaceApp.tsx +13 -0
  151. package/src/icons/react/SpaceGenerate.tsx +13 -0
  152. package/src/icons/react/SpaceScratch.tsx +13 -0
  153. package/src/icons/react/SpaceTemplate.tsx +13 -0
  154. package/src/icons/react/TableLayout.tsx +13 -0
  155. package/src/icons/react/TemplatesFilled.tsx +13 -0
  156. package/src/icons/react/ThumbsDown.tsx +13 -0
  157. package/src/icons/react/ThumbsUp.tsx +13 -0
  158. package/src/icons/react/ViewDashboard.tsx +13 -0
  159. package/src/icons/react/WarningTriangleFilled.tsx +13 -0
  160. package/src/icons/react/Windows.tsx +13 -0
  161. package/src/icons/react/index.tsx +37 -0
  162. package/src/icons/svg/activity-filled.svg +4 -0
  163. package/src/icons/svg/ai-assistant-filled.svg +3 -0
  164. package/src/icons/svg/ai-fibery-build.svg +24 -0
  165. package/src/icons/svg/anthropic.svg +2 -14
  166. package/src/icons/svg/apple.svg +4 -0
  167. package/src/icons/svg/arrow-bottom.svg +1 -1
  168. package/src/icons/svg/arrow-forward.svg +1 -1
  169. package/src/icons/svg/arrow-left.svg +1 -1
  170. package/src/icons/svg/arrow-right.svg +1 -1
  171. package/src/icons/svg/arrow-top.svg +1 -1
  172. package/src/icons/svg/collapse-all-horizontal.svg +3 -0
  173. package/src/icons/svg/crosshair.svg +4 -0
  174. package/src/icons/svg/date-range.svg +3 -3
  175. package/src/icons/svg/document.svg +4 -0
  176. package/src/icons/svg/entity-create-filled.svg +4 -0
  177. package/src/icons/svg/entity-create.svg +3 -0
  178. package/src/icons/svg/expand-all-horizontal.svg +3 -0
  179. package/src/icons/svg/expand-all.svg +3 -0
  180. package/src/icons/svg/fibery-desktop-app.svg +101 -0
  181. package/src/icons/svg/file-download.svg +4 -0
  182. package/src/icons/svg/globe-unpublish.svg +4 -0
  183. package/src/icons/svg/go-to.svg +1 -3
  184. package/src/icons/svg/graduation-cap-filled.svg +4 -0
  185. package/src/icons/svg/home-filled.svg +3 -0
  186. package/src/icons/svg/home.svg +4 -2
  187. package/src/icons/svg/import-filled.svg +4 -0
  188. package/src/icons/svg/integrations-filled.svg +4 -0
  189. package/src/icons/svg/keyboard-hide-down.svg +1 -0
  190. package/src/icons/svg/layout-multiple.svg +3 -0
  191. package/src/icons/svg/location-edit.svg +13 -0
  192. package/src/icons/svg/message-plus.svg +4 -0
  193. package/src/icons/svg/open-ai.svg +2 -7
  194. package/src/icons/svg/open-as-page.svg +2 -3
  195. package/src/icons/svg/richeditor/history/redo.svg +3 -2
  196. package/src/icons/svg/richeditor/history/undo.svg +3 -2
  197. package/src/icons/svg/richeditor/mark/code.svg +4 -5
  198. package/src/icons/svg/richeditor/mark/em.svg +3 -2
  199. package/src/icons/svg/richeditor/mark/highlight.svg +3 -0
  200. package/src/icons/svg/richeditor/mark/strike.svg +3 -2
  201. package/src/icons/svg/richeditor/mark/strong.svg +3 -2
  202. package/src/icons/svg/richeditor/mark/underline.svg +4 -2
  203. package/src/icons/svg/search-filled.svg +3 -0
  204. package/src/icons/svg/settings-filled.svg +3 -0
  205. package/src/icons/svg/slide-menu-filled.svg +1 -0
  206. package/src/icons/svg/space-app.svg +3 -0
  207. package/src/icons/svg/space-generate.svg +3 -0
  208. package/src/icons/svg/space-scratch.svg +3 -0
  209. package/src/icons/svg/space-template.svg +3 -0
  210. package/src/icons/svg/table-layout.svg +3 -0
  211. package/src/icons/svg/templates-filled.svg +6 -0
  212. package/src/icons/svg/thumbs-down.svg +3 -0
  213. package/src/icons/svg/thumbs-up.svg +3 -0
  214. package/src/icons/svg/type/date.svg +3 -2
  215. package/src/icons/svg/view-dashboard.svg +5 -0
  216. package/src/icons/svg/warning-triangle-filled.svg +3 -0
  217. package/src/icons/svg/windows.svg +15 -0
  218. package/src/images-gallery/images-gallery.tsx +254 -0
  219. package/src/images-gallery/zoom.tsx +112 -0
  220. package/src/integration-compact-info-button.tsx +3 -1
  221. package/src/is-in-popup.ts +1 -1
  222. package/src/layout-styles.ts +43 -0
  223. package/src/lists/actions-menu-row-surface.tsx +3 -1
  224. package/src/lists/list-row-surface.tsx +9 -2
  225. package/src/loaders.tsx +6 -6
  226. package/src/logo.tsx +16 -9
  227. package/src/mobile-keyboard-aware-popup.tsx +87 -0
  228. package/src/mobile-styles.ts +10 -0
  229. package/src/modal-menu/contexts/modal-menu-context.tsx +22 -0
  230. package/src/modal-menu/contexts/modal-submenu-context.tsx +16 -0
  231. package/src/modal-menu/index.tsx +14 -0
  232. package/src/modal-menu/modal-menu-content.tsx +68 -0
  233. package/src/modal-menu/modal-menu-group.tsx +10 -0
  234. package/src/modal-menu/modal-menu-item.tsx +37 -0
  235. package/src/modal-menu/modal-menu-label.tsx +24 -0
  236. package/src/modal-menu/modal-menu-root.tsx +57 -0
  237. package/src/modal-menu/modal-menu-separator.tsx +14 -0
  238. package/src/modal-menu/modal-menu-trigger.tsx +37 -0
  239. package/src/modal-menu/modal-submenu-content.tsx +49 -0
  240. package/src/modal-menu/modal-submenu-trigger.tsx +34 -0
  241. package/src/modal-menu/modal-submenu.tsx +17 -0
  242. package/src/new-badge.tsx +4 -7
  243. package/src/number-input/text-area-auto-sized.tsx +47 -0
  244. package/src/number-input/text-input-auto-sized.tsx +49 -0
  245. package/src/online-users.tsx +3 -3
  246. package/src/palette.ts +50 -50
  247. package/src/popover/index.tsx +687 -0
  248. package/src/popover/mobile-popup-context.tsx +29 -0
  249. package/src/{popup → popover}/modifiers.tsx +0 -7
  250. package/src/{popup → popover}/popup-modifiers-context.ts +3 -3
  251. package/src/reactions/reaction-button.tsx +30 -45
  252. package/src/reactions/reaction-picker.tsx +39 -45
  253. package/src/rich-text-embed-error.tsx +2 -2
  254. package/src/select/{custom-select-partials → components}/menu.tsx +13 -7
  255. package/src/select/{custom-select-partials → components}/no-option-message.tsx +0 -1
  256. package/src/select/constants.ts +1 -0
  257. package/src/select/index.tsx +143 -148
  258. package/src/select/select-in-popover.tsx +119 -138
  259. package/src/select/styles.ts +60 -24
  260. package/src/shortcut-badge.tsx +1 -0
  261. package/src/tab-nav/tab-nav.tsx +47 -28
  262. package/src/theme-provider.tsx +9 -1
  263. package/src/toast/primitives.tsx +8 -1
  264. package/src/toggle-button/round-toggle-button.tsx +23 -0
  265. package/src/toggle-button/toggle-button-group.tsx +34 -0
  266. package/src/toggle-button/toggle-button.tsx +164 -0
  267. package/src/toggle.tsx +3 -3
  268. package/src/tooltip-if-overflown.tsx +9 -3
  269. package/src/tooltip.tsx +2 -2
  270. package/src/unit/index.tsx +9 -1
  271. package/src/unit/loading-unit-value.tsx +1 -0
  272. package/src/unit/maybe-unit-value.tsx +3 -3
  273. package/src/unit/primitive.tsx +58 -42
  274. package/src/unit/styles.ts +10 -14
  275. package/src/unit/types.ts +4 -2
  276. package/src/unit/unit-button-group.tsx +6 -11
  277. package/src/unit/unit-content.tsx +13 -5
  278. package/src/unit/unit-with-title.tsx +6 -1
  279. package/src/unit/unit-with-tooltip.tsx +24 -9
  280. package/src/use-is-phone.tsx +37 -0
  281. package/src/use-is-support-hover.ts +1 -1
  282. package/src/use-on-screen-keyboard-data.tsx +66 -0
  283. package/src/workflow-progress-icon.tsx +17 -23
  284. package/src/number-input/text-area-with-autosize.tsx +0 -91
  285. package/src/number-input/text-inline-input-with-autosize.tsx +0 -60
  286. package/src/popup/index.tsx +0 -382
  287. package/src/use-is-phone.ts +0 -5
  288. /package/src/{popup → popover}/popup-stack-context.tsx +0 -0
  289. /package/src/{popup → popover}/reference.ts +0 -0
  290. /package/src/{popup → popover}/styles.ts +0 -0
  291. /package/src/{popup → popover}/use-click-outside.ts +0 -0
  292. /package/src/select/{custom-select-partials → components}/clear-indicator.tsx +0 -0
  293. /package/src/select/{custom-select-partials → components}/drop-down-indicator.tsx +0 -0
  294. /package/src/select/{custom-select-partials → components}/group-heading.tsx +0 -0
  295. /package/src/select/{custom-select-partials → components}/menu-list-virtualized.tsx +0 -0
  296. /package/src/select/{custom-select-partials → components}/option.tsx +0 -0
@@ -1,6 +1,7 @@
1
1
  // This icon file is generated automatically.
2
2
  export { default as Abort } from './Abort';
3
3
  export { default as AccessTemplate } from './AccessTemplate';
4
+ export { default as ActivityFilled } from './ActivityFilled';
4
5
  export { default as ActivityLog } from './ActivityLog';
5
6
  export { default as Activity } from './Activity';
6
7
  export { default as AddAfter } from './AddAfter';
@@ -11,8 +12,10 @@ export { default as AddGroup } from './AddGroup';
11
12
  export { default as AddIntegration } from './AddIntegration';
12
13
  export { default as AddReactions } from './AddReactions';
13
14
  export { default as Add } from './Add';
15
+ export { default as AiAssistantFilled } from './AiAssistantFilled';
14
16
  export { default as AiAssistant } from './AiAssistant';
15
17
  export { default as AiAvatar } from './AiAvatar';
18
+ export { default as AiFiberyBuild } from './AiFiberyBuild';
16
19
  export { default as AiSearch } from './AiSearch';
17
20
  export { default as AlertTriangle } from './AlertTriangle';
18
21
  export { default as Anthropic } from './Anthropic';
@@ -26,6 +29,7 @@ export { default as App } from './App';
26
29
  export { default as AppearanceAuto } from './AppearanceAuto';
27
30
  export { default as AppearanceDark } from './AppearanceDark';
28
31
  export { default as AppearanceLight } from './AppearanceLight';
32
+ export { default as Apple } from './Apple';
29
33
  export { default as ArrowBarLeft } from './ArrowBarLeft';
30
34
  export { default as ArrowBarRight } from './ArrowBarRight';
31
35
  export { default as ArrowBottom } from './ArrowBottom';
@@ -71,6 +75,7 @@ export { default as ClockAlarm } from './ClockAlarm';
71
75
  export { default as ClockForward } from './ClockForward';
72
76
  export { default as Clock } from './Clock';
73
77
  export { default as Close } from './Close';
78
+ export { default as CollapseAllHorizontal } from './CollapseAllHorizontal';
74
79
  export { default as CollapseAll } from './CollapseAll';
75
80
  export { default as ColorCodingFilled } from './ColorCodingFilled';
76
81
  export { default as ColorCoding } from './ColorCoding';
@@ -82,6 +87,7 @@ export { default as Copy } from './Copy';
82
87
  export { default as Create } from './Create';
83
88
  export { default as CreditsFilled } from './CreditsFilled';
84
89
  export { default as CrossCircle } from './CrossCircle';
90
+ export { default as Crosshair } from './Crosshair';
85
91
  export { default as Csv } from './Csv';
86
92
  export { default as DatabaseOff } from './DatabaseOff';
87
93
  export { default as DatabaseStroke } from './DatabaseStroke';
@@ -90,6 +96,7 @@ export { default as DateRange } from './DateRange';
90
96
  export { default as Delete } from './Delete';
91
97
  export { default as Demo } from './Demo';
92
98
  export { default as Dependency } from './Dependency';
99
+ export { default as Document } from './Document';
93
100
  export { default as DoubleArrowLeft } from './DoubleArrowLeft';
94
101
  export { default as DoubleArrowRight } from './DoubleArrowRight';
95
102
  export { default as DragBlockHandleSingle } from './DragBlockHandleSingle';
@@ -100,8 +107,12 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
100
107
  export { default as EditValue } from './EditValue';
101
108
  export { default as Email } from './Email';
102
109
  export { default as EmojiDelete } from './EmojiDelete';
110
+ export { default as EntityCreateFilled } from './EntityCreateFilled';
111
+ export { default as EntityCreate } from './EntityCreate';
103
112
  export { default as EntityMerge } from './EntityMerge';
104
113
  export { default as Equation } from './Equation';
114
+ export { default as ExpandAllHorizontal } from './ExpandAllHorizontal';
115
+ export { default as ExpandAll } from './ExpandAll';
105
116
  export { default as Export } from './Export';
106
117
  export { default as ExtensionAssignments } from './ExtensionAssignments';
107
118
  export { default as ExtensionAvatar } from './ExtensionAvatar';
@@ -113,10 +124,12 @@ export { default as Eye } from './Eye';
113
124
  export { default as FavoritesChecked } from './FavoritesChecked';
114
125
  export { default as FavoritesOff } from './FavoritesOff';
115
126
  export { default as Favorites } from './Favorites';
127
+ export { default as FiberyDesktopApp } from './FiberyDesktopApp';
116
128
  export { default as FiberyMono } from './FiberyMono';
117
129
  export { default as FieldUnit } from './FieldUnit';
118
130
  export { default as Fields } from './Fields';
119
131
  export { default as Figma } from './Figma';
132
+ export { default as FileDownload } from './FileDownload';
120
133
  export { default as FileUpload } from './FileUpload';
121
134
  export { default as Filter } from './Filter';
122
135
  export { default as FitToScreen } from './FitToScreen';
@@ -132,21 +145,26 @@ export { default as Gift } from './Gift';
132
145
  export { default as Github } from './Github';
133
146
  export { default as Gitlab } from './Gitlab';
134
147
  export { default as GlobeSimple } from './GlobeSimple';
148
+ export { default as GlobeUnpublish } from './GlobeUnpublish';
135
149
  export { default as Globe } from './Globe';
136
150
  export { default as GoTo } from './GoTo';
137
151
  export { default as GoogleDrive } from './GoogleDrive';
138
152
  export { default as GoogleMap } from './GoogleMap';
153
+ export { default as GraduationCapFilled } from './GraduationCapFilled';
139
154
  export { default as HeadphonesAi } from './HeadphonesAi';
140
155
  export { default as Headphones } from './Headphones';
141
156
  export { default as Hide } from './Hide';
142
157
  export { default as Highlights } from './Highlights';
143
158
  export { default as Hint } from './Hint';
159
+ export { default as HomeFilled } from './HomeFilled';
144
160
  export { default as Home } from './Home';
145
161
  export { default as ImageXmark } from './ImageXmark';
162
+ export { default as ImportFilled } from './ImportFilled';
146
163
  export { default as Import } from './Import';
147
164
  export { default as InfoCircleFilled } from './InfoCircleFilled';
148
165
  export { default as InfoCircle } from './InfoCircle';
149
166
  export { default as Integration } from './Integration';
167
+ export { default as IntegrationsFilled } from './IntegrationsFilled';
150
168
  export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
151
169
  export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
152
170
  export { default as IntegrationsIntegrationSlackColor } from './IntegrationsIntegrationSlackColor';
@@ -156,14 +174,17 @@ export { default as ItemsTimeline } from './ItemsTimeline';
156
174
  export { default as Items } from './Items';
157
175
  export { default as Jira } from './Jira';
158
176
  export { default as Key } from './Key';
177
+ export { default as KeyboardHideDown } from './KeyboardHideDown';
159
178
  export { default as Lab } from './Lab';
160
179
  export { default as LayoutDouble } from './LayoutDouble';
180
+ export { default as LayoutMultiple } from './LayoutMultiple';
161
181
  export { default as LayoutSingle } from './LayoutSingle';
162
182
  export { default as LeftPanel } from './LeftPanel';
163
183
  export { default as LevelPlus } from './LevelPlus';
164
184
  export { default as Levels } from './Levels';
165
185
  export { default as LineDivider } from './LineDivider';
166
186
  export { default as Link } from './Link';
187
+ export { default as LocationEdit } from './LocationEdit';
167
188
  export { default as LockOutline } from './LockOutline';
168
189
  export { default as Lock } from './Lock';
169
190
  export { default as Logout } from './Logout';
@@ -176,6 +197,7 @@ export { default as MapMode } from './MapMode';
176
197
  export { default as Markdown } from './Markdown';
177
198
  export { default as MenuCollapser } from './MenuCollapser';
178
199
  export { default as MessagePlusSquare } from './MessagePlusSquare';
200
+ export { default as MessagePlus } from './MessagePlus';
179
201
  export { default as Milestones } from './Milestones';
180
202
  export { default as Minus } from './Minus';
181
203
  export { default as Miro } from './Miro';
@@ -257,6 +279,7 @@ export { default as RicheditorListOrdered } from './RicheditorListOrdered';
257
279
  export { default as RicheditorListUnindent } from './RicheditorListUnindent';
258
280
  export { default as RicheditorMarkCode } from './RicheditorMarkCode';
259
281
  export { default as RicheditorMarkEm } from './RicheditorMarkEm';
282
+ export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
260
283
  export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
261
284
  export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
262
285
  export { default as RicheditorMarkTextBackgroundColor } from './RicheditorMarkTextBackgroundColor';
@@ -269,6 +292,7 @@ export { default as RightPanel } from './RightPanel';
269
292
  export { default as Rows } from './Rows';
270
293
  export { default as RuleScheduled } from './RuleScheduled';
271
294
  export { default as SearchAdd } from './SearchAdd';
295
+ export { default as SearchFilled } from './SearchFilled';
272
296
  export { default as SearchRemove } from './SearchRemove';
273
297
  export { default as Search } from './Search';
274
298
  export { default as SelfReferenceOff } from './SelfReferenceOff';
@@ -276,6 +300,7 @@ export { default as SelfReferenceOn } from './SelfReferenceOn';
276
300
  export { default as SendArrow } from './SendArrow';
277
301
  export { default as SendBackward } from './SendBackward';
278
302
  export { default as SendToBack } from './SendToBack';
303
+ export { default as SettingsFilled } from './SettingsFilled';
279
304
  export { default as SettingsOff } from './SettingsOff';
280
305
  export { default as Settings } from './Settings';
281
306
  export { default as Share } from './Share';
@@ -289,22 +314,31 @@ export { default as SimpleCompass } from './SimpleCompass';
289
314
  export { default as SlackIcon } from './SlackIcon';
290
315
  export { default as Slack } from './Slack';
291
316
  export { default as SlideMenuClose } from './SlideMenuClose';
317
+ export { default as SlideMenuFilled } from './SlideMenuFilled';
292
318
  export { default as SlideMenuOpen } from './SlideMenuOpen';
293
319
  export { default as SlideMenu } from './SlideMenu';
294
320
  export { default as SmartFolder } from './SmartFolder';
295
321
  export { default as SortOnBottom } from './SortOnBottom';
296
322
  export { default as SortOnTop } from './SortOnTop';
297
323
  export { default as Sort } from './Sort';
324
+ export { default as SpaceApp } from './SpaceApp';
325
+ export { default as SpaceGenerate } from './SpaceGenerate';
298
326
  export { default as SpaceList } from './SpaceList';
327
+ export { default as SpaceScratch } from './SpaceScratch';
328
+ export { default as SpaceTemplate } from './SpaceTemplate';
299
329
  export { default as Spinner } from './Spinner';
300
330
  export { default as Success } from './Success';
301
331
  export { default as SuggestIntegration } from './SuggestIntegration';
332
+ export { default as TableLayout } from './TableLayout';
302
333
  export { default as Template } from './Template';
334
+ export { default as TemplatesFilled } from './TemplatesFilled';
303
335
  export { default as Templates } from './Templates';
304
336
  export { default as Terminal } from './Terminal';
305
337
  export { default as TextToolAlignBottom } from './TextToolAlignBottom';
306
338
  export { default as TextToolAlignMiddle } from './TextToolAlignMiddle';
307
339
  export { default as TextToolAlignTop } from './TextToolAlignTop';
340
+ export { default as ThumbsDown } from './ThumbsDown';
341
+ export { default as ThumbsUp } from './ThumbsUp';
308
342
  export { default as Twitter } from './Twitter';
309
343
  export { default as TypeBoolean } from './TypeBoolean';
310
344
  export { default as TypeButton } from './TypeButton';
@@ -355,6 +389,7 @@ export { default as ViewBoard } from './ViewBoard';
355
389
  export { default as ViewCalendar } from './ViewCalendar';
356
390
  export { default as ViewCanvas } from './ViewCanvas';
357
391
  export { default as ViewChart } from './ViewChart';
392
+ export { default as ViewDashboard } from './ViewDashboard';
358
393
  export { default as ViewDetails } from './ViewDetails';
359
394
  export { default as ViewDocument } from './ViewDocument';
360
395
  export { default as ViewFeed } from './ViewFeed';
@@ -366,8 +401,10 @@ export { default as ViewPage } from './ViewPage';
366
401
  export { default as ViewTable } from './ViewTable';
367
402
  export { default as ViewTimeline } from './ViewTimeline';
368
403
  export { default as Views } from './Views';
404
+ export { default as WarningTriangleFilled } from './WarningTriangleFilled';
369
405
  export { default as WarningTriangle } from './WarningTriangle';
370
406
  export { default as Warning } from './Warning';
407
+ export { default as Windows } from './Windows';
371
408
  export { default as WorkspaceMap } from './WorkspaceMap';
372
409
  export { default as Youtube } from './Youtube';
373
410
  export { default as ZoomIn } from './ZoomIn';
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ActivityFilledSvg from '../ast/ActivityFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ActivityFilled = forwardRef<SVGSVGElement, IconBaseProps>(function ActivityFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ActivityFilledSvg} />});
12
+
13
+ export default ActivityFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import AiAssistantFilledSvg from '../ast/AiAssistantFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const AiAssistantFilled = forwardRef<SVGSVGElement, IconBaseProps>(function AiAssistantFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={AiAssistantFilledSvg} />});
12
+
13
+ export default AiAssistantFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import AiFiberyBuildSvg from '../ast/AiFiberyBuild';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const AiFiberyBuild = forwardRef<SVGSVGElement, IconBaseProps>(function AiFiberyBuild(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={AiFiberyBuildSvg} />});
12
+
13
+ export default AiFiberyBuild;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import AppleSvg from '../ast/Apple';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const Apple = forwardRef<SVGSVGElement, IconBaseProps>(function Apple(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={AppleSvg} />});
12
+
13
+ export default Apple;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import CollapseAllHorizontalSvg from '../ast/CollapseAllHorizontal';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const CollapseAllHorizontal = forwardRef<SVGSVGElement, IconBaseProps>(function CollapseAllHorizontal(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={CollapseAllHorizontalSvg} />});
12
+
13
+ export default CollapseAllHorizontal;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import CrosshairSvg from '../ast/Crosshair';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const Crosshair = forwardRef<SVGSVGElement, IconBaseProps>(function Crosshair(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={CrosshairSvg} />});
12
+
13
+ export default Crosshair;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import DocumentSvg from '../ast/Document';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const Document = forwardRef<SVGSVGElement, IconBaseProps>(function Document(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={DocumentSvg} />});
12
+
13
+ export default Document;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import EntityCreateSvg from '../ast/EntityCreate';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const EntityCreate = forwardRef<SVGSVGElement, IconBaseProps>(function EntityCreate(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={EntityCreateSvg} />});
12
+
13
+ export default EntityCreate;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import EntityCreateFilledSvg from '../ast/EntityCreateFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const EntityCreateFilled = forwardRef<SVGSVGElement, IconBaseProps>(function EntityCreateFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={EntityCreateFilledSvg} />});
12
+
13
+ export default EntityCreateFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ExpandAllSvg from '../ast/ExpandAll';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ExpandAll = forwardRef<SVGSVGElement, IconBaseProps>(function ExpandAll(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ExpandAllSvg} />});
12
+
13
+ export default ExpandAll;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ExpandAllHorizontalSvg from '../ast/ExpandAllHorizontal';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ExpandAllHorizontal = forwardRef<SVGSVGElement, IconBaseProps>(function ExpandAllHorizontal(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ExpandAllHorizontalSvg} />});
12
+
13
+ export default ExpandAllHorizontal;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import FiberyDesktopAppSvg from '../ast/FiberyDesktopApp';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const FiberyDesktopApp = forwardRef<SVGSVGElement, IconBaseProps>(function FiberyDesktopApp(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={FiberyDesktopAppSvg} />});
12
+
13
+ export default FiberyDesktopApp;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import FileDownloadSvg from '../ast/FileDownload';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const FileDownload = forwardRef<SVGSVGElement, IconBaseProps>(function FileDownload(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={FileDownloadSvg} />});
12
+
13
+ export default FileDownload;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import GlobeUnpublishSvg from '../ast/GlobeUnpublish';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const GlobeUnpublish = forwardRef<SVGSVGElement, IconBaseProps>(function GlobeUnpublish(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={GlobeUnpublishSvg} />});
12
+
13
+ export default GlobeUnpublish;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import GraduationCapFilledSvg from '../ast/GraduationCapFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const GraduationCapFilled = forwardRef<SVGSVGElement, IconBaseProps>(function GraduationCapFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={GraduationCapFilledSvg} />});
12
+
13
+ export default GraduationCapFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import HomeFilledSvg from '../ast/HomeFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const HomeFilled = forwardRef<SVGSVGElement, IconBaseProps>(function HomeFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={HomeFilledSvg} />});
12
+
13
+ export default HomeFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ImportFilledSvg from '../ast/ImportFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ImportFilled = forwardRef<SVGSVGElement, IconBaseProps>(function ImportFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ImportFilledSvg} />});
12
+
13
+ export default ImportFilled;
@@ -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 KeyboardHideDownSvg from '../ast/KeyboardHideDown';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const KeyboardHideDown = forwardRef<SVGSVGElement, IconBaseProps>(function KeyboardHideDown(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={KeyboardHideDownSvg} />});
12
+
13
+ export default KeyboardHideDown;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import LayoutMultipleSvg from '../ast/LayoutMultiple';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const LayoutMultiple = forwardRef<SVGSVGElement, IconBaseProps>(function LayoutMultiple(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={LayoutMultipleSvg} />});
12
+
13
+ export default LayoutMultiple;
@@ -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 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 SearchFilledSvg from '../ast/SearchFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SearchFilled = forwardRef<SVGSVGElement, IconBaseProps>(function SearchFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SearchFilledSvg} />});
12
+
13
+ export default SearchFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SettingsFilledSvg from '../ast/SettingsFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SettingsFilled = forwardRef<SVGSVGElement, IconBaseProps>(function SettingsFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SettingsFilledSvg} />});
12
+
13
+ export default SettingsFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import SlideMenuFilledSvg from '../ast/SlideMenuFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const SlideMenuFilled = forwardRef<SVGSVGElement, IconBaseProps>(function SlideMenuFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={SlideMenuFilledSvg} />});
12
+
13
+ export default SlideMenuFilled;
@@ -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 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;