@contentful/f36-icons 5.0.0-alpha.3 → 5.0.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/dist/cjs/custom/EmbeddedBlockIcon.js +36 -0
  2. package/dist/cjs/custom/EmbeddedLineIcon.js +38 -0
  3. package/dist/cjs/custom/EntryIcon.js +33 -0
  4. package/dist/cjs/custom/EnvironmentAliasIcon.js +36 -0
  5. package/dist/cjs/custom/EnvironmentIcon.js +33 -0
  6. package/dist/cjs/custom/ReleaseIcon.js +34 -0
  7. package/dist/cjs/custom/RichTextIcon.js +40 -0
  8. package/dist/cjs/custom/TextSubscriptIcon.js +34 -0
  9. package/dist/cjs/custom/TextSuperscriptIcon.js +34 -0
  10. package/dist/cjs/custom/WorkflowsIcon.js +33 -0
  11. package/dist/cjs/index.js +127 -0
  12. package/dist/cjs/vendor/phosphor/ArrowCounterClockwiseIcon.js +13 -0
  13. package/dist/cjs/vendor/phosphor/ArrowDownIcon.js +13 -0
  14. package/dist/cjs/vendor/phosphor/ArrowLeftIcon.js +13 -0
  15. package/dist/cjs/vendor/phosphor/ArrowRightIcon.js +13 -0
  16. package/dist/cjs/vendor/phosphor/ArrowSquareOutIcon.js +13 -0
  17. package/dist/cjs/vendor/phosphor/ArrowUpIcon.js +13 -0
  18. package/dist/cjs/vendor/phosphor/ArrowsLeftRightIcon.js +13 -0
  19. package/dist/cjs/vendor/phosphor/BookmarkSimpleIcon.js +13 -0
  20. package/dist/cjs/vendor/phosphor/BracketsCurlyIcon.js +13 -0
  21. package/dist/cjs/vendor/phosphor/CalendarBlankIcon.js +13 -0
  22. package/dist/cjs/vendor/phosphor/CaretDownIcon.js +13 -0
  23. package/dist/cjs/vendor/phosphor/CaretLeftIcon.js +13 -0
  24. package/dist/cjs/vendor/phosphor/CaretRightIcon.js +13 -0
  25. package/dist/cjs/vendor/phosphor/CaretUpDownIcon.js +13 -0
  26. package/dist/cjs/vendor/phosphor/CaretUpIcon.js +13 -0
  27. package/dist/cjs/vendor/phosphor/ChatIcon.js +13 -0
  28. package/dist/cjs/vendor/phosphor/CheckCircleIcon.js +13 -0
  29. package/dist/cjs/vendor/phosphor/CheckIcon.js +13 -0
  30. package/dist/cjs/vendor/phosphor/ClockCounterClockwiseIcon.js +13 -0
  31. package/dist/cjs/vendor/phosphor/ClockIcon.js +13 -0
  32. package/dist/cjs/vendor/phosphor/CloudArrowUpIcon.js +13 -0
  33. package/dist/cjs/vendor/phosphor/CodeSimpleIcon.js +13 -0
  34. package/dist/cjs/vendor/phosphor/CopySimpleIcon.js +13 -0
  35. package/dist/cjs/vendor/phosphor/DotsSixVerticalIcon.js +13 -0
  36. package/dist/cjs/vendor/phosphor/DotsThreeIcon.js +13 -0
  37. package/dist/cjs/vendor/phosphor/DownloadSimpleIcon.js +13 -0
  38. package/dist/cjs/vendor/phosphor/EyeClosedIcon.js +13 -0
  39. package/dist/cjs/vendor/phosphor/EyeIcon.js +13 -0
  40. package/dist/cjs/vendor/phosphor/FileArchive.js +13 -0
  41. package/dist/cjs/vendor/phosphor/FileAudioIcon.js +13 -0
  42. package/dist/cjs/vendor/phosphor/FileCodeIcon.js +13 -0
  43. package/dist/cjs/vendor/phosphor/FileIcon.js +13 -0
  44. package/dist/cjs/vendor/phosphor/FilePdfIcon.js +13 -0
  45. package/dist/cjs/vendor/phosphor/FileTextIcon.js +13 -0
  46. package/dist/cjs/vendor/phosphor/FileVideoIcon.js +13 -0
  47. package/dist/cjs/vendor/phosphor/FolderOpenIcon.js +13 -0
  48. package/dist/cjs/vendor/phosphor/FolderSimpleIcon.js +13 -0
  49. package/dist/cjs/vendor/phosphor/FolderSimplePlusIcon.js +13 -0
  50. package/dist/cjs/vendor/phosphor/FunnelSimpleIcon.js +13 -0
  51. package/dist/cjs/vendor/phosphor/GearSixIcon.js +13 -0
  52. package/dist/cjs/vendor/phosphor/GiftIcon.js +13 -0
  53. package/dist/cjs/vendor/phosphor/GlobeIcon.js +13 -0
  54. package/dist/cjs/vendor/phosphor/HashStraightIcon.js +13 -0
  55. package/dist/cjs/vendor/phosphor/ImageSquareIcon.js +13 -0
  56. package/dist/cjs/vendor/phosphor/InfoIcon.js +13 -0
  57. package/dist/cjs/vendor/phosphor/LinkSimpleHorizontalIcon.js +13 -0
  58. package/dist/cjs/vendor/phosphor/ListBulletsIcon.js +13 -0
  59. package/dist/cjs/vendor/phosphor/ListIcon.js +13 -0
  60. package/dist/cjs/vendor/phosphor/ListNumbersIcon.js +13 -0
  61. package/dist/cjs/vendor/phosphor/LockSimpleIcon.js +13 -0
  62. package/dist/cjs/vendor/phosphor/LockSimpleOpenIcon.js +13 -0
  63. package/dist/cjs/vendor/phosphor/MagnifyingGlassIcon.js +13 -0
  64. package/dist/cjs/vendor/phosphor/MapPinLineIcon.js +13 -0
  65. package/dist/cjs/vendor/phosphor/MinusIcon.js +13 -0
  66. package/dist/cjs/vendor/phosphor/PaperPlaneTiltIcon.js +13 -0
  67. package/dist/cjs/vendor/phosphor/PenNibIcon.js +13 -0
  68. package/dist/cjs/vendor/phosphor/PencilSimpleIcon.js +13 -0
  69. package/dist/cjs/vendor/phosphor/PlusIcon.js +13 -0
  70. package/dist/cjs/vendor/phosphor/PresentationIcon.js +13 -0
  71. package/dist/cjs/vendor/phosphor/PuzzlePieceIcon.js +13 -0
  72. package/dist/cjs/vendor/phosphor/QuestionIcon.js +13 -0
  73. package/dist/cjs/vendor/phosphor/QuotesIcon.js +13 -0
  74. package/dist/cjs/vendor/phosphor/ReceiptIcon.js +13 -0
  75. package/dist/cjs/vendor/phosphor/RepeatIcon.js +13 -0
  76. package/dist/cjs/vendor/phosphor/RocketLaunchIcon.js +13 -0
  77. package/dist/cjs/vendor/phosphor/ShoppingCartSimpleIcon.js +13 -0
  78. package/dist/cjs/vendor/phosphor/SignInIcon.js +13 -0
  79. package/dist/cjs/vendor/phosphor/SignOutIcon.js +13 -0
  80. package/dist/cjs/vendor/phosphor/SketchLogoIcon.js +13 -0
  81. package/dist/cjs/vendor/phosphor/SmileyIcon.js +13 -0
  82. package/dist/cjs/vendor/phosphor/SortAscendingIcon.js +13 -0
  83. package/dist/cjs/vendor/phosphor/SortDescendingIcon.js +13 -0
  84. package/dist/cjs/vendor/phosphor/SparkleIcon.js +13 -0
  85. package/dist/cjs/vendor/phosphor/StarIcon.js +13 -0
  86. package/dist/cjs/vendor/phosphor/SubtractIcon.js +13 -0
  87. package/dist/cjs/vendor/phosphor/SwapIcon.js +13 -0
  88. package/dist/cjs/vendor/phosphor/TableIcon.js +13 -0
  89. package/dist/cjs/vendor/phosphor/TabsIcon.js +13 -0
  90. package/dist/cjs/vendor/phosphor/TagIcon.js +13 -0
  91. package/dist/cjs/vendor/phosphor/TextBIcon.js +13 -0
  92. package/dist/cjs/vendor/phosphor/TextHFiveIcon.js +13 -0
  93. package/dist/cjs/vendor/phosphor/TextHFourIcon.js +13 -0
  94. package/dist/cjs/vendor/phosphor/TextHIcon.js +13 -0
  95. package/dist/cjs/vendor/phosphor/TextHOneIcon.js +13 -0
  96. package/dist/cjs/vendor/phosphor/TextHSixIcon.js +13 -0
  97. package/dist/cjs/vendor/phosphor/TextHThreeIcon.js +13 -0
  98. package/dist/cjs/vendor/phosphor/TextHTwoIcon.js +13 -0
  99. package/dist/cjs/vendor/phosphor/TextItalicIcon.js +13 -0
  100. package/dist/cjs/vendor/phosphor/TextTIcon.js +13 -0
  101. package/dist/cjs/vendor/phosphor/TextUnderlineIcon.js +13 -0
  102. package/dist/cjs/vendor/phosphor/ThumbsDownIcon.js +13 -0
  103. package/dist/cjs/vendor/phosphor/ThumbsUpIcon.js +13 -0
  104. package/dist/cjs/vendor/phosphor/TrashSimpleIcon.js +13 -0
  105. package/dist/cjs/vendor/phosphor/TreeStructureIcon.js +13 -0
  106. package/dist/cjs/vendor/phosphor/TriangleIcon.js +13 -0
  107. package/dist/cjs/vendor/phosphor/UserIcon.js +13 -0
  108. package/dist/cjs/vendor/phosphor/UsersIcon.js +13 -0
  109. package/dist/cjs/vendor/phosphor/WarningIcon.js +13 -0
  110. package/dist/cjs/vendor/phosphor/WarningOctagonIcon.js +13 -0
  111. package/dist/cjs/vendor/phosphor/XIcon.js +13 -0
  112. package/dist/esm/index.js +4 -2
  113. package/dist/esm/index.js.map +1 -0
  114. package/dist/esm/vendor/phosphor/ArrowCounterClockwiseIcon.js +1 -1
  115. package/dist/esm/vendor/phosphor/ArrowDownIcon.js +1 -1
  116. package/dist/esm/vendor/phosphor/ArrowLeftIcon.js +1 -1
  117. package/dist/esm/vendor/phosphor/ArrowRightIcon.js +1 -1
  118. package/dist/esm/vendor/phosphor/ArrowSquareOutIcon.js +1 -1
  119. package/dist/esm/vendor/phosphor/ArrowUpIcon.js +1 -1
  120. package/dist/esm/vendor/phosphor/ArrowsLeftRightIcon.js +1 -1
  121. package/dist/esm/vendor/phosphor/BookmarkSimpleIcon.js +1 -1
  122. package/dist/esm/vendor/phosphor/BracketsCurlyIcon.js +1 -1
  123. package/dist/esm/vendor/phosphor/CalendarBlankIcon.js +1 -1
  124. package/dist/esm/vendor/phosphor/CaretDownIcon.js +1 -1
  125. package/dist/esm/vendor/phosphor/CaretLeftIcon.js +1 -1
  126. package/dist/esm/vendor/phosphor/CaretRightIcon.js +1 -1
  127. package/dist/esm/vendor/phosphor/CaretUpDownIcon.js +1 -1
  128. package/dist/esm/vendor/phosphor/CaretUpIcon.js +1 -1
  129. package/dist/esm/vendor/phosphor/ChatIcon.js +1 -1
  130. package/dist/esm/vendor/phosphor/CheckCircleIcon.js +1 -1
  131. package/dist/esm/vendor/phosphor/CheckIcon.js +1 -1
  132. package/dist/esm/vendor/phosphor/ClockCounterClockwiseIcon.js +1 -1
  133. package/dist/esm/vendor/phosphor/ClockIcon.js +1 -1
  134. package/dist/esm/vendor/phosphor/CloudArrowUpIcon.js +1 -1
  135. package/dist/esm/vendor/phosphor/CodeSimpleIcon.js +1 -1
  136. package/dist/esm/vendor/phosphor/CopySimpleIcon.js +1 -1
  137. package/dist/esm/vendor/phosphor/DotsSixVerticalIcon.js +1 -1
  138. package/dist/esm/vendor/phosphor/DotsThreeIcon.js +1 -1
  139. package/dist/esm/vendor/phosphor/DownloadSimpleIcon.js +1 -1
  140. package/dist/esm/vendor/phosphor/EyeClosedIcon.js +1 -1
  141. package/dist/esm/vendor/phosphor/EyeIcon.js +1 -1
  142. package/dist/esm/vendor/phosphor/FileArchive.js +3 -0
  143. package/dist/esm/vendor/phosphor/FileAudioIcon.js +1 -1
  144. package/dist/esm/vendor/phosphor/FileCodeIcon.js +1 -1
  145. package/dist/esm/vendor/phosphor/FileIcon.js +1 -1
  146. package/dist/esm/vendor/phosphor/FilePdfIcon.js +1 -1
  147. package/dist/esm/vendor/phosphor/FileTextIcon.js +1 -1
  148. package/dist/esm/vendor/phosphor/FileVideoIcon.js +1 -1
  149. package/dist/esm/vendor/phosphor/FolderOpenIcon.js +1 -1
  150. package/dist/esm/vendor/phosphor/FolderSimpleIcon.js +1 -1
  151. package/dist/esm/vendor/phosphor/FolderSimplePlusIcon.js +1 -1
  152. package/dist/esm/vendor/phosphor/FunnelSimpleIcon.js +1 -1
  153. package/dist/esm/vendor/phosphor/GearSixIcon.js +1 -1
  154. package/dist/esm/vendor/phosphor/GiftIcon.js +3 -0
  155. package/dist/esm/vendor/phosphor/GlobeIcon.js +1 -1
  156. package/dist/esm/vendor/phosphor/HashStraightIcon.js +1 -1
  157. package/dist/esm/vendor/phosphor/ImageSquareIcon.js +1 -1
  158. package/dist/esm/vendor/phosphor/InfoIcon.js +1 -1
  159. package/dist/esm/vendor/phosphor/LinkSimpleHorizontalIcon.js +1 -1
  160. package/dist/esm/vendor/phosphor/ListBulletsIcon.js +1 -1
  161. package/dist/esm/vendor/phosphor/ListIcon.js +1 -1
  162. package/dist/esm/vendor/phosphor/ListNumbersIcon.js +1 -1
  163. package/dist/esm/vendor/phosphor/LockSimpleIcon.js +1 -1
  164. package/dist/esm/vendor/phosphor/LockSimpleOpenIcon.js +1 -1
  165. package/dist/esm/vendor/phosphor/MagnifyingGlassIcon.js +1 -1
  166. package/dist/esm/vendor/phosphor/MapPinLineIcon.js +1 -1
  167. package/dist/esm/vendor/phosphor/MinusIcon.js +1 -1
  168. package/dist/esm/vendor/phosphor/PaperPlaneTiltIcon.js +1 -1
  169. package/dist/esm/vendor/phosphor/PenNibIcon.js +1 -1
  170. package/dist/esm/vendor/phosphor/PencilSimpleIcon.js +1 -1
  171. package/dist/esm/vendor/phosphor/PlusIcon.js +1 -1
  172. package/dist/esm/vendor/phosphor/PresentationIcon.js +1 -1
  173. package/dist/esm/vendor/phosphor/PuzzlePieceIcon.js +1 -1
  174. package/dist/esm/vendor/phosphor/QuestionIcon.js +1 -1
  175. package/dist/esm/vendor/phosphor/QuotesIcon.js +1 -1
  176. package/dist/esm/vendor/phosphor/ReceiptIcon.js +1 -1
  177. package/dist/esm/vendor/phosphor/RepeatIcon.js +1 -1
  178. package/dist/esm/vendor/phosphor/RocketLaunchIcon.js +1 -1
  179. package/dist/esm/vendor/phosphor/ShoppingCartSimpleIcon.js +1 -1
  180. package/dist/esm/vendor/phosphor/SignInIcon.js +1 -1
  181. package/dist/esm/vendor/phosphor/SignOutIcon.js +1 -1
  182. package/dist/esm/vendor/phosphor/SketchLogoIcon.js +1 -1
  183. package/dist/esm/vendor/phosphor/SmileyIcon.js +1 -1
  184. package/dist/esm/vendor/phosphor/SortAscendingIcon.js +1 -1
  185. package/dist/esm/vendor/phosphor/SortDescendingIcon.js +1 -1
  186. package/dist/esm/vendor/phosphor/SparkleIcon.js +1 -1
  187. package/dist/esm/vendor/phosphor/StarIcon.js +1 -1
  188. package/dist/esm/vendor/phosphor/SubtractIcon.js +1 -1
  189. package/dist/esm/vendor/phosphor/SwapIcon.js +1 -1
  190. package/dist/esm/vendor/phosphor/TableIcon.js +1 -1
  191. package/dist/esm/vendor/phosphor/TabsIcon.js +1 -1
  192. package/dist/esm/vendor/phosphor/TagIcon.js +1 -1
  193. package/dist/esm/vendor/phosphor/TextBIcon.js +1 -1
  194. package/dist/esm/vendor/phosphor/TextHFiveIcon.js +1 -1
  195. package/dist/esm/vendor/phosphor/TextHFourIcon.js +1 -1
  196. package/dist/esm/vendor/phosphor/TextHIcon.js +1 -1
  197. package/dist/esm/vendor/phosphor/TextHOneIcon.js +1 -1
  198. package/dist/esm/vendor/phosphor/TextHSixIcon.js +1 -1
  199. package/dist/esm/vendor/phosphor/TextHThreeIcon.js +1 -1
  200. package/dist/esm/vendor/phosphor/TextHTwoIcon.js +1 -1
  201. package/dist/esm/vendor/phosphor/TextItalicIcon.js +1 -1
  202. package/dist/esm/vendor/phosphor/TextTIcon.js +1 -1
  203. package/dist/esm/vendor/phosphor/TextUnderlineIcon.js +1 -1
  204. package/dist/esm/vendor/phosphor/ThumbsDownIcon.js +1 -1
  205. package/dist/esm/vendor/phosphor/ThumbsUpIcon.js +1 -1
  206. package/dist/esm/vendor/phosphor/TrashSimpleIcon.js +1 -1
  207. package/dist/esm/vendor/phosphor/TreeStructureIcon.js +1 -1
  208. package/dist/esm/vendor/phosphor/TriangleIcon.js +1 -1
  209. package/dist/esm/vendor/phosphor/UserIcon.js +1 -1
  210. package/dist/esm/vendor/phosphor/UsersIcon.js +1 -1
  211. package/dist/esm/vendor/phosphor/WarningIcon.js +1 -1
  212. package/dist/esm/vendor/phosphor/WarningOctagonIcon.js +1 -1
  213. package/dist/esm/vendor/phosphor/XIcon.js +1 -1
  214. package/dist/index.d.mts +1115 -0
  215. package/dist/index.d.ts +1115 -0
  216. package/dist/index.js +200 -0
  217. package/dist/index.js.map +1 -0
  218. package/dist/types/index.d.ts +7 -2
  219. package/dist/types/vendor/phosphor/FileArchive.d.ts +2 -0
  220. package/dist/types/vendor/phosphor/GiftIcon.d.ts +2 -0
  221. package/package.json +9 -6
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "EmbeddedBlockIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return EmbeddedBlockIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const EmbeddedBlockIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill"
24
+ })
25
+ }),
26
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
27
+ path: _react.default.createElement("g", {
28
+ fill: "currentFill"
29
+ }, _react.default.createElement("path", {
30
+ 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"
31
+ }), _react.default.createElement("path", {
32
+ 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"
33
+ }))
34
+ })
35
+ }
36
+ });
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "EmbeddedLineIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return EmbeddedLineIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const EmbeddedLineIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill"
24
+ })
25
+ }),
26
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
27
+ path: _react.default.createElement("g", {
28
+ fill: "currentFill"
29
+ }, _react.default.createElement("path", {
30
+ 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"
31
+ }), _react.default.createElement("path", {
32
+ 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"
33
+ }), _react.default.createElement("path", {
34
+ 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"
35
+ }))
36
+ })
37
+ }
38
+ });
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "EntryIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return EntryIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const EntryIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill"
24
+ })
25
+ }),
26
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
27
+ path: _react.default.createElement("path", {
28
+ 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",
29
+ fill: "currentFill"
30
+ })
31
+ })
32
+ }
33
+ });
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "EnvironmentAliasIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return EnvironmentAliasIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const EnvironmentAliasIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("g", {
22
+ fill: "currentFill"
23
+ }, _react.default.createElement("path", {
24
+ 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"
25
+ }), _react.default.createElement("path", {
26
+ 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"
27
+ }))
28
+ }),
29
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
30
+ path: _react.default.createElement("path", {
31
+ 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",
32
+ fill: "currentFill"
33
+ })
34
+ })
35
+ }
36
+ });
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "EnvironmentIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return EnvironmentIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const EnvironmentIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill"
24
+ })
25
+ }),
26
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
27
+ path: _react.default.createElement("path", {
28
+ 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",
29
+ fill: "currentFill"
30
+ })
31
+ })
32
+ }
33
+ });
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ReleaseIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ReleaseIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const ReleaseIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill",
24
+ fillRule: "evenodd"
25
+ })
26
+ }),
27
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
28
+ path: _react.default.createElement("path", {
29
+ 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",
30
+ fill: "currentFill"
31
+ })
32
+ })
33
+ }
34
+ });
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "RichTextIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return RichTextIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const RichTextIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill",
24
+ fillRule: "evenodd"
25
+ })
26
+ }),
27
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
28
+ path: _react.default.createElement("g", {
29
+ fill: "currentFill",
30
+ fillRule: "evenodd"
31
+ }, _react.default.createElement("path", {
32
+ 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"
33
+ }), _react.default.createElement("path", {
34
+ 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"
35
+ }), _react.default.createElement("path", {
36
+ 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"
37
+ }))
38
+ })
39
+ }
40
+ });
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "TextSubscriptIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return TextSubscriptIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const TextSubscriptIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill",
24
+ fillRule: "evenodd"
25
+ })
26
+ }),
27
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
28
+ path: _react.default.createElement("path", {
29
+ 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",
30
+ fill: "currentFill"
31
+ })
32
+ })
33
+ }
34
+ });
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "TextSuperscriptIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return TextSuperscriptIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const TextSuperscriptIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ 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",
23
+ fill: "currentFill",
24
+ fillRule: "evenodd"
25
+ })
26
+ }),
27
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
28
+ path: _react.default.createElement("path", {
29
+ 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",
30
+ fill: "currentFill"
31
+ })
32
+ })
33
+ }
34
+ });
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "WorkflowsIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return WorkflowsIcon;
9
+ }
10
+ });
11
+ const _react = _interop_require_default(require("react"));
12
+ const _f36icon = require("@contentful/f36-icon");
13
+ function _interop_require_default(obj) {
14
+ return obj && obj.__esModule ? obj : {
15
+ default: obj
16
+ };
17
+ }
18
+ const WorkflowsIcon = (0, _f36icon.generateComponentWithVariants)({
19
+ variants: {
20
+ [_f36icon.IconVariant.Active]: (0, _f36icon.generateIconComponent)({
21
+ path: _react.default.createElement("path", {
22
+ fill: "currentFill",
23
+ 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"
24
+ })
25
+ }),
26
+ [_f36icon.IconVariant.Default]: (0, _f36icon.generateIconComponent)({
27
+ path: _react.default.createElement("path", {
28
+ fill: "currentFill",
29
+ 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"
30
+ })
31
+ })
32
+ }
33
+ });
@@ -0,0 +1,127 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ _export_star(require("./custom/EmbeddedBlockIcon.js"), exports);
6
+ _export_star(require("./custom/EmbeddedLineIcon.js"), exports);
7
+ _export_star(require("./custom/EntryIcon.js"), exports);
8
+ _export_star(require("./custom/EnvironmentAliasIcon.js"), exports);
9
+ _export_star(require("./custom/EnvironmentIcon.js"), exports);
10
+ _export_star(require("./custom/ReleaseIcon.js"), exports);
11
+ _export_star(require("./custom/RichTextIcon.js"), exports);
12
+ _export_star(require("./custom/TextSubscriptIcon.js"), exports);
13
+ _export_star(require("./custom/TextSuperscriptIcon.js"), exports);
14
+ _export_star(require("./custom/WorkflowsIcon.js"), exports);
15
+ _export_star(require("./vendor/phosphor/ArrowCounterClockwiseIcon.js"), exports);
16
+ _export_star(require("./vendor/phosphor/ArrowDownIcon.js"), exports);
17
+ _export_star(require("./vendor/phosphor/ArrowLeftIcon.js"), exports);
18
+ _export_star(require("./vendor/phosphor/ArrowRightIcon.js"), exports);
19
+ _export_star(require("./vendor/phosphor/ArrowSquareOutIcon.js"), exports);
20
+ _export_star(require("./vendor/phosphor/ArrowUpIcon.js"), exports);
21
+ _export_star(require("./vendor/phosphor/ArrowsLeftRightIcon.js"), exports);
22
+ _export_star(require("./vendor/phosphor/BookmarkSimpleIcon.js"), exports);
23
+ _export_star(require("./vendor/phosphor/BracketsCurlyIcon.js"), exports);
24
+ _export_star(require("./vendor/phosphor/CalendarBlankIcon.js"), exports);
25
+ _export_star(require("./vendor/phosphor/CaretDownIcon.js"), exports);
26
+ _export_star(require("./vendor/phosphor/CaretLeftIcon.js"), exports);
27
+ _export_star(require("./vendor/phosphor/CaretRightIcon.js"), exports);
28
+ _export_star(require("./vendor/phosphor/CaretUpDownIcon.js"), exports);
29
+ _export_star(require("./vendor/phosphor/CaretUpIcon.js"), exports);
30
+ _export_star(require("./vendor/phosphor/ChatIcon.js"), exports);
31
+ _export_star(require("./vendor/phosphor/CheckCircleIcon.js"), exports);
32
+ _export_star(require("./vendor/phosphor/CheckIcon.js"), exports);
33
+ _export_star(require("./vendor/phosphor/ClockCounterClockwiseIcon.js"), exports);
34
+ _export_star(require("./vendor/phosphor/ClockIcon.js"), exports);
35
+ _export_star(require("./vendor/phosphor/CloudArrowUpIcon.js"), exports);
36
+ _export_star(require("./vendor/phosphor/CodeSimpleIcon.js"), exports);
37
+ _export_star(require("./vendor/phosphor/CopySimpleIcon.js"), exports);
38
+ _export_star(require("./vendor/phosphor/DotsSixVerticalIcon.js"), exports);
39
+ _export_star(require("./vendor/phosphor/DotsThreeIcon.js"), exports);
40
+ _export_star(require("./vendor/phosphor/DownloadSimpleIcon.js"), exports);
41
+ _export_star(require("./vendor/phosphor/EyeClosedIcon.js"), exports);
42
+ _export_star(require("./vendor/phosphor/EyeIcon.js"), exports);
43
+ _export_star(require("./vendor/phosphor/FileArchive.js"), exports);
44
+ _export_star(require("./vendor/phosphor/FileAudioIcon.js"), exports);
45
+ _export_star(require("./vendor/phosphor/FileCodeIcon.js"), exports);
46
+ _export_star(require("./vendor/phosphor/FileIcon.js"), exports);
47
+ _export_star(require("./vendor/phosphor/FilePdfIcon.js"), exports);
48
+ _export_star(require("./vendor/phosphor/FileTextIcon.js"), exports);
49
+ _export_star(require("./vendor/phosphor/FileVideoIcon.js"), exports);
50
+ _export_star(require("./vendor/phosphor/FolderOpenIcon.js"), exports);
51
+ _export_star(require("./vendor/phosphor/FolderSimpleIcon.js"), exports);
52
+ _export_star(require("./vendor/phosphor/FolderSimplePlusIcon.js"), exports);
53
+ _export_star(require("./vendor/phosphor/FunnelSimpleIcon.js"), exports);
54
+ _export_star(require("./vendor/phosphor/GearSixIcon.js"), exports);
55
+ _export_star(require("./vendor/phosphor/GiftIcon.js"), exports);
56
+ _export_star(require("./vendor/phosphor/GlobeIcon.js"), exports);
57
+ _export_star(require("./vendor/phosphor/HashStraightIcon.js"), exports);
58
+ _export_star(require("./vendor/phosphor/ImageSquareIcon.js"), exports);
59
+ _export_star(require("./vendor/phosphor/InfoIcon.js"), exports);
60
+ _export_star(require("./vendor/phosphor/LinkSimpleHorizontalIcon.js"), exports);
61
+ _export_star(require("./vendor/phosphor/ListBulletsIcon.js"), exports);
62
+ _export_star(require("./vendor/phosphor/ListIcon.js"), exports);
63
+ _export_star(require("./vendor/phosphor/ListNumbersIcon.js"), exports);
64
+ _export_star(require("./vendor/phosphor/LockSimpleIcon.js"), exports);
65
+ _export_star(require("./vendor/phosphor/LockSimpleOpenIcon.js"), exports);
66
+ _export_star(require("./vendor/phosphor/MagnifyingGlassIcon.js"), exports);
67
+ _export_star(require("./vendor/phosphor/MapPinLineIcon.js"), exports);
68
+ _export_star(require("./vendor/phosphor/MinusIcon.js"), exports);
69
+ _export_star(require("./vendor/phosphor/PaperPlaneTiltIcon.js"), exports);
70
+ _export_star(require("./vendor/phosphor/PenNibIcon.js"), exports);
71
+ _export_star(require("./vendor/phosphor/PencilSimpleIcon.js"), exports);
72
+ _export_star(require("./vendor/phosphor/PlusIcon.js"), exports);
73
+ _export_star(require("./vendor/phosphor/PresentationIcon.js"), exports);
74
+ _export_star(require("./vendor/phosphor/PuzzlePieceIcon.js"), exports);
75
+ _export_star(require("./vendor/phosphor/QuestionIcon.js"), exports);
76
+ _export_star(require("./vendor/phosphor/QuotesIcon.js"), exports);
77
+ _export_star(require("./vendor/phosphor/ReceiptIcon.js"), exports);
78
+ _export_star(require("./vendor/phosphor/RepeatIcon.js"), exports);
79
+ _export_star(require("./vendor/phosphor/RocketLaunchIcon.js"), exports);
80
+ _export_star(require("./vendor/phosphor/ShoppingCartSimpleIcon.js"), exports);
81
+ _export_star(require("./vendor/phosphor/SignInIcon.js"), exports);
82
+ _export_star(require("./vendor/phosphor/SignOutIcon.js"), exports);
83
+ _export_star(require("./vendor/phosphor/SketchLogoIcon.js"), exports);
84
+ _export_star(require("./vendor/phosphor/SmileyIcon.js"), exports);
85
+ _export_star(require("./vendor/phosphor/SortAscendingIcon.js"), exports);
86
+ _export_star(require("./vendor/phosphor/SortDescendingIcon.js"), exports);
87
+ _export_star(require("./vendor/phosphor/SparkleIcon.js"), exports);
88
+ _export_star(require("./vendor/phosphor/StarIcon.js"), exports);
89
+ _export_star(require("./vendor/phosphor/SubtractIcon.js"), exports);
90
+ _export_star(require("./vendor/phosphor/SwapIcon.js"), exports);
91
+ _export_star(require("./vendor/phosphor/TableIcon.js"), exports);
92
+ _export_star(require("./vendor/phosphor/TabsIcon.js"), exports);
93
+ _export_star(require("./vendor/phosphor/TagIcon.js"), exports);
94
+ _export_star(require("./vendor/phosphor/TextBIcon.js"), exports);
95
+ _export_star(require("./vendor/phosphor/TextHFiveIcon.js"), exports);
96
+ _export_star(require("./vendor/phosphor/TextHFourIcon.js"), exports);
97
+ _export_star(require("./vendor/phosphor/TextHIcon.js"), exports);
98
+ _export_star(require("./vendor/phosphor/TextHOneIcon.js"), exports);
99
+ _export_star(require("./vendor/phosphor/TextHSixIcon.js"), exports);
100
+ _export_star(require("./vendor/phosphor/TextHThreeIcon.js"), exports);
101
+ _export_star(require("./vendor/phosphor/TextHTwoIcon.js"), exports);
102
+ _export_star(require("./vendor/phosphor/TextItalicIcon.js"), exports);
103
+ _export_star(require("./vendor/phosphor/TextTIcon.js"), exports);
104
+ _export_star(require("./vendor/phosphor/TextUnderlineIcon.js"), exports);
105
+ _export_star(require("./vendor/phosphor/ThumbsDownIcon.js"), exports);
106
+ _export_star(require("./vendor/phosphor/ThumbsUpIcon.js"), exports);
107
+ _export_star(require("./vendor/phosphor/TrashSimpleIcon.js"), exports);
108
+ _export_star(require("./vendor/phosphor/TreeStructureIcon.js"), exports);
109
+ _export_star(require("./vendor/phosphor/TriangleIcon.js"), exports);
110
+ _export_star(require("./vendor/phosphor/UserIcon.js"), exports);
111
+ _export_star(require("./vendor/phosphor/UsersIcon.js"), exports);
112
+ _export_star(require("./vendor/phosphor/WarningIcon.js"), exports);
113
+ _export_star(require("./vendor/phosphor/WarningOctagonIcon.js"), exports);
114
+ _export_star(require("./vendor/phosphor/XIcon.js"), exports);
115
+ function _export_star(from, to) {
116
+ Object.keys(from).forEach(function(k) {
117
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
118
+ Object.defineProperty(to, k, {
119
+ enumerable: true,
120
+ get: function() {
121
+ return from[k];
122
+ }
123
+ });
124
+ }
125
+ });
126
+ return from;
127
+ }
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ArrowCounterClockwiseIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ArrowCounterClockwiseIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _ArrowCounterClockwise = require("@phosphor-icons/react/ArrowCounterClockwise");
13
+ const ArrowCounterClockwiseIcon = (0, _f36icon.generateForma36Icon)(_ArrowCounterClockwise.ArrowCounterClockwise);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ArrowDownIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ArrowDownIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _ArrowDown = require("@phosphor-icons/react/ArrowDown");
13
+ const ArrowDownIcon = (0, _f36icon.generateForma36Icon)(_ArrowDown.ArrowDown);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ArrowLeftIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ArrowLeftIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _ArrowLeft = require("@phosphor-icons/react/ArrowLeft");
13
+ const ArrowLeftIcon = (0, _f36icon.generateForma36Icon)(_ArrowLeft.ArrowLeft);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ArrowRightIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ArrowRightIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _ArrowRight = require("@phosphor-icons/react/ArrowRight");
13
+ const ArrowRightIcon = (0, _f36icon.generateForma36Icon)(_ArrowRight.ArrowRight);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ArrowSquareOutIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ArrowSquareOutIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _ArrowSquareOut = require("@phosphor-icons/react/ArrowSquareOut");
13
+ const ArrowSquareOutIcon = (0, _f36icon.generateForma36Icon)(_ArrowSquareOut.ArrowSquareOut);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ArrowUpIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ArrowUpIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _ArrowUp = require("@phosphor-icons/react/ArrowUp");
13
+ const ArrowUpIcon = (0, _f36icon.generateForma36Icon)(_ArrowUp.ArrowUp);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "ArrowsLeftRightIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return ArrowsLeftRightIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _ArrowsLeftRight = require("@phosphor-icons/react/ArrowsLeftRight");
13
+ const ArrowsLeftRightIcon = (0, _f36icon.generateForma36Icon)(_ArrowsLeftRight.ArrowsLeftRight);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "BookmarkSimpleIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return BookmarkSimpleIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _BookmarkSimple = require("@phosphor-icons/react/BookmarkSimple");
13
+ const BookmarkSimpleIcon = (0, _f36icon.generateForma36Icon)(_BookmarkSimple.BookmarkSimple);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "BracketsCurlyIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return BracketsCurlyIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _BracketsCurly = require("@phosphor-icons/react/BracketsCurly");
13
+ const BracketsCurlyIcon = (0, _f36icon.generateForma36Icon)(_BracketsCurly.BracketsCurly);
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", {
3
+ value: true
4
+ });
5
+ Object.defineProperty(exports, "CalendarBlankIcon", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return CalendarBlankIcon;
9
+ }
10
+ });
11
+ const _f36icon = require("@contentful/f36-icon");
12
+ const _CalendarBlank = require("@phosphor-icons/react/CalendarBlank");
13
+ const CalendarBlankIcon = (0, _f36icon.generateForma36Icon)(_CalendarBlank.CalendarBlank);