@ckeditor/ckeditor5-icons 0.0.1 → 45.0.0-alpha.1

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 (176) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/LICENSE.md +13 -5
  3. package/README.md +28 -3
  4. package/dist/index-content.css +4 -0
  5. package/dist/index-editor.css +4 -0
  6. package/dist/index.css +4 -0
  7. package/dist/index.js +336 -0
  8. package/dist/index.js.map +1 -0
  9. package/package.json +40 -4
  10. package/src/index.d.ts +172 -0
  11. package/src/index.js +172 -0
  12. package/theme/icons/accessibility.svg +1 -0
  13. package/theme/icons/add-comment.svg +1 -0
  14. package/theme/icons/align-bottom.svg +1 -0
  15. package/theme/icons/align-center.svg +1 -0
  16. package/theme/icons/align-justify.svg +1 -0
  17. package/theme/icons/align-left.svg +1 -0
  18. package/theme/icons/align-middle.svg +1 -0
  19. package/theme/icons/align-right.svg +1 -0
  20. package/theme/icons/align-top.svg +1 -0
  21. package/theme/icons/arrow-down.svg +1 -0
  22. package/theme/icons/arrow-up.svg +1 -0
  23. package/theme/icons/bold.svg +1 -0
  24. package/theme/icons/bookmark-inline.svg +1 -0
  25. package/theme/icons/bookmark-medium.svg +1 -0
  26. package/theme/icons/bookmark-small.svg +1 -0
  27. package/theme/icons/bookmark.svg +1 -0
  28. package/theme/icons/browse-files.svg +1 -0
  29. package/theme/icons/bulleted-list.svg +1 -0
  30. package/theme/icons/cancel.svg +1 -0
  31. package/theme/icons/caption.svg +1 -0
  32. package/theme/icons/case-change.svg +1 -0
  33. package/theme/icons/check.svg +1 -0
  34. package/theme/icons/chevron-down.svg +1 -0
  35. package/theme/icons/chevron-up.svg +1 -0
  36. package/theme/icons/ckbox-image-edit.svg +1 -0
  37. package/theme/icons/code-block.svg +1 -0
  38. package/theme/icons/code.svg +1 -0
  39. package/theme/icons/cog.svg +1 -0
  40. package/theme/icons/color-palette.svg +1 -0
  41. package/theme/icons/color-tile-check.svg +1 -0
  42. package/theme/icons/comments-archive.svg +1 -0
  43. package/theme/icons/content-lock.svg +1 -0
  44. package/theme/icons/content-unlock.svg +1 -0
  45. package/theme/icons/copy.svg +1 -0
  46. package/theme/icons/drag-handle.svg +1 -0
  47. package/theme/icons/drag-indicator.svg +1 -0
  48. package/theme/icons/dropbox.svg +1 -0
  49. package/theme/icons/dropdown-arrow.svg +1 -0
  50. package/theme/icons/edit-comment.svg +1 -0
  51. package/theme/icons/emoji.svg +1 -0
  52. package/theme/icons/eraser.svg +1 -0
  53. package/theme/icons/error.svg +1 -0
  54. package/theme/icons/export-pdf.svg +1 -0
  55. package/theme/icons/export-word.svg +1 -0
  56. package/theme/icons/facebook.svg +1 -0
  57. package/theme/icons/find-replace.svg +1 -0
  58. package/theme/icons/font-background.svg +1 -0
  59. package/theme/icons/font-color.svg +1 -0
  60. package/theme/icons/font-family.svg +1 -0
  61. package/theme/icons/font-size.svg +1 -0
  62. package/theme/icons/fullscreen-enter.svg +1 -0
  63. package/theme/icons/fullscreen-leave.svg +1 -0
  64. package/theme/icons/google-drive.svg +1 -0
  65. package/theme/icons/google-photos.svg +1 -0
  66. package/theme/icons/heading1.svg +1 -0
  67. package/theme/icons/heading2.svg +1 -0
  68. package/theme/icons/heading3.svg +1 -0
  69. package/theme/icons/heading4.svg +1 -0
  70. package/theme/icons/heading5.svg +1 -0
  71. package/theme/icons/heading6.svg +1 -0
  72. package/theme/icons/history.svg +1 -0
  73. package/theme/icons/horizontal-line.svg +1 -0
  74. package/theme/icons/html.svg +1 -0
  75. package/theme/icons/image-asset-manager.svg +1 -0
  76. package/theme/icons/image-upload.svg +1 -0
  77. package/theme/icons/image-url.svg +1 -0
  78. package/theme/icons/image.svg +1 -0
  79. package/theme/icons/import-export.svg +1 -0
  80. package/theme/icons/import-word.svg +1 -0
  81. package/theme/icons/indent.svg +1 -0
  82. package/theme/icons/insert-merge-field.svg +1 -0
  83. package/theme/icons/italic.svg +1 -0
  84. package/theme/icons/legal-style-list.svg +1 -0
  85. package/theme/icons/link.svg +1 -0
  86. package/theme/icons/list-style-circle.svg +1 -0
  87. package/theme/icons/list-style-decimal-leading-zero.svg +1 -0
  88. package/theme/icons/list-style-decimal.svg +1 -0
  89. package/theme/icons/list-style-disc.svg +1 -0
  90. package/theme/icons/list-style-lower-latin.svg +1 -0
  91. package/theme/icons/list-style-lower-roman.svg +1 -0
  92. package/theme/icons/list-style-square.svg +1 -0
  93. package/theme/icons/list-style-upper-latin.svg +1 -0
  94. package/theme/icons/list-style-upper-roman.svg +1 -0
  95. package/theme/icons/local.svg +1 -0
  96. package/theme/icons/loupe.svg +1 -0
  97. package/theme/icons/low-vision.svg +1 -0
  98. package/theme/icons/magic-wand.svg +1 -0
  99. package/theme/icons/marker.svg +1 -0
  100. package/theme/icons/media-placeholder.svg +1 -0
  101. package/theme/icons/media.svg +1 -0
  102. package/theme/icons/multi-level-list.svg +1 -0
  103. package/theme/icons/next-arrow.svg +1 -0
  104. package/theme/icons/notification.svg +1 -0
  105. package/theme/icons/numbered-list.svg +1 -0
  106. package/theme/icons/object-center.svg +1 -0
  107. package/theme/icons/object-full-width.svg +1 -0
  108. package/theme/icons/object-inline-left.svg +1 -0
  109. package/theme/icons/object-inline-right.svg +1 -0
  110. package/theme/icons/object-inline.svg +1 -0
  111. package/theme/icons/object-left.svg +1 -0
  112. package/theme/icons/object-right.svg +1 -0
  113. package/theme/icons/object-size-custom.svg +1 -0
  114. package/theme/icons/object-size-full.svg +1 -0
  115. package/theme/icons/object-size-large.svg +1 -0
  116. package/theme/icons/object-size-medium.svg +1 -0
  117. package/theme/icons/object-size-small.svg +1 -0
  118. package/theme/icons/onedrive.svg +1 -0
  119. package/theme/icons/outdent.svg +1 -0
  120. package/theme/icons/page-break.svg +1 -0
  121. package/theme/icons/pagination-example.svg +1 -0
  122. package/theme/icons/paint-roller-cursor-default.svg +1 -0
  123. package/theme/icons/paint-roller-cursor-text.svg +7 -0
  124. package/theme/icons/paint-roller.svg +1 -0
  125. package/theme/icons/paragraph.svg +1 -0
  126. package/theme/icons/pen.svg +1 -0
  127. package/theme/icons/pencil.svg +1 -0
  128. package/theme/icons/pilcrow.svg +1 -0
  129. package/theme/icons/play.svg +1 -0
  130. package/theme/icons/plus.svg +1 -0
  131. package/theme/icons/preview-merge-fields.svg +8 -0
  132. package/theme/icons/previous-arrow.svg +1 -0
  133. package/theme/icons/print.svg +1 -0
  134. package/theme/icons/project-logo.svg +1 -0
  135. package/theme/icons/quote.svg +1 -0
  136. package/theme/icons/redo.svg +1 -0
  137. package/theme/icons/remove-comment.svg +1 -0
  138. package/theme/icons/remove-format.svg +1 -0
  139. package/theme/icons/remove.svg +1 -0
  140. package/theme/icons/return-arrow.svg +1 -0
  141. package/theme/icons/revision-history.svg +1 -0
  142. package/theme/icons/robot-pencil.svg +1 -0
  143. package/theme/icons/select-all.svg +1 -0
  144. package/theme/icons/settings.svg +1 -0
  145. package/theme/icons/show-blocks.svg +1 -0
  146. package/theme/icons/source.svg +1 -0
  147. package/theme/icons/special-characters.svg +1 -0
  148. package/theme/icons/strikethrough.svg +1 -0
  149. package/theme/icons/submit.svg +1 -0
  150. package/theme/icons/subscript.svg +1 -0
  151. package/theme/icons/superscript.svg +1 -0
  152. package/theme/icons/table-cell-properties.svg +1 -0
  153. package/theme/icons/table-column.svg +1 -0
  154. package/theme/icons/table-layout.svg +1 -0
  155. package/theme/icons/table-merge-cell.svg +1 -0
  156. package/theme/icons/table-of-contents.svg +1 -0
  157. package/theme/icons/table-properties.svg +1 -0
  158. package/theme/icons/table-row.svg +1 -0
  159. package/theme/icons/table.svg +1 -0
  160. package/theme/icons/template-generic.svg +6 -0
  161. package/theme/icons/template.svg +1 -0
  162. package/theme/icons/text-alternative.svg +1 -0
  163. package/theme/icons/text.svg +1 -0
  164. package/theme/icons/three-vertical-dots.svg +1 -0
  165. package/theme/icons/todo-list.svg +1 -0
  166. package/theme/icons/track-changes-accept.svg +1 -0
  167. package/theme/icons/track-changes-discard.svg +1 -0
  168. package/theme/icons/track-changes.svg +1 -0
  169. package/theme/icons/underline.svg +1 -0
  170. package/theme/icons/undo.svg +1 -0
  171. package/theme/icons/unlink.svg +1 -0
  172. package/theme/icons/uploadcare-image-edit.svg +1 -0
  173. package/theme/icons/uploadcare-image-upload.svg +1 -0
  174. package/theme/icons/uploadcare-link.svg +1 -0
  175. package/theme/icons/user.svg +1 -0
  176. package/theme/icons/warning.svg +3 -0
package/package.json CHANGED
@@ -1,14 +1,50 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-icons",
3
- "version": "0.0.1",
3
+ "version": "45.0.0-alpha.1",
4
+ "description": "Icons for CKEditor 5.",
4
5
  "keywords": [
5
6
  "ckeditor",
6
7
  "ckeditor5",
7
8
  "ckeditor 5",
8
- "ckeditor5-lib"
9
+ "ckeditor5-lib",
10
+ "ckeditor5-dll"
9
11
  ],
12
+ "type": "module",
13
+ "main": "src/index.js",
10
14
  "author": "CKSource (http://cksource.com/)",
11
- "license": "GPL-2.0-or-later",
15
+ "license": "SEE LICENSE IN LICENSE.md",
12
16
  "homepage": "https://ckeditor.com/ckeditor-5",
13
- "bugs": "https://github.com/ckeditor/ckeditor5/issues"
17
+ "bugs": "https://github.com/ckeditor/ckeditor5/issues",
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "https://github.com/ckeditor/ckeditor5.git",
21
+ "directory": "packages/ckeditor5-icons"
22
+ },
23
+ "files": [
24
+ "dist",
25
+ "src/**/*.js",
26
+ "src/**/*.d.ts",
27
+ "theme",
28
+ "CHANGELOG.md"
29
+ ],
30
+ "types": "src/index.d.ts",
31
+ "exports": {
32
+ ".": {
33
+ "types": "./src/index.d.ts",
34
+ "import": "./src/index.js",
35
+ "default": "./src/index.js"
36
+ },
37
+ "./dist/*": {
38
+ "types": "./src/index.d.ts",
39
+ "import": "./dist/*",
40
+ "default": "./dist/*"
41
+ },
42
+ "./src/*": {
43
+ "types": "./src/*.d.ts",
44
+ "import": "./src/*",
45
+ "default": "./src/*"
46
+ },
47
+ "./theme/*": "./theme/*",
48
+ "./package.json": "./package.json"
49
+ }
14
50
  }
package/src/index.d.ts ADDED
@@ -0,0 +1,172 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ /**
6
+ * @module icons/index
7
+ */
8
+ export const IconAccessibility: string;
9
+ export const IconAddComment: string;
10
+ export const IconAlignBottom: string;
11
+ export const IconAlignCenter: string;
12
+ export const IconAlignJustify: string;
13
+ export const IconAlignLeft: string;
14
+ export const IconAlignMiddle: string;
15
+ export const IconAlignRight: string;
16
+ export const IconAlignTop: string;
17
+ export const IconArrowDown: string;
18
+ export const IconArrowUp: string;
19
+ export const IconBold: string;
20
+ export const IconBookmarkInline: string;
21
+ export const IconBookmark: string;
22
+ export const IconBookmarkMedium: string;
23
+ export const IconBookmarkSmall: string;
24
+ export const IconBrowseFiles: string;
25
+ export const IconBulletedList: string;
26
+ export const IconCancel: string;
27
+ export const IconCaption: string;
28
+ export const IconCaseChange: string;
29
+ export const IconCheck: string;
30
+ export const IconChevronDown: string;
31
+ export const IconChevronUp: string;
32
+ export const IconCkboxImageEdit: string;
33
+ export const IconCodeBlock: string;
34
+ export const IconCode: string;
35
+ export const IconCog: string;
36
+ export const IconColorPalette: string;
37
+ export const IconColorTileCheck: string;
38
+ export const IconCommentsArchive: string;
39
+ export const IconContentLock: string;
40
+ export const IconContentUnlock: string;
41
+ export const IconCopy: string;
42
+ export const IconDragHandle: string;
43
+ export const IconDragIndicator: string;
44
+ export const IconDropbox: string;
45
+ export const IconDropdownArrow: string;
46
+ export const IconEditComment: string;
47
+ export const IconEmoji: string;
48
+ export const IconEraser: string;
49
+ export const IconError: string;
50
+ export const IconExportPdf: string;
51
+ export const IconExportWord: string;
52
+ export const IconFacebook: string;
53
+ export const IconFindReplace: string;
54
+ export const IconFontBackground: string;
55
+ export const IconFontColor: string;
56
+ export const IconFontFamily: string;
57
+ export const IconFontSize: string;
58
+ export const IconFullscreenEnter: string;
59
+ export const IconFullscreenLeave: string;
60
+ export const IconGoogleDrive: string;
61
+ export const IconGooglePhotos: string;
62
+ export const IconHeading1: string;
63
+ export const IconHeading2: string;
64
+ export const IconHeading3: string;
65
+ export const IconHeading4: string;
66
+ export const IconHeading5: string;
67
+ export const IconHeading6: string;
68
+ export const IconHistory: string;
69
+ export const IconHorizontalLine: string;
70
+ export const IconHtml: string;
71
+ export const IconImageAssetManager: string;
72
+ export const IconImage: string;
73
+ export const IconImageUpload: string;
74
+ export const IconImageUrl: string;
75
+ export const IconImportExport: string;
76
+ export const IconImportWord: string;
77
+ export const IconIndent: string;
78
+ export const IconInsertMergeField: string;
79
+ export const IconItalic: string;
80
+ export const IconLegalStyleList: string;
81
+ export const IconLink: string;
82
+ export const IconListStyleCircle: string;
83
+ export const IconListStyleDecimalLeadingZero: string;
84
+ export const IconListStyleDecimal: string;
85
+ export const IconListStyleDisc: string;
86
+ export const IconListStyleLowerLatin: string;
87
+ export const IconListStyleLowerRoman: string;
88
+ export const IconListStyleSquare: string;
89
+ export const IconListStyleUpperLatin: string;
90
+ export const IconListStyleUpperRoman: string;
91
+ export const IconLocal: string;
92
+ export const IconLoupe: string;
93
+ export const IconLowVision: string;
94
+ export const IconMagicWand: string;
95
+ export const IconMarker: string;
96
+ export const IconMediaPlaceholder: string;
97
+ export const IconMedia: string;
98
+ export const IconMultiLevelList: string;
99
+ export const IconNextArrow: string;
100
+ export const IconNotification: string;
101
+ export const IconNumberedList: string;
102
+ export const IconObjectCenter: string;
103
+ export const IconObjectFullWidth: string;
104
+ export const IconObjectInlineLeft: string;
105
+ export const IconObjectInlineRight: string;
106
+ export const IconObjectInline: string;
107
+ export const IconObjectLeft: string;
108
+ export const IconObjectRight: string;
109
+ export const IconObjectSizeCustom: string;
110
+ export const IconObjectSizeFull: string;
111
+ export const IconObjectSizeLarge: string;
112
+ export const IconObjectSizeMedium: string;
113
+ export const IconObjectSizeSmall: string;
114
+ export const IconOneDrive: string;
115
+ export const IconOutdent: string;
116
+ export const IconPageBreak: string;
117
+ export const IconPaginationExample: string;
118
+ export const IconPaintRollerCursorDefault: string;
119
+ export const IconPaintRollerCursorText: string;
120
+ export const IconPaintRoller: string;
121
+ export const IconParagraph: string;
122
+ export const IconPencil: string;
123
+ export const IconPen: string;
124
+ export const IconPilcrow: string;
125
+ export const IconPlay: string;
126
+ export const IconPlus: string;
127
+ export const IconPreviewMergeFields: string;
128
+ export const IconPreviousArrow: string;
129
+ export const IconPrint: string;
130
+ export const IconProjectLogo: string;
131
+ export const IconQuote: string;
132
+ export const IconRedo: string;
133
+ export const IconRemoveComment: string;
134
+ export const IconRemoveFormat: string;
135
+ export const IconRemove: string;
136
+ export const IconReturnArrow: string;
137
+ export const IconRevisionHistory: string;
138
+ export const IconRobotPencil: string;
139
+ export const IconSelectAll: string;
140
+ export const IconSettings: string;
141
+ export const IconShowBlocks: string;
142
+ export const IconSource: string;
143
+ export const IconSpecialCharacters: string;
144
+ export const IconStrikethrough: string;
145
+ export const IconSubmit: string;
146
+ export const IconSubscript: string;
147
+ export const IconSuperscript: string;
148
+ export const IconTableCellProperties: string;
149
+ export const IconTableColumn: string;
150
+ export const IconTableMergeCell: string;
151
+ export const IconTableOfContents: string;
152
+ export const IconTableProperties: string;
153
+ export const IconTableRow: string;
154
+ export const IconTable: string;
155
+ export const IconTableLayout: string;
156
+ export const IconTemplateGeneric: string;
157
+ export const IconTemplate: string;
158
+ export const IconTextAlternative: string;
159
+ export const IconText: string;
160
+ export const IconThreeVerticalDots: string;
161
+ export const IconTodoList: string;
162
+ export const IconTrackChangesAccept: string;
163
+ export const IconTrackChangesDiscard: string;
164
+ export const IconTrackChanges: string;
165
+ export const IconUnderline: string;
166
+ export const IconUndo: string;
167
+ export const IconUnlink: string;
168
+ export const IconUploadcareImageEdit: string;
169
+ export const IconUploadcareImageUpload: string;
170
+ export const IconUploadcareLink: string;
171
+ export const IconUser: string;
172
+ export const IconWarning: string;
package/src/index.js ADDED
@@ -0,0 +1,172 @@
1
+ /**
2
+ * @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
3
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
4
+ */
5
+ /**
6
+ * @module icons/index
7
+ */
8
+ export { default as IconAccessibility } from '../theme/icons/accessibility.svg';
9
+ export { default as IconAddComment } from '../theme/icons/add-comment.svg';
10
+ export { default as IconAlignBottom } from '../theme/icons/align-bottom.svg';
11
+ export { default as IconAlignCenter } from '../theme/icons/align-center.svg';
12
+ export { default as IconAlignJustify } from '../theme/icons/align-justify.svg';
13
+ export { default as IconAlignLeft } from '../theme/icons/align-left.svg';
14
+ export { default as IconAlignMiddle } from '../theme/icons/align-middle.svg';
15
+ export { default as IconAlignRight } from '../theme/icons/align-right.svg';
16
+ export { default as IconAlignTop } from '../theme/icons/align-top.svg';
17
+ export { default as IconArrowDown } from '../theme/icons/arrow-down.svg';
18
+ export { default as IconArrowUp } from '../theme/icons/arrow-up.svg';
19
+ export { default as IconBold } from '../theme/icons/bold.svg';
20
+ export { default as IconBookmarkInline } from '../theme/icons/bookmark-inline.svg';
21
+ export { default as IconBookmark } from '../theme/icons/bookmark.svg';
22
+ export { default as IconBookmarkMedium } from '../theme/icons/bookmark-medium.svg';
23
+ export { default as IconBookmarkSmall } from '../theme/icons/bookmark-small.svg';
24
+ export { default as IconBrowseFiles } from '../theme/icons/browse-files.svg';
25
+ export { default as IconBulletedList } from '../theme/icons/bulleted-list.svg';
26
+ export { default as IconCancel } from '../theme/icons/cancel.svg';
27
+ export { default as IconCaption } from '../theme/icons/caption.svg';
28
+ export { default as IconCaseChange } from '../theme/icons/case-change.svg';
29
+ export { default as IconCheck } from '../theme/icons/check.svg';
30
+ export { default as IconChevronDown } from '../theme/icons/chevron-down.svg';
31
+ export { default as IconChevronUp } from '../theme/icons/chevron-up.svg';
32
+ export { default as IconCkboxImageEdit } from '../theme/icons/ckbox-image-edit.svg';
33
+ export { default as IconCodeBlock } from '../theme/icons/code-block.svg';
34
+ export { default as IconCode } from '../theme/icons/code.svg';
35
+ export { default as IconCog } from '../theme/icons/cog.svg';
36
+ export { default as IconColorPalette } from '../theme/icons/color-palette.svg';
37
+ export { default as IconColorTileCheck } from '../theme/icons/color-tile-check.svg';
38
+ export { default as IconCommentsArchive } from '../theme/icons/comments-archive.svg';
39
+ export { default as IconContentLock } from '../theme/icons/content-lock.svg';
40
+ export { default as IconContentUnlock } from '../theme/icons/content-unlock.svg';
41
+ export { default as IconCopy } from '../theme/icons/copy.svg';
42
+ export { default as IconDragHandle } from '../theme/icons/drag-handle.svg';
43
+ export { default as IconDragIndicator } from '../theme/icons/drag-indicator.svg';
44
+ export { default as IconDropbox } from '../theme/icons/dropbox.svg';
45
+ export { default as IconDropdownArrow } from '../theme/icons/dropdown-arrow.svg';
46
+ export { default as IconEditComment } from '../theme/icons/edit-comment.svg';
47
+ export { default as IconEmoji } from '../theme/icons/emoji.svg';
48
+ export { default as IconEraser } from '../theme/icons/eraser.svg';
49
+ export { default as IconError } from '../theme/icons/error.svg';
50
+ export { default as IconExportPdf } from '../theme/icons/export-pdf.svg';
51
+ export { default as IconExportWord } from '../theme/icons/export-word.svg';
52
+ export { default as IconFacebook } from '../theme/icons/facebook.svg';
53
+ export { default as IconFindReplace } from '../theme/icons/find-replace.svg';
54
+ export { default as IconFontBackground } from '../theme/icons/font-background.svg';
55
+ export { default as IconFontColor } from '../theme/icons/font-color.svg';
56
+ export { default as IconFontFamily } from '../theme/icons/font-family.svg';
57
+ export { default as IconFontSize } from '../theme/icons/font-size.svg';
58
+ export { default as IconFullscreenEnter } from '../theme/icons/fullscreen-enter.svg';
59
+ export { default as IconFullscreenLeave } from '../theme/icons/fullscreen-leave.svg';
60
+ export { default as IconGoogleDrive } from '../theme/icons/google-drive.svg';
61
+ export { default as IconGooglePhotos } from '../theme/icons/google-photos.svg';
62
+ export { default as IconHeading1 } from '../theme/icons/heading1.svg';
63
+ export { default as IconHeading2 } from '../theme/icons/heading2.svg';
64
+ export { default as IconHeading3 } from '../theme/icons/heading3.svg';
65
+ export { default as IconHeading4 } from '../theme/icons/heading4.svg';
66
+ export { default as IconHeading5 } from '../theme/icons/heading5.svg';
67
+ export { default as IconHeading6 } from '../theme/icons/heading6.svg';
68
+ export { default as IconHistory } from '../theme/icons/history.svg';
69
+ export { default as IconHorizontalLine } from '../theme/icons/horizontal-line.svg';
70
+ export { default as IconHtml } from '../theme/icons/html.svg';
71
+ export { default as IconImageAssetManager } from '../theme/icons/image-asset-manager.svg';
72
+ export { default as IconImage } from '../theme/icons/image.svg';
73
+ export { default as IconImageUpload } from '../theme/icons/image-upload.svg';
74
+ export { default as IconImageUrl } from '../theme/icons/image-url.svg';
75
+ export { default as IconImportExport } from '../theme/icons/import-export.svg';
76
+ export { default as IconImportWord } from '../theme/icons/import-word.svg';
77
+ export { default as IconIndent } from '../theme/icons/indent.svg';
78
+ export { default as IconInsertMergeField } from '../theme/icons/insert-merge-field.svg';
79
+ export { default as IconItalic } from '../theme/icons/italic.svg';
80
+ export { default as IconLegalStyleList } from '../theme/icons/legal-style-list.svg';
81
+ export { default as IconLink } from '../theme/icons/link.svg';
82
+ export { default as IconListStyleCircle } from '../theme/icons/list-style-circle.svg';
83
+ export { default as IconListStyleDecimalLeadingZero } from '../theme/icons/list-style-decimal-leading-zero.svg';
84
+ export { default as IconListStyleDecimal } from '../theme/icons/list-style-decimal.svg';
85
+ export { default as IconListStyleDisc } from '../theme/icons/list-style-disc.svg';
86
+ export { default as IconListStyleLowerLatin } from '../theme/icons/list-style-lower-latin.svg';
87
+ export { default as IconListStyleLowerRoman } from '../theme/icons/list-style-lower-roman.svg';
88
+ export { default as IconListStyleSquare } from '../theme/icons/list-style-square.svg';
89
+ export { default as IconListStyleUpperLatin } from '../theme/icons/list-style-upper-latin.svg';
90
+ export { default as IconListStyleUpperRoman } from '../theme/icons/list-style-upper-roman.svg';
91
+ export { default as IconLocal } from '../theme/icons/local.svg';
92
+ export { default as IconLoupe } from '../theme/icons/loupe.svg';
93
+ export { default as IconLowVision } from '../theme/icons/low-vision.svg';
94
+ export { default as IconMagicWand } from '../theme/icons/magic-wand.svg';
95
+ export { default as IconMarker } from '../theme/icons/marker.svg';
96
+ export { default as IconMediaPlaceholder } from '../theme/icons/media-placeholder.svg';
97
+ export { default as IconMedia } from '../theme/icons/media.svg';
98
+ export { default as IconMultiLevelList } from '../theme/icons/multi-level-list.svg';
99
+ export { default as IconNextArrow } from '../theme/icons/next-arrow.svg';
100
+ export { default as IconNotification } from '../theme/icons/notification.svg';
101
+ export { default as IconNumberedList } from '../theme/icons/numbered-list.svg';
102
+ export { default as IconObjectCenter } from '../theme/icons/object-center.svg';
103
+ export { default as IconObjectFullWidth } from '../theme/icons/object-full-width.svg';
104
+ export { default as IconObjectInlineLeft } from '../theme/icons/object-inline-left.svg';
105
+ export { default as IconObjectInlineRight } from '../theme/icons/object-inline-right.svg';
106
+ export { default as IconObjectInline } from '../theme/icons/object-inline.svg';
107
+ export { default as IconObjectLeft } from '../theme/icons/object-left.svg';
108
+ export { default as IconObjectRight } from '../theme/icons/object-right.svg';
109
+ export { default as IconObjectSizeCustom } from '../theme/icons/object-size-custom.svg';
110
+ export { default as IconObjectSizeFull } from '../theme/icons/object-size-full.svg';
111
+ export { default as IconObjectSizeLarge } from '../theme/icons/object-size-large.svg';
112
+ export { default as IconObjectSizeMedium } from '../theme/icons/object-size-medium.svg';
113
+ export { default as IconObjectSizeSmall } from '../theme/icons/object-size-small.svg';
114
+ export { default as IconOneDrive } from '../theme/icons/onedrive.svg';
115
+ export { default as IconOutdent } from '../theme/icons/outdent.svg';
116
+ export { default as IconPageBreak } from '../theme/icons/page-break.svg';
117
+ export { default as IconPaginationExample } from '../theme/icons/pagination-example.svg';
118
+ export { default as IconPaintRollerCursorDefault } from '../theme/icons/paint-roller-cursor-default.svg';
119
+ export { default as IconPaintRollerCursorText } from '../theme/icons/paint-roller-cursor-text.svg';
120
+ export { default as IconPaintRoller } from '../theme/icons/paint-roller.svg';
121
+ export { default as IconParagraph } from '../theme/icons/paragraph.svg';
122
+ export { default as IconPencil } from '../theme/icons/pencil.svg';
123
+ export { default as IconPen } from '../theme/icons/pen.svg';
124
+ export { default as IconPilcrow } from '../theme/icons/pilcrow.svg';
125
+ export { default as IconPlay } from '../theme/icons/play.svg';
126
+ export { default as IconPlus } from '../theme/icons/plus.svg';
127
+ export { default as IconPreviewMergeFields } from '../theme/icons/preview-merge-fields.svg';
128
+ export { default as IconPreviousArrow } from '../theme/icons/previous-arrow.svg';
129
+ export { default as IconPrint } from '../theme/icons/print.svg';
130
+ export { default as IconProjectLogo } from '../theme/icons/project-logo.svg';
131
+ export { default as IconQuote } from '../theme/icons/quote.svg';
132
+ export { default as IconRedo } from '../theme/icons/redo.svg';
133
+ export { default as IconRemoveComment } from '../theme/icons/remove-comment.svg';
134
+ export { default as IconRemoveFormat } from '../theme/icons/remove-format.svg';
135
+ export { default as IconRemove } from '../theme/icons/remove.svg';
136
+ export { default as IconReturnArrow } from '../theme/icons/return-arrow.svg';
137
+ export { default as IconRevisionHistory } from '../theme/icons/revision-history.svg';
138
+ export { default as IconRobotPencil } from '../theme/icons/robot-pencil.svg';
139
+ export { default as IconSelectAll } from '../theme/icons/select-all.svg';
140
+ export { default as IconSettings } from '../theme/icons/settings.svg';
141
+ export { default as IconShowBlocks } from '../theme/icons/show-blocks.svg';
142
+ export { default as IconSource } from '../theme/icons/source.svg';
143
+ export { default as IconSpecialCharacters } from '../theme/icons/special-characters.svg';
144
+ export { default as IconStrikethrough } from '../theme/icons/strikethrough.svg';
145
+ export { default as IconSubmit } from '../theme/icons/submit.svg';
146
+ export { default as IconSubscript } from '../theme/icons/subscript.svg';
147
+ export { default as IconSuperscript } from '../theme/icons/superscript.svg';
148
+ export { default as IconTableCellProperties } from '../theme/icons/table-cell-properties.svg';
149
+ export { default as IconTableColumn } from '../theme/icons/table-column.svg';
150
+ export { default as IconTableMergeCell } from '../theme/icons/table-merge-cell.svg';
151
+ export { default as IconTableOfContents } from '../theme/icons/table-of-contents.svg';
152
+ export { default as IconTableProperties } from '../theme/icons/table-properties.svg';
153
+ export { default as IconTableRow } from '../theme/icons/table-row.svg';
154
+ export { default as IconTable } from '../theme/icons/table.svg';
155
+ export { default as IconTableLayout } from '../theme/icons/table-layout.svg';
156
+ export { default as IconTemplateGeneric } from '../theme/icons/template-generic.svg';
157
+ export { default as IconTemplate } from '../theme/icons/template.svg';
158
+ export { default as IconTextAlternative } from '../theme/icons/text-alternative.svg';
159
+ export { default as IconText } from '../theme/icons/text.svg';
160
+ export { default as IconThreeVerticalDots } from '../theme/icons/three-vertical-dots.svg';
161
+ export { default as IconTodoList } from '../theme/icons/todo-list.svg';
162
+ export { default as IconTrackChangesAccept } from '../theme/icons/track-changes-accept.svg';
163
+ export { default as IconTrackChangesDiscard } from '../theme/icons/track-changes-discard.svg';
164
+ export { default as IconTrackChanges } from '../theme/icons/track-changes.svg';
165
+ export { default as IconUnderline } from '../theme/icons/underline.svg';
166
+ export { default as IconUndo } from '../theme/icons/undo.svg';
167
+ export { default as IconUnlink } from '../theme/icons/unlink.svg';
168
+ export { default as IconUploadcareImageEdit } from '../theme/icons/uploadcare-image-edit.svg';
169
+ export { default as IconUploadcareImageUpload } from '../theme/icons/uploadcare-image-upload.svg';
170
+ export { default as IconUploadcareLink } from '../theme/icons/uploadcare-link.svg';
171
+ export { default as IconUser } from '../theme/icons/user.svg';
172
+ export { default as IconWarning } from '../theme/icons/warning.svg';
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 6.628a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"/><path d="M8.5 9.125a.3.3 0 0 0-.253-.296L5.11 8.327a.75.75 0 1 1 .388-1.449l4.04.716c.267.072.624.08.893.009l4.066-.724a.75.75 0 1 1 .388 1.45l-3.132.5a.3.3 0 0 0-.253.296v1.357a.3.3 0 0 0 .018.102l1.615 4.438a.75.75 0 0 1-1.41.513l-1.35-3.71a.3.3 0 0 0-.281-.197h-.209a.3.3 0 0 0-.282.198l-1.35 3.711a.75.75 0 0 1-1.41-.513l1.64-4.509a.3.3 0 0 0 .019-.103V9.125Z"/><path clip-rule="evenodd" d="M10 18.5a8.5 8.5 0 1 1 0-17 8.5 8.5 0 0 1 0 17Zm0 1.5c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 1.5h12A3.5 3.5 0 0 1 19.5 5v8l-.005.192a3.5 3.5 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.371-.193-.38-.212a13.452 13.452 0 0 1-3.271-2.63l-.062-.07H4A3.5 3.5 0 0 1 .5 13V5A3.5 3.5 0 0 1 4 1.5ZM4 3a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h6.924a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L14.962 15H16a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z"/><path d="M9.75 5a.75.75 0 0 0-.75.75v2.5H6.5a.75.75 0 0 0 0 1.5H9v2.5a.75.75 0 0 0 1.5 0v-2.5H13a.75.75 0 0 0 0-1.5h-2.5v-2.5A.75.75 0 0 0 9.75 5Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m9.239 13.938-2.88-1.663a.75.75 0 0 1 .75-1.3L9 12.067V4.75a.75.75 0 1 1 1.5 0v7.318l1.89-1.093a.75.75 0 0 1 .75 1.3l-2.879 1.663a.752.752 0 0 1-.511.187.752.752 0 0 1-.511-.187zM4.25 17a.75.75 0 1 1 0-1.5h10.5a.75.75 0 0 1 0 1.5H4.25z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2 3.75c0 .414.336.75.75.75h14.5a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm0 8c0 .414.336.75.75.75h14.5a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm2.286 4c0 .414.336.75.75.75h9.928a.75.75 0 1 0 0-1.5H5.036a.75.75 0 0 0-.75.75zm0-8c0 .414.336.75.75.75h9.928a.75.75 0 1 0 0-1.5H5.036a.75.75 0 0 0-.75.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2 3.75c0 .414.336.75.75.75h14.5a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm0 8c0 .414.336.75.75.75h14.5a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm0 4c0 .414.336.75.75.75h9.929a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm0-8c0 .414.336.75.75.75h14.5a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2 3.75c0 .414.336.75.75.75h14.5a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm0 8c0 .414.336.75.75.75h14.5a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm0 4c0 .414.336.75.75.75h9.929a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75zm0-8c0 .414.336.75.75.75h9.929a.75.75 0 1 0 0-1.5H2.75a.75.75 0 0 0-.75.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.75 11.875a.752.752 0 0 1 .508.184l2.883 1.666a.75.75 0 0 1-.659 1.344l-.091-.044-1.892-1.093.001 4.318a.75.75 0 1 1-1.5 0v-4.317l-1.89 1.092a.75.75 0 0 1-.75-1.3l2.879-1.663a.752.752 0 0 1 .51-.187zM15.25 9a.75.75 0 1 1 0 1.5H4.75a.75.75 0 1 1 0-1.5h10.5zM9.75.375a.75.75 0 0 1 .75.75v4.318l1.89-1.093.092-.045a.75.75 0 0 1 .659 1.344l-2.883 1.667a.752.752 0 0 1-.508.184.752.752 0 0 1-.511-.187L6.359 5.65a.75.75 0 0 1 .75-1.299L9 5.442V1.125a.75.75 0 0 1 .75-.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M18 3.75a.75.75 0 0 1-.75.75H2.75a.75.75 0 1 1 0-1.5h14.5a.75.75 0 0 1 .75.75zm0 8a.75.75 0 0 1-.75.75H2.75a.75.75 0 1 1 0-1.5h14.5a.75.75 0 0 1 .75.75zm0 4a.75.75 0 0 1-.75.75H7.321a.75.75 0 1 1 0-1.5h9.929a.75.75 0 0 1 .75.75zm0-8a.75.75 0 0 1-.75.75H7.321a.75.75 0 1 1 0-1.5h9.929a.75.75 0 0 1 .75.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m10.261 7.062 2.88 1.663a.75.75 0 0 1-.75 1.3L10.5 8.933v7.317a.75.75 0 1 1-1.5 0V8.932l-1.89 1.093a.75.75 0 0 1-.75-1.3l2.879-1.663a.752.752 0 0 1 .511-.187.752.752 0 0 1 .511.187zM15.25 4a.75.75 0 1 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h10.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 .75a9.25 9.25 0 1 1 0 18.5 9.25 9.25 0 0 1 0-18.5zm0 1.5a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5zm0 2.022a.75.75 0 0 1 .743.649l.007.101v8.165l2.714-2.705a.75.75 0 0 1 .977-.07l.084.072a.75.75 0 0 1 .07.976l-.072.084-3.994 3.981a.75.75 0 0 1-.975.073l-.084-.073-3.99-3.98a.75.75 0 0 1 .975-1.135l.085.072 2.71 2.706V5.022a.75.75 0 0 1 .75-.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10 19.25a9.25 9.25 0 1 0 0-18.5 9.25 9.25 0 0 0 0 18.5zm0-1.5a7.75 7.75 0 1 1 0-15.5 7.75 7.75 0 0 1 0 15.5zm0-2.022a.75.75 0 0 0 .743-.649l.007-.101V6.813l2.714 2.705a.75.75 0 0 0 .977.07l.084-.072a.75.75 0 0 0 .07-.976l-.072-.084-3.994-3.981a.75.75 0 0 0-.975-.073l-.084.073-3.99 3.98a.75.75 0 0 0 .975 1.135l.085-.072 2.71-2.706v8.166c0 .414.336.75.75.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10.187 17H5.773c-.637 0-1.092-.138-1.364-.415-.273-.277-.409-.718-.409-1.323V4.738c0-.617.14-1.062.419-1.332.279-.27.73-.406 1.354-.406h4.68c.69 0 1.288.041 1.793.124.506.083.96.242 1.36.478.341.197.644.447.906.75a3.262 3.262 0 0 1 .808 2.162c0 1.401-.722 2.426-2.167 3.075C15.05 10.175 16 11.315 16 13.01a3.756 3.756 0 0 1-2.296 3.504 6.1 6.1 0 0 1-1.517.377c-.571.073-1.238.11-2 .11zm-.217-6.217H7v4.087h3.069c1.977 0 2.965-.69 2.965-2.072 0-.707-.256-1.22-.768-1.537-.512-.319-1.277-.478-2.296-.478zM7 5.13v3.619h2.606c.729 0 1.292-.067 1.69-.2a1.6 1.6 0 0 0 .91-.765c.165-.267.247-.566.247-.897 0-.707-.26-1.176-.778-1.409-.519-.232-1.31-.348-2.375-.348H7z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 14 16" xmlns="http://www.w3.org/2000/svg"><path class="ck-icon__fill" d="M2 14.436V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v12.436a.5.5 0 0 1-.819.385l-3.862-3.2a.5.5 0 0 0-.638 0l-3.862 3.2A.5.5 0 0 1 2 14.436Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M4.4 2.24c-.11 0-.2.092-.2.207v11.077l3.16-2.714a.975.975 0 0 1 1.28 0l3.16 2.714V2.447a.203.203 0 0 0-.2-.207H4.4ZM3 2.447C3 1.647 3.627 1 4.4 1h7.2c.773 0 1.4.648 1.4 1.447v11.518c0 .875-.988 1.354-1.64.794L8 11.873 4.64 14.76c-.652.56-1.64.081-1.64-.794V2.447Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M4.216 2.031a.503.503 0 0 0-.489.516v9.42l2.648-2.324a.938.938 0 0 1 1.25 0l2.648 2.324v-9.42a.503.503 0 0 0-.489-.516H4.216Zm-1.466.516C2.75 1.693 3.406 1 4.216 1h5.568c.81 0 1.466.693 1.466 1.547v9.42c0 .873-.965 1.351-1.602.793L7 10.436 4.352 12.76c-.637.558-1.602.08-1.602-.793v-9.42Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M5.68 3.417a.238.238 0 0 0-.24.236v12.66l3.793-3.102a1.215 1.215 0 0 1 1.534 0l3.793 3.103V3.654a.238.238 0 0 0-.24-.237H5.68ZM4 3.653C4 2.74 4.752 2 5.68 2h8.64c.928 0 1.68.74 1.68 1.653v13.164c0 1-1.185 1.547-1.967.908L10 14.426l-4.033 3.299c-.782.64-1.967.092-1.967-.908V3.653Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.627 16.5zm5.873-.196zm0-7.001V8h-13v8.5h4.341c.191.54.457 1.044.785 1.5H2a1.5 1.5 0 0 1-1.5-1.5v-13A1.5 1.5 0 0 1 2 2h4.5a1.5 1.5 0 0 1 1.06.44L9.122 4H16a1.5 1.5 0 0 1 1.5 1.5v1A1.5 1.5 0 0 1 19 8v2.531a6.027 6.027 0 0 0-1.5-1.228zM16 6.5v-1H8.5l-2-2H2v13h1V8a1.5 1.5 0 0 1 1.5-1.5H16z"/><path d="M14.5 19.5a5 5 0 1 1 0-10 5 5 0 0 1 0 10zM15 14v-2h-1v2h-2v1h2v2h1v-2h2v-1h-2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M7 5.75c0 .414.336.75.75.75h9.5a.75.75 0 1 0 0-1.5h-9.5a.75.75 0 0 0-.75.75zm-6 0C1 4.784 1.777 4 2.75 4c.966 0 1.75.777 1.75 1.75 0 .966-.777 1.75-1.75 1.75C1.784 7.5 1 6.723 1 5.75zm6 9c0 .414.336.75.75.75h9.5a.75.75 0 1 0 0-1.5h-9.5a.75.75 0 0 0-.75.75zm-6 0c0-.966.777-1.75 1.75-1.75.966 0 1.75.777 1.75 1.75 0 .966-.777 1.75-1.75 1.75-.966 0-1.75-.777-1.75-1.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.591 10.177 4.243 4.242a1 1 0 0 1-1.415 1.415l-4.242-4.243-4.243 4.243a1 1 0 0 1-1.414-1.415l4.243-4.242L4.52 5.934A1 1 0 0 1 5.934 4.52l4.243 4.243 4.242-4.243a1 1 0 1 1 1.415 1.414l-4.243 4.243z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M2 16h9a1 1 0 0 1 0 2H2a1 1 0 0 1 0-2z"/><path d="M17 1a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h14zm0 1.5H3a.5.5 0 0 0-.492.41L2.5 3v9a.5.5 0 0 0 .41.492L3 12.5h14a.5.5 0 0 0 .492-.41L17.5 12V3a.5.5 0 0 0-.41-.492L17 2.5z" fill-opacity=".6"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5.789 3 0 17h1.664l1.664-4.027h6.797l.227.548c.046-.172.112-.352.209-.545.217-.436.556-.609.898-.798L7.664 3H5.79Zm.938 1.758 2.777 6.715H3.949l2.778-6.715Z"/><path d="M15.956 7.5c-1.584-.02-3.226.824-3.843 2.882l1.495.106c.904-2.082 4.594-2.13 4.375.534-3.245 1.024-4.838.117-6.082 2.62-.208.418-.17 1.57.54 2.397.71.826 2.014 1.149 3.409.85 1.395-.299 2.24-1.386 2.24-1.386L18.205 17h1.493l-.059-1.72-.056-5.274C19.51 8.612 17.75 7.524 15.956 7.5Zm2.027 4.696s.641 2.453-1.528 3.27c-3.376 1.269-4.188-2.141-1.775-2.638 1.704-.352 1.873-.25 3.303-.632Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.972 16.615a.997.997 0 0 1-.744-.292l-4.596-4.596a1 1 0 1 1 1.414-1.414l3.926 3.926 9.937-9.937a1 1 0 0 1 1.414 1.415L7.717 16.323a.997.997 0 0 1-.745.292z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.435 5.506a.75.75 0 0 1 1.197.899l-.067.089-6.992 8a.75.75 0 0 1-1.05.078l-.079-.078-7.008-8a.75.75 0 0 1 1.049-1.066l.08.078 6.442 7.354 6.428-7.354z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M16.435 14.494a.75.75 0 0 0 1.197-.899l-.067-.089-6.992-8a.75.75 0 0 0-1.05-.078l-.079.078-7.008 8a.75.75 0 0 0 1.049 1.066l.08-.078 6.442-7.354 6.428 7.354z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M1.201 1C.538 1 0 1.47 0 2.1v14.363c0 .64.534 1.037 1.186 1.037H5.06l5.058-5.078L6.617 9.15a.696.696 0 0 0-.957-.033L1.5 13.6V2.5h15v4.354a3.478 3.478 0 0 1 1.5.049V2.1c0-.63-.547-1.1-1.2-1.1H1.202Zm11.713 2.803a2.147 2.147 0 0 0-2.049 1.992 2.14 2.14 0 0 0 1.28 2.096 2.13 2.13 0 0 0 2.642-3.11 2.129 2.129 0 0 0-1.873-.978ZM8.089 17.635v2.388h2.389l7.046-7.046-2.39-2.39-7.045 7.048Zm11.282-6.507a.637.637 0 0 0 .139-.692.603.603 0 0 0-.139-.205l-1.49-1.488a.63.63 0 0 0-.899 0l-1.166 1.163 2.39 2.39 1.165-1.168Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M12.87 12.61a.75.75 0 0 1-.089.976l-.085.07-3.154 2.254 3.412 2.414a.75.75 0 0 1 .237.95l-.057.095a.75.75 0 0 1-.95.237l-.096-.058-4.272-3.022-.003-1.223 4.01-2.867a.75.75 0 0 1 1.047.174zm2.795-.231.095.057 4.011 2.867-.003 1.223-4.272 3.022-.095.058a.75.75 0 0 1-.88-.151l-.07-.086-.058-.095a.75.75 0 0 1 .15-.88l.087-.07 3.412-2.414-3.154-2.253-.085-.071a.75.75 0 0 1 .862-1.207zM16 0a2 2 0 0 1 2 2v9.354l-.663-.492-.837-.001V2a.5.5 0 0 0-.5-.5H2a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h3.118L7.156 19H2a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h14zM5.009 15l.003 1H3v-1h2.009zm2.188-2-1.471 1H5v-1h2.197zM10 11v.095L8.668 12H7v-1h3zm4-2v1H7V9h7zm0-2v1H7V7h7zm-4-2v1H5V5h5zM6 3v1H3V3h3z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m12.5 5.7 5.2 3.9v1.3l-5.6 4c-.1.2-.3.2-.5.2-.3-.1-.6-.7-.6-1l.3-.4 4.7-3.5L11.5 7l-.2-.2c-.1-.3-.1-.6 0-.8.2-.2.5-.4.8-.4a.8.8 0 0 1 .4.1zm-5.2 0L2 9.6v1.3l5.6 4c.1.2.3.2.5.2.3-.1.7-.7.6-1 0-.1 0-.3-.2-.4l-5-3.5L8.2 7l.2-.2c.1-.3.1-.6 0-.8-.2-.2-.5-.4-.8-.4a.8.8 0 0 0-.3.1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.333 2 .19 2.263a5.899 5.899 0 0 1 1.458.604L14.714 3.4 16.6 5.286l-1.467 1.733c.263.452.468.942.605 1.46L18 8.666v2.666l-2.263.19a5.899 5.899 0 0 1-.604 1.458l1.467 1.733-1.886 1.886-1.733-1.467a5.899 5.899 0 0 1-1.46.605L11.334 18H8.667l-.19-2.263a5.899 5.899 0 0 1-1.458-.604L5.286 16.6 3.4 14.714l1.467-1.733a5.899 5.899 0 0 1-.604-1.458L2 11.333V8.667l2.262-.189a5.899 5.899 0 0 1 .605-1.459L3.4 5.286 5.286 3.4l1.733 1.467a5.899 5.899 0 0 1 1.46-.605L8.666 2h2.666zM10 6.267a3.733 3.733 0 1 0 0 7.466 3.733 3.733 0 0 0 0-7.466z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10.209 18.717A8.5 8.5 0 1 1 18.686 9.6h-.008l.002.12a3 3 0 0 1-2.866 2.997h-.268l-.046-.002v.002h-4.791a2 2 0 1 0 0 4 1 1 0 1 1-.128 1.992 8.665 8.665 0 0 1-.372.008Zm-3.918-7.01a1.25 1.25 0 1 0-2.415-.648 1.25 1.25 0 0 0 2.415.647ZM5.723 8.18a1.25 1.25 0 1 0 .647-2.414 1.25 1.25 0 0 0-.647 2.414ZM9.76 6.155a1.25 1.25 0 1 0 .647-2.415 1.25 1.25 0 0 0-.647 2.415Zm4.028 1.759a1.25 1.25 0 1 0 .647-2.415 1.25 1.25 0 0 0-.647 2.415Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path class="ck-icon__fill" d="M16.935 5.328a2 2 0 0 1 0 2.829l-7.778 7.778a2 2 0 0 1-2.829 0L3.5 13.107a1.999 1.999 0 1 1 2.828-2.829l.707.707a1 1 0 0 0 1.414 0l5.658-5.657a2 2 0 0 1 2.828 0z"/><path d="M14.814 6.035 8.448 12.4a1 1 0 0 1-1.414 0l-1.413-1.415A1 1 0 1 0 4.207 12.4l2.829 2.829a1 1 0 0 0 1.414 0l7.778-7.778a1 1 0 1 0-1.414-1.415z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M14 3.5A3.5 3.5 0 0 1 17.5 7v6l-.005.192a3.501 3.501 0 0 1-2.927 3.262l-.062.008v1.813a1.5 1.5 0 0 1-2.193 1.33l-.37-.193-.38-.212a13.452 13.452 0 0 1-3.272-2.63l-.062-.07-4.729-.046a3.5 3.5 0 0 1-3.5-3.5v-6a3.5 3.5 0 0 1 3.5-3.5L14 3.5ZM3.5 4.954a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2L8.924 15a11.917 11.917 0 0 0 3.71 3.081l.372.194v-3.268L12.962 15H14a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2L3.5 4.954Z"/><path d="M16.5.5h-10a3.5 3.5 0 0 0-3.162 2h1.84A2 2 0 0 1 6.5 2h10a2 2 0 0 1 2 2v8.873a3.502 3.502 0 0 0 1.495-2.681L20 10V4A3.5 3.5 0 0 0 16.5.5Z"/><path clip-rule="evenodd" d="M12.013 7.453a.75.75 0 0 1 .034 1.06l-3.75 4a.75.75 0 0 1-1.045.048l-2.25-2a.75.75 0 0 1 .996-1.122l1.704 1.515 3.25-3.467a.75.75 0 0 1 1.061-.034Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 6.5a3.5 3.5 0 0 1 3.495 3.308L19 10v2a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1v-2l.005-.192A3.5 3.5 0 0 1 15.5 6.5zm0 7.5a.5.5 0 0 0-.492.41L15 14.5v2a.5.5 0 0 0 .992.09L16 16.5v-2a.5.5 0 0 0-.5-.5zm0-6a2 2 0 0 0-2 2v2h4v-2a2 2 0 0 0-2-2zm-9.25 8a.75.75 0 1 1 0 1.5H.75a.75.75 0 1 1 0-1.5h5.5zm0-5a.75.75 0 1 1 0 1.5H.75a.75.75 0 1 1 0-1.5h5.5zm3-5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1 0-1.5h8.5zm6-5a.75.75 0 1 1 0 1.5H.75a.75.75 0 0 1 0-1.5h14.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 16a.75.75 0 1 1 0 1.5H.75a.75.75 0 1 1 0-1.5h5.5zm0-5a.75.75 0 1 1 0 1.5H.75a.75.75 0 1 1 0-1.5h5.5zm3-5a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1 0-1.5h8.5zm6-5a.75.75 0 1 1 0 1.5H.75a.75.75 0 0 1 0-1.5h14.5zm.25 5.5a3.5 3.5 0 0 1 3.143 1.959.75.75 0 0 1-1.36.636A2 2 0 0 0 13.5 10v2H19a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-7a1 1 0 0 1-1-1v-5a1 1 0 0 1 1-1v-2l.005-.192A3.5 3.5 0 0 1 15.5 6.5zm0 7.5a.5.5 0 0 0-.492.41L15 14.5v2a.5.5 0 0 0 .992.09L16 16.5v-2a.5.5 0 0 0-.5-.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 2.801a.7.7 0 0 0-.7.7v11.5a.8.8 0 0 1-1.6 0v-11.5a2.3 2.3 0 0 1 2.3-2.3h6.5a.8.8 0 0 1 0 1.6H5Zm.7 3.7a2.3 2.3 0 0 1 2.3-2.3h7a2.3 2.3 0 0 1 2.3 2.3v10a2.3 2.3 0 0 1-2.3 2.3H8a2.3 2.3 0 0 1-2.3-2.3v-10Zm2.3-.7a.7.7 0 0 0-.7.7v10a.7.7 0 0 0 .7.7h7a.7.7 0 0 0 .7-.7v-10a.7.7 0 0 0-.7-.7H8Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M4 0v1H1v3H0V.5A.5.5 0 0 1 .5 0H4zm8 0h3.5a.5.5 0 0 1 .5.5V4h-1V1h-3V0zM4 16H.5a.5.5 0 0 1-.5-.5V12h1v3h3v1zm8 0v-1h3v-3h1v3.5a.5.5 0 0 1-.5.5H12z"/><path fill-opacity=".256" d="M1 1h14v14H1z"/><g class="ck-icon__selected-indicator"><path d="M7 0h2v1H7V0zM0 7h1v2H0V7zm15 0h1v2h-1V7zm-8 8h2v1H7v-1z"/><path fill-opacity=".254" d="M1 1h14v14H1z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M5 3.25a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0"/><path d="M12 3.25a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0"/><path d="M5 10a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0"/><path d="M12 10a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0"/><path d="M5 16.75a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0"/><path d="M12 16.75a1.5 1.5 0 1 0 3 0 1.5 1.5 0 1 0-3 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M5.972 3.115A.746.746 0 0 1 6.374 3c.14 0 .28.037.402.115l3.229 2.059 3.228-2.057a.75.75 0 0 1 .805 0l3.629 2.31h.002a.757.757 0 0 1 0 1.264h-.002L15.034 8.37l2.633 1.678h.002a.756.756 0 0 1 0 1.262h-.002l-3.63 2.312a.746.746 0 0 1-.161.076c.234.08.409.275.482.5a.75.75 0 0 1-.322.854l-3.629 2.308a.75.75 0 0 1-.805 0l-3.63-2.31a.75.75 0 0 1-.229-1.031l.076-.122h.022a.746.746 0 0 1 .32-.189.75.75 0 0 1-.19-.086l-3.63-2.312a.756.756 0 0 1 0-1.264l2.632-1.678-2.632-1.676a.757.757 0 0 1 0-1.263l3.63-2.313Zm2.64 2.946L6.374 4.635 4.136 6.06l2.238 1.423L8.612 6.06Zm7.262 0-2.236-1.426-2.239 1.426 2.237 1.423 2.238-1.423Zm-3.637 2.306-2.232-1.422-2.233 1.422 2.235 1.422 2.23-1.422Zm-3.625 2.31L6.374 9.253l-2.238 1.426 2.238 1.424 2.238-1.424Zm7.262 0-2.236-1.425-2.239 1.426 2.237 1.424 2.238-1.424Zm-2.64 2.944-3.23-2.056-3.228 2.056a.75.75 0 0 1-.185.084.724.724 0 0 1 .185.08l3.229 2.057 3.226-2.055a.827.827 0 0 1 .18-.084.746.746 0 0 1-.178-.082Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><path d="M.941 4.523a.75.75 0 1 1 1.06-1.06l3.006 3.005 3.005-3.005a.75.75 0 1 1 1.06 1.06l-3.549 3.55a.75.75 0 0 1-1.168-.136L.941 4.523z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M3 13.598v2.777h2.778l8.194-8.193-2.78-2.78L3 13.6v-.001zm13.12-7.566a.735.735 0 0 0 0-1.044l-1.734-1.73a.735.735 0 0 0-1.044 0L11.985 4.61l2.78 2.78 1.354-1.358z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M8.5 8.25a1.25 1.25 0 1 1-2.499.001A1.25 1.25 0 0 1 8.5 8.25Z"/><path clip-rule="evenodd" d="M14 8.25a1.25 1.25 0 1 1-2.499.001A1.25 1.25 0 0 1 14 8.25Z"/><path clip-rule="evenodd" d="M7.127 12.088a.75.75 0 1 0-1.254.824C6.88 14.444 8.423 15.25 10 15.25c1.578 0 3.12-.805 4.127-2.338a.75.75 0 0 0-1.254-.824C12.13 13.221 11.048 13.75 10 13.75c-1.047 0-2.13-.529-2.873-1.662Z"/><path d="M10 19a9 9 0 1 0 0-18 9 9 0 0 0 0 18Zm0-1.5a7.5 7.5 0 1 1 0-15 7.5 7.5 0 0 1 0 15Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m8.636 9.531-2.758 3.94a.5.5 0 0 0 .122.696l3.224 2.284h1.314l2.636-3.736L8.636 9.53zm.288 8.451L5.14 15.396a2 2 0 0 1-.491-2.786l6.673-9.53a2 2 0 0 1 2.785-.49l3.742 2.62a2 2 0 0 1 .491 2.785l-7.269 10.053-2.147-.066z"/><path d="M4 18h5.523v-1H4zm-2 0h1v-1H2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path clip-rule="evenodd" d="M9.9 4.385a1.2 1.2 0 0 0-.44.44h.002l-5.284 9.15a1.2 1.2 0 0 0 1.04 1.8h10.564a1.2 1.2 0 0 0 1.04-1.8l-5.282-9.15a1.2 1.2 0 0 0-1.64-.44Zm.05 8.363a.301.301 0 0 1 .115-.023h.9a.301.301 0 0 1 .3.3v.9a.3.3 0 0 1-.3.3h-.9a.3.3 0 0 1-.3-.3v-.9a.3.3 0 0 1 .185-.277Zm-.185-4.723a.3.3 0 0 1 .3-.3h.9a.3.3 0 0 1 .3.3v3.4a.3.3 0 0 1-.3.3h-.9a.301.301 0 0 1-.3-.3v-3.4Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M19 4.5 14 0H3v6.5h1.5v-5h8v5h5V11H19V4.5ZM14 2l3.3 3H14V2Z"/><path d="m12.452 18.5 1.25 1.5H3v-3h1.5v1.5h7.952Z"/><path d="M19.826 16.843a.75.75 0 1 0-1.152-.96L17.5 17.29V13H16v4.29l-1.174-1.408a.75.75 0 1 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="M1.63 14.24V12.3h.88c.66 0 1.14-.15 1.46-.45.32-.3.48-.71.48-1.24 0-.52-.15-.91-.44-1.2C3.7 9.15 3.28 9 2.69 9H0v5.24h1.63Zm.4-3h-.4v-1.17h.46c.3 0 .5.05.62.17.1.11.16.25.16.42 0 .16-.06.3-.19.41-.13.11-.34.16-.66.16l.01.01Zm5.7 3c.28 0 .6-.05.96-.14.26-.07.5-.21.73-.42.22-.2.4-.47.53-.77.12-.31.19-.75.19-1.3 0-.37-.04-.7-.13-1.02a2.3 2.3 0 0 0-.42-.84c-.19-.24-.43-.43-.72-.56C8.57 9.06 8.2 9 7.72 9h-2.4v5.24h2.41Zm-.4-1.19h-.4v-2.86h.4c.43 0 .73.1.91.3.18.2.27.59.27 1.14 0 .42-.04.73-.12.91a.76.76 0 0 1-.34.4c-.14.07-.38.11-.72.11Zm5.3 1.2V12.1h2.02v-1.06h-2.03v-.91H15V9h-4v5.24h1.62l.01.01Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M17.826 16.843a.75.75 0 0 0-1.152-.96L15.5 17.29V12H14v5.29l-1.174-1.408a.75.75 0 0 0-1.152.96l2.346 2.816a.95.95 0 0 0 1.46 0l2.346-2.815Z"/><path d="m14 0 5 4.5v9.741a2.737 2.737 0 0 0-1.5-.617V6.5h-5v-5h-8v3H3V0h11Zm0 2v3h3.3L14 2Z"/><path d="M3 17.5h6.746c.1.22.23.429.391.623l.731.877H3v-1.5Z"/><path d="M8.5 6a1.5 1.5 0 0 1 1.493 1.356L10 7.5v7a1.5 1.5 0 0 1-1.356 1.493L8.5 16h-7a1.5 1.5 0 0 1-1.493-1.356L0 14.5v-7a1.5 1.5 0 0 1 1.356-1.493L1.5 6h7ZM7.483 8.795l-.042.088-.986 2.534-.947-2.528-.043-.092a.601.601 0 0 0-1.042.008l-.042.093-.883 2.465-.937-2.475-.042-.089a.6.6 0 0 0-1.107.42l.027.093 1.514 4 .044.092a.6.6 0 0 0 1.041-.01l.041-.092.88-2.458.925 2.467.046.096a.6.6 0 0 0 1.032 0l.043-.09 1.554-4 .028-.093a.6.6 0 0 0-1.104-.43v.001Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M10.01 2C5.59 2 2 5.59 2 10.01a8.011 8.011 0 0 0 6.775 7.914.754.754 0 0 0 .598-.17.75.75 0 0 0 .262-.565v-5.02a.745.745 0 0 0-.22-.524.745.745 0 0 0-.526-.221H7.77v-.627h1.12a.745.745 0 0 0 .525-.22c.14-.14.22-.329.22-.526V8.324c0-.466.122-1.083.524-1.48.33-.326 1.017-.6 2.332-.43v.408c-.152.012-.305.017-.457.04-.335.048-.662.136-.943.326-.313.21-.497.505-.59.804-.093.3-.107.602-.107.88v1.18a.746.746 0 0 0 .744.746h1.158l-.098.63h-1.06a.744.744 0 0 0-.744.744v5.017a.752.752 0 0 0 .26.567c.081.07.177.119.28.148a.75.75 0 0 0 .319.022A8.012 8.012 0 0 0 10.01 2Zm0 1.486a6.52 6.52 0 0 1 6.521 6.524c0 2.945-1.973 5.386-4.65 6.197v-3.291h.951a.749.749 0 0 0 .736-.63l.332-2.12a.742.742 0 0 0-.17-.6.745.745 0 0 0-.564-.26h-1.285V8.87c0-.252.024-.384.039-.433.003-.008.002-.012.002-.016.016-.011.104-.055.326-.088a7 7 0 0 1 .984-.05.746.746 0 0 0 .528-.218.743.743 0 0 0 .217-.527V5.76a.747.747 0 0 0-.586-.729c-2.04-.438-3.433-.083-4.278.75-.818.807-.968 1.884-.968 2.543v.983H7.027a.744.744 0 0 0-.525.22.743.743 0 0 0-.219.526v2.119c0 .197.08.386.219.525.14.14.328.221.525.221h1.118v3.291c-2.681-.809-4.659-3.25-4.659-6.197a6.523 6.523 0 0 1 6.524-6.526Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m12.87 13.786 1.532-1.286 3.857 4.596a1 1 0 1 1-1.532 1.286l-3.857-4.596z"/><path d="M16.004 8.5a6.5 6.5 0 0 1-9.216 5.905c-1.154-.53-.863-1.415-.663-1.615.194-.194.564-.592 1.635-.141a4.5 4.5 0 0 0 5.89-5.904l-.104-.227 1.332-1.331c.045-.046.196-.041.224.007a6.47 6.47 0 0 1 .902 3.306zm-3.4-5.715c.562.305.742 1.106.354 1.494-.388.388-.995.414-1.476.178a4.5 4.5 0 0 0-6.086 5.882l.114.236-1.348 1.349c-.038.037-.17.022-.198-.023a6.5 6.5 0 0 1 5.54-9.9 6.469 6.469 0 0 1 3.1.784z"/><path d="M4.001 11.93.948 8.877a.2.2 0 0 1 .141-.341h6.106a.2.2 0 0 1 .141.341L4.283 11.93a.2.2 0 0 1-.282 0zm11.083-6.789 3.053 3.053a.2.2 0 0 1-.14.342H11.89a.2.2 0 0 1-.14-.342l3.052-3.053a.2.2 0 0 1 .282 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M4 2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2zm8.38 9.262H7.62L10 5.506l2.38 5.756zm.532 1.285L14.34 16h1.426L10.804 4H9.196L4.234 16H5.66l1.428-3.453h5.824z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M12.4 10.3 10 4.5l-2.4 5.8h4.8zm.5 1.2H7.1L5.7 15H4.2l5-12h1.6l5 12h-1.5L13 11.5zm3.1 7H4a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M11.03 3h6.149a.75.75 0 1 1 0 1.5h-5.514L11.03 3zm1.27 3h4.879a.75.75 0 1 1 0 1.5h-4.244L12.3 6zm1.27 3h3.609a.75.75 0 1 1 0 1.5h-2.973L13.57 9zm-2.754 2.5L8.038 4.785 5.261 11.5h5.555zm.62 1.5H4.641l-1.666 4.028H1.312l5.789-14h1.875l5.789 14h-1.663L11.436 13z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M9.816 11.5 7.038 4.785 4.261 11.5h5.555zm.62 1.5H3.641l-1.666 4.028H.312l5.789-14h1.875l5.789 14h-1.663L10.436 13zm7.55 2.279.779-.779.707.707-2.265 2.265-2.193-2.265.707-.707.765.765V4.825c0-.042 0-.083.002-.123l-.77.77-.707-.707L17.207 2.5l2.265 2.265-.707.707-.782-.782c.002.043.003.089.003.135v10.454z"/></svg>