@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
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M6.182 5.514a.643.643 0 0 0-.636.64v-.001a.636.636 0 0 0 .636.639h5.682a.641.641 0 0 0 .636-.638.637.637 0 0 0-.636-.64H6.182Z"/><path d="M6.182 8.5a.642.642 0 0 0-.588.882.636.636 0 0 0 .588.395h5.682a.641.641 0 0 0 .636-.639.635.635 0 0 0-.636-.638H6.182Z"/><path d="M6.18 11.5a.64.64 0 0 0 0 1.278h3.133a.64.64 0 0 0 0-1.278H6.18Z"/><path d="m11.772 18.308.154-.23c-.195-.098-.304-.192-.328-.28-.024-.09 0-.274.076-.551.062-.166.099-.296.11-.393a2.934 2.934 0 0 0 0-.479c-.137-.41-.2-.685-.186-.83.013-.145.117-.335.313-.57l4.465-6.207c.356-.6 1.059-.56 2.11.118 1.05.68 1.443 1.272 1.177 1.772l-3.876 6.833c-.105.27-.22.444-.347.515-.128.07-.4.119-.813.139a2.954 2.954 0 0 0-.487.21c-.127.09-.244.193-.347.31-.193.174-.332.262-.416.262-.064 0-.178-.05-.346-.15l-.204.27-1.056-.739Zm-.184.274 1.039.727-.26.34h-1.496l.717-1.067Z"/><path clip-rule="evenodd" d="M3.272 1A1.28 1.28 0 0 0 2 2.28v14.439a1.276 1.276 0 0 0 1.272 1.28h6.838a2.13 2.13 0 0 1 .003-.61 4.08 4.08 0 0 1 .156-.67c.011-.029.02-.052.025-.069v-.008a7.395 7.395 0 0 1-.042-.142H3.5V2.46s11 .002 11 .005v6.341l.627-.872c.204-.32.49-.614.873-.819V2.281c0-.707-.569-1.28-1.272-1.28L3.272 1ZM16 9.29l-1.5 2.085V16.5h-2.708c.005.118.002.236-.007.354a.904.904 0 0 1-.013.075l-.001.005a3.108 3.108 0 0 1-.097.312c-.027.101-.048.19-.062.266a.734.734 0 0 0-.014.287.25.25 0 0 0 .068.105.65.65 0 0 0 .088.074l.017.011.016.01h.175L14.73 18c.697 0 1.271-.573 1.271-1.281v-7.43Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M3 18v-1.5h14V18zm2.2-8V3.6c0-.4.4-.6.8-.6.3 0 .7.2.7.6v6.2c0 2 1.3 2.8 3.2 2.8 1.9 0 3.4-.9 3.4-2.9V3.6c0-.3.4-.5.8-.5.3 0 .7.2.7.5V10c0 2.7-2.2 4-4.9 4-2.6 0-4.7-1.2-4.7-4z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m5.042 9.367 2.189 1.837a.75.75 0 0 1-.965 1.149l-3.788-3.18a.747.747 0 0 1-.21-.284.75.75 0 0 1 .17-.945L6.23 4.762a.75.75 0 1 1 .964 1.15L4.863 7.866h8.917A.75.75 0 0 1 14 7.9a4 4 0 1 1-1.477 7.718l.344-1.489a2.5 2.5 0 1 0 1.094-4.73l.008-.032H5.042z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="m11.077 15 .991-1.416a.75.75 0 1 1 1.229.86l-1.148 1.64a.748.748 0 0 1-.217.206 5.251 5.251 0 0 1-8.503-5.955.741.741 0 0 1 .12-.274l1.147-1.639a.75.75 0 1 1 1.228.86L4.933 10.7l.006.003a3.75 3.75 0 0 0 6.132 4.294l.006.004zm5.494-5.335a.748.748 0 0 1-.12.274l-1.147 1.639a.75.75 0 1 1-1.228-.86l.86-1.23a3.75 3.75 0 0 0-6.144-4.301l-.86 1.229a.75.75 0 0 1-1.229-.86l1.148-1.64a.748.748 0 0 1 .217-.206 5.251 5.251 0 0 1 8.503 5.955zm-4.563-2.532a.75.75 0 0 1 .184 1.045l-3.155 4.505a.75.75 0 1 1-1.229-.86l3.155-4.506a.75.75 0 0 1 1.045-.184zm4.919 10.562-1.414 1.414a.75.75 0 1 1-1.06-1.06l1.414-1.415-1.415-1.414a.75.75 0 0 1 1.061-1.06l1.414 1.414 1.414-1.415a.75.75 0 0 1 1.061 1.061l-1.414 1.414 1.414 1.415a.75.75 0 0 1-1.06 1.06l-1.415-1.414z"/></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 21 21" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_146_268)"><path d="M1.801 1.4C1.138 1.4.6 1.87.6 2.5v14.363c0 .64.534 1.037 1.186 1.037h9.494a2.97 2.97 0 0 1-.414-.287A2.998 2.998 0 0 1 9.81 15.59v-.007a3.003 3.003 0 0 1 .693-2.186l.383-.455-.02.018-3.65-3.41a.695.695 0 0 0-.957-.034L2.1 14V2.9h15v5.535a2.97 2.97 0 0 1 1.412.932l.088.105V2.5c0-.63-.547-1.1-1.2-1.1H1.802Zm11.713 2.803a2.146 2.146 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.644-3.11 2.134 2.134 0 0 0-1.875-.978Z"/><path d="M16.122 19.5a.79.79 0 0 0 .79-.79v-5.373l2.059 2.455a.79.79 0 0 0 1.211-1.015l-3.351-3.995a.79.79 0 0 0-.996-.179.786.786 0 0 0-.299.221l-3.35 3.99a.79.79 0 1 0 1.21 1.017l1.936-2.306v5.185c0 .436.353.79.79.79Z"/><path d="M16.122 19.5a.79.79 0 0 0 .79-.79v-5.373l2.059 2.455a.79.79 0 0 0 1.211-1.015l-3.351-3.995a.79.79 0 0 0-.996-.179.786.786 0 0 0-.299.221l-3.35 3.99a.79.79 0 1 0 1.21 1.017l1.936-2.306v5.185c0 .436.353.79.79.79Z"/></g><defs><clipPath id="clip0_146_268"><rect width="20" height="20" transform="translate(0.599976 0.399963)"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M12.748 2a4.622 4.622 0 0 0-3.174 1.362L8.02 4.915a.783.783 0 0 0 .002 1.11.786.786 0 0 0 1.11 0l1.55-1.553c1.185-1.185 3.024-1.195 4.116-.104l.851.854c1.092 1.091 1.083 2.927-.101 4.11l-1.555 1.554a.787.787 0 0 0 .557 1.34.78.78 0 0 0 .553-.23l1.554-1.552c1.758-1.757 1.838-4.597.102-6.332l-.854-.853A4.31 4.31 0 0 0 12.748 2Zm-.488 4.973a.78.78 0 0 0-.553.23L7.2 11.71l-.004.002a.784.784 0 0 0 1.11 1.107l.003-.002 4.504-4.505a.785.785 0 0 0-.554-1.339Zm-6.79.815a.791.791 0 0 0-.554.234L3.36 9.573c-1.757 1.758-1.836 4.597-.101 6.332l.853.852c1.736 1.734 4.572 1.655 6.33-.102l1.547-1.547.006-.008a.777.777 0 0 0 .244-.554.782.782 0 0 0-.799-.797.774.774 0 0 0-.56.248l-1.545 1.547c-1.184 1.184-3.021 1.195-4.113.104l-.854-.854c-1.091-1.091-1.083-2.927.102-4.111l1.552-1.555a.787.787 0 0 0 .233-.555.79.79 0 0 0-.06-.3.793.793 0 0 0-.173-.253s-.104-.14-.183-.185c-.051-.03-.133-.047-.37-.047Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg viewBox="0 0 11 10" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M5.5 5C8.538 5 11 7.015 11 9.5c0 .17-.011.336-.034.5H.034A3.732 3.732 0 0 1 0 9.5C0 7.015 2.462 5 5.5 5zm0-5a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5z"/></svg>
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="12" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12 6C12 9.31371 9.31371 12 6 12C2.68629 12 0 9.31371 0 6C0 2.68629 2.68629 0 6 0C9.31371 0 12 2.68629 12 6ZM5.27988 2.40003H6.71988V6.72003H5.27988V2.40003ZM6.72009 8.16003H5.28009V9.60003H6.72009V8.16003Z" fill="#DB3700"/>
3
+ </svg>