@bubbles-ui/icons 1.0.24 → 1.0.25

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 (115) hide show
  1. package/package.json +1 -1
  2. package/solid/AssetPathIcon.d.ts +3 -0
  3. package/solid/AssetPathIcon.js +17 -0
  4. package/solid/EditorCenterAlignIcon.d.ts +3 -0
  5. package/solid/EditorCenterAlignIcon.js +17 -0
  6. package/solid/EditorHyperlinkIcon.d.ts +3 -0
  7. package/solid/EditorHyperlinkIcon.js +23 -0
  8. package/solid/EditorIndentDecreaseIcon.d.ts +3 -0
  9. package/solid/EditorIndentDecreaseIcon.js +17 -0
  10. package/solid/EditorIndentIncreaseIcon.d.ts +3 -0
  11. package/solid/EditorIndentIncreaseIcon.js +23 -0
  12. package/solid/EditorJustifiedAlignIcon.d.ts +3 -0
  13. package/solid/EditorJustifiedAlignIcon.js +17 -0
  14. package/solid/EditorLeftAlignIcon.d.ts +3 -0
  15. package/solid/EditorLeftAlignIcon.js +17 -0
  16. package/solid/EditorLibraryIcon.d.ts +3 -0
  17. package/solid/EditorLibraryIcon.js +17 -0
  18. package/solid/EditorListBulletsIcon.d.ts +3 -0
  19. package/solid/EditorListBulletsIcon.js +17 -0
  20. package/solid/EditorListNumbersIcon.d.ts +3 -0
  21. package/solid/EditorListNumbersIcon.js +23 -0
  22. package/solid/EditorParagraphIcon.d.ts +3 -0
  23. package/solid/EditorParagraphIcon.js +17 -0
  24. package/solid/EditorProgrammingCodeIcon.d.ts +3 -0
  25. package/solid/EditorProgrammingCodeIcon.js +17 -0
  26. package/solid/EditorQuotesIcon.d.ts +3 -0
  27. package/solid/EditorQuotesIcon.js +17 -0
  28. package/solid/EditorRightAlignIcon.d.ts +3 -0
  29. package/solid/EditorRightAlignIcon.js +17 -0
  30. package/solid/EditorSubscriptIcon.d.ts +3 -0
  31. package/solid/EditorSubscriptIcon.js +17 -0
  32. package/solid/EditorSuperscriptIcon.d.ts +3 -0
  33. package/solid/EditorSuperscriptIcon.js +17 -0
  34. package/solid/EditorTagsIcon.d.ts +3 -0
  35. package/solid/EditorTagsIcon.js +17 -0
  36. package/solid/EditorTextBoldIcon.d.ts +3 -0
  37. package/solid/EditorTextBoldIcon.js +17 -0
  38. package/solid/EditorTextColorIcon.d.ts +3 -0
  39. package/solid/EditorTextColorIcon.js +16 -0
  40. package/solid/EditorTextItalicIcon.d.ts +3 -0
  41. package/solid/EditorTextItalicIcon.js +23 -0
  42. package/solid/EditorTextSize1Icon.d.ts +3 -0
  43. package/solid/EditorTextSize1Icon.js +21 -0
  44. package/solid/EditorTextSize2Icon.d.ts +3 -0
  45. package/solid/EditorTextSize2Icon.js +15 -0
  46. package/solid/EditorTextSize3Icon.d.ts +3 -0
  47. package/solid/EditorTextSize3Icon.js +17 -0
  48. package/solid/EditorTextStrikeIcon.d.ts +3 -0
  49. package/solid/EditorTextStrikeIcon.js +15 -0
  50. package/solid/EditorTextUnderlineIcon.d.ts +3 -0
  51. package/solid/EditorTextUnderlineIcon.js +17 -0
  52. package/solid/PluginAssignmentsIcon.js +1 -14
  53. package/solid/PluginCurriculumIcon.js +4 -16
  54. package/solid/PluginKimIcon.js +2 -12
  55. package/solid/PluginLeebraryIcon.js +2 -7
  56. package/solid/PluginTestIcon.js +0 -6
  57. package/solid/esm/AssetPathIcon.d.ts +3 -0
  58. package/solid/esm/AssetPathIcon.js +17 -0
  59. package/solid/esm/EditorCenterAlignIcon.d.ts +3 -0
  60. package/solid/esm/EditorCenterAlignIcon.js +17 -0
  61. package/solid/esm/EditorHyperlinkIcon.d.ts +3 -0
  62. package/solid/esm/EditorHyperlinkIcon.js +23 -0
  63. package/solid/esm/EditorIndentDecreaseIcon.d.ts +3 -0
  64. package/solid/esm/EditorIndentDecreaseIcon.js +17 -0
  65. package/solid/esm/EditorIndentIncreaseIcon.d.ts +3 -0
  66. package/solid/esm/EditorIndentIncreaseIcon.js +23 -0
  67. package/solid/esm/EditorJustifiedAlignIcon.d.ts +3 -0
  68. package/solid/esm/EditorJustifiedAlignIcon.js +17 -0
  69. package/solid/esm/EditorLeftAlignIcon.d.ts +3 -0
  70. package/solid/esm/EditorLeftAlignIcon.js +17 -0
  71. package/solid/esm/EditorLibraryIcon.d.ts +3 -0
  72. package/solid/esm/EditorLibraryIcon.js +17 -0
  73. package/solid/esm/EditorListBulletsIcon.d.ts +3 -0
  74. package/solid/esm/EditorListBulletsIcon.js +17 -0
  75. package/solid/esm/EditorListNumbersIcon.d.ts +3 -0
  76. package/solid/esm/EditorListNumbersIcon.js +23 -0
  77. package/solid/esm/EditorParagraphIcon.d.ts +3 -0
  78. package/solid/esm/EditorParagraphIcon.js +17 -0
  79. package/solid/esm/EditorProgrammingCodeIcon.d.ts +3 -0
  80. package/solid/esm/EditorProgrammingCodeIcon.js +17 -0
  81. package/solid/esm/EditorQuotesIcon.d.ts +3 -0
  82. package/solid/esm/EditorQuotesIcon.js +17 -0
  83. package/solid/esm/EditorRightAlignIcon.d.ts +3 -0
  84. package/solid/esm/EditorRightAlignIcon.js +17 -0
  85. package/solid/esm/EditorSubscriptIcon.d.ts +3 -0
  86. package/solid/esm/EditorSubscriptIcon.js +17 -0
  87. package/solid/esm/EditorSuperscriptIcon.d.ts +3 -0
  88. package/solid/esm/EditorSuperscriptIcon.js +17 -0
  89. package/solid/esm/EditorTagsIcon.d.ts +3 -0
  90. package/solid/esm/EditorTagsIcon.js +17 -0
  91. package/solid/esm/EditorTextBoldIcon.d.ts +3 -0
  92. package/solid/esm/EditorTextBoldIcon.js +17 -0
  93. package/solid/esm/EditorTextColorIcon.d.ts +3 -0
  94. package/solid/esm/EditorTextColorIcon.js +16 -0
  95. package/solid/esm/EditorTextItalicIcon.d.ts +3 -0
  96. package/solid/esm/EditorTextItalicIcon.js +23 -0
  97. package/solid/esm/EditorTextSize1Icon.d.ts +3 -0
  98. package/solid/esm/EditorTextSize1Icon.js +21 -0
  99. package/solid/esm/EditorTextSize2Icon.d.ts +3 -0
  100. package/solid/esm/EditorTextSize2Icon.js +15 -0
  101. package/solid/esm/EditorTextSize3Icon.d.ts +3 -0
  102. package/solid/esm/EditorTextSize3Icon.js +17 -0
  103. package/solid/esm/EditorTextStrikeIcon.d.ts +3 -0
  104. package/solid/esm/EditorTextStrikeIcon.js +15 -0
  105. package/solid/esm/EditorTextUnderlineIcon.d.ts +3 -0
  106. package/solid/esm/EditorTextUnderlineIcon.js +17 -0
  107. package/solid/esm/PluginAssignmentsIcon.js +1 -14
  108. package/solid/esm/PluginCurriculumIcon.js +4 -16
  109. package/solid/esm/PluginKimIcon.js +2 -12
  110. package/solid/esm/PluginLeebraryIcon.js +2 -7
  111. package/solid/esm/PluginTestIcon.js +0 -6
  112. package/solid/esm/index.d.ts +25 -0
  113. package/solid/esm/index.js +25 -0
  114. package/solid/index.d.ts +25 -0
  115. package/solid/index.js +25 -0
@@ -0,0 +1,17 @@
1
+ const React = require("react");
2
+
3
+ function EditorTextUnderlineIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M6.727 2H5.273v8.338c0 1.37.512 2.671 1.406 3.622.892.948 2.088 1.468 3.321 1.468s2.43-.52 3.322-1.468c.893-.95 1.405-2.253 1.405-3.622V2h-1.454a1 1 0 1 1 0-2H18.181a1 1 0 0 1 0 2h-1.454v8.338c0 1.862-.695 3.658-1.95 4.992-1.256 1.336-2.973 2.098-4.778 2.098-1.804 0-3.522-.762-4.778-2.098-1.254-1.334-1.95-3.13-1.95-4.992V2H1.819a1 1 0 1 1 0-2H6.727a1 1 0 1 1 0 2ZM1 18a1 1 0 1 0 0 2h18a1 1 0 1 0 0-2H1Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ module.exports = EditorTextUnderlineIcon;
@@ -8,21 +8,8 @@ function PluginAssignmentsIcon(props) {
8
8
  width: "1em",
9
9
  height: "1em"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- stroke: "#fff",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round",
14
- strokeWidth: 2,
15
- d: "m21.174 23.76-2.96-1.753a1.704 1.704 0 0 1-.692-1.67v-1.825l-1.106-1.107a1.327 1.327 0 0 1 .2-2.04v0a1.327 1.327 0 0 1 1.673.165l1.56 1.561M17.772 9.9l4.162 3.683a4.5 4.5 0 0 1 .838 2.616v2.18c0 .627.249 1.228.692 1.67l.286.287M9.064 23.76l2.426-2.982a1.27 1.27 0 0 0-.159-1.76 1.199 1.199 0 0 0-1.722.162l-.837.716V14.01a1.5 1.5 0 0 0-3 0v3.75H4.533a3.3 3.3 0 0 0-3.261 3.332v2.667"
16
- }), /*#__PURE__*/React.createElement("path", {
17
- stroke: "#fff",
18
- strokeLinecap: "round",
19
- strokeLinejoin: "round",
20
- strokeWidth: 2,
21
- d: "M17.772 15.213V5.011a.75.75 0 0 0-.75-.75h-4.5a3 3 0 0 0-6 0h-4.5a.75.75 0 0 0-.75.75v9.749"
22
- }), /*#__PURE__*/React.createElement("path", {
23
11
  fillRule: "evenodd",
24
- d: "M17.772 15.5V5.011a.75.75 0 0 0-.75-.75h-4.5a3 3 0 1 0-6 0h-4.5a.75.75 0 0 0-.75.75V15.5h4.5v-1.49a1.5 1.5 0 0 1 3 0v1.49h9ZM9.5 3.5a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z",
25
- clipRule: "evenodd"
12
+ d: "M9.531.5c-.994 0-1.953.39-2.656 1.094-.52.52-.79 1.198-.938 1.906H2.031c-.398 0-.78.156-1.062.438A1.503 1.503 0 0 0 .53 5v9.75c0 .414.336.75.75.75h3.75V17h-.5a4.057 4.057 0 0 0-4 4.094v2.656a.75.75 0 0 0 1.5 0v-2.656a2.54 2.54 0 0 1 .719-1.813 2.54 2.54 0 0 1 1.781-.781h1.25a.75.75 0 0 0 .75-.75V14a.75.75 0 1 1 1.5 0v5.906c0 .64.732.979 1.219.563l.844-.719.094-.094a.555.555 0 0 1 .156-.125c.053-.029.096-.057.156-.062a.5.5 0 0 1 .344.125c.102.088.175.209.187.343a.533.533 0 0 1-.125.375l-2.437 2.97c-.262.32-.197.8.125 1.062.321.261.8.196 1.062-.125l2.406-2.969a1.98 1.98 0 0 0 .438-1.438 2.074 2.074 0 0 0-.688-1.375 1.965 1.965 0 0 0-.687-.375 1.818 1.818 0 0 0-.75-.062 1.96 1.96 0 0 0-.75.219c-.04.021-.056.07-.094.093V15.5h6a1.97 1.97 0 0 0-.25.75c-.03.305.021.617.125.906.104.289.252.565.469.782l.906.875v1.53c-.048.415-.004.833.157 1.22.175.425.468.795.843 1.062l3 1.781a.75.75 0 0 0 .782-1.281l-2.97-1.75c-.092-.07-.212-.24-.28-.406a.874.874 0 0 1-.063-.5l.031-.125V18.5a.752.752 0 0 0-.218-.531l-1.125-1.094a.57.57 0 0 1-.125-.219.573.573 0 0 1-.032-.25.602.602 0 0 1 .063-.25c.043-.073.116-.109.187-.156a.576.576 0 0 1 .375-.094c.133.013.25.062.344.156l1.563 1.563a.752.752 0 0 0 1.062-1.063L18.812 15c-.075-.075-.194-.069-.28-.125v-3.313l2.78 2.5c.444.632.72 1.354.72 2.126v2.187c0 .825.322 1.635.905 2.219l.282.281a.752.752 0 0 0 1.062-1.063l-.281-.28a1.647 1.647 0 0 1-.469-1.157v-2.188c0-1.094-.364-2.14-1-3.03l-.093-.126-3.907-3.469V5c0-.398-.156-.781-.437-1.063A1.503 1.503 0 0 0 17.03 3.5h-3.906c-.148-.708-.418-1.387-.938-1.906A3.756 3.756 0 0 0 9.531.5Zm-.031 3c.198 0 .398.046.563.156.164.11.299.286.374.469.076.183.07.369.032.563-.039.193-.11.39-.25.53s-.338.212-.531.25c-.194.04-.38.045-.563-.03a1.068 1.068 0 0 1-.469-.375A1.011 1.011 0 0 1 8.5 4.5c0-.131.012-.254.063-.375.05-.121.125-.25.218-.344.093-.093.223-.168.344-.219A.946.946 0 0 1 9.5 3.5Z"
26
13
  }));
27
14
  }
28
15
 
@@ -8,23 +8,11 @@ function PluginCurriculumIcon(props) {
8
8
  width: "1em",
9
9
  height: "1em"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- stroke: "#fff",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round",
14
- strokeWidth: 2,
15
- d: "M5.75 2.749h-3a1.5 1.5 0 0 0-1.5 1.5v18a1.5 1.5 0 0 0 1.5 1.5h19.5a1.5 1.5 0 0 0 1.5-1.5v-18a1.5 1.5 0 0 0-1.5-1.5h-10.5"
11
+ fillRule: "evenodd",
12
+ d: "M6.5.5c-.197 0-.38.05-.563.125a1.52 1.52 0 0 0-.5.313 1.52 1.52 0 0 0-.312.5A1.452 1.452 0 0 0 5 2H2.75c-.597 0-1.172.234-1.594.656A2.254 2.254 0 0 0 .5 4.25v18c0 .597.234 1.172.656 1.594.422.422.997.656 1.594.656h19.5c.597 0 1.172-.234 1.594-.656.422-.422.656-.997.656-1.594v-18c0-.597-.234-1.172-.656-1.594A2.254 2.254 0 0 0 22.25 2H12.5c0-.398-.156-.781-.438-1.063A1.502 1.502 0 0 0 11 .5H6.5Zm-3.75 3H5v8.25c0 .618.693.965 1.188.594l2.562-1.906 2.563 1.906a.739.739 0 0 0 1.187-.594V3.5h9.75a.751.751 0 0 1 .75.75v18a.75.75 0 0 1-.75.75H2.75a.751.751 0 0 1-.75-.75v-18a.751.751 0 0 1 .75-.75Z"
16
13
  }), /*#__PURE__*/React.createElement("path", {
17
- stroke: "#fff",
18
- strokeLinecap: "round",
19
- strokeLinejoin: "round",
20
- strokeWidth: 2,
21
- d: "m11.75 11.749-3-2.249-3 2.25V2a.75.75 0 0 1 .75-.751H11a.75.75 0 0 1 .75.75v9.75Z"
22
- }), /*#__PURE__*/React.createElement("path", {
23
- stroke: "#fff",
24
- strokeLinecap: "round",
25
- strokeLinejoin: "round",
26
- strokeWidth: 2,
27
- d: "M5.75 19.249h10.5M5.75 14.749h13.5M19.25 10.249h-4.5"
14
+ fillRule: "evenodd",
15
+ d: "M5.75 18.5a.75.75 0 0 0 0 1.5h10.5a.75.75 0 0 0 0-1.5H5.75ZM5.75 14a.75.75 0 0 0 0 1.5h13.5a.75.75 0 0 0 0-1.5H5.75ZM14.75 9.5a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5Z"
28
16
  }));
29
17
  }
30
18
 
@@ -2,23 +2,13 @@ const React = require("react");
2
2
 
3
3
  function PluginKimIcon(props) {
4
4
  return /*#__PURE__*/React.createElement("svg", Object.assign({
5
- viewBox: "0 0 25 25",
5
+ viewBox: "0 0 17 16",
6
6
  fill: "currentColor",
7
7
  "aria-hidden": "true",
8
8
  width: "1em",
9
9
  height: "1em"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- stroke: "#fff",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round",
14
- strokeWidth: 2,
15
- d: "M5.449 9.283a1.5 1.5 0 0 0-.3 2.356l8.213 8.213a1.499 1.499 0 0 0 2.356-.3 7.522 7.522 0 0 0 .81-5.54l6.529-4.155a1.5 1.5 0 0 0 .256-2.326L17.47 1.688a1.5 1.5 0 0 0-2.326.255l-4.155 6.53a7.522 7.522 0 0 0-5.54.81v0Z"
16
- }), /*#__PURE__*/React.createElement("path", {
17
- stroke: "#fff",
18
- strokeLinecap: "round",
19
- strokeLinejoin: "round",
20
- strokeWidth: 2,
21
- d: "M9.253 15.746 1.25 23.749"
11
+ d: "M15.572 6.857a1.715 1.715 0 0 0 .712-2.027 1.737 1.737 0 0 0-.403-.647L12.21.526A1.715 1.715 0 0 0 9.572.8L7.23 4.354 2.315 5.497a1.269 1.269 0 0 0-.617 2.126l7.04 7.028c.235.239.556.375.891.377.117 0 .232-.02.343-.057a1.28 1.28 0 0 0 .891-.925l1.143-4.915 3.566-2.274ZM3.48 11.657a.275.275 0 0 0-.4 0L.704 14.023a1.143 1.143 0 1 0 1.623 1.611l2.366-2.365a.275.275 0 0 0 0-.4l-1.211-1.212Z"
22
12
  }));
23
13
  }
24
14
 
@@ -8,13 +8,8 @@ function PluginLeebraryIcon(props) {
8
8
  width: "1em",
9
9
  height: "1em"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- d: "M12.5 12.736s1.717-2.582 7.487-2.728a.5.5 0 0 1 .513.5v10.265a.5.5 0 0 1-.488.5C14.222 21.412 12.5 24 12.5 24V12.736s-1.717-2.582-7.487-2.728a.5.5 0 0 0-.513.5v10.265a.5.5 0 0 0 .488.5C10.778 21.412 12.5 24 12.5 24"
12
- }), /*#__PURE__*/React.createElement("path", {
13
- stroke: "#fff",
14
- strokeLinecap: "round",
15
- strokeLinejoin: "round",
16
- strokeWidth: 2,
17
- d: "M12.5 12.736s1.717-2.582 7.487-2.728a.5.5 0 0 1 .513.5v10.265a.5.5 0 0 1-.488.5C14.222 21.412 12.5 24 12.5 24V12.736Zm0 0s-1.717-2.582-7.487-2.728a.5.5 0 0 0-.513.5v10.265a.5.5 0 0 0 .488.5C10.778 21.412 12.5 24 12.5 24M1.5 8.001l11-7 11 7M17.5 2.001h3v2"
11
+ fillRule: "evenodd",
12
+ d: "M5.031 9.25a1.32 1.32 0 0 0-.5.094 1.236 1.236 0 0 0-.406.281 1.246 1.246 0 0 0-.281.406 1.163 1.163 0 0 0-.094.469v10.281c0 .326.116.642.344.875.228.234.549.367.875.375 2.354.057 4.172.511 5.5 1.25.48.268.837.568 1.125.844.16.153.254.24.281.281a.742.742 0 0 0 1.031.219c.24-.16.34-.347.5-.5a5.378 5.378 0 0 1 1.125-.844c1.328-.739 3.146-1.193 5.5-1.25.327-.008.647-.141.875-.375.228-.234.344-.549.344-.875V10.5a1.16 1.16 0 0 0-.094-.469 1.244 1.244 0 0 0-.281-.406 1.24 1.24 0 0 0-.406-.281 1.31 1.31 0 0 0-.5-.094c-2.579.065-4.617.611-6.157 1.469-.7.39-.966.743-1.312 1.094-.335-.352-.611-.704-1.313-1.094C9.649 9.86 7.611 9.315 5.032 9.25ZM12.094.375l-11 7a.742.742 0 0 0-.219 1.031.742.742 0 0 0 1.031.219L12.5 1.875l10.594 6.75c.35.222.809.13 1.031-.219a.742.742 0 0 0-.219-1.031l-11-7a.762.762 0 0 0-.812 0ZM17.5 1.25a.75.75 0 0 0 0 1.5h2.25V4a.75.75 0 0 0 1.5 0V2a.75.75 0 0 0-.75-.75h-3Z"
18
13
  }));
19
14
  }
20
15
 
@@ -8,12 +8,6 @@ function PluginTestIcon(props) {
8
8
  width: "1em",
9
9
  height: "1em"
10
10
  }, props), /*#__PURE__*/React.createElement("path", {
11
- stroke: "#fff",
12
- strokeLinecap: "round",
13
- strokeLinejoin: "round",
14
- strokeWidth: 2,
15
- d: "m6.5 23.749-1.9-3.326a2.263 2.263 0 0 1 3.848-2.378l1.8 2.7V9.5a2.25 2.25 0 0 1 4.5 0v8.25h3.379a4.332 4.332 0 0 1 4.123 4.35v1.653"
16
- }), /*#__PURE__*/React.createElement("path", {
17
11
  stroke: "#fff",
18
12
  strokeLinecap: "round",
19
13
  strokeLinejoin: "round",
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function AssetPathIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default AssetPathIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function AssetPathIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 17 16",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ d: "M16.12 8.606a.857.857 0 0 0 0-1.212L13.836 5.11a.857.857 0 0 0-1.211 1.211l.331.331a.296.296 0 0 1 .069.32.286.286 0 0 1-.263.172H6.372a.857.857 0 0 0 0 1.714h6.389a.286.286 0 0 1 .263.172.297.297 0 0 1-.069.32l-.331.33a.857.857 0 0 0 1.211 1.212l2.286-2.285Z"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M13.23 12.857a2.526 2.526 0 0 1-1.818-.754 2.57 2.57 0 0 1-.754-1.303.274.274 0 0 0-.274-.229H6.372a2.571 2.571 0 1 1 0-5.142h4.057a.274.274 0 0 0 .229-.229c.103-.494.35-.948.708-1.303a2.526 2.526 0 0 1 1.818-.754.092.092 0 0 0 .08 0 .092.092 0 0 0 0-.092 7.428 7.428 0 1 0 0 10.012.092.092 0 0 0 0-.092.091.091 0 0 0-.035-.114Z"
14
+ }));
15
+ }
16
+
17
+ export default AssetPathIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorCenterAlignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorCenterAlignIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorCenterAlignIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M1.565 2.082a1 1 0 0 1 1-1h14.87a1 1 0 1 1 0 2H2.565a1 1 0 0 1-1-1ZM0 18.748a1 1 0 0 1 1-1h18a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1Zm3.348-13.5a1 1 0 1 0 0 2h13.304a1 1 0 1 0 0-2H3.348ZM0 10.415a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm4.13 3.167a1 1 0 0 0 0 2h11.74a1 1 0 1 0 0-2H4.13Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorCenterAlignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorHyperlinkIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorHyperlinkIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+
3
+ function EditorHyperlinkIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ clipPath: "url(#a)"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ fillRule: "evenodd",
14
+ d: "M1.333 7.072A4.529 4.529 0 0 1 4.6 5.667h1.202c.651 0 1.293.145 1.884.422.59.277 1.115.68 1.54 1.178a1 1 0 1 1-1.521 1.299 2.589 2.589 0 0 0-.868-.666 2.455 2.455 0 0 0-1.038-.233H4.6c-.676 0-1.333.279-1.824.79A2.83 2.83 0 0 0 2 10.417c0 .742.283 1.446.776 1.959.49.511 1.148.79 1.824.79h1.199c.356 0 .71-.08 1.037-.234.329-.154.625-.38.87-.665a1 1 0 0 1 1.52 1.299c-.426.498-.95.9-1.54 1.177a4.459 4.459 0 0 1-1.884.423H4.6a4.529 4.529 0 0 1-3.267-1.405A4.83 4.83 0 0 1 0 10.416a4.83 4.83 0 0 1 1.333-3.344Zm12.865-1.405H15.4c1.234 0 2.408.51 3.267 1.405A4.83 4.83 0 0 1 20 10.416a4.83 4.83 0 0 1-1.333 3.345 4.529 4.529 0 0 1-3.267 1.405h-1.202a4.455 4.455 0 0 1-1.883-.423 4.588 4.588 0 0 1-1.54-1.177 1 1 0 1 1 1.52-1.299c.244.286.54.512.869.666.328.153.681.232 1.037.233h1.2c.675 0 1.332-.279 1.823-.79a2.83 2.83 0 0 0 .776-1.96 2.83 2.83 0 0 0-.776-1.959 2.529 2.529 0 0 0-1.824-.79h-1.199c-.356 0-.71.08-1.037.233-.328.154-.625.38-.869.666a1 1 0 0 1-1.521-1.299c.426-.498.95-.9 1.54-1.178a4.454 4.454 0 0 1 1.884-.422ZM5.8 9.416a1 1 0 1 0 0 2h8.4a1 1 0 1 0 0-2H5.8Z",
15
+ clipRule: "evenodd"
16
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
17
+ id: "a"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M0 0h20v20H0z"
20
+ }))));
21
+ }
22
+
23
+ export default EditorHyperlinkIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorIndentDecreaseIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorIndentDecreaseIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorIndentDecreaseIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M3.267 2.082a1 1 0 0 1 1-1H18a1 1 0 1 1 0 2H4.267a1 1 0 0 1-1-1Zm0 16.666a1 1 0 0 1 1-1H18a1 1 0 0 1 0 2H4.267a1 1 0 0 1-1-1ZM7.7 14.415a1 1 0 0 0 0 2H18a1 1 0 0 0 0-2H7.7Zm-1-2.333a1 1 0 0 1 1-1H18a1 1 0 0 1 0 2H7.7a1 1 0 0 1-1-1Zm1-4.334a1 1 0 1 0 0 2H18a1 1 0 0 0 0-2H7.7Zm-1-2.333a1 1 0 0 1 1-1H18a1 1 0 0 1 0 2H7.7a1 1 0 0 1-1-1Zm-2.86.887c.157-.15.354-.252.57-.288l.13-.013c.176-.007.35.03.51.107.191.094.35.242.458.425.104.175.159.376.159.58v6.774c0 .204-.055.405-.159.58a1.093 1.093 0 0 1-.458.425 1.06 1.06 0 0 1-1.21-.195l-3.5-3.386A1.114 1.114 0 0 1 0 10.5a1.14 1.14 0 0 1 .34-.81l3.5-3.388Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorIndentDecreaseIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorIndentIncreaseIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorIndentIncreaseIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+
3
+ function EditorIndentIncreaseIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ clipPath: "url(#a)"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ fillRule: "evenodd",
14
+ d: "M3.466 2.082a1 1 0 0 1 1-1H19a1 1 0 1 1 0 2H4.466a1 1 0 0 1-1-1Zm0 16.666a1 1 0 0 1 1-1H19a1 1 0 0 1 0 2H4.466a1 1 0 0 1-1-1ZM8.1 14.415a1 1 0 0 0 0 2H19a1 1 0 1 0 0-2H8.1Zm-1-2.333a1 1 0 0 1 1-1H19a1 1 0 0 1 0 2H8.1a1 1 0 0 1-1-1Zm1-4.334a1 1 0 1 0 0 2H19a1 1 0 1 0 0-2H8.1Zm-1-2.333a1 1 0 0 1 1-1H19a1 1 0 1 1 0 2H8.1a1 1 0 0 1-1-1Zm-5.274.887a1.072 1.072 0 0 0-.569-.288l-.131-.013a1.06 1.06 0 0 0-.509.107c-.191.094-.35.242-.458.425a1.137 1.137 0 0 0-.159.58v6.774c0 .204.054.405.158.58.109.183.268.331.459.425a1.06 1.06 0 0 0 1.21-.195l3.499-3.386a1.114 1.114 0 0 0 .34-.811 1.14 1.14 0 0 0-.34-.81l-3.5-3.388Z",
15
+ clipRule: "evenodd"
16
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
17
+ id: "a"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M0 0h20v20H0z"
20
+ }))));
21
+ }
22
+
23
+ export default EditorIndentIncreaseIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorJustifiedAlignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorJustifiedAlignIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorJustifiedAlignIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M0 2.082a1 1 0 0 1 1-1h17.617a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1ZM0 18a1 1 0 0 1 1-1h13.021a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1ZM1 5a1 1 0 0 0 0 2h17.617a1 1 0 1 0 0-2H1Zm-1 5a1 1 0 0 1 1-1h17.617a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm1 3a1 1 0 1 0 0 2h17.617a1 1 0 1 0 0-2H1Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorJustifiedAlignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorLeftAlignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorLeftAlignIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorLeftAlignIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M0 2.082a1 1 0 0 1 1-1h15.652a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm0 16.666a1 1 0 0 1 1-1h18a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1Zm1-13.5a1 1 0 1 0 0 2h12.522a1 1 0 1 0 0-2H1Zm-1 5.167a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm1 3.167a1 1 0 0 0 0 2h14.87a1 1 0 0 0 0-2H1Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorLeftAlignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorLibraryIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorLibraryIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorLibraryIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M10.005.458a6.41 6.41 0 0 1 3.436.983 6.538 6.538 0 0 1 2.103 2.13 4.841 4.841 0 0 1 2.924 1.319c.476.454.856.999 1.118 1.603.262.602.401 1.25.412 1.907a4.644 4.644 0 0 1-.669 2.541 4.548 4.548 0 0 1-1.95 1.76 1 1 0 0 1-1.38-.604L16 16.62c0 .349-.142.681-.39.924a1.32 1.32 0 0 1-.892.373c-1.394.032-2.442.293-3.198.694a3.17 3.17 0 0 0-.513.333l-.131.116-.056.054-.047.063-.08.086-.076.066-.08.057-.072.041-.128.056-.105.032-.11.02-.13.007-.11-.007-.116-.02-.112-.035-.14-.064-.086-.054-.063-.047-.084-.078-.061-.07-.05-.062-.083-.08a2.946 2.946 0 0 0-.607-.414c-.756-.4-1.804-.662-3.198-.694a1.32 1.32 0 0 1-.891-.373 1.292 1.292 0 0 1-.382-.776L4 16.62v-4.193l-.007.028a1 1 0 0 1-1.162.646A3.601 3.601 0 0 1 .732 11.74a3.69 3.69 0 0 1-.728-2.384A4.013 4.013 0 0 1 .41 7.688a3.957 3.957 0 0 1 1.078-1.35 3.89 3.89 0 0 1 2.206-.851A6.527 6.527 0 0 1 5.599 2.17 6.346 6.346 0 0 1 10.005.458Zm3.994 10.789-.201.02c-.852.092-1.546.284-2.099.546l-.179.09a3.146 3.146 0 0 0-.52.338l-.001 4.402c.725-.32 1.584-.546 2.585-.655l.415-.038v-4.703Zm-8 0v4.703l.035.003c1.166.089 2.15.33 2.967.69l-.002-4.402a3.174 3.174 0 0 0-.52-.339c-.579-.307-1.33-.533-2.277-.635L6 11.247Zm4.008-8.789h-.02a4.346 4.346 0 0 0-3.024 1.175 4.545 4.545 0 0 0-1.424 2.99 1 1 0 0 1-1.216.902 1.86 1.86 0 0 0-1.584.372 1.957 1.957 0 0 0-.533.668 2.013 2.013 0 0 0-.204.877c-.02.398.098.787.332 1.1.233.312.564.525.932.607a1 1 0 0 1 .735.672L4 10.506a1.288 1.288 0 0 1 .415-.946 1.315 1.315 0 0 1 .93-.351c1.69.04 3.037.377 4.072.927.219.116.413.234.583.353.17-.119.364-.237.582-.353 1.036-.55 2.383-.886 4.073-.927a1.328 1.328 0 0 1 .931.352 1.304 1.304 0 0 1 .407.812l.007.133v.991a.997.997 0 0 1 .527-.605 2.548 2.548 0 0 0 1.092-.987c.263-.434.396-.939.38-1.451v-.017a2.988 2.988 0 0 0-.247-1.147 2.925 2.925 0 0 0-.664-.952 2.842 2.842 0 0 0-.97-.608 2.788 2.788 0 0 0-1.12-.171 1 1 0 0 1-.95-.56 4.552 4.552 0 0 0-1.67-1.864 4.41 4.41 0 0 0-2.37-.677Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorLibraryIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorListBulletsIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorListBulletsIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorListBulletsIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M2.5 1a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm-.354 2.146a.5.5 0 1 1 .708.708.5.5 0 0 1-.708-.708ZM7 2.5a1 1 0 0 0 0 2h12a1 1 0 1 0 0-2H7ZM.732 8.732a2.5 2.5 0 1 1 3.536 3.536A2.5 2.5 0 0 1 .732 8.732ZM2.5 10a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1ZM7 9.5a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H7ZM.732 15.732a2.5 2.5 0 1 1 3.536 3.536 2.5 2.5 0 0 1-3.536-3.536ZM2.5 17a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1Zm4.5-.5a1 1 0 1 0 0 2h12a1 1 0 1 0 0-2H7Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorListBulletsIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorListNumbersIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorListNumbersIcon;
@@ -0,0 +1,23 @@
1
+ import * as React from "react";
2
+
3
+ function EditorListNumbersIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("g", {
11
+ clipPath: "url(#a)"
12
+ }, /*#__PURE__*/React.createElement("path", {
13
+ fillRule: "evenodd",
14
+ d: "M.333 2.083a.5.5 0 0 1 .5-.5h.4a.89.89 0 0 1 .642.277.926.926 0 0 1 .256.64v2.415h.297a.5.5 0 0 1 0 1h-.755a.51.51 0 0 1-.085 0H.833a.5.5 0 0 1 0-1h.298V2.583H.833a.5.5 0 0 1-.5-.5ZM4.616 3.75a1 1 0 0 1 1-1h13.55a1 1 0 1 1 0 2H5.616a1 1 0 0 1-1-1Zm0 6.666a1 1 0 0 1 1-1h13.55a1 1 0 1 1 0 2H5.616a1 1 0 0 1-1-1Zm1 5.666a1 1 0 0 0 0 2h13.55a1 1 0 1 0 0-2H5.616ZM1.7 15.935a.265.265 0 0 0-.152-.013c-.05.01-.1.036-.141.076a.34.34 0 0 0-.09.16.5.5 0 1 1-.969-.25c.061-.237.185-.454.36-.625a1.265 1.265 0 0 1 1.358-.277c.23.09.427.244.572.441a1.366 1.366 0 0 1-.024 1.636 1.366 1.366 0 0 1 .025 1.632c-.145.199-.341.354-.57.445a1.264 1.264 0 0 1-1.357-.271 1.34 1.34 0 0 1-.363-.622.5.5 0 0 1 .966-.256.34.34 0 0 0 .092.158c.042.04.09.066.141.076.05.01.102.005.151-.014a.301.301 0 0 0 .131-.104.366.366 0 0 0 .033-.366.322.322 0 0 0-.114-.133.272.272 0 0 0-.148-.045.5.5 0 0 1 0-1c.051 0 .103-.015.15-.045a.322.322 0 0 0 .113-.133.366.366 0 0 0-.033-.366.302.302 0 0 0-.131-.104ZM1.428 9.34a.28.28 0 0 1 .203-.09.28.28 0 0 1 .202.09.353.353 0 0 1 .095.243.725.725 0 0 1-.146.44L.436 11.778a.5.5 0 0 0 .397.804h1.595a.5.5 0 1 0 0-1h-.582l.73-.954c.23-.3.352-.668.352-1.046 0-.346-.132-.683-.372-.935a1.28 1.28 0 0 0-.925-.398 1.28 1.28 0 0 0-.925.398c-.241.252-.373.589-.373.935a.5.5 0 1 0 1 0c0-.095.037-.182.095-.243Z",
15
+ clipRule: "evenodd"
16
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
17
+ id: "a"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M0 0h20v20H0z"
20
+ }))));
21
+ }
22
+
23
+ export default EditorListNumbersIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorParagraphIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorParagraphIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorParagraphIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M2.5 0a1 1 0 0 0 0 2H4v17a1 1 0 1 0 2 0v-8h4.417a5.627 5.627 0 0 0 3.941-1.604A5.46 5.46 0 0 0 16 5.5a5.46 5.46 0 0 0-1.642-3.896A5.627 5.627 0 0 0 10.417 0H2.5ZM6 2v7h4.417c.956 0 1.87-.373 2.54-1.032A3.459 3.459 0 0 0 14 5.5c0-.922-.373-1.81-1.043-2.468A3.627 3.627 0 0 0 10.417 2H6Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorParagraphIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorProgrammingCodeIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorProgrammingCodeIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorProgrammingCodeIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M12.399 3.452a1 1 0 1 0-1.957-.412L7.6 16.549a1 1 0 1 0 1.957.412l2.842-13.51Zm-6.533 1.75a1 1 0 0 1-.143 1.407l-3.14 2.558 3.14 2.558a1 1 0 1 1-1.264 1.55L.37 9.942a1 1 0 0 1 0-1.55l4.09-3.334a1 1 0 0 1 1.407.144Zm8.268 0a1 1 0 0 1 1.406-.144l4.091 3.334a1 1 0 0 1 0 1.55l-4.09 3.333a1 1 0 1 1-1.264-1.55l3.14-2.558-3.14-2.558a1 1 0 0 1-.143-1.407Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorProgrammingCodeIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorQuotesIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorQuotesIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorQuotesIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M5.44 2c-1.294 0-2.558.444-3.51 1.27C.975 4.099.405 5.257.405 6.5c0 1.243.57 2.401 1.526 3.23.952.826 2.216 1.27 3.51 1.27.945 0 1.875-.237 2.678-.688a8.356 8.356 0 0 1-1.86 3.319C4.848 15.159 2.955 16 1 16a1 1 0 1 0 0 2c2.54 0 4.958-1.095 6.728-3.013 1.614-1.75 2.572-4.056 2.726-6.483.253.456.592.871 1.001 1.226.952.826 2.216 1.27 3.51 1.27.944 0 1.874-.237 2.678-.688a8.356 8.356 0 0 1-1.86 3.319C14.373 15.159 12.48 16 10.525 16a1 1 0 1 0 0 2c2.54 0 4.958-1.095 6.728-3.013C19.02 13.072 20 10.49 20 7.812V6.5c0-1.243-.57-2.401-1.527-3.23C17.521 2.444 16.257 2 14.964 2c-1.293 0-2.557.444-3.509 1.27a4.469 4.469 0 0 0-1.253 1.765A4.469 4.469 0 0 0 8.948 3.27C7.997 2.444 6.733 2 5.44 2Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorQuotesIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorRightAlignIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorRightAlignIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorRightAlignIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M3.13 2.082a1 1 0 0 1 1-1H19a1 1 0 1 1 0 2H4.13a1 1 0 0 1-1-1ZM0 18.748a1 1 0 0 1 1-1h18a1 1 0 0 1 0 2H1a1 1 0 0 1-1-1Zm6.478-13.5a1 1 0 1 0 0 2H19a1 1 0 0 0 0-2H6.478ZM0 10.415a1 1 0 0 1 1-1h18a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1Zm4.13 3.167a1 1 0 0 0 0 2H19a1 1 0 1 0 0-2H4.13Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorRightAlignIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorSubscriptIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorSubscriptIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorSubscriptIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M.295 4.29a1 1 0 0 1 1.414.005l4.61 4.64 4.608-4.64a1 1 0 1 1 1.419 1.41l-4.618 4.648L12.346 15a1 1 0 0 1-1.419 1.41l-4.609-4.64-4.609 4.64A1 1 0 0 1 .291 15l4.618-4.648L.29 5.705A1 1 0 0 1 .295 4.29Zm17.08 9.175a1.6 1.6 0 0 0-.573-.045c-.195.02-.37.074-.513.148a.821.821 0 0 0-.287.235.322.322 0 0 0-.069.17 1 1 0 1 1-1.997-.114c.026-.45.187-.87.444-1.227.256-.354.597-.634.98-.835a3.42 3.42 0 0 1 1.24-.367c.433-.044.875-.01 1.294.103.418.113.816.304 1.154.573.339.27.617.617.784 1.028.169.414.213.864.121 1.305-.09.436-.306.825-.6 1.142L17.162 18h1.819a1 1 0 1 1 0 2h-4.073a1 1 0 0 1-.741-1.671l3.706-4.095.01-.01a.413.413 0 0 0 .111-.193.235.235 0 0 0-.015-.142.563.563 0 0 0-.178-.218 1.181 1.181 0 0 0-.427-.207Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorSubscriptIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorSuperscriptIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorSuperscriptIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorSuperscriptIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M17.372 2.72a1.57 1.57 0 0 0-.568-.045 1.4 1.4 0 0 0-.51.15.827.827 0 0 0-.29.238.346.346 0 0 0-.07.181 1 1 0 0 1-1.998-.112c.025-.45.185-.872.44-1.23a2.82 2.82 0 0 1 .98-.844c.383-.204.809-.328 1.243-.373a3.57 3.57 0 0 1 1.298.105c.42.114.818.308 1.156.58.338.273.614.624.78 1.036.168.415.212.866.12 1.307-.09.437-.303.828-.597 1.148l-2.21 2.472h1.836a1 1 0 1 1 0 2h-4.073a1 1 0 0 1-.745-1.667l3.706-4.143.01-.011a.435.435 0 0 0 .115-.202.263.263 0 0 0-.017-.157.578.578 0 0 0-.18-.225 1.17 1.17 0 0 0-.426-.208ZM.299 4.286a1 1 0 0 1 1.415.013l4.604 4.69 4.605-4.69a1 1 0 0 1 1.427 1.402l-4.63 4.716 4.63 4.716a1 1 0 0 1-1.427 1.4l-4.605-4.689-4.604 4.69a1 1 0 1 1-1.428-1.401l4.63-4.716L.287 5.7A1 1 0 0 1 .3 4.286Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorSuperscriptIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTagsIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTagsIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorTagsIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M2 6.938V2h4.945c.26.018.51.119.708.289L17.916 12.57l-5.348 5.346L2.292 7.653A1.263 1.263 0 0 1 2 6.938ZM1.797 0A1.798 1.798 0 0 0 0 1.797v5.174a3.263 3.263 0 0 0 .852 2.07L11.3 19.478a1.798 1.798 0 0 0 2.535 0l.002-.003 5.638-5.635.002-.002a1.797 1.797 0 0 0 0-2.535L9.045.852A3.218 3.218 0 0 0 6.974 0H1.796Zm2.248 4.854a.636.636 0 1 1 1.273 0 .636.636 0 0 1-1.273 0Zm.636-2.637a2.636 2.636 0 1 0 0 5.273 2.636 2.636 0 0 0 0-5.273Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorTagsIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextBoldIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextBoldIcon;
@@ -0,0 +1,17 @@
1
+ import * as React from "react";
2
+
3
+ function EditorTextBoldIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 20 20",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M1 1.667a1.5 1.5 0 0 1 1.5-1.5h7.917c1.57 0 3.1.565 4.25 1.61C15.82 2.827 16.5 4.282 16.5 5.833a5.43 5.43 0 0 1-1.34 3.55c.355.197.691.426 1.003.685 1.239 1.033 2.004 2.498 2.004 4.099 0 1.6-.765 3.066-2.005 4.098-1.23 1.026-2.85 1.568-4.495 1.568H2.5a1.5 1.5 0 1 1 0-3h1V3.167h-1a1.5 1.5 0 0 1-1.5-1.5Zm5.5 15.166h5.167c1.007 0 1.93-.336 2.575-.872.636-.53.925-1.184.925-1.794 0-.61-.289-1.264-.925-1.794-.644-.537-1.568-.873-2.575-.873H6.5v5.333Zm0-8.333V3.167h3.917c.861 0 1.662.312 2.232.83.565.513.851 1.178.851 1.836 0 .659-.287 1.323-.851 1.837-.57.517-1.37.83-2.232.83H6.5Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ export default EditorTextBoldIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextColorIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextColorIcon;
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+
3
+ function EditorTextColorIcon(props) {
4
+ return /*#__PURE__*/React.createElement("svg", Object.assign({
5
+ viewBox: "0 0 16 16",
6
+ fill: "currentColor",
7
+ "aria-hidden": "true",
8
+ width: "1em",
9
+ height: "1em"
10
+ }, props), /*#__PURE__*/React.createElement("path", {
11
+ fillRule: "evenodd",
12
+ d: "M8.006.912c-.271 0-.534.051-.76.2a1.49 1.49 0 0 0-.52.64L1.803 13.074h-.64a.96.96 0 0 0 0 1.92h2.56c.531 0 .961-.43.961-.96 0-.464-.403-.75-.84-.84l1.08-2.48h6.161l1.08 2.48c-.437.09-.84.376-.84.84 0 .53.43.96.96.96h2.561a.96.96 0 0 0 0-1.92h-.64L9.286 1.752a1.493 1.493 0 0 0-.52-.64c-.226-.149-.49-.2-.76-.2Zm0 2.72 2.24 5.161h-4.48l2.24-5.16Z"
13
+ }));
14
+ }
15
+
16
+ export default EditorTextColorIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextItalicIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextItalicIcon;