@contentful/f36-icons 5.0.0-alpha.0 → 5.0.0-alpha.2

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 (224) hide show
  1. package/dist/esm/custom/EmbeddedBlockIcon.js +21 -0
  2. package/dist/esm/custom/EmbeddedLineIcon.js +23 -0
  3. package/dist/esm/custom/EntryIcon.js +18 -0
  4. package/dist/esm/custom/EnvironmentAliasIcon.js +21 -0
  5. package/dist/esm/custom/EnvironmentIcon.js +18 -0
  6. package/dist/esm/custom/ReleaseIcon.js +19 -0
  7. package/dist/esm/custom/RichTextIcon.js +25 -0
  8. package/dist/esm/custom/TextSubscriptIcon.js +19 -0
  9. package/dist/esm/custom/TextSuperscriptIcon.js +19 -0
  10. package/dist/esm/custom/WorkflowsIcon.js +18 -0
  11. package/dist/esm/index.js +108 -9
  12. package/dist/esm/vendor/phosphor/ArrowCounterClockwiseIcon.js +3 -0
  13. package/dist/esm/vendor/phosphor/ArrowDownIcon.js +3 -0
  14. package/dist/esm/vendor/phosphor/ArrowLeftIcon.js +3 -0
  15. package/dist/esm/vendor/phosphor/ArrowRightIcon.js +3 -0
  16. package/dist/esm/vendor/phosphor/ArrowSquareOutIcon.js +3 -0
  17. package/dist/esm/vendor/phosphor/ArrowUpIcon.js +3 -0
  18. package/dist/esm/vendor/phosphor/ArrowsLeftRightIcon.js +3 -0
  19. package/dist/esm/vendor/phosphor/BookmarkSimpleIcon.js +3 -0
  20. package/dist/esm/vendor/phosphor/BracketsCurlyIcon.js +3 -0
  21. package/dist/esm/vendor/phosphor/CalendarBlankIcon.js +3 -0
  22. package/dist/esm/vendor/phosphor/CaretDownIcon.js +3 -0
  23. package/dist/esm/vendor/phosphor/CaretLeftIcon.js +3 -0
  24. package/dist/esm/vendor/phosphor/CaretRightIcon.js +3 -0
  25. package/dist/esm/vendor/phosphor/CaretUpDownIcon.js +3 -0
  26. package/dist/esm/vendor/phosphor/CaretUpIcon.js +3 -0
  27. package/dist/esm/vendor/phosphor/ChatIcon.js +3 -0
  28. package/dist/esm/vendor/phosphor/CheckCircleIcon.js +3 -0
  29. package/dist/esm/vendor/phosphor/CheckIcon.js +3 -0
  30. package/dist/esm/vendor/phosphor/ClockCounterClockwiseIcon.js +3 -0
  31. package/dist/esm/vendor/phosphor/ClockIcon.js +3 -0
  32. package/dist/esm/vendor/phosphor/CloudArrowUpIcon.js +3 -0
  33. package/dist/esm/vendor/phosphor/CodeSimpleIcon.js +3 -0
  34. package/dist/esm/vendor/phosphor/CopySimpleIcon.js +3 -0
  35. package/dist/esm/vendor/phosphor/DotsSixVerticalIcon.js +3 -0
  36. package/dist/esm/vendor/phosphor/DotsThreeIcon.js +3 -0
  37. package/dist/esm/vendor/phosphor/DownloadSimpleIcon.js +3 -0
  38. package/dist/esm/vendor/phosphor/EyeClosedIcon.js +3 -0
  39. package/dist/esm/vendor/phosphor/EyeIcon.js +3 -0
  40. package/dist/esm/vendor/phosphor/FileAudioIcon.js +3 -0
  41. package/dist/esm/vendor/phosphor/FileCodeIcon.js +3 -0
  42. package/dist/esm/vendor/phosphor/FileIcon.js +3 -0
  43. package/dist/esm/vendor/phosphor/FilePdfIcon.js +3 -0
  44. package/dist/esm/vendor/phosphor/FileTextIcon.js +3 -0
  45. package/dist/esm/vendor/phosphor/FileVideoIcon.js +3 -0
  46. package/dist/esm/vendor/phosphor/FolderOpenIcon.js +3 -0
  47. package/dist/esm/vendor/phosphor/FolderSimpleIcon.js +3 -0
  48. package/dist/esm/vendor/phosphor/FolderSimplePlusIcon.js +3 -0
  49. package/dist/esm/vendor/phosphor/FunnelSimpleIcon.js +3 -0
  50. package/dist/esm/vendor/phosphor/GearSixIcon.js +3 -0
  51. package/dist/esm/vendor/phosphor/GlobeIcon.js +3 -0
  52. package/dist/esm/vendor/phosphor/HashStraightIcon.js +3 -0
  53. package/dist/esm/vendor/phosphor/ImageSquareIcon.js +3 -0
  54. package/dist/esm/vendor/phosphor/InfoIcon.js +3 -0
  55. package/dist/esm/vendor/phosphor/LinkSimpleHorizontalIcon.js +3 -0
  56. package/dist/esm/vendor/phosphor/ListBulletsIcon.js +3 -0
  57. package/dist/esm/vendor/phosphor/ListIcon.js +3 -0
  58. package/dist/esm/vendor/phosphor/ListNumbersIcon.js +3 -0
  59. package/dist/esm/vendor/phosphor/LockSimpleIcon.js +3 -0
  60. package/dist/esm/vendor/phosphor/LockSimpleOpenIcon.js +3 -0
  61. package/dist/esm/vendor/phosphor/MagnifyingGlassIcon.js +3 -0
  62. package/dist/esm/vendor/phosphor/MapPinLineIcon.js +3 -0
  63. package/dist/esm/vendor/phosphor/MinusIcon.js +3 -0
  64. package/dist/esm/vendor/phosphor/PaperPlaneTiltIcon.js +3 -0
  65. package/dist/esm/vendor/phosphor/PenNibIcon.js +3 -0
  66. package/dist/esm/vendor/phosphor/PencilSimpleIcon.js +3 -0
  67. package/dist/esm/vendor/phosphor/PlusIcon.js +3 -0
  68. package/dist/esm/vendor/phosphor/PresentationIcon.js +3 -0
  69. package/dist/esm/vendor/phosphor/PuzzlePieceIcon.js +3 -0
  70. package/dist/esm/vendor/phosphor/QuestionIcon.js +3 -0
  71. package/dist/esm/vendor/phosphor/QuotesIcon.js +3 -0
  72. package/dist/esm/vendor/phosphor/ReceiptIcon.js +3 -0
  73. package/dist/esm/vendor/phosphor/RepeatIcon.js +3 -0
  74. package/dist/esm/vendor/phosphor/RocketLaunchIcon.js +3 -0
  75. package/dist/esm/vendor/phosphor/ShoppingCartSimpleIcon.js +3 -0
  76. package/dist/esm/vendor/phosphor/SignInIcon.js +3 -0
  77. package/dist/esm/vendor/phosphor/SignOutIcon.js +3 -0
  78. package/dist/esm/vendor/phosphor/SketchLogoIcon.js +3 -0
  79. package/dist/esm/vendor/phosphor/SmileyIcon.js +3 -0
  80. package/dist/esm/vendor/phosphor/SortAscendingIcon.js +3 -0
  81. package/dist/esm/vendor/phosphor/SortDescendingIcon.js +3 -0
  82. package/dist/esm/vendor/phosphor/SparkleIcon.js +3 -0
  83. package/dist/esm/vendor/phosphor/StarIcon.js +3 -0
  84. package/dist/esm/vendor/phosphor/SubtractIcon.js +3 -0
  85. package/dist/esm/vendor/phosphor/SwapIcon.js +3 -0
  86. package/dist/esm/vendor/phosphor/TableIcon.js +3 -0
  87. package/dist/esm/vendor/phosphor/TabsIcon.js +3 -0
  88. package/dist/esm/vendor/phosphor/TagIcon.js +3 -0
  89. package/dist/esm/vendor/phosphor/TextBIcon.js +3 -0
  90. package/dist/esm/vendor/phosphor/TextHFiveIcon.js +3 -0
  91. package/dist/esm/vendor/phosphor/TextHFourIcon.js +3 -0
  92. package/dist/esm/vendor/phosphor/TextHIcon.js +3 -0
  93. package/dist/esm/vendor/phosphor/TextHOneIcon.js +3 -0
  94. package/dist/esm/vendor/phosphor/TextHSixIcon.js +3 -0
  95. package/dist/esm/vendor/phosphor/TextHThreeIcon.js +3 -0
  96. package/dist/esm/vendor/phosphor/TextHTwoIcon.js +3 -0
  97. package/dist/esm/vendor/phosphor/TextItalicIcon.js +3 -0
  98. package/dist/esm/vendor/phosphor/TextTIcon.js +3 -0
  99. package/dist/esm/vendor/phosphor/TextUnderlineIcon.js +3 -0
  100. package/dist/esm/vendor/phosphor/ThumbsDownIcon.js +3 -0
  101. package/dist/esm/vendor/phosphor/ThumbsUpIcon.js +3 -0
  102. package/dist/esm/vendor/phosphor/TrashSimpleIcon.js +3 -0
  103. package/dist/esm/vendor/phosphor/TreeStructureIcon.js +3 -0
  104. package/dist/esm/vendor/phosphor/TriangleIcon.js +3 -0
  105. package/dist/esm/vendor/phosphor/UserIcon.js +3 -0
  106. package/dist/esm/vendor/phosphor/UsersIcon.js +3 -0
  107. package/dist/esm/vendor/phosphor/WarningIcon.js +3 -0
  108. package/dist/esm/vendor/phosphor/WarningOctagonIcon.js +3 -0
  109. package/dist/esm/vendor/phosphor/XIcon.js +3 -0
  110. package/dist/types/custom/EmbeddedBlockIcon.d.ts +2 -0
  111. package/dist/types/custom/EmbeddedLineIcon.d.ts +2 -0
  112. package/dist/types/custom/EntryIcon.d.ts +2 -0
  113. package/dist/types/custom/EnvironmentAliasIcon.d.ts +2 -0
  114. package/dist/types/custom/EnvironmentIcon.d.ts +2 -0
  115. package/dist/types/custom/ReleaseIcon.d.ts +2 -0
  116. package/dist/types/custom/RichTextIcon.d.ts +2 -0
  117. package/dist/types/custom/TextSubscriptIcon.d.ts +2 -0
  118. package/dist/types/custom/TextSuperscriptIcon.d.ts +2 -0
  119. package/dist/types/custom/WorkflowsIcon.d.ts +2 -0
  120. package/dist/types/index.d.ts +109 -0
  121. package/dist/types/vendor/phosphor/ArrowCounterClockwiseIcon.d.ts +2 -0
  122. package/dist/types/vendor/phosphor/ArrowDownIcon.d.ts +2 -0
  123. package/dist/types/vendor/phosphor/ArrowLeftIcon.d.ts +2 -0
  124. package/dist/types/vendor/phosphor/ArrowRightIcon.d.ts +2 -0
  125. package/dist/types/vendor/phosphor/ArrowSquareOutIcon.d.ts +2 -0
  126. package/dist/types/vendor/phosphor/ArrowUpIcon.d.ts +2 -0
  127. package/dist/types/vendor/phosphor/ArrowsLeftRightIcon.d.ts +2 -0
  128. package/dist/types/vendor/phosphor/BookmarkSimpleIcon.d.ts +2 -0
  129. package/dist/types/vendor/phosphor/BracketsCurlyIcon.d.ts +2 -0
  130. package/dist/types/vendor/phosphor/CalendarBlankIcon.d.ts +2 -0
  131. package/dist/types/vendor/phosphor/CaretDownIcon.d.ts +2 -0
  132. package/dist/types/vendor/phosphor/CaretLeftIcon.d.ts +2 -0
  133. package/dist/types/vendor/phosphor/CaretRightIcon.d.ts +2 -0
  134. package/dist/types/vendor/phosphor/CaretUpDownIcon.d.ts +2 -0
  135. package/dist/types/vendor/phosphor/CaretUpIcon.d.ts +2 -0
  136. package/dist/types/vendor/phosphor/ChatIcon.d.ts +2 -0
  137. package/dist/types/vendor/phosphor/CheckCircleIcon.d.ts +2 -0
  138. package/dist/types/vendor/phosphor/CheckIcon.d.ts +2 -0
  139. package/dist/types/vendor/phosphor/ClockCounterClockwiseIcon.d.ts +2 -0
  140. package/dist/types/vendor/phosphor/ClockIcon.d.ts +2 -0
  141. package/dist/types/vendor/phosphor/CloudArrowUpIcon.d.ts +2 -0
  142. package/dist/types/vendor/phosphor/CodeSimpleIcon.d.ts +2 -0
  143. package/dist/types/vendor/phosphor/CopySimpleIcon.d.ts +2 -0
  144. package/dist/types/vendor/phosphor/DotsSixVerticalIcon.d.ts +2 -0
  145. package/dist/types/vendor/phosphor/DotsThreeIcon.d.ts +2 -0
  146. package/dist/types/vendor/phosphor/DownloadSimpleIcon.d.ts +2 -0
  147. package/dist/types/vendor/phosphor/EyeClosedIcon.d.ts +2 -0
  148. package/dist/types/vendor/phosphor/EyeIcon.d.ts +2 -0
  149. package/dist/types/vendor/phosphor/FileAudioIcon.d.ts +2 -0
  150. package/dist/types/vendor/phosphor/FileCodeIcon.d.ts +2 -0
  151. package/dist/types/vendor/phosphor/FileIcon.d.ts +2 -0
  152. package/dist/types/vendor/phosphor/FilePdfIcon.d.ts +2 -0
  153. package/dist/types/vendor/phosphor/FileTextIcon.d.ts +2 -0
  154. package/dist/types/vendor/phosphor/FileVideoIcon.d.ts +2 -0
  155. package/dist/types/vendor/phosphor/FolderOpenIcon.d.ts +2 -0
  156. package/dist/types/vendor/phosphor/FolderSimpleIcon.d.ts +2 -0
  157. package/dist/types/vendor/phosphor/FolderSimplePlusIcon.d.ts +2 -0
  158. package/dist/types/vendor/phosphor/FunnelSimpleIcon.d.ts +2 -0
  159. package/dist/types/vendor/phosphor/GearSixIcon.d.ts +2 -0
  160. package/dist/types/vendor/phosphor/GlobeIcon.d.ts +2 -0
  161. package/dist/types/vendor/phosphor/HashStraightIcon.d.ts +2 -0
  162. package/dist/types/vendor/phosphor/ImageSquareIcon.d.ts +2 -0
  163. package/dist/types/vendor/phosphor/InfoIcon.d.ts +2 -0
  164. package/dist/types/vendor/phosphor/LinkSimpleHorizontalIcon.d.ts +2 -0
  165. package/dist/types/vendor/phosphor/ListBulletsIcon.d.ts +2 -0
  166. package/dist/types/vendor/phosphor/ListIcon.d.ts +2 -0
  167. package/dist/types/vendor/phosphor/ListNumbersIcon.d.ts +2 -0
  168. package/dist/types/vendor/phosphor/LockSimpleIcon.d.ts +2 -0
  169. package/dist/types/vendor/phosphor/LockSimpleOpenIcon.d.ts +2 -0
  170. package/dist/types/vendor/phosphor/MagnifyingGlassIcon.d.ts +2 -0
  171. package/dist/types/vendor/phosphor/MapPinLineIcon.d.ts +2 -0
  172. package/dist/types/vendor/phosphor/MinusIcon.d.ts +2 -0
  173. package/dist/types/vendor/phosphor/PaperPlaneTiltIcon.d.ts +2 -0
  174. package/dist/types/vendor/phosphor/PenNibIcon.d.ts +2 -0
  175. package/dist/types/vendor/phosphor/PencilSimpleIcon.d.ts +2 -0
  176. package/dist/types/vendor/phosphor/PlusIcon.d.ts +2 -0
  177. package/dist/types/vendor/phosphor/PresentationIcon.d.ts +2 -0
  178. package/dist/types/vendor/phosphor/PuzzlePieceIcon.d.ts +2 -0
  179. package/dist/types/vendor/phosphor/QuestionIcon.d.ts +2 -0
  180. package/dist/types/vendor/phosphor/QuotesIcon.d.ts +2 -0
  181. package/dist/types/vendor/phosphor/ReceiptIcon.d.ts +2 -0
  182. package/dist/types/vendor/phosphor/RepeatIcon.d.ts +2 -0
  183. package/dist/types/vendor/phosphor/RocketLaunchIcon.d.ts +2 -0
  184. package/dist/types/vendor/phosphor/ShoppingCartSimpleIcon.d.ts +2 -0
  185. package/dist/types/vendor/phosphor/SignInIcon.d.ts +2 -0
  186. package/dist/types/vendor/phosphor/SignOutIcon.d.ts +2 -0
  187. package/dist/types/vendor/phosphor/SketchLogoIcon.d.ts +2 -0
  188. package/dist/types/vendor/phosphor/SmileyIcon.d.ts +2 -0
  189. package/dist/types/vendor/phosphor/SortAscendingIcon.d.ts +2 -0
  190. package/dist/types/vendor/phosphor/SortDescendingIcon.d.ts +2 -0
  191. package/dist/types/vendor/phosphor/SparkleIcon.d.ts +2 -0
  192. package/dist/types/vendor/phosphor/StarIcon.d.ts +2 -0
  193. package/dist/types/vendor/phosphor/SubtractIcon.d.ts +2 -0
  194. package/dist/types/vendor/phosphor/SwapIcon.d.ts +2 -0
  195. package/dist/types/vendor/phosphor/TableIcon.d.ts +2 -0
  196. package/dist/types/vendor/phosphor/TabsIcon.d.ts +2 -0
  197. package/dist/types/vendor/phosphor/TagIcon.d.ts +2 -0
  198. package/dist/types/vendor/phosphor/TextBIcon.d.ts +2 -0
  199. package/dist/types/vendor/phosphor/TextHFiveIcon.d.ts +2 -0
  200. package/dist/types/vendor/phosphor/TextHFourIcon.d.ts +2 -0
  201. package/dist/types/vendor/phosphor/TextHIcon.d.ts +2 -0
  202. package/dist/types/vendor/phosphor/TextHOneIcon.d.ts +2 -0
  203. package/dist/types/vendor/phosphor/TextHSixIcon.d.ts +2 -0
  204. package/dist/types/vendor/phosphor/TextHThreeIcon.d.ts +2 -0
  205. package/dist/types/vendor/phosphor/TextHTwoIcon.d.ts +2 -0
  206. package/dist/types/vendor/phosphor/TextItalicIcon.d.ts +2 -0
  207. package/dist/types/vendor/phosphor/TextTIcon.d.ts +2 -0
  208. package/dist/types/vendor/phosphor/TextUnderlineIcon.d.ts +2 -0
  209. package/dist/types/vendor/phosphor/ThumbsDownIcon.d.ts +2 -0
  210. package/dist/types/vendor/phosphor/ThumbsUpIcon.d.ts +2 -0
  211. package/dist/types/vendor/phosphor/TrashSimpleIcon.d.ts +2 -0
  212. package/dist/types/vendor/phosphor/TreeStructureIcon.d.ts +2 -0
  213. package/dist/types/vendor/phosphor/TriangleIcon.d.ts +2 -0
  214. package/dist/types/vendor/phosphor/UserIcon.d.ts +2 -0
  215. package/dist/types/vendor/phosphor/UsersIcon.d.ts +2 -0
  216. package/dist/types/vendor/phosphor/WarningIcon.d.ts +2 -0
  217. package/dist/types/vendor/phosphor/WarningOctagonIcon.d.ts +2 -0
  218. package/dist/types/vendor/phosphor/XIcon.d.ts +2 -0
  219. package/package.json +25 -12
  220. package/dist/esm/index.js.map +0 -1
  221. package/dist/index.d.mts +0 -125
  222. package/dist/index.d.ts +0 -125
  223. package/dist/index.js +0 -122
  224. package/dist/index.js.map +0 -1
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const EmbeddedBlockIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Z",
8
+ fill: "currentFill"
9
+ })
10
+ }),
11
+ [IconVariant.Default]: generateIconComponent({
12
+ path: React.createElement("g", {
13
+ fill: "currentFill"
14
+ }, React.createElement("path", {
15
+ d: "M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625Z"
16
+ }), React.createElement("path", {
17
+ d: "M3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Zm0 1.25h13.75v3.75H3.125v-3.75Z"
18
+ }))
19
+ })
20
+ }
21
+ });
@@ -0,0 +1,23 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const EmbeddedLineIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M5.625 2.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75ZM1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10ZM5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Z",
8
+ fill: "currentFill"
9
+ })
10
+ }),
11
+ [IconVariant.Default]: generateIconComponent({
12
+ path: React.createElement("g", {
13
+ fill: "currentFill"
14
+ }, React.createElement("path", {
15
+ d: "M4.375 3.75c0-.69.56-1.25 1.25-1.25h8.75c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-8.75c-.69 0-1.25-.56-1.25-1.25v-2.5Zm10 0h-8.75v2.5h8.75v-2.5Z"
16
+ }), React.createElement("path", {
17
+ d: "M1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10Z"
18
+ }), React.createElement("path", {
19
+ d: "M5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Zm0 1.25h8.75v2.5h-8.75v-2.5Z"
20
+ }))
21
+ })
22
+ }
23
+ });
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const EntryIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M8.125 2.5c-.69 0-1.25.56-1.25 1.25V7.5c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25h-3.75ZM3.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Z",
8
+ fill: "currentFill"
9
+ })
10
+ }),
11
+ [IconVariant.Default]: generateIconComponent({
12
+ path: React.createElement("path", {
13
+ d: "M6.875 3.75c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25V7.5c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V3.75Zm5 0h-3.75V7.5h3.75V3.75ZM1.875 12.5c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25v3.75c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V12.5Zm5 0h-3.75v3.75h3.75V12.5ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Zm0 1.25h3.75v3.75h-3.75V12.5Z",
14
+ fill: "currentFill"
15
+ })
16
+ })
17
+ }
18
+ });
@@ -0,0 +1,21 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const EnvironmentAliasIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("g", {
7
+ fill: "currentFill"
8
+ }, React.createElement("path", {
9
+ d: "M17.292 3.284a.625.625 0 0 1 .208.466V7.5a.625.625 0 0 1-1.067.442L15 6.509l-3.75 3.75a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l3.75-3.75-1.433-1.433a.625.625 0 0 1 .442-1.067h3.75c.16 0 .306.06.417.16ZM17.5 12.5a.625.625 0 0 0-1.067-.442L15 13.491l-2.058-2.058a.625.625 0 1 0-.884.884l2.058 2.058-1.433 1.433a.625.625 0 0 0 .442 1.067h3.75a.622.622 0 0 0 .625-.625V12.5Z"
10
+ }), React.createElement("path", {
11
+ d: "M8.125 14.375c-2.833 0-5-2.026-5-4.375 0-2.35 2.167-4.375 5-4.375.594 0 1.162.09 1.688.256a.625.625 0 1 0 .374-1.193 6.876 6.876 0 0 0-2.062-.313c-3.38 0-6.25 2.451-6.25 5.625s2.87 5.625 6.25 5.625c.721 0 1.415-.11 2.062-.313a.625.625 0 0 0-.374-1.193 5.625 5.625 0 0 1-1.688.256Z"
12
+ }))
13
+ }),
14
+ [IconVariant.Default]: generateIconComponent({
15
+ path: React.createElement("path", {
16
+ d: "M12.5 3.75c0-.345.28-.625.625-.625h3.75c.345 0 .625.28.625.625V7.5a.625.625 0 1 1-1.25 0V5.259l-5 5a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l5-5h-2.241a.625.625 0 0 1-.625-.625ZM8.125 5.625c-2.833 0-5 2.026-5 4.375 0 2.35 2.167 4.375 5 4.375.594 0 1.162-.09 1.688-.256a.625.625 0 0 1 .374 1.193 6.879 6.879 0 0 1-2.062.313c-3.38 0-6.25-2.451-6.25-5.625s2.87-5.625 6.25-5.625c.721 0 1.415.11 2.062.313a.625.625 0 0 1-.374 1.193 5.627 5.627 0 0 0-1.688-.256Zm3.933 6.692a.625.625 0 1 1 .884-.884l3.308 3.308V12.5a.625.625 0 1 1 1.25 0v3.75c0 .345-.28.625-.625.625h-3.75a.625.625 0 1 1 0-1.25h2.241l-3.308-3.308Z",
17
+ fill: "currentFill"
18
+ })
19
+ })
20
+ }
21
+ });
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const EnvironmentIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M11.875 3.75a.625.625 0 0 0-.442 1.067l1.46 1.46L9.87 9.376H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377l3.014-3.086 1.405 1.405a.625.625 0 0 0 1.067-.442v-3.75a.623.623 0 0 0-.625-.625h-3.75ZM15.864 11.298a.625.625 0 0 1 .386.577v3.75a.622.622 0 0 1-.625.625h-3.75a.625.625 0 0 1-.442-1.067l1.433-1.433-1.433-1.433a.625.625 0 1 1 .884-.884l1.433 1.433 1.433-1.433a.625.625 0 0 1 .681-.135Z",
8
+ fill: "currentFill"
9
+ })
10
+ }),
11
+ [IconVariant.Default]: generateIconComponent({
12
+ path: React.createElement("path", {
13
+ d: "M11.875 3.75a.625.625 0 1 0 0 1.25h2.266L9.87 9.375H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377L15 5.91v2.215a.625.625 0 1 0 1.25 0v-3.75a.624.624 0 0 0-.186-.445l-.01-.01a.623.623 0 0 0-.429-.17h-3.75ZM15 11.875a.625.625 0 1 1 1.25 0v3.754a.623.623 0 0 1-.621.621h-3.754a.625.625 0 1 1 0-1.25h2.241l-2.683-2.683a.625.625 0 1 1 .884-.884L15 14.116v-2.241Z",
14
+ fill: "currentFill"
15
+ })
16
+ })
17
+ }
18
+ });
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const ReleaseIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.559 2.78C4.375 5.28 4.655 5 5 5h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM13.75 15a.625.625 0 1 0 0-1.25h-2.5a.625.625 0 1 0 0 1.25h2.5Z",
8
+ fill: "currentFill",
9
+ fillRule: "evenodd"
10
+ })
11
+ }),
12
+ [IconVariant.Default]: generateIconComponent({
13
+ path: React.createElement("path", {
14
+ d: "M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.945.905L4.136 5h11.728l-.625-1.25H4.76Zm11.489 2.5H3.75v10h12.5v-10Zm-5.625 7.5c0-.345.28-.625.625-.625h2.5a.625.625 0 1 1 0 1.25h-2.5a.625.625 0 0 1-.625-.625Z",
15
+ fill: "currentFill"
16
+ })
17
+ })
18
+ }
19
+ });
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const RichTextIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M1.25 4.375c0-.69.56-1.25 1.25-1.25h15c.69 0 1.25.56 1.25 1.25v11.25c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V4.375ZM5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm6.25 1.875a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625Zm-5 4.375a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z",
8
+ fill: "currentFill",
9
+ fillRule: "evenodd"
10
+ })
11
+ }),
12
+ [IconVariant.Default]: generateIconComponent({
13
+ path: React.createElement("g", {
14
+ fill: "currentFill",
15
+ fillRule: "evenodd"
16
+ }, React.createElement("path", {
17
+ d: "M5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm1.25.625v1.25H7.5v-1.25H6.25Z"
18
+ }), React.createElement("path", {
19
+ d: "M11.25 9.375a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625ZM5.625 11.875a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z"
20
+ }), React.createElement("path", {
21
+ d: "M2.5 3.125c-.69 0-1.25.56-1.25 1.25v11.25c0 .69.56 1.25 1.25 1.25h15c.69 0 1.25-.56 1.25-1.25V4.375c0-.69-.56-1.25-1.25-1.25h-15Zm15 1.25h-15v11.25h15V4.375Z"
22
+ }))
23
+ })
24
+ }
25
+ });
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const TextSubscriptIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z",
8
+ fill: "currentFill",
9
+ fillRule: "evenodd"
10
+ })
11
+ }),
12
+ [IconVariant.Default]: generateIconComponent({
13
+ path: React.createElement("path", {
14
+ d: "M2.058 3.308a.625.625 0 0 1 .884 0L7.5 7.866l4.558-4.558a.625.625 0 1 1 .884.884L8.384 8.75l4.558 4.558a.625.625 0 1 1-.884.884L7.5 9.634l-4.558 4.558a.625.625 0 1 1-.884-.884L6.616 8.75 2.058 4.192a.625.625 0 0 1 0-.884Zm14.258 8.57a.624.624 0 0 0-.64.372.625.625 0 1 1-1.145-.5 1.875 1.875 0 1 1 3.217 1.877v.001l-1.498 1.997h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.183-.916.623.623 0 0 0-.249-.081Z",
15
+ fill: "currentFill"
16
+ })
17
+ })
18
+ }
19
+ });
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const TextSuperscriptIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ d: "M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z",
8
+ fill: "currentFill",
9
+ fillRule: "evenodd"
10
+ })
11
+ }),
12
+ [IconVariant.Default]: generateIconComponent({
13
+ path: React.createElement("path", {
14
+ d: "M16.316 4.379a.625.625 0 0 0-.64.37.625.625 0 1 1-1.145-.5 1.876 1.876 0 1 1 3.217 1.878v.001L16.25 8.125h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.432-.997ZM2.058 5.809a.625.625 0 0 1 .884 0L7.5 10.365l4.558-4.558a.625.625 0 1 1 .884.884L8.384 11.25l4.558 4.558a.625.625 0 1 1-.884.884L7.5 12.134l-4.558 4.558a.625.625 0 1 1-.884-.884l4.558-4.558-4.558-4.558a.625.625 0 0 1 0-.884Z",
15
+ fill: "currentFill"
16
+ })
17
+ })
18
+ }
19
+ });
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { IconVariant, generateComponentWithVariants, generateIconComponent } from '@contentful/f36-icon';
3
+ export const WorkflowsIcon = generateComponentWithVariants({
4
+ variants: {
5
+ [IconVariant.Active]: generateIconComponent({
6
+ path: React.createElement("path", {
7
+ fill: "currentFill",
8
+ d: "M5 6.565v4.685h1.875a.625.625 0 0 1 .442 1.067l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 0 1 .442-1.067H3.75V6.56s.003-.109.007-.163c.007-.093.02-.223.046-.376.05-.305.153-.72.365-1.144.212-.426.542-.87 1.047-1.207.51-.34 1.16-.545 1.973-.545.812 0 1.463.205 1.972.545.506.337.835.781 1.047 1.207a4.076 4.076 0 0 1 .418 1.683v6.875a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.727.282.188.686.334 1.28.334.593 0 .997-.146 1.279-.334.285-.19.484-.45.622-.726a2.833 2.833 0 0 0 .286-1.13v-5.31h-1.875a.625.625 0 0 1-.442-1.067l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 0 1-.442 1.067H16.25v5.316a4.061 4.061 0 0 1-.052.54c-.051.303-.154.72-.365 1.143-.213.425-.542.87-1.048 1.207-.509.34-1.16.544-1.972.544-.813 0-1.464-.205-1.973-.544a3.093 3.093 0 0 1-1.047-1.207 4.081 4.081 0 0 1-.418-1.68v-.005s.048.008 0 .006V6.552a2.83 2.83 0 0 0-.035-.326 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.726c-.282-.188-.686-.335-1.28-.335-.593 0-.997.147-1.279.335-.285.19-.484.449-.622.726A2.832 2.832 0 0 0 5 6.565Z"
9
+ })
10
+ }),
11
+ [IconVariant.Default]: generateIconComponent({
12
+ path: React.createElement("path", {
13
+ fill: "currentFill",
14
+ d: "M5 6.565v6.301l1.433-1.433a.625.625 0 1 1 .884.884l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 1 1 .884-.884l1.433 1.433V6.561l.001-.05.006-.114a4.08 4.08 0 0 1 .41-1.52c.213-.426.542-.87 1.048-1.208.51-.34 1.16-.544 1.973-.544.812 0 1.463.205 1.972.544.506.337.835.782 1.047 1.208a4.083 4.083 0 0 1 .417 1.633l.001.046v6.879a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.726.282.188.686.335 1.28.335.593 0 .997-.147 1.279-.335.285-.19.484-.448.622-.726A2.833 2.833 0 0 0 15 13.448V6.51l-1.433 1.433a.625.625 0 1 1-.884-.884l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 1 1-.884.884L16.25 6.509v6.93l-.001.05a4.061 4.061 0 0 1-.051.49 4.08 4.08 0 0 1-.365 1.144c-.213.426-.543.87-1.048 1.208-.51.34-1.16.544-1.973.544-.812 0-1.463-.205-1.972-.544a3.093 3.093 0 0 1-1.047-1.208 4.081 4.081 0 0 1-.418-1.678v-6.88a2.83 2.83 0 0 0-.035-.339 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.727c-.282-.187-.686-.334-1.28-.334-.593 0-.997.147-1.279.334-.285.19-.484.45-.622.727A2.832 2.832 0 0 0 5 6.565Z"
15
+ })
16
+ })
17
+ }
18
+ });
package/dist/esm/index.js CHANGED
@@ -1,9 +1,108 @@
1
- import { generateForma36Icon, generateComponentWithVariants, IconVariant, generateIconComponent } from '@contentful/f36-icon';
2
- import { ArrowCounterClockwise, ArrowDown, ArrowLeft, ArrowRight, ArrowsLeftRight, ArrowSquareOut, ArrowUp, BookmarkSimple, BracketsCurly, CalendarBlank, CaretDown, CaretLeft, CaretRight, CaretUpDown, CaretUp, Chat, CheckCircle, Check, Clock, ClockCounterClockwise, CloudArrowUp, CodeSimple, CopySimple, DotsSixVertical, DotsThree, DownloadSimple, EyeClosed, Eye, FileAudio, FileCode, File, FilePdf, FileText, FileVideo, FolderOpen, FolderSimple, FolderSimplePlus, FunnelSimple, GearSix, Globe, HashStraight, ImageSquare, Info, LinkSimpleHorizontal, ListBullets, List, ListNumbers, LockSimple, LockSimpleOpen, MagnifyingGlass, MapPinLine, Minus, PaperPlaneTilt, PencilSimple, PenNib, Plus, Presentation, PuzzlePiece, Question, Quotes, Receipt, Repeat, RocketLaunch, ShoppingCartSimple, SignIn, SignOut, SketchLogo, Smiley, SortAscending, SortDescending, Sparkle, Star, Subtract, Swap, Table, Tabs, Tag, TextB, TextHFive, TextHFour, TextH, TextHOne, TextHSix, TextHThree, TextHTwo, TextItalic, TextT, TextUnderline, ThumbsDown, ThumbsUp, TrashSimple, TreeStructure, Triangle, User, Users, Warning, WarningOctagon, X } from '@phosphor-icons/react';
3
- import t from 'react';
4
-
5
- var P2=generateForma36Icon(ArrowCounterClockwise),b2=generateForma36Icon(ArrowDown),U2=generateForma36Icon(ArrowLeft),W2=generateForma36Icon(ArrowRight),y2=generateForma36Icon(ArrowsLeftRight),O2=generateForma36Icon(ArrowSquareOut),B2=generateForma36Icon(ArrowUp),E2=generateForma36Icon(BookmarkSimple),z2=generateForma36Icon(BracketsCurly),G2=generateForma36Icon(CalendarBlank),q2=generateForma36Icon(CaretDown),N2=generateForma36Icon(CaretLeft),Q2=generateForma36Icon(CaretRight),X2=generateForma36Icon(CaretUpDown),j2=generateForma36Icon(CaretUp),J2=generateForma36Icon(Chat),K2=generateForma36Icon(CheckCircle),Y2=generateForma36Icon(Check),_2=generateForma36Icon(Clock),$2=generateForma36Icon(ClockCounterClockwise),R2=generateForma36Icon(CloudArrowUp),o1=generateForma36Icon(CodeSimple),t1=generateForma36Icon(CopySimple),e1=generateForma36Icon(DotsSixVertical),n1=generateForma36Icon(DotsThree),r1=generateForma36Icon(DownloadSimple),c1=generateForma36Icon(EyeClosed),a1=generateForma36Icon(Eye),p1=generateForma36Icon(FileAudio),l1=generateForma36Icon(FileCode),i1=generateForma36Icon(File),s1=generateForma36Icon(FilePdf),h1=generateForma36Icon(FileText),m1=generateForma36Icon(FileVideo),x1=generateForma36Icon(FolderOpen),I1=generateForma36Icon(FolderSimple),f1=generateForma36Icon(FolderSimplePlus),u1=generateForma36Icon(FunnelSimple),v1=generateForma36Icon(GearSix),d1=generateForma36Icon(Globe),C1=generateForma36Icon(HashStraight),g1=generateForma36Icon(ImageSquare),S1=generateForma36Icon(Info),Z1=generateForma36Icon(LinkSimpleHorizontal),V1=generateForma36Icon(ListBullets),T1=generateForma36Icon(List),M1=generateForma36Icon(ListNumbers),L1=generateForma36Icon(LockSimple),H1=generateForma36Icon(LockSimpleOpen),F1=generateForma36Icon(MagnifyingGlass),A1=generateForma36Icon(MapPinLine),w1=generateForma36Icon(Minus),k1=generateForma36Icon(PaperPlaneTilt),D1=generateForma36Icon(PencilSimple),P1=generateForma36Icon(PenNib),b1=generateForma36Icon(Plus),U1=generateForma36Icon(Presentation),W1=generateForma36Icon(PuzzlePiece),y1=generateForma36Icon(Question),O1=generateForma36Icon(Quotes),B1=generateForma36Icon(Receipt),E1=generateForma36Icon(Repeat),z1=generateForma36Icon(RocketLaunch),G1=generateForma36Icon(ShoppingCartSimple),q1=generateForma36Icon(SignIn),N1=generateForma36Icon(SignOut),Q1=generateForma36Icon(SketchLogo),X1=generateForma36Icon(Smiley),j1=generateForma36Icon(SortAscending),J1=generateForma36Icon(SortDescending),K1=generateForma36Icon(Sparkle),Y1=generateForma36Icon(Star),_1=generateForma36Icon(Subtract),$1=generateForma36Icon(Swap),R1=generateForma36Icon(Table),o6=generateForma36Icon(Tabs),t6=generateForma36Icon(Tag),e6=generateForma36Icon(TextB),n6=generateForma36Icon(TextHFive),r6=generateForma36Icon(TextHFour),c6=generateForma36Icon(TextH),a6=generateForma36Icon(TextHOne),p6=generateForma36Icon(TextHSix),l6=generateForma36Icon(TextHThree),i6=generateForma36Icon(TextHTwo),s6=generateForma36Icon(TextItalic),h6=generateForma36Icon(TextT),m6=generateForma36Icon(TextUnderline),x6=generateForma36Icon(ThumbsDown),I6=generateForma36Icon(ThumbsUp),f6=generateForma36Icon(TrashSimple),u6=generateForma36Icon(TreeStructure),v6=generateForma36Icon(Triangle),d6=generateForma36Icon(User),C6=generateForma36Icon(Users),g6=generateForma36Icon(Warning),S6=generateForma36Icon(WarningOctagon),Z6=generateForma36Icon(X);var H6=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Z",fill:"currentFill"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("g",{fill:"currentFill"},t.createElement("path",{d:"M4.375 3.125c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM4.375 16.875c0-.345.28-.625.625-.625h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625Z"}),t.createElement("path",{d:"M3.125 6.875c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h13.75c.69 0 1.25-.56 1.25-1.25v-3.75c0-.69-.56-1.25-1.25-1.25H3.125Zm0 1.25h13.75v3.75H3.125v-3.75Z"}))})}});var D6=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M5.625 2.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75ZM1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10ZM5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Z",fill:"currentFill"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("g",{fill:"currentFill"},t.createElement("path",{d:"M4.375 3.75c0-.69.56-1.25 1.25-1.25h8.75c.69 0 1.25.56 1.25 1.25v2.5c0 .69-.56 1.25-1.25 1.25h-8.75c-.69 0-1.25-.56-1.25-1.25v-2.5Zm10 0h-8.75v2.5h8.75v-2.5Z"}),t.createElement("path",{d:"M1.875 10c0-.345.28-.625.625-.625h15a.625.625 0 1 1 0 1.25h-15A.625.625 0 0 1 1.875 10Z"}),t.createElement("path",{d:"M5.625 12.5c-.69 0-1.25.56-1.25 1.25v2.5c0 .69.56 1.25 1.25 1.25h8.75c.69 0 1.25-.56 1.25-1.25v-2.5c0-.69-.56-1.25-1.25-1.25h-8.75Zm0 1.25h8.75v2.5h-8.75v-2.5Z"}))})}});var y6=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M8.125 2.5c-.69 0-1.25.56-1.25 1.25V7.5c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25h-3.75ZM3.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Z",fill:"currentFill"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("path",{d:"M6.875 3.75c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25V7.5c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V3.75Zm5 0h-3.75V7.5h3.75V3.75ZM1.875 12.5c0-.69.56-1.25 1.25-1.25h3.75c.69 0 1.25.56 1.25 1.25v3.75c0 .69-.56 1.25-1.25 1.25h-3.75c-.69 0-1.25-.56-1.25-1.25V12.5Zm5 0h-3.75v3.75h3.75V12.5ZM13.125 11.25c-.69 0-1.25.56-1.25 1.25v3.75c0 .69.56 1.25 1.25 1.25h3.75c.69 0 1.25-.56 1.25-1.25V12.5c0-.69-.56-1.25-1.25-1.25h-3.75Zm0 1.25h3.75v3.75h-3.75V12.5Z",fill:"currentFill"})})}});var G6=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("g",{fill:"currentFill"},t.createElement("path",{d:"M17.292 3.284a.625.625 0 0 1 .208.466V7.5a.625.625 0 0 1-1.067.442L15 6.509l-3.75 3.75a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l3.75-3.75-1.433-1.433a.625.625 0 0 1 .442-1.067h3.75c.16 0 .306.06.417.16ZM17.5 12.5a.625.625 0 0 0-1.067-.442L15 13.491l-2.058-2.058a.625.625 0 1 0-.884.884l2.058 2.058-1.433 1.433a.625.625 0 0 0 .442 1.067h3.75a.622.622 0 0 0 .625-.625V12.5Z"}),t.createElement("path",{d:"M8.125 14.375c-2.833 0-5-2.026-5-4.375 0-2.35 2.167-4.375 5-4.375.594 0 1.162.09 1.688.256a.625.625 0 1 0 .374-1.193 6.876 6.876 0 0 0-2.062-.313c-3.38 0-6.25 2.451-6.25 5.625s2.87 5.625 6.25 5.625c.721 0 1.415-.11 2.062-.313a.625.625 0 0 0-.374-1.193 5.625 5.625 0 0 1-1.688.256Z"}))}),[IconVariant.Default]:generateIconComponent({path:t.createElement("path",{d:"M12.5 3.75c0-.345.28-.625.625-.625h3.75c.345 0 .625.28.625.625V7.5a.625.625 0 1 1-1.25 0V5.259l-5 5a1.25 1.25 0 0 1-.884.366H6.875a.625.625 0 1 1 0-1.25h3.491l5-5h-2.241a.625.625 0 0 1-.625-.625ZM8.125 5.625c-2.833 0-5 2.026-5 4.375 0 2.35 2.167 4.375 5 4.375.594 0 1.162-.09 1.688-.256a.625.625 0 0 1 .374 1.193 6.879 6.879 0 0 1-2.062.313c-3.38 0-6.25-2.451-6.25-5.625s2.87-5.625 6.25-5.625c.721 0 1.415.11 2.062.313a.625.625 0 0 1-.374 1.193 5.627 5.627 0 0 0-1.688-.256Zm3.933 6.692a.625.625 0 1 1 .884-.884l3.308 3.308V12.5a.625.625 0 1 1 1.25 0v3.75c0 .345-.28.625-.625.625h-3.75a.625.625 0 1 1 0-1.25h2.241l-3.308-3.308Z",fill:"currentFill"})})}});var j6=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M11.875 3.75a.625.625 0 0 0-.442 1.067l1.46 1.46L9.87 9.376H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377l3.014-3.086 1.405 1.405a.625.625 0 0 0 1.067-.442v-3.75a.623.623 0 0 0-.625-.625h-3.75ZM15.864 11.298a.625.625 0 0 1 .386.577v3.75a.622.622 0 0 1-.625.625h-3.75a.625.625 0 0 1-.442-1.067l1.433-1.433-1.433-1.433a.625.625 0 1 1 .884-.884l1.433 1.433 1.433-1.433a.625.625 0 0 1 .681-.135Z",fill:"currentFill"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("path",{d:"M11.875 3.75a.625.625 0 1 0 0 1.25h2.266L9.87 9.375H3.75a.625.625 0 1 0 0 1.25h6.12c.336 0 .659-.136.894-.377L15 5.91v2.215a.625.625 0 1 0 1.25 0v-3.75a.624.624 0 0 0-.186-.445l-.01-.01a.623.623 0 0 0-.429-.17h-3.75ZM15 11.875a.625.625 0 1 1 1.25 0v3.754a.623.623 0 0 1-.621.621h-3.754a.625.625 0 1 1 0-1.25h2.241l-2.683-2.683a.625.625 0 1 1 .884-.884L15 14.116v-2.241Z",fill:"currentFill"})})}});var $6=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.559 2.78C4.375 5.28 4.655 5 5 5h10a.625.625 0 1 1 0 1.25H5a.625.625 0 0 1-.625-.625ZM13.75 15a.625.625 0 1 0 0-1.25h-2.5a.625.625 0 1 0 0 1.25h2.5Z",fill:"currentFill",fillRule:"evenodd"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("path",{d:"M3.816 2.845a.625.625 0 0 1 .559-.345h11.25c.237 0 .453.134.559.345l1.25 2.5a.625.625 0 0 1 .066.28V16.25a1.25 1.25 0 0 1-1.25 1.25H3.75a1.25 1.25 0 0 1-1.25-1.25V5.625c0-.097.023-.193.066-.28l1.25-2.5Zm.945.905L4.136 5h11.728l-.625-1.25H4.76Zm11.489 2.5H3.75v10h12.5v-10Zm-5.625 7.5c0-.345.28-.625.625-.625h2.5a.625.625 0 1 1 0 1.25h-2.5a.625.625 0 0 1-.625-.625Z",fill:"currentFill"})})}});var n0=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M1.25 4.375c0-.69.56-1.25 1.25-1.25h15c.69 0 1.25.56 1.25 1.25v11.25c0 .69-.56 1.25-1.25 1.25h-15c-.69 0-1.25-.56-1.25-1.25V4.375ZM5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm6.25 1.875a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625Zm-5 4.375a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z",fill:"currentFill",fillRule:"evenodd"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("g",{fill:"currentFill",fillRule:"evenodd"},t.createElement("path",{d:"M5 7.5c0-.345.28-.625.625-.625h2.5c.345 0 .625.28.625.625V10c0 .345-.28.625-.625.625h-2.5A.625.625 0 0 1 5 10V7.5Zm1.25.625v1.25H7.5v-1.25H6.25Z"}),t.createElement("path",{d:"M11.25 9.375a.625.625 0 1 0 0 1.25h3.125a.625.625 0 1 0 0-1.25H11.25ZM10.625 7.5c0-.345.28-.625.625-.625h3.125a.625.625 0 1 1 0 1.25H11.25a.625.625 0 0 1-.625-.625ZM5.625 11.875a.625.625 0 1 0 0 1.25h8.75a.625.625 0 1 0 0-1.25h-8.75Z"}),t.createElement("path",{d:"M2.5 3.125c-.69 0-1.25.56-1.25 1.25v11.25c0 .69.56 1.25 1.25 1.25h15c.69 0 1.25-.56 1.25-1.25V4.375c0-.69-.56-1.25-1.25-1.25h-15Zm15 1.25h-15v11.25h15V4.375Z"}))})}});var l0=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z",fill:"currentFill",fillRule:"evenodd"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("path",{d:"M2.058 3.308a.625.625 0 0 1 .884 0L7.5 7.866l4.558-4.558a.625.625 0 1 1 .884.884L8.384 8.75l4.558 4.558a.625.625 0 1 1-.884.884L7.5 9.634l-4.558 4.558a.625.625 0 1 1-.884-.884L6.616 8.75 2.058 4.192a.625.625 0 0 1 0-.884Zm14.258 8.57a.624.624 0 0 0-.64.372.625.625 0 1 1-1.145-.5 1.875 1.875 0 1 1 3.217 1.877v.001l-1.498 1.997h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.183-.916.623.623 0 0 0-.249-.081Z",fill:"currentFill"})})}});var x0=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{d:"M3.75 2.5c-.69 0-1.25.56-1.25 1.25v12.5c0 .69.56 1.25 1.25 1.25h12.5c.69 0 1.25-.56 1.25-1.25V3.75c0-.69-.56-1.25-1.25-1.25H3.75Zm10.901 3.126a.25.25 0 0 0-.255.149.625.625 0 1 1-1.146-.5 1.5 1.5 0 1 1 2.573 1.502L15 7.875h.5a.625.625 0 1 1 0 1.25h-1.75a.625.625 0 0 1-.5-1l1.574-2.1a.249.249 0 0 0-.073-.366.25.25 0 0 0-.1-.033Zm-2.21 1.566a.625.625 0 1 0-.883-.884L8.5 9.366 5.442 6.308a.625.625 0 1 0-.884.884l3.058 3.058-3.058 3.058a.625.625 0 0 0 .884.884L8.5 11.134l3.058 3.058a.625.625 0 1 0 .884-.884L9.384 10.25l3.058-3.058Z",fill:"currentFill",fillRule:"evenodd"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("path",{d:"M16.316 4.379a.625.625 0 0 0-.64.37.625.625 0 1 1-1.145-.5 1.876 1.876 0 1 1 3.217 1.878v.001L16.25 8.125h1.25a.625.625 0 1 1 0 1.25H15a.625.625 0 0 1-.5-1l2.248-2.998v-.001a.627.627 0 0 0-.432-.997ZM2.058 5.809a.625.625 0 0 1 .884 0L7.5 10.365l4.558-4.558a.625.625 0 1 1 .884.884L8.384 11.25l4.558 4.558a.625.625 0 1 1-.884.884L7.5 12.134l-4.558 4.558a.625.625 0 1 1-.884-.884l4.558-4.558-4.558-4.558a.625.625 0 0 1 0-.884Z",fill:"currentFill"})})}});var d0=generateComponentWithVariants({variants:{[IconVariant.Active]:generateIconComponent({path:t.createElement("path",{fill:"currentFill",d:"M5 6.565v4.685h1.875a.625.625 0 0 1 .442 1.067l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 0 1 .442-1.067H3.75V6.56s.003-.109.007-.163c.007-.093.02-.223.046-.376.05-.305.153-.72.365-1.144.212-.426.542-.87 1.047-1.207.51-.34 1.16-.545 1.973-.545.812 0 1.463.205 1.972.545.506.337.835.781 1.047 1.207a4.076 4.076 0 0 1 .418 1.683v6.875a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.727.282.188.686.334 1.28.334.593 0 .997-.146 1.279-.334.285-.19.484-.45.622-.726a2.833 2.833 0 0 0 .286-1.13v-5.31h-1.875a.625.625 0 0 1-.442-1.067l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 0 1-.442 1.067H16.25v5.316a4.061 4.061 0 0 1-.052.54c-.051.303-.154.72-.365 1.143-.213.425-.542.87-1.048 1.207-.509.34-1.16.544-1.972.544-.813 0-1.464-.205-1.973-.544a3.093 3.093 0 0 1-1.047-1.207 4.081 4.081 0 0 1-.418-1.68v-.005s.048.008 0 .006V6.552a2.83 2.83 0 0 0-.035-.326 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.726c-.282-.188-.686-.335-1.28-.335-.593 0-.997.147-1.279.335-.285.19-.484.449-.622.726A2.832 2.832 0 0 0 5 6.565Z"})}),[IconVariant.Default]:generateIconComponent({path:t.createElement("path",{fill:"currentFill",d:"M5 6.565v6.301l1.433-1.433a.625.625 0 1 1 .884.884l-2.5 2.5a.625.625 0 0 1-.884 0l-2.5-2.5a.625.625 0 1 1 .884-.884l1.433 1.433V6.561l.001-.05.006-.114a4.08 4.08 0 0 1 .41-1.52c.213-.426.542-.87 1.048-1.208.51-.34 1.16-.544 1.973-.544.812 0 1.463.205 1.972.544.506.337.835.782 1.047 1.208a4.083 4.083 0 0 1 .417 1.633l.001.046v6.879a2.828 2.828 0 0 0 .035.339c.038.223.11.51.25.79.14.278.338.536.623.726.282.188.686.335 1.28.335.593 0 .997-.147 1.279-.335.285-.19.484-.448.622-.726A2.833 2.833 0 0 0 15 13.448V6.51l-1.433 1.433a.625.625 0 1 1-.884-.884l2.5-2.5a.625.625 0 0 1 .884 0l2.5 2.5a.625.625 0 1 1-.884.884L16.25 6.509v6.93l-.001.05a4.061 4.061 0 0 1-.051.49 4.08 4.08 0 0 1-.365 1.144c-.213.426-.543.87-1.048 1.208-.51.34-1.16.544-1.973.544-.812 0-1.463-.205-1.972-.544a3.093 3.093 0 0 1-1.047-1.208 4.081 4.081 0 0 1-.418-1.678v-6.88a2.83 2.83 0 0 0-.035-.339 2.832 2.832 0 0 0-.25-.79 1.844 1.844 0 0 0-.623-.727c-.282-.187-.686-.334-1.28-.334-.593 0-.997.147-1.279.334-.285.19-.484.45-.622.727A2.832 2.832 0 0 0 5 6.565Z"})})}});
6
-
7
- export { P2 as ArrowCounterClockwiseIcon, b2 as ArrowDownIcon, U2 as ArrowLeftIcon, W2 as ArrowRightIcon, O2 as ArrowSquareOutIcon, B2 as ArrowUpIcon, y2 as ArrowsLeftRightIcon, E2 as BookmarkSimpleIcon, z2 as BracketsCurlyIcon, G2 as CalendarBlankIcon, q2 as CaretDownIcon, N2 as CaretLeftIcon, Q2 as CaretRightIcon, X2 as CaretUpDownIcon, j2 as CaretUpIcon, J2 as ChatIcon, K2 as CheckCircleIcon, Y2 as CheckIcon, $2 as ClockCounterClockwiseIcon, _2 as ClockIcon, R2 as CloudArrowUpIcon, o1 as CodeSimpleIcon, t1 as CopySimpleIcon, e1 as DotsSixVerticalIcon, n1 as DotsThreeIcon, r1 as DownloadSimpleIcon, H6 as EmbeddedBlockIcon, D6 as EmbeddedLineIcon, y6 as EntryIcon, G6 as EnvironmentAliasIcon, j6 as EnvironmentIcon, c1 as EyeClosedIcon, a1 as EyeIcon, p1 as FileAudioIcon, l1 as FileCodeIcon, i1 as FileIcon, s1 as FilePdfIcon, h1 as FileTextIcon, m1 as FileVideoIcon, x1 as FolderOpenIcon, I1 as FolderSimpleIcon, f1 as FolderSimplePlusIcon, u1 as FunnelSimpleIcon, v1 as GearSixIcon, d1 as GlobeIcon, C1 as HashStraightIcon, g1 as ImageSquareIcon, S1 as InfoIcon, Z1 as LinkSimpleHorizontalIcon, V1 as ListBulletsIcon, T1 as ListIcon, M1 as ListNumbersIcon, L1 as LockSimpleIcon, H1 as LockSimpleOpenIcon, F1 as MagnifyingGlassIcon, A1 as MapPinLineIcon, w1 as MinusIcon, k1 as PaperPlaneTiltIcon, P1 as PenNibIcon, D1 as PencilSimpleIcon, b1 as PlusIcon, U1 as PresentationIcon, W1 as PuzzlePieceIcon, y1 as QuestionIcon, O1 as QuotesIcon, B1 as ReceiptIcon, $6 as ReleaseIcon, E1 as RepeatIcon, n0 as RichTextIcon, z1 as RocketLaunchIcon, G1 as ShoppingCartSimpleIcon, q1 as SignInIcon, N1 as SignOutIcon, Q1 as SketchLogoIcon, X1 as SmileyIcon, j1 as SortAscendingIcon, J1 as SortDescendingIcon, K1 as SparkleIcon, Y1 as StarIcon, _1 as SubtractIcon, $1 as SwapIcon, R1 as TableIcon, o6 as TabsIcon, t6 as TagIcon, e6 as TextBIcon, n6 as TextHFiveIcon, r6 as TextHFourIcon, c6 as TextHIcon, a6 as TextHOneIcon, p6 as TextHSixIcon, l6 as TextHThreeIcon, i6 as TextHTwoIcon, s6 as TextItalicIcon, l0 as TextSubscriptIcon, x0 as TextSuperscriptIcon, h6 as TextTIcon, m6 as TextUnderlineIcon, x6 as ThumbsDownIcon, I6 as ThumbsUpIcon, f6 as TrashSimpleIcon, u6 as TreeStructureIcon, v6 as TriangleIcon, d6 as UserIcon, C6 as UsersIcon, g6 as WarningIcon, S6 as WarningOctagonIcon, d0 as WorkflowsIcon, Z6 as XIcon };
8
- //# sourceMappingURL=out.js.map
9
- //# sourceMappingURL=index.js.map
1
+ export * from './custom/EmbeddedBlockIcon.js';
2
+ export * from './custom/EmbeddedLineIcon.js';
3
+ export * from './custom/EntryIcon.js';
4
+ export * from './custom/EnvironmentAliasIcon.js';
5
+ export * from './custom/EnvironmentIcon.js';
6
+ export * from './custom/ReleaseIcon.js';
7
+ export * from './custom/RichTextIcon.js';
8
+ export * from './custom/TextSubscriptIcon.js';
9
+ export * from './custom/TextSuperscriptIcon.js';
10
+ export * from './custom/WorkflowsIcon.js';
11
+ export * from './vendor/phosphor/ArrowCounterClockwiseIcon.js';
12
+ export * from './vendor/phosphor/ArrowDownIcon.js';
13
+ export * from './vendor/phosphor/ArrowLeftIcon.js';
14
+ export * from './vendor/phosphor/ArrowRightIcon.js';
15
+ export * from './vendor/phosphor/ArrowsLeftRightIcon.js';
16
+ export * from './vendor/phosphor/ArrowSquareOutIcon.js';
17
+ export * from './vendor/phosphor/ArrowUpIcon.js';
18
+ export * from './vendor/phosphor/BookmarkSimpleIcon.js';
19
+ export * from './vendor/phosphor/BracketsCurlyIcon.js';
20
+ export * from './vendor/phosphor/CalendarBlankIcon.js';
21
+ export * from './vendor/phosphor/CaretDownIcon.js';
22
+ export * from './vendor/phosphor/CaretLeftIcon.js';
23
+ export * from './vendor/phosphor/CaretRightIcon.js';
24
+ export * from './vendor/phosphor/CaretUpDownIcon.js';
25
+ export * from './vendor/phosphor/CaretUpIcon.js';
26
+ export * from './vendor/phosphor/ChatIcon.js';
27
+ export * from './vendor/phosphor/CheckCircleIcon.js';
28
+ export * from './vendor/phosphor/CheckIcon.js';
29
+ export * from './vendor/phosphor/ClockCounterClockwiseIcon.js';
30
+ export * from './vendor/phosphor/ClockIcon.js';
31
+ export * from './vendor/phosphor/CloudArrowUpIcon.js';
32
+ export * from './vendor/phosphor/CodeSimpleIcon.js';
33
+ export * from './vendor/phosphor/CopySimpleIcon.js';
34
+ export * from './vendor/phosphor/DotsSixVerticalIcon.js';
35
+ export * from './vendor/phosphor/DotsThreeIcon.js';
36
+ export * from './vendor/phosphor/DownloadSimpleIcon.js';
37
+ export * from './vendor/phosphor/EyeClosedIcon.js';
38
+ export * from './vendor/phosphor/EyeIcon.js';
39
+ export * from './vendor/phosphor/FileAudioIcon.js';
40
+ export * from './vendor/phosphor/FileCodeIcon.js';
41
+ export * from './vendor/phosphor/FileIcon.js';
42
+ export * from './vendor/phosphor/FilePdfIcon.js';
43
+ export * from './vendor/phosphor/FileTextIcon.js';
44
+ export * from './vendor/phosphor/FileVideoIcon.js';
45
+ export * from './vendor/phosphor/FolderOpenIcon.js';
46
+ export * from './vendor/phosphor/FolderSimpleIcon.js';
47
+ export * from './vendor/phosphor/FolderSimplePlusIcon.js';
48
+ export * from './vendor/phosphor/FunnelSimpleIcon.js';
49
+ export * from './vendor/phosphor/GearSixIcon.js';
50
+ export * from './vendor/phosphor/GlobeIcon.js';
51
+ export * from './vendor/phosphor/HashStraightIcon.js';
52
+ export * from './vendor/phosphor/ImageSquareIcon.js';
53
+ export * from './vendor/phosphor/InfoIcon.js';
54
+ export * from './vendor/phosphor/LinkSimpleHorizontalIcon.js';
55
+ export * from './vendor/phosphor/ListBulletsIcon.js';
56
+ export * from './vendor/phosphor/ListIcon.js';
57
+ export * from './vendor/phosphor/ListNumbersIcon.js';
58
+ export * from './vendor/phosphor/LockSimpleIcon.js';
59
+ export * from './vendor/phosphor/LockSimpleOpenIcon.js';
60
+ export * from './vendor/phosphor/MagnifyingGlassIcon.js';
61
+ export * from './vendor/phosphor/MapPinLineIcon.js';
62
+ export * from './vendor/phosphor/MinusIcon.js';
63
+ export * from './vendor/phosphor/PaperPlaneTiltIcon.js';
64
+ export * from './vendor/phosphor/PencilSimpleIcon.js';
65
+ export * from './vendor/phosphor/PenNibIcon.js';
66
+ export * from './vendor/phosphor/PlusIcon.js';
67
+ export * from './vendor/phosphor/PresentationIcon.js';
68
+ export * from './vendor/phosphor/PuzzlePieceIcon.js';
69
+ export * from './vendor/phosphor/QuestionIcon.js';
70
+ export * from './vendor/phosphor/QuotesIcon.js';
71
+ export * from './vendor/phosphor/ReceiptIcon.js';
72
+ export * from './vendor/phosphor/RepeatIcon.js';
73
+ export * from './vendor/phosphor/RocketLaunchIcon.js';
74
+ export * from './vendor/phosphor/ShoppingCartSimpleIcon.js';
75
+ export * from './vendor/phosphor/SignInIcon.js';
76
+ export * from './vendor/phosphor/SignOutIcon.js';
77
+ export * from './vendor/phosphor/SketchLogoIcon.js';
78
+ export * from './vendor/phosphor/SmileyIcon.js';
79
+ export * from './vendor/phosphor/SortAscendingIcon.js';
80
+ export * from './vendor/phosphor/SortDescendingIcon.js';
81
+ export * from './vendor/phosphor/SparkleIcon.js';
82
+ export * from './vendor/phosphor/StarIcon.js';
83
+ export * from './vendor/phosphor/SubtractIcon.js';
84
+ export * from './vendor/phosphor/SwapIcon.js';
85
+ export * from './vendor/phosphor/TableIcon.js';
86
+ export * from './vendor/phosphor/TabsIcon.js';
87
+ export * from './vendor/phosphor/TagIcon.js';
88
+ export * from './vendor/phosphor/TextBIcon.js';
89
+ export * from './vendor/phosphor/TextHFiveIcon.js';
90
+ export * from './vendor/phosphor/TextHFourIcon.js';
91
+ export * from './vendor/phosphor/TextHIcon.js';
92
+ export * from './vendor/phosphor/TextHOneIcon.js';
93
+ export * from './vendor/phosphor/TextHSixIcon.js';
94
+ export * from './vendor/phosphor/TextHThreeIcon.js';
95
+ export * from './vendor/phosphor/TextHTwoIcon.js';
96
+ export * from './vendor/phosphor/TextItalicIcon.js';
97
+ export * from './vendor/phosphor/TextTIcon.js';
98
+ export * from './vendor/phosphor/TextUnderlineIcon.js';
99
+ export * from './vendor/phosphor/ThumbsDownIcon.js';
100
+ export * from './vendor/phosphor/ThumbsUpIcon.js';
101
+ export * from './vendor/phosphor/TrashSimpleIcon.js';
102
+ export * from './vendor/phosphor/TreeStructureIcon.js';
103
+ export * from './vendor/phosphor/TriangleIcon.js';
104
+ export * from './vendor/phosphor/UserIcon.js';
105
+ export * from './vendor/phosphor/UsersIcon.js';
106
+ export * from './vendor/phosphor/WarningIcon.js';
107
+ export * from './vendor/phosphor/WarningOctagonIcon.js';
108
+ export * from './vendor/phosphor/XIcon.js';
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ArrowCounterClockwise } from '@phosphor-icons/react';
3
+ export const ArrowCounterClockwiseIcon = generateForma36Icon(ArrowCounterClockwise);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ArrowDown } from '@phosphor-icons/react';
3
+ export const ArrowDownIcon = generateForma36Icon(ArrowDown);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ArrowLeft } from '@phosphor-icons/react';
3
+ export const ArrowLeftIcon = generateForma36Icon(ArrowLeft);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ArrowRight } from '@phosphor-icons/react';
3
+ export const ArrowRightIcon = generateForma36Icon(ArrowRight);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ArrowSquareOut } from '@phosphor-icons/react';
3
+ export const ArrowSquareOutIcon = generateForma36Icon(ArrowSquareOut);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ArrowUp } from '@phosphor-icons/react';
3
+ export const ArrowUpIcon = generateForma36Icon(ArrowUp);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ArrowsLeftRight } from '@phosphor-icons/react';
3
+ export const ArrowsLeftRightIcon = generateForma36Icon(ArrowsLeftRight);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { BookmarkSimple } from '@phosphor-icons/react';
3
+ export const BookmarkSimpleIcon = generateForma36Icon(BookmarkSimple);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { BracketsCurly } from '@phosphor-icons/react';
3
+ export const BracketsCurlyIcon = generateForma36Icon(BracketsCurly);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CalendarBlank } from '@phosphor-icons/react';
3
+ export const CalendarBlankIcon = generateForma36Icon(CalendarBlank);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CaretDown } from '@phosphor-icons/react';
3
+ export const CaretDownIcon = generateForma36Icon(CaretDown);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CaretLeft } from '@phosphor-icons/react';
3
+ export const CaretLeftIcon = generateForma36Icon(CaretLeft);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CaretRight } from '@phosphor-icons/react';
3
+ export const CaretRightIcon = generateForma36Icon(CaretRight);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CaretUpDown } from '@phosphor-icons/react';
3
+ export const CaretUpDownIcon = generateForma36Icon(CaretUpDown);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CaretUp } from '@phosphor-icons/react';
3
+ export const CaretUpIcon = generateForma36Icon(CaretUp);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { Chat } from '@phosphor-icons/react';
3
+ export const ChatIcon = generateForma36Icon(Chat);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CheckCircle } from '@phosphor-icons/react';
3
+ export const CheckCircleIcon = generateForma36Icon(CheckCircle);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { Check } from '@phosphor-icons/react';
3
+ export const CheckIcon = generateForma36Icon(Check);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { ClockCounterClockwise } from '@phosphor-icons/react';
3
+ export const ClockCounterClockwiseIconIcon = generateForma36Icon(ClockCounterClockwise);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { Clock } from '@phosphor-icons/react';
3
+ export const ClockIcon = generateForma36Icon(Clock);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CloudArrowUp } from '@phosphor-icons/react';
3
+ export const CloudArrowUpIcon = generateForma36Icon(CloudArrowUp);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CodeSimple } from '@phosphor-icons/react';
3
+ export const CodeSimpleIcon = generateForma36Icon(CodeSimple);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { CopySimple } from '@phosphor-icons/react';
3
+ export const CopySimpleIcon = generateForma36Icon(CopySimple);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { DotsSixVertical } from '@phosphor-icons/react';
3
+ export const DotsSixVerticalIcon = generateForma36Icon(DotsSixVertical);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { DotsThree } from '@phosphor-icons/react';
3
+ export const DotsThreeIcon = generateForma36Icon(DotsThree);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { DownloadSimple } from '@phosphor-icons/react';
3
+ export const DownloadSimpleIcon = generateForma36Icon(DownloadSimple);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { EyeClosed } from '@phosphor-icons/react';
3
+ export const EyeClosedIcon = generateForma36Icon(EyeClosed);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { Eye } from '@phosphor-icons/react';
3
+ export const EyeIcon = generateForma36Icon(Eye);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FileAudio } from '@phosphor-icons/react';
3
+ export const FileAudioIcon = generateForma36Icon(FileAudio);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FileCode } from '@phosphor-icons/react';
3
+ export const FileCodeIcon = generateForma36Icon(FileCode);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { File } from '@phosphor-icons/react';
3
+ export const FileIcon = generateForma36Icon(File);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FilePdf } from '@phosphor-icons/react';
3
+ export const FilePdfIcon = generateForma36Icon(FilePdf);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FileText } from '@phosphor-icons/react';
3
+ export const FileTextIcon = generateForma36Icon(FileText);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FileVideo } from '@phosphor-icons/react';
3
+ export const FileVideoIcon = generateForma36Icon(FileVideo);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FolderOpen } from '@phosphor-icons/react';
3
+ export const FolderOpenIcon = generateForma36Icon(FolderOpen);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FolderSimple } from '@phosphor-icons/react';
3
+ export const FolderSimpleIcon = generateForma36Icon(FolderSimple);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FolderSimplePlus } from '@phosphor-icons/react';
3
+ export const FolderSimplePlusIcon = generateForma36Icon(FolderSimplePlus);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { FunnelSimple } from '@phosphor-icons/react';
3
+ export const FunnelSimpleIcon = generateForma36Icon(FunnelSimple);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { GearSix } from '@phosphor-icons/react';
3
+ export const GearSixIcon = generateForma36Icon(GearSix);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { Globe } from '@phosphor-icons/react';
3
+ export const GlobeIcon = generateForma36Icon(Globe);
@@ -0,0 +1,3 @@
1
+ import { generateForma36Icon } from '@contentful/f36-icon';
2
+ import { HashStraight } from '@phosphor-icons/react';
3
+ export const HashStraightIcon = generateForma36Icon(HashStraight);