@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubbles-ui/icons",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "The Bubbles Design System icons library.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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
+ const React = require("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
+ module.exports = 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;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+
3
+ function EditorTextItalicIcon(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: "M14.801 0h4.2a1 1 0 1 1 0 2h-3.6L6.866 18H9.4a1 1 0 1 1 0 2H1a1 1 0 1 1 0-2h3.6l8.534-16H10.6a1 1 0 1 1 0-2h4.201Z",
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
+ module.exports = EditorTextItalicIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextSize1Icon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextSize1Icon;
@@ -0,0 +1,21 @@
1
+ const React = require("react");
2
+
3
+ function EditorTextSize1Icon(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 1.833v1.5a1 1 0 0 1-2 0V1.667C0 1.237.139.795.428.442a1.63 1.63 0 0 1 1.257-.609H12.648c.518 0 .963.252 1.257.61.29.352.429.794.429 1.224v1.666a1 1 0 1 1-2 0v-1.5H8.167v16.334h1.398a1 1 0 1 1 0 2H4.769a1 1 0 1 1 0-2h1.398V1.833H2Z",
13
+ clipRule: "evenodd"
14
+ }), /*#__PURE__*/React.createElement("path", {
15
+ fillRule: "evenodd",
16
+ d: "M15.398 7.483a1.819 1.819 0 0 0-1.775.188l-2.528 1.825a1 1 0 1 0 1.171 1.622l2.158-1.559v8.608H12.5a1 1 0 1 0 0 2h5.833a1 1 0 1 0 0-2h-1.91V9.008c0-.338-.106-.66-.294-.93a1.729 1.729 0 0 0-.731-.595Z",
17
+ clipRule: "evenodd"
18
+ }));
19
+ }
20
+
21
+ module.exports = EditorTextSize1Icon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextSize2Icon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextSize2Icon;
@@ -0,0 +1,15 @@
1
+ const React = require("react");
2
+
3
+ function EditorTextSize2Icon(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
+ d: "M13.453 0c.484 0 .938.213 1.26.578.262.297.42.674.454 1.07l.008.17v1.636a1 1 0 0 1-1.994.117l-.006-.117V2l-4.5-.001V18h1.528a1 1 0 0 1 .117 1.993l-.117.007H5.148a1 1 0 0 1-.117-1.993L5.148 18h1.527V1.999h-4.5v1.455a1 1 0 0 1-.884.994l-.116.006a1 1 0 0 1-.993-.883l-.007-.117V1.819c0-.457.162-.9.462-1.24a1.69 1.69 0 0 1 1.1-.57L1.897 0h11.556ZM16 7c1.005 0 1.972.384 2.69 1.071a3.652 3.652 0 0 1 1.135 2.636 4.758 4.758 0 0 1-.954 2.85l-.16.204-3.399 4.069h3.513a1 1 0 0 1 .993.883l.007.117a1 1 0 0 1-.884.993l-.116.007h-5.65a1 1 0 0 1-.836-1.55l.068-.091 4.768-5.71c.422-.505.65-1.13.65-1.771 0-.444-.185-.873-.52-1.193A1.889 1.889 0 0 0 16 9c-.493 0-.963.187-1.306.515-.292.28-.47.643-.51 1.027l-.01.165a1 1 0 1 1-2 0c0-.992.41-1.94 1.136-2.636A3.889 3.889 0 0 1 16 7Z"
12
+ }));
13
+ }
14
+
15
+ module.exports = EditorTextSize2Icon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextSize3Icon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextSize3Icon;
@@ -0,0 +1,17 @@
1
+ const React = require("react");
2
+
3
+ function EditorTextSize3Icon(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 3.31V1.834h4.5V18H4.973a1 1 0 1 0 0 2h5.055a1 1 0 1 0 0-2H8.5V1.834H13V3.31a1 1 0 1 0 2 0V1.659c0-.444-.153-.892-.459-1.242a1.68 1.68 0 0 0-1.263-.584H1.722C1.22-.167.768.063.46.417.153.767 0 1.215 0 1.659v1.652a1 1 0 1 0 2 0Zm13.401 5.724c.354-.065.72-.036 1.055.083.334.119.619.32.825.575.207.254.329.55.36.855a1.57 1.57 0 0 1-.174.894c-.147.282-.38.527-.679.702-.3.176-.65.272-1.012.272a1 1 0 0 0-.001 2c.36 0 .71.097 1.01.272.298.175.53.42.677.701a1.572 1.572 0 0 1-.183 1.747 1.867 1.867 0 0 1-.822.576c-.334.12-.7.15-1.053.086a1.944 1.944 0 0 1-.928-.44 1.687 1.687 0 0 1-.517-.794 1 1 0 1 0-1.919.565c.199.674.59 1.275 1.124 1.738a3.944 3.944 0 0 0 1.883.899c.698.127 1.42.068 2.086-.172a3.866 3.866 0 0 0 1.7-1.2 3.572 3.572 0 0 0 .4-3.934 3.724 3.724 0 0 0-.813-1.042c.333-.297.611-.65.82-1.048a3.572 3.572 0 0 0-.407-3.939 3.868 3.868 0 0 0-1.707-1.198 4.043 4.043 0 0 0-2.09-.164 3.942 3.942 0 0 0-1.882.909 3.684 3.684 0 0 0-1.115 1.748 1 1 0 1 0 1.922.552c.085-.298.26-.576.513-.798.253-.222.573-.379.927-.445Z",
13
+ clipRule: "evenodd"
14
+ }));
15
+ }
16
+
17
+ module.exports = EditorTextSize3Icon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextStrikeIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextStrikeIcon;
@@ -0,0 +1,15 @@
1
+ const React = require("react");
2
+
3
+ function EditorTextStrikeIcon(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
+ d: "M8.132 0c.783 0 1.558.145 2.281.428a5.964 5.964 0 0 1 1.941 1.23 5.561 5.561 0 0 1 1.294 1.86c.296.7.439 1.45.419 2.204a1 1 0 0 1-1.996.064l-.003-.117a3.293 3.293 0 0 0-.262-1.372 3.561 3.561 0 0 0-.83-1.19 3.966 3.966 0 0 0-1.291-.816A4.263 4.263 0 0 0 8.133 2c-.816 0-1.601.273-2.21.764a2.955 2.955 0 0 0-1.088 1.843c-.108.704.06 1.421.48 2.026.388.562.97.993 1.655 1.225l.208.064 3.35.907c.501.136.978.33 1.42.577L19 9.407a1 1 0 0 1 .117 1.993l-.117.007h-4.929l.01.015a5.416 5.416 0 0 1 .77 3.697c-.21 1.37-.942 2.616-2.055 3.512A6.288 6.288 0 0 1 8.854 20c-1.814 0-3.558-.67-4.85-1.872-1.308-1.214-2.047-2.872-2.047-4.606a1 1 0 1 1 2 0c0 1.172.503 2.3 1.408 3.14C6.284 17.518 7.54 18 8.855 18c.991 0 1.946-.33 2.687-.927.728-.586 1.199-1.388 1.332-2.258a3.43 3.43 0 0 0-.59-2.487 3.846 3.846 0 0 0-.912-.922L1 11.406a1 1 0 0 1-.117-1.993L1 9.407l4.529.002a5.217 5.217 0 0 1-1.86-1.637 4.796 4.796 0 0 1-.81-3.47 4.953 4.953 0 0 1 1.81-3.095A5.532 5.532 0 0 1 8.132 0Z"
12
+ }));
13
+ }
14
+
15
+ module.exports = EditorTextStrikeIcon;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare function EditorTextUnderlineIcon(props: React.ComponentProps<'svg'>): JSX.Element;
3
+ export default EditorTextUnderlineIcon;