@jvs-milkdown/crepe 1.2.2 → 1.2.4
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.
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/builder.d.ts +2 -0
- package/lib/types/builder.d.ts.map +1 -0
- package/lib/types/core/builder.d.ts +28 -0
- package/lib/types/core/builder.d.ts.map +1 -0
- package/lib/types/core/crepe.d.ts +12 -0
- package/lib/types/core/crepe.d.ts.map +1 -0
- package/lib/types/core/index.d.ts +5 -0
- package/lib/types/core/index.d.ts.map +1 -0
- package/lib/types/core/locale.d.ts +288 -0
- package/lib/types/core/locale.d.ts.map +1 -0
- package/lib/types/core/slice.d.ts +10 -0
- package/lib/types/core/slice.d.ts.map +1 -0
- package/lib/types/default-config/default-config.spec.d.ts +2 -0
- package/lib/types/default-config/default-config.spec.d.ts.map +1 -0
- package/lib/types/default-config/index.d.ts +4 -0
- package/lib/types/default-config/index.d.ts.map +1 -0
- package/lib/types/feature/attachment/config.d.ts +12 -0
- package/lib/types/feature/attachment/config.d.ts.map +1 -0
- package/lib/types/feature/attachment/index.d.ts +4 -0
- package/lib/types/feature/attachment/index.d.ts.map +1 -0
- package/lib/types/feature/attachment/schema.d.ts +3 -0
- package/lib/types/feature/attachment/schema.d.ts.map +1 -0
- package/lib/types/feature/attachment/view/components/attachment-block.d.ts +19 -0
- package/lib/types/feature/attachment/view/components/attachment-block.d.ts.map +1 -0
- package/lib/types/feature/attachment/view/index.d.ts +3 -0
- package/lib/types/feature/attachment/view/index.d.ts.map +1 -0
- package/lib/types/feature/block-edit/handle/component.d.ts +2 -0
- package/lib/types/feature/block-edit/handle/component.d.ts.map +1 -0
- package/lib/types/feature/block-edit/handle/index.d.ts +4 -0
- package/lib/types/feature/block-edit/handle/index.d.ts.map +1 -0
- package/lib/types/feature/block-edit/index.d.ts +95 -0
- package/lib/types/feature/block-edit/index.d.ts.map +1 -0
- package/lib/types/feature/block-edit/menu/api.d.ts +12 -0
- package/lib/types/feature/block-edit/menu/api.d.ts.map +1 -0
- package/lib/types/feature/block-edit/menu/component.d.ts +2 -0
- package/lib/types/feature/block-edit/menu/component.d.ts.map +1 -0
- package/lib/types/feature/block-edit/menu/config.d.ts +9 -0
- package/lib/types/feature/block-edit/menu/config.d.ts.map +1 -0
- package/lib/types/feature/block-edit/menu/index.d.ts +7 -0
- package/lib/types/feature/block-edit/menu/index.d.ts.map +1 -0
- package/lib/types/feature/block-edit/menu/utils.d.ts +6 -0
- package/lib/types/feature/block-edit/menu/utils.d.ts.map +1 -0
- package/lib/types/feature/code-mirror/index.d.ts +12 -0
- package/lib/types/feature/code-mirror/index.d.ts.map +1 -0
- package/lib/types/feature/cursor/index.d.ts +10 -0
- package/lib/types/feature/cursor/index.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/component.d.ts +2 -0
- package/lib/types/feature/fixed-toolbar/component.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/config.d.ts +6 -0
- package/lib/types/feature/fixed-toolbar/config.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/cover-defaults.d.ts +3 -0
- package/lib/types/feature/fixed-toolbar/cover-defaults.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/document-header.d.ts +2 -0
- package/lib/types/feature/fixed-toolbar/document-header.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/index.d.ts +25 -0
- package/lib/types/feature/fixed-toolbar/index.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/menu-bar.d.ts +2 -0
- package/lib/types/feature/fixed-toolbar/menu-bar.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/outline-panel.d.ts +2 -0
- package/lib/types/feature/fixed-toolbar/outline-panel.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/shortcut-help-modal.d.ts +2 -0
- package/lib/types/feature/fixed-toolbar/shortcut-help-modal.d.ts.map +1 -0
- package/lib/types/feature/fixed-toolbar/view-menu-state.d.ts +16 -0
- package/lib/types/feature/fixed-toolbar/view-menu-state.d.ts.map +1 -0
- package/lib/types/feature/image-block/index.d.ts +26 -0
- package/lib/types/feature/image-block/index.d.ts.map +1 -0
- package/lib/types/feature/index.d.ts +42 -0
- package/lib/types/feature/index.d.ts.map +1 -0
- package/lib/types/feature/latex/block-latex.d.ts +2 -0
- package/lib/types/feature/latex/block-latex.d.ts.map +1 -0
- package/lib/types/feature/latex/command.d.ts +2 -0
- package/lib/types/feature/latex/command.d.ts.map +1 -0
- package/lib/types/feature/latex/index.d.ts +9 -0
- package/lib/types/feature/latex/index.d.ts.map +1 -0
- package/lib/types/feature/latex/inline-latex.d.ts +3 -0
- package/lib/types/feature/latex/inline-latex.d.ts.map +1 -0
- package/lib/types/feature/latex/inline-tooltip/component.d.ts +2 -0
- package/lib/types/feature/latex/inline-tooltip/component.d.ts.map +1 -0
- package/lib/types/feature/latex/inline-tooltip/tooltip.d.ts +2 -0
- package/lib/types/feature/latex/inline-tooltip/tooltip.d.ts.map +1 -0
- package/lib/types/feature/latex/inline-tooltip/view.d.ts +13 -0
- package/lib/types/feature/latex/inline-tooltip/view.d.ts.map +1 -0
- package/lib/types/feature/latex/input-rule.d.ts +3 -0
- package/lib/types/feature/latex/input-rule.d.ts.map +1 -0
- package/lib/types/feature/latex/remark.d.ts +3 -0
- package/lib/types/feature/latex/remark.d.ts.map +1 -0
- package/lib/types/feature/link-tooltip/index.d.ts +13 -0
- package/lib/types/feature/link-tooltip/index.d.ts.map +1 -0
- package/lib/types/feature/list-item/index.d.ts +9 -0
- package/lib/types/feature/list-item/index.d.ts.map +1 -0
- package/lib/types/feature/loader.d.ts +4 -0
- package/lib/types/feature/loader.d.ts.map +1 -0
- package/lib/types/feature/placeholder/index.d.ts +11 -0
- package/lib/types/feature/placeholder/index.d.ts.map +1 -0
- package/lib/types/feature/placeholder/placeholder.spec.d.ts +2 -0
- package/lib/types/feature/placeholder/placeholder.spec.d.ts.map +1 -0
- package/lib/types/feature/shared.d.ts +3 -0
- package/lib/types/feature/shared.d.ts.map +1 -0
- package/lib/types/feature/table/index.d.ts +18 -0
- package/lib/types/feature/table/index.d.ts.map +1 -0
- package/lib/types/feature/table/test.d.ts +3 -0
- package/lib/types/feature/table/test.d.ts.map +1 -0
- package/lib/types/feature/toolbar/color.d.ts +9 -0
- package/lib/types/feature/toolbar/color.d.ts.map +1 -0
- package/lib/types/feature/toolbar/component.d.ts +2 -0
- package/lib/types/feature/toolbar/component.d.ts.map +1 -0
- package/lib/types/feature/toolbar/config.d.ts +17 -0
- package/lib/types/feature/toolbar/config.d.ts.map +1 -0
- package/lib/types/feature/toolbar/font.d.ts +17 -0
- package/lib/types/feature/toolbar/font.d.ts.map +1 -0
- package/lib/types/feature/toolbar/highlight-mark.d.ts +8 -0
- package/lib/types/feature/toolbar/highlight-mark.d.ts.map +1 -0
- package/lib/types/feature/toolbar/index.d.ts +24 -0
- package/lib/types/feature/toolbar/index.d.ts.map +1 -0
- package/lib/types/feature/toolbar/underline.d.ts +7 -0
- package/lib/types/feature/toolbar/underline.d.ts.map +1 -0
- package/lib/types/icons/align-center.d.ts +3 -0
- package/lib/types/icons/align-center.d.ts.map +1 -0
- package/lib/types/icons/align-left.d.ts +3 -0
- package/lib/types/icons/align-left.d.ts.map +1 -0
- package/lib/types/icons/align-right.d.ts +3 -0
- package/lib/types/icons/align-right.d.ts.map +1 -0
- package/lib/types/icons/bold.d.ts +3 -0
- package/lib/types/icons/bold.d.ts.map +1 -0
- package/lib/types/icons/border.d.ts +2 -0
- package/lib/types/icons/border.d.ts.map +1 -0
- package/lib/types/icons/bullet-list.d.ts +3 -0
- package/lib/types/icons/bullet-list.d.ts.map +1 -0
- package/lib/types/icons/bullet.d.ts +2 -0
- package/lib/types/icons/bullet.d.ts.map +1 -0
- package/lib/types/icons/caption.d.ts +2 -0
- package/lib/types/icons/caption.d.ts.map +1 -0
- package/lib/types/icons/check-box-checked.d.ts +2 -0
- package/lib/types/icons/check-box-checked.d.ts.map +1 -0
- package/lib/types/icons/check-box-unchecked.d.ts +2 -0
- package/lib/types/icons/check-box-unchecked.d.ts.map +1 -0
- package/lib/types/icons/chevron-down.d.ts +2 -0
- package/lib/types/icons/chevron-down.d.ts.map +1 -0
- package/lib/types/icons/clear.d.ts +2 -0
- package/lib/types/icons/clear.d.ts.map +1 -0
- package/lib/types/icons/close.d.ts +2 -0
- package/lib/types/icons/close.d.ts.map +1 -0
- package/lib/types/icons/code.d.ts +2 -0
- package/lib/types/icons/code.d.ts.map +1 -0
- package/lib/types/icons/confirm.d.ts +2 -0
- package/lib/types/icons/confirm.d.ts.map +1 -0
- package/lib/types/icons/copy.d.ts +2 -0
- package/lib/types/icons/copy.d.ts.map +1 -0
- package/lib/types/icons/crop.d.ts +2 -0
- package/lib/types/icons/crop.d.ts.map +1 -0
- package/lib/types/icons/divider.d.ts +3 -0
- package/lib/types/icons/divider.d.ts.map +1 -0
- package/lib/types/icons/drag-handle.d.ts +2 -0
- package/lib/types/icons/drag-handle.d.ts.map +1 -0
- package/lib/types/icons/edit.d.ts +2 -0
- package/lib/types/icons/edit.d.ts.map +1 -0
- package/lib/types/icons/file-link.d.ts +2 -0
- package/lib/types/icons/file-link.d.ts.map +1 -0
- package/lib/types/icons/font-color.d.ts +2 -0
- package/lib/types/icons/font-color.d.ts.map +1 -0
- package/lib/types/icons/functions.d.ts +2 -0
- package/lib/types/icons/functions.d.ts.map +1 -0
- package/lib/types/icons/h1.d.ts +3 -0
- package/lib/types/icons/h1.d.ts.map +1 -0
- package/lib/types/icons/h2.d.ts +3 -0
- package/lib/types/icons/h2.d.ts.map +1 -0
- package/lib/types/icons/h3.d.ts +3 -0
- package/lib/types/icons/h3.d.ts.map +1 -0
- package/lib/types/icons/h4.d.ts +3 -0
- package/lib/types/icons/h4.d.ts.map +1 -0
- package/lib/types/icons/h5.d.ts +3 -0
- package/lib/types/icons/h5.d.ts.map +1 -0
- package/lib/types/icons/h6.d.ts +3 -0
- package/lib/types/icons/h6.d.ts.map +1 -0
- package/lib/types/icons/help.d.ts +2 -0
- package/lib/types/icons/help.d.ts.map +1 -0
- package/lib/types/icons/high-line-code.d.ts +2 -0
- package/lib/types/icons/high-line-code.d.ts.map +1 -0
- package/lib/types/icons/image.d.ts +2 -0
- package/lib/types/icons/image.d.ts.map +1 -0
- package/lib/types/icons/indent-decrease.d.ts +2 -0
- package/lib/types/icons/indent-decrease.d.ts.map +1 -0
- package/lib/types/icons/indent-increase.d.ts +2 -0
- package/lib/types/icons/indent-increase.d.ts.map +1 -0
- package/lib/types/icons/index.d.ts +55 -0
- package/lib/types/icons/index.d.ts.map +1 -0
- package/lib/types/icons/italic.d.ts +3 -0
- package/lib/types/icons/italic.d.ts.map +1 -0
- package/lib/types/icons/keyboard.d.ts +2 -0
- package/lib/types/icons/keyboard.d.ts.map +1 -0
- package/lib/types/icons/line-code.d.ts +2 -0
- package/lib/types/icons/line-code.d.ts.map +1 -0
- package/lib/types/icons/link.d.ts +2 -0
- package/lib/types/icons/link.d.ts.map +1 -0
- package/lib/types/icons/menu.d.ts +2 -0
- package/lib/types/icons/menu.d.ts.map +1 -0
- package/lib/types/icons/merge-cell.d.ts +2 -0
- package/lib/types/icons/merge-cell.d.ts.map +1 -0
- package/lib/types/icons/more.d.ts +2 -0
- package/lib/types/icons/more.d.ts.map +1 -0
- package/lib/types/icons/ordered-list.d.ts +3 -0
- package/lib/types/icons/ordered-list.d.ts.map +1 -0
- package/lib/types/icons/plus.d.ts +2 -0
- package/lib/types/icons/plus.d.ts.map +1 -0
- package/lib/types/icons/quote.d.ts +3 -0
- package/lib/types/icons/quote.d.ts.map +1 -0
- package/lib/types/icons/remove.d.ts +2 -0
- package/lib/types/icons/remove.d.ts.map +1 -0
- package/lib/types/icons/search.d.ts +2 -0
- package/lib/types/icons/search.d.ts.map +1 -0
- package/lib/types/icons/split-cell.d.ts +2 -0
- package/lib/types/icons/split-cell.d.ts.map +1 -0
- package/lib/types/icons/strikethrough.d.ts +3 -0
- package/lib/types/icons/strikethrough.d.ts.map +1 -0
- package/lib/types/icons/table.d.ts +2 -0
- package/lib/types/icons/table.d.ts.map +1 -0
- package/lib/types/icons/text.d.ts +3 -0
- package/lib/types/icons/text.d.ts.map +1 -0
- package/lib/types/icons/todo-list.d.ts +2 -0
- package/lib/types/icons/todo-list.d.ts.map +1 -0
- package/lib/types/icons/underline.d.ts +3 -0
- package/lib/types/icons/underline.d.ts.map +1 -0
- package/lib/types/icons/visibility-off.d.ts +2 -0
- package/lib/types/icons/visibility-off.d.ts.map +1 -0
- package/lib/types/icons/word-wrap.d.ts +2 -0
- package/lib/types/icons/word-wrap.d.ts.map +1 -0
- package/lib/types/index.d.ts +3 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/utils/checker.d.ts +4 -0
- package/lib/types/utils/checker.d.ts.map +1 -0
- package/lib/types/utils/group-builder.d.ts +43 -0
- package/lib/types/utils/group-builder.d.ts.map +1 -0
- package/lib/types/utils/index.d.ts +4 -0
- package/lib/types/utils/index.d.ts.map +1 -0
- package/lib/types/utils/keep-alive.d.ts +2 -0
- package/lib/types/utils/keep-alive.d.ts.map +1 -0
- package/lib/types/utils/types.d.ts +4 -0
- package/lib/types/utils/types.d.ts.map +1 -0
- package/package.json +4 -4
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const alignLeftIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#D8D8D8\" fill-opacity=\"0\" p-id=\"52306\"></path><path d=\"M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#363B4C\" p-id=\"52307\"></path><path d=\"M128 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#363B4C\" p-id=\"52308\"></path><path d=\"M128 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H174.464c-25.664 0-46.464 20.8-46.464 46.464z\" fill=\"#363B4C\" p-id=\"52309\"></path></svg>\n";
|
|
2
|
+
export declare const alignLeftIconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#1E6FFF\" fill-opacity=\"0\" p-id=\"50196\"></path><path d=\"M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#1E6FFF\" p-id=\"50197\"></path><path d=\"M128 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#1E6FFF\" p-id=\"50198\"></path><path d=\"M128 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H174.464c-25.664 0-46.464 20.8-46.464 46.464z\" fill=\"#1E6FFF\" p-id=\"50199\"></path>\n </svg>\n";
|
|
3
|
+
//# sourceMappingURL=align-left.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"align-left.d.ts","sourceRoot":"","sources":["../../../src/icons/align-left.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,sxBAIzB,CAAA;AACD,eAAO,MAAM,mBAAmB,0xBAK/B,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const alignRightIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 1024 1024\"\n ><path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#D8D8D8\" fill-opacity=\"0\" p-id=\"52459\"></path><path d=\"M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#363B4C\" p-id=\"52460\"></path><path d=\"M447.99999995 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#363B4C\" p-id=\"52461\"></path><path d=\"M319.99999997 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H366.46399997c-25.664 0-46.464 20.8-46.464 46.464z\" fill=\"#363B4C\" p-id=\"52462\"></path></svg>\n";
|
|
2
|
+
export declare const alignRightIconActive = "\n<svg width=\"24\"\n height=\"24\"\n viewBox=\"0 0 1024 1024\">\n <path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#1E6FFF\" fill-opacity=\"0\" p-id=\"52001\"></path>\n <path d=\"M128 192m46.464 0l675.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-675.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#1E6FFF\" p-id=\"52002\"></path><path d=\"M447.99999995 448m46.464 0l355.072 0q46.464 0 46.464 46.464l0 0q0 46.464-46.464 46.464l-355.072 0q-46.464 0-46.464-46.464l0 0q0-46.464 46.464-46.464Z\" fill=\"#1E6FFF\" p-id=\"52003\"></path><path d=\"M319.99999997 753.536c0 25.664 20.8 46.464 46.464 46.464h483.072a46.464 46.464 0 0 0 0-92.928H366.46399997c-25.664 0-46.464 20.8-46.464 46.464z\" fill=\"#1E6FFF\" p-id=\"52004\"></path>\n </svg>\n";
|
|
3
|
+
//# sourceMappingURL=align-right.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"align-right.d.ts","sourceRoot":"","sources":["../../../src/icons/align-right.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,i2BAO1B,CAAA;AACD,eAAO,MAAM,oBAAoB,8zBAOhC,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const boldIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#D8D8D8\" fill-opacity=\"0\" p-id=\"2767\"></path><path d=\"M340.032 468.032H544c62.592 0 113.28-49.28 113.28-110.08 0-60.672-50.688-109.952-113.28-109.952H340.032v220.032z m453.248 197.952c0 109.376-91.392 198.016-204.032 198.016H249.28v-704H544c112.64 0 204.032 88.64 204.032 198.016 0 52.992-21.632 101.12-56.512 136.64 60.8 34.24 101.76 98.176 101.76 171.328zM340.032 555.968v220.032h249.216c62.592 0 113.28-49.28 113.28-110.016 0-60.736-50.688-110.016-113.28-110.016H340.032z\" fill=\"#363B4C\" p-id=\"2768\"></path>\n </svg>\n";
|
|
2
|
+
export declare const boldIconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#1E6FFF\" fill-opacity=\"0\" p-id=\"50045\"></path><path d=\"M340.032 468.032H544c62.592 0 113.28-49.28 113.28-110.08 0-60.672-50.688-109.952-113.28-109.952H340.032v220.032z m453.248 197.952c0 109.376-91.392 198.016-204.032 198.016H249.28v-704H544c112.64 0 204.032 88.64 204.032 198.016 0 52.992-21.632 101.12-56.512 136.64 60.8 34.24 101.76 98.176 101.76 171.328zM340.032 555.968v220.032h249.216c62.592 0 113.28-49.28 113.28-110.016 0-60.736-50.688-110.016-113.28-110.016H340.032z\" fill=\"#1E6FFF\" p-id=\"50046\"></path>\n </svg>\n";
|
|
3
|
+
//# sourceMappingURL=bold.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bold.d.ts","sourceRoot":"","sources":["../../../src/icons/bold.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,4rBAKpB,CAAA;AACD,eAAO,MAAM,cAAc,gsBAK1B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"border.d.ts","sourceRoot":"","sources":["../../../src/icons/border.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,iNAItB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const bulletListIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M375.104 150.592h501.312a45.184 45.184 0 1 1 0 90.368H375.04a45.184 45.184 0 1 1 0-90.368M170.112 128h1.024a67.776 67.776 0 1 1 0 135.552h-1.024a67.776 67.776 0 1 1 0-135.552m0 316.224h1.024a67.776 67.776 0 0 1 0 135.552h-1.024a67.776 67.776 0 0 1 0-135.552m0 316.224h1.024a67.776 67.776 0 1 1 0 135.552h-1.024a67.776 67.776 0 1 1 0-135.552m204.992-293.632h501.312a45.184 45.184 0 1 1 0 90.368H375.04a45.184 45.184 0 1 1 0-90.368m0 316.224h501.312a45.184 45.184 0 1 1 0 90.368H375.04a45.184 45.184 0 1 1 0-90.368\" fill=\"#363B4C\" p-id=\"3965\"></path>\n </svg>\n";
|
|
2
|
+
export declare const bulletListIconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M375.104 150.592h501.312a45.184 45.184 0 1 1 0 90.368H375.04a45.184 45.184 0 1 1 0-90.368M170.112 128h1.024a67.776 67.776 0 1 1 0 135.552h-1.024a67.776 67.776 0 1 1 0-135.552m0 316.224h1.024a67.776 67.776 0 0 1 0 135.552h-1.024a67.776 67.776 0 0 1 0-135.552m0 316.224h1.024a67.776 67.776 0 1 1 0 135.552h-1.024a67.776 67.776 0 1 1 0-135.552m204.992-293.632h501.312a45.184 45.184 0 1 1 0 90.368H375.04a45.184 45.184 0 1 1 0-90.368m0 316.224h501.312a45.184 45.184 0 1 1 0 90.368H375.04a45.184 45.184 0 1 1 0-90.368\" fill=\"#1E6FFF\" p-id=\"53364\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=bullet-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bullet-list.d.ts","sourceRoot":"","sources":["../../../src/icons/bullet-list.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,woBAI1B,CAAA;AACD,eAAO,MAAM,oBAAoB,qoBAGhC,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const bulletIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n >\n <g clip-path=\"url(#clip0_952_6527)\">\n <circle cx=\"12\" cy=\"12\" r=\"3\" />\n </g>\n <defs>\n <clipPath id=\"clip0_952_6527\">\n <rect width=\"24\" height=\"24\" />\n </clipPath>\n </defs>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=bullet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bullet.d.ts","sourceRoot":"","sources":["../../../src/icons/bullet.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,6WAgBtB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const captionIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"32\"\n height=\"32\"\n viewBox=\"0 0 24 24\"\n >\n <path\n fill=\"currentColor\"\n d=\"M9 22a1 1 0 0 1-1-1v-3H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6.1l-3.7 3.71c-.2.19-.45.29-.7.29zm1-6v3.08L13.08 16H20V4H4v12z\"\n />\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=caption.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"caption.d.ts","sourceRoot":"","sources":["../../../src/icons/caption.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,+VAYvB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const checkBoxCheckedIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 1024 1024\"\n ><path d=\"M102.4 193.408c0-50.304 40.704-91.008 91.008-91.008h637.12c50.304 0 91.072 40.704 91.072 91.008v637.12c0 50.304-40.768 91.072-91.072 91.072H193.408A91.008 91.008 0 0 1 102.4 830.528V193.408z m728.128 0H193.408v637.12h637.12V193.408z\" fill=\"#1E6FFF\" p-id=\"2708\"></path><path d=\"M341.12 485.696a42.688 42.688 0 0 0 6.272 60.032l99.52 101.952a42.688 42.688 0 0 0 56.96-2.944l207.488-211.584a42.688 42.688 0 0 0-60.16-60.48L477.312 557.824l-76.16-78.4a42.688 42.688 0 0 0-60.096 6.272z\" fill=\"#1E6FFF\" p-id=\"2709\"></path></svg>\n";
|
|
2
|
+
//# sourceMappingURL=check-box-checked.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-box-checked.d.ts","sourceRoot":"","sources":["../../../src/icons/check-box-checked.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,kqBAO/B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const checkBoxUncheckedIcon = "\n <svg viewBox=\"0 0 1024 1024\"width=\"24\" height=\"24\">\n <path d=\"M102.4 193.408c0-50.304 40.704-91.008 91.008-91.008h637.12c50.304 0 91.072 40.704 91.072 91.008v637.12c0 50.304-40.768 91.072-91.072 91.072H193.408A91.008 91.008 0 0 1 102.4 830.528V193.408z m728.128 0H193.408v637.12h637.12V193.408z\" fill=\"#363b4c\" p-id=\"2741\"></path><path d=\"M503.22251795 152.45664796a2.19272678 2.19272678 0 0 0 0.32216977 3.08362479l5.11197923 5.23690221a2.19272678 2.19272678 0 0 0 2.92582734-0.15122254l10.65790143-10.86829801a2.19272678 2.19272678 0 0 0-3.09019968-3.10663689L510.21820402 156.16160013l-3.91206128-4.02712191a2.19272678 2.19272678 0 0 0-3.08691223 0.32216974z\" fill=\"#363b4c\" p-id=\"2742\"></path></svg>\n";
|
|
2
|
+
//# sourceMappingURL=check-box-unchecked.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"check-box-unchecked.d.ts","sourceRoot":"","sources":["../../../src/icons/check-box-unchecked.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,8tBAGjC,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const chevronDownIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M477.110857 689.298286l-204.068571-235.227429a73.874286 73.874286 0 0 1-12.946286-71.899428c8.630857-24.868571 29.257143-40.96 52.150857-40.813715H711.68c22.601143-0.146286 43.008 15.579429 51.785143 39.936 8.777143 24.356571 4.242286 52.516571-11.483429 71.460572L556.397714 687.981714a50.249143 50.249143 0 0 1-78.774857 0l-0.512 1.316572z\" fill=\"#363B4C\" p-id=\"18098\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=chevron-down.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chevron-down.d.ts","sourceRoot":"","sources":["../../../src/icons/chevron-down.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,8dAI3B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const clearIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n >\n <g clip-path=\"url(#clip0_1098_15553)\">\n <path\n d=\"M18.3007 5.70973C17.9107 5.31973 17.2807 5.31973 16.8907 5.70973L12.0007 10.5897L7.1107 5.69973C6.7207 5.30973 6.0907 5.30973 5.7007 5.69973C5.3107 6.08973 5.3107 6.71973 5.7007 7.10973L10.5907 11.9997L5.7007 16.8897C5.3107 17.2797 5.3107 17.9097 5.7007 18.2997C6.0907 18.6897 6.7207 18.6897 7.1107 18.2997L12.0007 13.4097L16.8907 18.2997C17.2807 18.6897 17.9107 18.6897 18.3007 18.2997C18.6907 17.9097 18.6907 17.2797 18.3007 16.8897L13.4107 11.9997L18.3007 7.10973C18.6807 6.72973 18.6807 6.08973 18.3007 5.70973Z\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_1098_15553\">\n <rect width=\"24\" height=\"24\" />\n </clipPath>\n </defs>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=clear.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"clear.d.ts","sourceRoot":"","sources":["../../../src/icons/clear.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,62BAkBrB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const closeIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"20\" height=\"20\"><path d=\"M619.52 544.448l324.672-324.928a53.632 53.632 0 0 0 0-75.776 53.376 53.376 0 0 0-75.712 0L543.872 468.672l-324.48-324.928a53.376 53.376 0 0 0-75.712 0 53.632 53.632 0 0 0 0 75.776l324.48 324.8-324.48 324.928a53.632 53.632 0 0 0 75.776 75.776l324.416-324.8 324.48 324.8a53.184 53.184 0 0 0 37.952 15.744 53.696 53.696 0 0 0 37.76-91.52l-324.48-324.8z\" fill=\"#6F7588\"></path></svg>\n";
|
|
2
|
+
//# sourceMappingURL=close.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"close.d.ts","sourceRoot":"","sources":["../../../src/icons/close.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,6cAErB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const codeIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M64 830.848V193.152q0-53.504 37.76-91.328Q139.712 64 193.216 64h637.696q53.504 0 91.328 37.76 37.824 37.888 37.824 91.392v637.696q0 53.504-37.76 91.328-37.888 37.824-91.392 37.824H193.152q-53.504 0-91.328-37.76Q64 884.288 64 830.784z m94.72 0q0 34.432 34.432 34.432h637.696q34.432 0 34.432-34.432V193.152q0-34.432-34.432-34.432H193.152q-34.432 0-34.432 34.432v637.696zM278.144 432q-6.592-6.592-10.24-15.296-3.584-8.704-3.584-18.176 0-4.608 0.896-9.216t2.688-8.832q1.792-4.288 4.416-8.192 2.56-3.904 5.824-7.232 3.392-3.2 7.232-5.888 3.84-2.56 8.192-4.352 4.224-1.792 8.896-2.688 4.544-0.96 9.216-0.96 9.408 0 18.112 3.584 8.704 3.648 15.36 10.304L491.968 512q6.72 6.656 10.24 15.36 3.648 8.64 3.648 18.112 0 9.408-3.584 18.112-3.584 8.704-10.24 15.36L345.216 725.76q-6.72 6.72-15.36 10.304-8.768 3.584-18.24 3.584-4.608 0-9.216-0.896-4.48-0.896-8.832-2.688-4.288-1.728-8.192-4.416-3.84-2.56-7.168-5.888-3.328-3.264-5.888-7.104-2.624-3.904-4.416-8.192-1.792-4.288-2.688-8.96-0.96-4.48-0.96-9.216 0-9.408 3.648-18.112 3.584-8.64 10.24-15.36L391.68 545.408 278.144 432z m440.832 299.2H585.472q-4.672 0-9.28-0.896-4.544-0.832-8.832-2.688-4.352-1.792-8.256-4.352-3.84-2.56-7.104-5.952-3.264-3.2-5.952-7.04-2.56-3.968-4.352-8.256-1.728-4.352-2.688-8.896-0.896-4.544-0.896-9.28 0-4.608 0.896-9.216 0.96-4.544 2.688-8.832 1.792-4.352 4.352-8.32 2.688-3.84 5.952-7.04 3.2-3.328 7.168-5.952 3.904-2.56 8.192-4.352 4.288-1.792 8.832-2.688 4.608-0.96 9.28-0.96h133.504q4.736 0 9.28 0.96 4.608 0.896 8.96 2.688 4.224 1.792 8.128 4.352 3.84 2.624 7.104 5.888 3.392 3.328 5.952 7.232 2.624 3.904 4.416 8.192 1.792 4.288 2.624 8.832 0.896 4.608 0.896 9.216 0 4.736-0.896 9.28-0.832 4.608-2.624 8.96-1.792 4.224-4.48 8.128-2.56 3.84-5.888 7.104-3.2 3.392-7.04 5.952-3.968 2.56-8.256 4.352-4.352 1.856-8.896 2.688-4.544 0.896-9.28 0.896z\" fill=\"#363B4C\" p-id=\"16577\"></path></svg>\n";
|
|
2
|
+
//# sourceMappingURL=code.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"code.d.ts","sourceRoot":"","sources":["../../../src/icons/code.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,85DAGpB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const confirmIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n <g clip-path=\"url(#clip0_1013_1606)\">\n <path\n d=\"M9.00012 16.1998L5.50012 12.6998C5.11012 12.3098 4.49012 12.3098 4.10012 12.6998C3.71012 13.0898 3.71012 13.7098 4.10012 14.0998L8.29012 18.2898C8.68012 18.6798 9.31012 18.6798 9.70012 18.2898L20.3001 7.69982C20.6901 7.30982 20.6901 6.68982 20.3001 6.29982C19.9101 5.90982 19.2901 5.90982 18.9001 6.29982L9.00012 16.1998Z\"\n fill=\"#817567\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_1013_1606\">\n <rect width=\"24\" height=\"24\" />\n </clipPath>\n </defs>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=confirm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"confirm.d.ts","sourceRoot":"","sources":["../../../src/icons/confirm.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,stBAoBvB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const copyIcon = "\n <svg viewBox=\"0 0 1024 1024\" height=\"24px\"\n width=\"24px\">\n <path d=\"M320 128m0 0l576 0q0 0 0 0l0 576q0 0 0 0l-576 0q0 0 0 0l0-576q0 0 0 0Z\" fill=\"#FFFFFF\" p-id=\"2678\"></path><path d=\"M757.696 704h99.648q17.28 0 17.28-17.28V166.592q0-17.28-17.28-17.28H337.28q-17.28 0-17.28 17.28v98.56a42.688 42.688 0 0 1-85.376 0v-98.56q0-42.496 30.08-72.576Q294.784 64 337.28 64h520.064q42.496 0 72.576 30.08 30.08 30.08 30.08 72.576v520q0 42.56-30.08 72.64t-72.576 30.08h-99.648a42.688 42.688 0 0 1 0-85.376z\" fill=\"#333333\" p-id=\"2679\"></path><path d=\"M789.376 337.28v520.064q0 42.496-30.08 72.576-30.08 30.08-72.64 30.08H166.656q-42.496 0-72.576-30.08Q64 899.84 64 857.344V337.28q0-42.56 30.08-72.64t72.576-30.08h520q42.56 0 72.64 30.08t30.08 72.64zM704 337.28Q704 320 686.72 320H166.592q-17.28 0-17.28 17.28v520.064q0 17.28 17.28 17.28h520q17.344 0 17.344-17.28V337.28z\" fill=\"#333333\" p-id=\"2680\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=copy.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../../src/icons/copy.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,m7BAKpB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const cropIcon = "\n <svg viewBox=\"0 0 1024 1024\" height=\"24px\" width=\"24px\">\n <path d=\"M192 128v128H128v64h192V128h-128z m0 0h64v128h-64V128z m512 0v128h192v64H640V128h64z m-512 640H128v-64h192v192h-128v-128z m0 128h64v-128h-64v128z m512 0v-128h192v64h-128v128h-64z m0 0h64v-128h-64v128z\" fill=\"currentColor\"/>\n <path d=\"M256 256h512v512H256z\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"64\"/>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=crop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"crop.d.ts","sourceRoot":"","sources":["../../../src/icons/crop.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,waAKpB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const dividerIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M888.384 560H135.68c-23.808 0-39.68-19.2-39.68-48s15.872-48 39.68-48H888.32c23.808 0 39.68 19.2 39.68 48s-15.872 48-39.68 48zM571.52 896H452.608c-23.808 0-39.68-19.2-39.68-48s15.872-48 39.68-48h118.848c23.744 0 39.68 19.2 39.68 48s-15.936 48-39.68 48z m316.928 0h-118.848c-23.744 0-39.616-19.2-39.616-48s15.872-48 39.68-48h118.784c23.808 0 39.68 19.2 39.68 48s-15.872 48-39.68 48zM571.52 224H452.608c-23.808 0-39.68-19.2-39.68-48S428.8 128 452.672 128h118.848c23.744 0 39.68 19.2 39.68 48s-15.936 48-39.68 48zM254.528 896H135.68c-23.808 0-39.68-19.2-39.68-48s15.872-48 39.68-48h118.848c23.744 0 39.616 19.2 39.616 48s-15.872 48-39.68 48z m0-672H135.68c-23.808 0-39.68-19.2-39.68-48S111.872 128 135.68 128h118.848c23.744 0 39.616 19.2 39.616 48s-15.872 48-39.68 48z m633.856 0h-118.848c-23.744 0-39.616-19.2-39.616-48s15.872-48 39.68-48h118.784c23.808 0 39.68 19.2 39.68 48s-15.872 48-39.68 48z\" fill=\"#363B4C\" p-id=\"3671\"></path>\n </svg>\n";
|
|
2
|
+
export declare const dividerIconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M888.384 560H135.68c-23.808 0-39.68-19.2-39.68-48s15.872-48 39.68-48H888.32c23.808 0 39.68 19.2 39.68 48s-15.872 48-39.68 48zM571.52 896H452.608c-23.808 0-39.68-19.2-39.68-48s15.872-48 39.68-48h118.848c23.744 0 39.68 19.2 39.68 48s-15.936 48-39.68 48z m316.928 0h-118.848c-23.744 0-39.616-19.2-39.616-48s15.872-48 39.68-48h118.784c23.808 0 39.68 19.2 39.68 48s-15.872 48-39.68 48zM571.52 224H452.608c-23.808 0-39.68-19.2-39.68-48S428.8 128 452.672 128h118.848c23.744 0 39.68 19.2 39.68 48s-15.936 48-39.68 48zM254.528 896H135.68c-23.808 0-39.68-19.2-39.68-48s15.872-48 39.68-48h118.848c23.744 0 39.616 19.2 39.616 48s-15.872 48-39.68 48z m0-672H135.68c-23.808 0-39.68-19.2-39.68-48S111.872 128 135.68 128h118.848c23.744 0 39.616 19.2 39.616 48s-15.872 48-39.68 48z m633.856 0h-118.848c-23.744 0-39.616-19.2-39.616-48s15.872-48 39.68-48h118.784c23.808 0 39.68 19.2 39.68 48s-15.872 48-39.68 48z\" fill=\"#1E6FFF\" p-id=\"53064\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=divider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/icons/divider.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,qgCAIvB,CAAA;AACD,eAAO,MAAM,iBAAiB,igCAG7B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const dragHandleIcon = "\n <svg viewBox=\"0 0 1024 1024\"xmlns=\"http://www.w3.org/2000/svg\" width=\"16\"height=\"16\">\n <path d=\"M663.744 737.92q3.84 0 7.68 0.384t7.68 1.088q3.84 0.768 7.488 1.92 3.712 1.152 7.296 2.56 3.52 1.536 6.976 3.392 3.392 1.792 6.592 3.968 3.2 2.176 6.208 4.608 3.008 2.496 5.76 5.184 2.688 2.752 5.12 5.76 2.496 3.008 4.608 6.272 2.176 3.2 3.968 6.656 1.856 3.392 3.328 7.04 1.472 3.52 2.56 7.232 1.152 3.712 1.92 7.552 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.68 0 3.968-0.384 7.808-0.32 3.84-1.088 7.68t-1.92 7.488q-1.088 3.712-2.56 7.36-1.472 3.584-3.328 7.04-1.792 3.392-3.968 6.592-2.112 3.2-4.608 6.208-2.432 3.008-5.12 5.76-2.752 2.752-5.76 5.248-3.008 2.432-6.208 4.608-3.2 2.176-6.592 3.968-3.456 1.856-7.04 3.328-3.52 1.472-7.232 2.56-3.712 1.152-7.488 1.92-3.84 0.768-7.68 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.776-0.768-7.488-1.92-3.712-1.088-7.232-2.56-3.584-1.472-7.04-3.328-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-2.944-2.496-5.76-5.248-2.688-2.752-5.12-5.76-2.432-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.792-3.392-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.488-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.744 0-3.84 0.384-7.744 0.384-3.84 1.088-7.68 0.768-3.84 1.92-7.552 1.088-3.712 2.56-7.296 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.176-3.2 4.608-6.272 2.432-3.008 5.12-5.76 2.816-2.688 5.76-5.12 3.008-2.56 6.208-4.672 3.2-2.176 6.656-3.968 3.392-1.856 6.976-3.328 3.52-1.472 7.232-2.624 3.712-1.152 7.488-1.92 3.84-0.704 7.68-1.088 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.84 0.768 7.488 1.92 3.712 1.088 7.296 2.56 3.52 1.536 6.976 3.328 3.392 1.856 6.592 3.968 3.2 2.176 6.208 4.672 3.008 2.432 5.76 5.184 2.688 2.752 5.12 5.76 2.496 3.008 4.608 6.208 2.176 3.2 3.968 6.656 1.856 3.456 3.328 7.04 1.472 3.584 2.56 7.296 1.152 3.712 1.92 7.488 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.744t-0.384 7.808q-0.32 3.84-1.088 7.68-0.768 3.776-1.92 7.488-1.088 3.712-2.56 7.296t-3.328 7.04q-1.792 3.392-3.968 6.656-2.112 3.2-4.608 6.208-2.432 3.008-5.12 5.76-2.752 2.752-5.76 5.184-3.008 2.496-6.208 4.608-3.2 2.176-6.592 4.032-3.456 1.792-7.04 3.328-3.52 1.472-7.232 2.56-3.712 1.152-7.488 1.92-3.84 0.768-7.68 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.776-0.768-7.488-1.92-3.712-1.088-7.232-2.56-3.584-1.536-7.04-3.328-3.392-1.856-6.592-4.032-3.2-2.112-6.208-4.608-2.944-2.432-5.76-5.184-2.688-2.752-5.12-5.76t-4.608-6.208q-2.176-3.2-3.968-6.656-1.792-3.456-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.552-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.68 0-3.904 0.384-7.808 0.384-3.84 1.088-7.68 0.768-3.776 1.92-7.488 1.088-3.712 2.56-7.296 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.656 2.176-3.2 4.608-6.208 2.432-3.008 5.12-5.76 2.816-2.752 5.76-5.184 3.008-2.496 6.208-4.672 3.2-2.112 6.656-3.968 3.392-1.792 6.976-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.84 0.768 7.488 1.92 3.712 1.088 7.296 2.56 3.52 1.472 6.976 3.328 3.392 1.792 6.592 3.968 3.2 2.176 6.208 4.608 3.008 2.496 5.76 5.248 2.688 2.752 5.12 5.76 2.496 2.944 4.608 6.208 2.176 3.2 3.968 6.656 1.856 3.392 3.328 7.04 1.472 3.584 2.56 7.296 1.152 3.712 1.92 7.488 0.768 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.32 3.84-1.088 7.68t-1.92 7.552q-1.088 3.712-2.56 7.296t-3.328 7.04q-1.792 3.392-3.968 6.592-2.112 3.2-4.608 6.272-2.432 3.008-5.12 5.76-2.752 2.688-5.76 5.12-3.008 2.56-6.208 4.672-3.2 2.176-6.592 3.968-3.456 1.856-7.04 3.328-3.52 1.472-7.232 2.624-3.712 1.152-7.488 1.92-3.84 0.704-7.68 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.088-3.776-0.768-7.488-1.92-3.712-1.152-7.232-2.56-3.584-1.536-7.04-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-2.944-2.496-5.76-5.184-2.688-2.752-5.12-5.76t-4.608-6.272q-2.176-3.2-3.968-6.656-1.792-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.704-3.84-1.088-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.088-7.68q0.768-3.84 1.92-7.488 1.088-3.712 2.56-7.36 1.536-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.176-3.2 4.608-6.208 2.432-3.008 5.12-5.76 2.816-2.752 5.76-5.248 3.008-2.432 6.208-4.608 3.2-2.176 6.656-3.968 3.392-1.856 6.976-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384zM360.32 737.92q3.84 0 7.68 0.384t7.68 1.088q3.776 0.768 7.424 1.92 3.712 1.152 7.296 2.56 3.584 1.536 7.04 3.392 3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.184 2.752 2.752 5.12 5.76 2.56 3.008 4.672 6.272 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.52 2.624 7.232 1.152 3.712 1.92 7.552 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.68 0 3.968-0.384 7.808t-1.152 7.68q-0.704 3.84-1.856 7.488-1.152 3.712-2.56 7.36-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.208-2.432 3.008-5.184 5.76-2.752 2.752-5.76 5.248-2.944 2.432-6.144 4.608-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.56-3.648 1.152-7.488 1.92-3.776 0.768-7.616 1.152-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.84-0.768-7.488-1.92-3.712-1.088-7.296-2.56t-6.976-3.328q-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.248-2.688-2.752-5.12-5.76-2.496-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.584-2.56-7.296-1.152-3.712-1.92-7.488-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.744 0-3.84 0.384-7.744 0.384-3.84 1.152-7.68 0.768-3.84 1.92-7.552 1.088-3.712 2.56-7.296t3.328-7.04q1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.272 2.496-3.008 5.184-5.76 2.752-2.688 5.76-5.12 2.944-2.56 6.208-4.672 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.624 3.712-1.152 7.488-1.92 3.84-0.704 7.68-1.088 3.84-0.384 7.68-0.384z m0-304.96q3.84 0 7.68 0.384t7.68 1.152q3.776 0.768 7.424 1.92 3.712 1.088 7.296 2.56t7.04 3.328q3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.248 2.752 2.752 5.12 5.76 2.56 2.944 4.672 6.208 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.52 2.624 7.296 1.152 3.712 1.92 7.488 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.384 3.84-1.152 7.68-0.704 3.84-1.856 7.552-1.152 3.712-2.56 7.296-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.272-2.432 3.008-5.184 5.76-2.752 2.688-5.76 5.12-2.944 2.56-6.144 4.672-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.624-3.648 1.152-7.488 1.92-3.776 0.704-7.616 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.152-3.84-0.704-7.488-1.856-3.712-1.152-7.296-2.56-3.584-1.536-6.976-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.248-2.688-2.688-5.12-5.76-2.496-2.944-4.608-6.208-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.152-7.68q0.768-3.84 1.92-7.488 1.088-3.776 2.56-7.36 1.472-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.208 2.496-3.008 5.184-5.76 2.752-2.752 5.76-5.248 2.944-2.432 6.208-4.608 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152 3.84-0.384 7.68-0.384zM360.32 128q3.84 0 7.68 0.384t7.68 1.152q3.776 0.768 7.424 1.92 3.712 1.088 7.296 2.56t7.04 3.328q3.328 1.792 6.592 3.968 3.2 2.176 6.144 4.608 3.008 2.496 5.76 5.248 2.752 2.752 5.12 5.76 2.56 2.944 4.672 6.208 2.112 3.2 3.968 6.656 1.792 3.392 3.264 7.04 1.472 3.584 2.624 7.296 1.152 3.712 1.92 7.488 0.704 3.84 1.088 7.68 0.384 3.84 0.384 7.744 0 3.84-0.384 7.744-0.384 3.84-1.152 7.68-0.704 3.84-1.856 7.552-1.152 3.712-2.56 7.296-1.536 3.584-3.328 7.04-1.856 3.392-3.968 6.592-2.176 3.2-4.608 6.272-2.432 3.008-5.184 5.76-2.752 2.688-5.76 5.12-2.944 2.56-6.144 4.672-3.2 2.176-6.656 3.968-3.392 1.856-6.976 3.328-3.584 1.472-7.296 2.624-3.648 1.152-7.488 1.92-3.776 0.704-7.616 1.088-3.84 0.384-7.68 0.384t-7.68-0.384q-3.84-0.384-7.68-1.088-3.84-0.768-7.488-1.92-3.712-1.152-7.296-2.56-3.584-1.536-6.976-3.392-3.392-1.792-6.592-3.968-3.2-2.176-6.208-4.608-3.008-2.496-5.76-5.184-2.688-2.752-5.12-5.76-2.496-3.008-4.608-6.272-2.176-3.2-3.968-6.656-1.856-3.392-3.328-7.04-1.472-3.52-2.56-7.232-1.152-3.712-1.92-7.552-0.768-3.84-1.152-7.68-0.384-3.84-0.384-7.68 0-3.968 0.384-7.808t1.152-7.68q0.768-3.84 1.92-7.488 1.088-3.712 2.56-7.36 1.472-3.584 3.328-7.04 1.792-3.392 3.968-6.592 2.112-3.2 4.544-6.208 2.496-3.008 5.184-5.76 2.752-2.752 5.76-5.248 2.944-2.432 6.208-4.608 3.2-2.176 6.592-3.968 3.392-1.856 7.04-3.328 3.52-1.472 7.232-2.56 3.712-1.152 7.488-1.92 3.84-0.768 7.68-1.152Q356.48 128 360.32 128z\" fill=\"#6F7588\" p-id=\"19748\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=drag-handle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"drag-handle.d.ts","sourceRoot":"","sources":["../../../src/icons/drag-handle.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,g7QAI1B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const editIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n >\n <g clip-path=\"url(#clip0_1013_1585)\">\n <path\n d=\"M14.06 9.02L14.98 9.94L5.92 19H5V18.08L14.06 9.02ZM17.66 3C17.41 3 17.15 3.1 16.96 3.29L15.13 5.12L18.88 8.87L20.71 7.04C21.1 6.65 21.1 6.02 20.71 5.63L18.37 3.29C18.17 3.09 17.92 3 17.66 3ZM14.06 6.19L3 17.25V21H6.75L17.81 9.94L14.06 6.19Z\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_1013_1585\">\n <rect width=\"24\" height=\"24\" />\n </clipPath>\n </defs>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=edit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"edit.d.ts","sourceRoot":"","sources":["../../../src/icons/edit.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,wlBAkBpB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const fileLinkIcon = "\n<svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\"><path d=\"M879.36 530.048l67.84 68.608-290.368 293.76a333.376 333.376 0 0 1-475.2 0 342.528 342.528 0 0 1 0-480.448L487.04 103.04a238.08 238.08 0 0 1 339.392 0 244.608 244.608 0 0 1 0 343.232L521.024 755.2a142.912 142.912 0 0 1-203.648 0 146.816 146.816 0 0 1 0-205.888l305.472-308.992 67.84 68.672L385.28 617.856a48.96 48.96 0 0 0 0 68.672 47.616 47.616 0 0 0 67.84 0L758.592 377.6a146.816 146.816 0 0 0 0-205.888 142.912 142.912 0 0 0-203.648 0L249.472 480.576a244.608 244.608 0 0 0 0 343.232 238.08 238.08 0 0 0 339.456 0l290.432-293.76z\" fill=\"#363B4C\" p-id=\"17489\"></path></svg>\n";
|
|
2
|
+
//# sourceMappingURL=file-link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-link.d.ts","sourceRoot":"","sources":["../../../src/icons/file-link.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,+oBAExB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const fontColorIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n fill=\"currentColor\"\n style=\"color: inherit; fill: currentColor;\"\n >\n <path d=\"M12.4 12V3.4h-1.2V12H3.4v1.2h7.8v7.8h1.2v-7.8h7.8V12z\" opacity=\"0\"/>\n <path d=\"M11 2.5L5.5 16h2.25l1.12-3h6.25l1.12 3h2.25L13 2.5h-2zm-1.38 9L12 5.67 14.38 11.5H9.62z\"/>\n <path d=\"M3 18.5v3h18v-3H3z\" opacity=\"1\"/>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=font-color.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"font-color.d.ts","sourceRoot":"","sources":["../../../src/icons/font-color.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,4cAazB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const functionsIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 1024 1024\"\n >\n <path d=\"M850.176 83.2c27.264-0.064 50.368 20.096 54.08 47.104l0.448 7.424v133.12h-109.12l-0.064-78.592H263.552l294.464 254.912c33.216 28.8 39.04 77.44 14.848 113.024l-6.208 7.872-5.312 5.632-297.6 257.92h531.776v-77.952h109.184v132.48a54.592 54.592 0 0 1-47.168 54.144l-7.36 0.448H200.96a85.76 85.76 0 0 1-63.36-143.616l7.232-7.04L466.112 512l-321.28-278.144a85.76 85.76 0 0 1-28.992-54.272l-0.64-10.624a85.76 85.76 0 0 1 76.416-85.248l9.344-0.512h649.216z\" fill=\"#363B4C\" p-id=\"17793\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=functions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../src/icons/functions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,soBASzB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const h1Icon = "\n <svg width=\"24\"\n height=\"24\" viewBox=\"0 0 1024 1024\">\n <path d=\"M835.648 349.44a42.688 42.688 0 0 1 17.664 34.56v426.688a42.688 42.688 0 1 1-85.312 0V443.2l-71.872 23.936a42.688 42.688 0 1 1-26.944-80.96l128-42.688a42.752 42.752 0 0 1 38.4 5.888zM128 170.624c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#363B4C\" p-id=\"2131\"></path>\n </svg>\n";
|
|
2
|
+
export declare const h1IconActive = "\n <svg width=\"24\"\n height=\"24\" viewBox=\"0 0 1024 1024\">\n <path d=\"M835.648 349.44a42.688 42.688 0 0 1 17.664 34.56v426.688a42.688 42.688 0 1 1-85.312 0V443.2l-71.872 23.936a42.688 42.688 0 1 1-26.944-80.96l128-42.688a42.752 42.752 0 0 1 38.4 5.888zM128 170.624c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#1E6FFF\" p-id=\"50493\"></path>\n </svg>\n";
|
|
3
|
+
//# sourceMappingURL=h1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h1.d.ts","sourceRoot":"","sources":["../../../src/icons/h1.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,4hBAKlB,CAAA;AACD,eAAO,MAAM,YAAY,6hBAKxB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const h2Icon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M768 426.688c-47.104 0-85.312 38.208-85.312 85.312v21.312a42.688 42.688 0 1 1-85.376 0V512A170.688 170.688 0 0 1 768 341.312h7.36a163.328 163.328 0 0 1 115.456 278.912L743.04 768H896a42.688 42.688 0 0 1 0 85.312h-256a42.688 42.688 0 0 1-30.144-72.832l220.672-220.672a78.016 78.016 0 0 0-55.168-133.12H768z m-640-256c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#363B4C\" p-id=\"2281\"></path>\n </svg>\n";
|
|
2
|
+
export declare const h2IconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\"><path d=\"M768 426.688c-47.104 0-85.312 38.208-85.312 85.312v21.312a42.688 42.688 0 1 1-85.376 0V512A170.688 170.688 0 0 1 768 341.312h7.36a163.328 163.328 0 0 1 115.456 278.912L743.04 768H896a42.688 42.688 0 0 1 0 85.312h-256a42.688 42.688 0 0 1-30.144-72.832l220.672-220.672a78.016 78.016 0 0 0-55.168-133.12H768z m-640-256c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#1E6FFF\" p-id=\"50643\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=h2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h2.d.ts","sourceRoot":"","sources":["../../../src/icons/h2.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,qpBAKlB,CAAA;AACD,eAAO,MAAM,YAAY,4oBAGxB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const h3Icon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M597.312 384c0-23.552 19.136-42.688 42.688-42.688h256a42.688 42.688 0 0 1 30.144 72.832l-105.92 105.984A170.752 170.752 0 0 1 768 853.312a170.688 170.688 0 0 1-160.96-113.856 42.688 42.688 0 0 1 80.512-28.352A85.312 85.312 0 1 0 768 597.312h-42.688a42.688 42.688 0 0 1-30.144-72.832l97.856-97.792H640A42.688 42.688 0 0 1 597.312 384zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#363B4C\" p-id=\"2575\"></path>\n </svg>\n";
|
|
2
|
+
export declare const h3IconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\"><path d=\"M597.312 384c0-23.552 19.136-42.688 42.688-42.688h256a42.688 42.688 0 0 1 30.144 72.832l-105.92 105.984A170.752 170.752 0 0 1 768 853.312a170.688 170.688 0 0 1-160.96-113.856 42.688 42.688 0 0 1 80.512-28.352A85.312 85.312 0 1 0 768 597.312h-42.688a42.688 42.688 0 0 1-30.144-72.832l97.856-97.792H640A42.688 42.688 0 0 1 597.312 384zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#1E6FFF\" p-id=\"50793\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=h3.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h3.d.ts","sourceRoot":"","sources":["../../../src/icons/h3.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,mrBAKlB,CAAA;AACD,eAAO,MAAM,YAAY,0qBAGxB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const h4Icon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M780.736 343.296c22.464 7.04 35.008 30.912 28.032 53.44l-89.408 285.952H896A42.688 42.688 0 0 1 896 768h-234.688a42.688 42.688 0 0 1-40.704-55.36L727.296 371.2a42.688 42.688 0 0 1 53.44-27.968z\" fill=\"#363B4C\" p-id=\"2725\"></path><path d=\"M853.312 554.688c23.616 0 42.688 19.072 42.688 42.624v213.376a42.688 42.688 0 1 1-85.312 0V597.312c0-23.552 19.072-42.624 42.624-42.624zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#363B4C\" p-id=\"2726\"></path>\n </svg>\n";
|
|
2
|
+
export declare const h4IconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\"><path d=\"M780.736 343.296c22.464 7.04 35.008 30.912 28.032 53.44l-89.408 285.952H896A42.688 42.688 0 0 1 896 768h-234.688a42.688 42.688 0 0 1-40.704-55.36L727.296 371.2a42.688 42.688 0 0 1 53.44-27.968z\" fill=\"#1E6FFF\" p-id=\"50943\"></path><path d=\"M853.312 554.688c23.616 0 42.688 19.072 42.688 42.624v213.376a42.688 42.688 0 1 1-85.312 0V597.312c0-23.552 19.072-42.624 42.624-42.624zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#1E6FFF\" p-id=\"50944\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=h4.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h4.d.ts","sourceRoot":"","sources":["../../../src/icons/h4.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,kuBAKlB,CAAA;AACD,eAAO,MAAM,YAAY,0tBAGxB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const h5Icon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M683.968 373.696a42.688 42.688 0 0 1 41.344-32.384H896a42.688 42.688 0 1 1 0 85.376h-137.28l-22.016 88.192c128.64-24 235.264 99.712 192.64 223.36-42.624 123.712-202.816 155.456-289.344 57.344a42.688 42.688 0 0 1 64-56.448 85.312 85.312 0 1 0 0-112.896 42.688 42.688 0 0 1-73.408-38.528l53.376-214.016zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#363B4C\" p-id=\"2876\"></path>\n </svg>\n";
|
|
2
|
+
export declare const h5IconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\"><path d=\"M683.968 373.696a42.688 42.688 0 0 1 41.344-32.384H896a42.688 42.688 0 1 1 0 85.376h-137.28l-22.016 88.192c128.64-24 235.264 99.712 192.64 223.36-42.624 123.712-202.816 155.456-289.344 57.344a42.688 42.688 0 0 1 64-56.448 85.312 85.312 0 1 0 0-112.896 42.688 42.688 0 0 1-73.408-38.528l53.376-214.016zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#1E6FFF\" p-id=\"51094\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=h5.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h5.d.ts","sourceRoot":"","sources":["../../../src/icons/h5.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,mpBAKlB,CAAA;AACD,eAAO,MAAM,YAAY,0oBAGxB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const h6Icon = "\n <svg width=\"24\"\n height=\"24\" viewBox=\"0 0 1024 1024\">\n <path d=\"M831.296 304c20.608 11.328 28.16 37.312 16.704 57.92l-83.52 151.488c31.104-0.64 61.824 7.232 88.768 22.72a169.6 169.6 0 0 1 62.528 232.32 171.072 171.072 0 0 1-232.96 62.144 169.6 169.6 0 0 1-62.848-231.872l153.344-278.016a42.688 42.688 0 0 1 57.984-16.768z m-20.48 306.112a85.76 85.76 0 0 0-116.736 31.04 84.224 84.224 0 0 0 31.168 115.456 85.76 85.76 0 0 0 116.736-31.04 84.224 84.224 0 0 0-31.168-115.456zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#363B4C\" p-id=\"3026\"></path>\n </svg>\n";
|
|
2
|
+
export declare const h6IconActive = "\n <svg width=\"24\"\n height=\"24\" viewBox=\"0 0 1024 1024\"><path d=\"M831.296 304c20.608 11.328 28.16 37.312 16.704 57.92l-83.52 151.488c31.104-0.64 61.824 7.232 88.768 22.72a169.6 169.6 0 0 1 62.528 232.32 171.072 171.072 0 0 1-232.96 62.144 169.6 169.6 0 0 1-62.848-231.872l153.344-278.016a42.688 42.688 0 0 1 57.984-16.768z m-20.48 306.112a85.76 85.76 0 0 0-116.736 31.04 84.224 84.224 0 0 0 31.168 115.456 85.76 85.76 0 0 0 116.736-31.04 84.224 84.224 0 0 0-31.168-115.456zM128 170.688c23.552 0 42.688 19.072 42.688 42.624v256h256v-256a42.688 42.688 0 1 1 85.312 0v597.376a42.688 42.688 0 1 1-85.312 0v-256h-256v256a42.688 42.688 0 1 1-85.376 0V213.312c0-23.552 19.136-42.624 42.688-42.624z\" fill=\"#1E6FFF\" p-id=\"51244\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=h6.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"h6.d.ts","sourceRoot":"","sources":["../../../src/icons/h6.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM,8vBAKlB,CAAA;AACD,eAAO,MAAM,YAAY,qvBAGxB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const helpIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n stroke-width=\"1.5\"\n stroke=\"currentColor\"\n class=\"w-6 h-6\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n d=\"M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-9 5.25h.008v.008H12v-.008z\"\n />\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=help.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../../src/icons/help.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,0eAepB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const highLineCodeIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M57.728 124.928v323.264c0 27.52 20.672 48.192 48.192 48.192h825.408c27.52 0 48.128-20.672 48.128-48.192V124.928a47.04 47.04 0 0 0-48.128-48.128H105.92c-27.52 6.848-48.192 27.52-48.192 48.128z m96.32 275.136V173.056h736v227.008h-736z m685.056 257.28a47.04 47.04 0 0 0-48.128-48.192H103.168a47.04 47.04 0 0 0-48.192 48.192c0 27.52 20.672 48.128 48.192 48.128h687.808c27.52 6.848 48.128-13.76 48.128-48.128z m-274.752 240.384a47.04 47.04 0 0 0-48.128-48.192H103.488a47.04 47.04 0 0 0-48.128 48.192c0 27.52 20.608 48.128 48.128 48.128h412.736c27.52 6.912 48.128-13.76 48.128-48.128z\" fill=\"#363B4C\" p-id=\"17185\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=high-line-code.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"high-line-code.d.ts","sourceRoot":"","sources":["../../../src/icons/high-line-code.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gBAAgB,2sBAI5B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const imageIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\">\n <path d=\"M320 256a64 64 0 1 1 0 128 64 64 0 0 1 0-128z m512-96H192a64 64 0 0 0-64 64v410.688l107.008-110.592a141.696 141.696 0 0 1 196.928-5.44l4.032 3.84 3.84 4.032 32.896 35.712 110.464-129.28a141.632 141.632 0 0 1 196.16-17.408c9.28 7.488 17.536 16.192 24.512 25.792l4.928 7.36L896 587.072V224a64 64 0 0 0-64-64z m-171.52 330.368l-2.88 3.136-146.24 171.264a49.28 49.28 0 0 1-69.76 4.672l-3.456-3.328-70.4-76.288-2.368-2.432a43.2 43.2 0 0 0-56.832-1.28l-3.136 2.944L128 772.48v27.584a64 64 0 0 0 64 64h640a64 64 0 0 0 64-64v-32.512l-169.728-269.184a43.136 43.136 0 0 0-65.728-7.936zM832 64a160 160 0 0 1 159.872 153.088l0.128 6.912v576a160 160 0 0 1-153.088 159.872L832 960H192a160 160 0 0 1-159.872-153.088L32 800v-576a160 160 0 0 1 153.088-159.872L192 64h640z\" fill=\"#363B4C\" p-id=\"17641\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=image.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image.d.ts","sourceRoot":"","sources":["../../../src/icons/image.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,g4BAKrB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const indentDecreaseIcon = "\n <svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\">\n <path d=\"M120-120v-80h720v80H120Zm0-160v-80h720v80H120Zm240-160v-80h480v80H360Zm0-160v-80h480v80H360Zm-40-40 56-57-63-63 63-63-56-57-120 120 120 120Zm-200-160v-80h720v80H120Z\"/>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=indent-decrease.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indent-decrease.d.ts","sourceRoot":"","sources":["../../../src/icons/indent-decrease.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,8SAI9B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const indentIncreaseIcon = "\n <svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\">\n <path d=\"M120-120v-80h720v80H120Zm0-160v-80h720v80H120Zm240-160v-80h480v80H360Zm0-160v-80h480v80H360Zm-120-40L120-760l120-120 56 57-63 63 63 63-56 57Zm-120-160v-80h720v80H120Z\"/>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=indent-increase.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indent-increase.d.ts","sourceRoot":"","sources":["../../../src/icons/indent-increase.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,kBAAkB,+SAI9B,CAAA"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export * from './align-center';
|
|
2
|
+
export * from './align-left';
|
|
3
|
+
export * from './align-right';
|
|
4
|
+
export * from './bold';
|
|
5
|
+
export * from './bullet';
|
|
6
|
+
export * from './bullet-list';
|
|
7
|
+
export * from './caption';
|
|
8
|
+
export * from './check-box-checked';
|
|
9
|
+
export * from './check-box-unchecked';
|
|
10
|
+
export * from './chevron-down';
|
|
11
|
+
export * from './clear';
|
|
12
|
+
export * from './close';
|
|
13
|
+
export * from './code';
|
|
14
|
+
export * from './confirm';
|
|
15
|
+
export * from './copy';
|
|
16
|
+
export * from './divider';
|
|
17
|
+
export * from './drag-handle';
|
|
18
|
+
export * from './edit';
|
|
19
|
+
export * from './h1';
|
|
20
|
+
export * from './h2';
|
|
21
|
+
export * from './h3';
|
|
22
|
+
export * from './h4';
|
|
23
|
+
export * from './h5';
|
|
24
|
+
export * from './h6';
|
|
25
|
+
export * from './image';
|
|
26
|
+
export * from './italic';
|
|
27
|
+
export * from './link';
|
|
28
|
+
export * from './menu';
|
|
29
|
+
export * from './ordered-list';
|
|
30
|
+
export * from './plus';
|
|
31
|
+
export * from './quote';
|
|
32
|
+
export * from './remove';
|
|
33
|
+
export * from './search';
|
|
34
|
+
export * from './strikethrough';
|
|
35
|
+
export * from './table';
|
|
36
|
+
export * from './text';
|
|
37
|
+
export * from './todo-list';
|
|
38
|
+
export * from './functions';
|
|
39
|
+
export * from './visibility-off';
|
|
40
|
+
export * from './help';
|
|
41
|
+
export * from './indent-increase';
|
|
42
|
+
export * from './indent-decrease';
|
|
43
|
+
export * from './underline';
|
|
44
|
+
export * from './font-color';
|
|
45
|
+
export * from './high-line-code';
|
|
46
|
+
export * from './file-link';
|
|
47
|
+
export * from './line-code';
|
|
48
|
+
export * from './merge-cell';
|
|
49
|
+
export * from './more';
|
|
50
|
+
export * from './split-cell';
|
|
51
|
+
export * from './keyboard';
|
|
52
|
+
export * from './word-wrap';
|
|
53
|
+
export * from './crop';
|
|
54
|
+
export * from './border';
|
|
55
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,cAAc,CAAA;AAC5B,cAAc,eAAe,CAAA;AAC7B,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA;AACxB,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA;AACrC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,SAAS,CAAA;AACvB,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA;AACtB,cAAc,WAAW,CAAA;AACzB,cAAc,QAAQ,CAAA;AACtB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA;AAC7B,cAAc,QAAQ,CAAA;AACtB,cAAc,MAAM,CAAA;AACpB,cAAc,MAAM,CAAA;AACpB,cAAc,MAAM,CAAA;AACpB,cAAc,MAAM,CAAA;AACpB,cAAc,MAAM,CAAA;AACpB,cAAc,MAAM,CAAA;AACpB,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,QAAQ,CAAA;AACtB,cAAc,QAAQ,CAAA;AACtB,cAAc,gBAAgB,CAAA;AAC9B,cAAc,QAAQ,CAAA;AACtB,cAAc,SAAS,CAAA;AACvB,cAAc,UAAU,CAAA;AACxB,cAAc,UAAU,CAAA;AACxB,cAAc,iBAAiB,CAAA;AAC/B,cAAc,SAAS,CAAA;AACvB,cAAc,QAAQ,CAAA;AACtB,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,kBAAkB,CAAA;AAChC,cAAc,QAAQ,CAAA;AACtB,cAAc,mBAAmB,CAAA;AACjC,cAAc,mBAAmB,CAAA;AACjC,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,kBAAkB,CAAA;AAChC,cAAc,aAAa,CAAA;AAC3B,cAAc,aAAa,CAAA;AAC3B,cAAc,cAAc,CAAA;AAC5B,cAAc,QAAQ,CAAA;AACtB,cAAc,cAAc,CAAA;AAC5B,cAAc,YAAY,CAAA;AAC1B,cAAc,aAAa,CAAA;AAC3B,cAAc,QAAQ,CAAA;AACtB,cAAc,UAAU,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const italicIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\"><path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#D8D8D8\" fill-opacity=\"0\" p-id=\"3068\"></path><path d=\"M595.968 864H325.504a43.968 43.968 0 1 1 0-88h87.04l94.976-528H414.976a43.968 43.968 0 1 1 0-88h270.528a43.968 43.968 0 1 1 0 88H598.4l-94.976 528h92.48a43.968 43.968 0 1 1 0 88\" fill=\"#363B4C\" p-id=\"3069\"></path></svg>\n";
|
|
2
|
+
export declare const italicIconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\"\n height=\"24\"><path d=\"M0 0m0 0l1024 0q0 0 0 0l0 1024q0 0 0 0l-1024 0q0 0 0 0l0-1024q0 0 0 0Z\" fill=\"#1E6FFF\" fill-opacity=\"0\" p-id=\"51394\"></path><path d=\"M595.968 864H325.504a43.968 43.968 0 1 1 0-88h87.04l94.976-528H414.976a43.968 43.968 0 1 1 0-88h270.528a43.968 43.968 0 1 1 0 88H598.4l-94.976 528h92.48a43.968 43.968 0 1 1 0 88\" fill=\"#1E6FFF\" p-id=\"51395\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=italic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"italic.d.ts","sourceRoot":"","sources":["../../../src/icons/italic.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,kcAGtB,CAAA;AACD,eAAO,MAAM,gBAAgB,ocAG5B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const keyboardIcon = "\n <svg t=\"1778036070440\" class=\"icon\" viewBox=\"0 0 1024 1024\" width=\"20\" height=\"20\"><path d=\"M934.4 190.08c0-23.68-18.048-42.88-40.192-42.88H129.856c-22.208 0-40.256 19.2-40.256 42.88v643.84c0 23.68 17.984 42.88 40.32 42.88h764.288c22.144 0 40.128-19.2 40.192-42.88V190.08z m-764.352 43.008h683.968v558.016H170.048V233.088z m603.456 343.296c11.072 0 20.16 9.728 20.16 21.44v42.944c0 11.84-9.088 21.44-20.16 21.44H250.56a20.8 20.8 0 0 1-20.16-21.44v-42.88c0-11.904 9.088-21.504 20.16-21.504h522.88z m-422.4-193.088a20.8 20.8 0 0 0-20.096-21.44H250.56a20.8 20.8 0 0 0-20.16 21.44v42.88c0 11.904 9.088 21.504 20.16 21.504h80.448c11.072 0 20.096-9.728 20.096-21.44v-42.944zM512 361.856c11.136 0 20.096 9.6 20.096 21.44v42.88c0 11.84-8.96 21.504-20.096 21.504H431.616a20.8 20.8 0 0 1-20.16-21.44v-42.944c0-11.84 9.024-21.44 20.16-21.44H512z m281.6 21.44a20.8 20.8 0 0 0-20.096-21.44H612.608a20.8 20.8 0 0 0-20.16 21.44v42.88c0 11.904 9.088 21.504 20.16 21.504h160.896a20.928 20.928 0 0 0 20.16-21.44v-42.944z\" fill=\"#363B4C\" p-id=\"13200\"></path></svg>\n";
|
|
2
|
+
//# sourceMappingURL=keyboard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"keyboard.d.ts","sourceRoot":"","sources":["../../../src/icons/keyboard.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,gjCAExB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const linCodeIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M302.208 212.48a45.632 45.632 0 0 0-67.712 8.256l-192 259.648a55.296 55.296 0 0 0 0 64.896l192 259.584a45.504 45.504 0 0 0 66.56 6.848 54.848 54.848 0 0 0 8.32-71.68L141.44 512.512l168-227.456a54.848 54.848 0 0 0-7.168-72.704z m679.232 267.904l-192-259.648a45.504 45.504 0 0 0-66.56-6.784 54.848 54.848 0 0 0-8.32 71.68L882.56 512.64l-168 227.392a54.848 54.848 0 0 0 8.32 71.68 45.504 45.504 0 0 0 66.56-6.784l192-259.584a55.296 55.296 0 0 0 0-64.896zM594.048 97.152c-25.984-6.08-51.584 11.84-57.088 40L392.96 864c-6.912 28.8 9.984 57.984 36.928 63.872h10.048c23.04 0.576 43.2-16.64 48-40.96l144-727.04c6.272-28.8-11.008-57.344-37.888-62.72z\" fill=\"#363B4C\" p-id=\"17337\"></path></svg>\n";
|
|
2
|
+
//# sourceMappingURL=line-code.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"line-code.d.ts","sourceRoot":"","sources":["../../../src/icons/line-code.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,owBAGvB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const linkIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M902.656 188.672l-3.392-3.328a197.184 197.184 0 0 0-278.016 0l-177.28 177.152a197.312 197.312 0 0 0 0 278.144l3.264 3.264c6.4 6.336 13.248 12.096 20.16 17.472L532.224 596.48a103.232 103.232 0 0 1-21.184-16.32l-3.264-3.2a106.624 106.624 0 0 1 0-150.656l177.28-177.28a106.496 106.496 0 0 1 150.528 0l3.264 3.264c41.6 41.6 41.6 108.992 0 150.592L758.784 483.2c13.888 34.496 20.48 71.04 19.84 107.52l124.032-123.904a197.12 197.12 0 0 0 0-278.08z m-261.888 255.36a194.752 194.752 0 0 0-20.224-17.472L555.712 491.392c7.616 4.544 14.848 9.856 21.248 16.384l3.392 3.264c41.536 41.6 41.536 109.056 0 150.656l-177.28 177.28a106.752 106.752 0 0 1-150.656 0l-3.264-3.392a106.56 106.56 0 0 1 0-150.592L329.28 604.8a274.816 274.816 0 0 1-19.84-107.52L185.408 621.12a197.312 197.312 0 0 0 0 278.208l3.2 3.328a197.376 197.376 0 0 0 278.144 0l177.28-177.28a197.376 197.376 0 0 0 0-278.144l-3.264-3.264v0.064z\" fill=\"#363B4C\" p-id=\"9910\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=link.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"link.d.ts","sourceRoot":"","sources":["../../../src/icons/link.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mgCAIpB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const menuIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 1024 1024\"\n >\n <path d=\"M736 960h-448A224.64 224.64 0 0 1 64 736v-448A224.64 224.64 0 0 1 288 64h448A224.64 224.64 0 0 1 960 288v448a224.64 224.64 0 0 1-224 224z\" fill=\"#1E6FFF\" p-id=\"17945\"></path><path d=\"M356.288 550.4h113.024c19.2 0 32 12.8 32 32v145.088c0 19.2-19.2 32-38.4 32H324.288c-19.2 0-32-12.8-32-32V582.4c0-19.2 12.8-32 32-32h32z m241.024 0H742.4c19.2 0 32 17.088 32 36.288v138.624c0 19.2-14.912 34.176-34.112 34.176H601.6c-19.2 0-36.288-12.8-36.288-32V582.4c0-19.2 17.088-32 36.288-32h-4.288z m0-273.088H742.4c19.2 0 32 10.688 32 29.888v145.088c0 19.2-12.8 32-32 32H597.312c-19.2 0-32-12.8-32-32V307.2c0-17.088 12.8-29.888 32-29.888zM268.8 354.112L366.912 256c12.8-12.8 36.288-12.8 49.088 0l98.112 98.112c12.8 12.8 12.8 36.288 0 49.088L416 501.312c-12.8 12.8-36.288 12.8-49.088 0L268.8 403.2c-12.8-14.912-12.8-36.288 0-49.088z\" fill=\"#FFFFFF\" p-id=\"17946\"></path> \n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=menu.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/icons/menu.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,8/BASpB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const mergeCellIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M853.2992 221.8496q0-51.2-51.2-51.2H632.832q-18.944 0.0512-32.3584-13.312-13.3632-13.4144-13.3632-32.3072 0-18.944 13.3632-32.3072 13.4144-13.4144 32.3584-13.3632h169.3696q58.9824 0 100.7616 41.728 41.728 41.728 41.728 100.7616v169.472q0 18.8416-13.3632 32.256-13.3632 13.312-32.256 13.312-18.944 0-32.256-13.312-13.4144-13.4144-13.4144-32.256l-0.0512-169.472z m-728.2688 215.04H124.928q-18.944 0-32.256-13.3632-13.3632-13.4144-13.3632-32.3072V221.8496q0-59.0336 41.728-100.7616t100.7616-41.728h169.3696q18.944 0 32.3072 13.312 13.4144 13.4144 13.4144 32.3584t-13.4144 32.256q-13.3632 13.4144-32.256 13.4144H221.7984q-51.1488 0-51.1488 51.1488v169.472q-0.0512 18.944-13.4656 32.256-13.312 13.312-32.256 13.312z m576.6144 251.6992l-136.8576-137.3696q-16.2304-16.1792-13.9776-39.0144V511.744q-2.2016-22.8352 13.9776-39.0144l136.8576-136.8576q14.336-14.336 34.4576-14.336 20.224 0 34.5088 14.336 14.2848 14.2336 14.2336 34.4576 0 20.1728-14.2848 34.4576l-58.4704 58.4704h183.808q20.1728 0 34.4576 14.2848t14.2848 34.4576q0 20.0192-14.1824 34.2016-14.1824 14.2336-34.304 14.2336h-184.32l58.7264 59.2384q13.9776 14.336 13.9776 34.4576 0.2048 20.1728-13.9776 34.4576-14.2336 14.336-34.4576 14.336-20.1728 0-34.4576-14.336z m-228.4544-176.384q2.2016 22.8352-13.9776 39.0144L322.304 688.64q-14.2336 14.336-34.4576 14.336-20.1728 0-34.4064-14.336-14.2336-14.2848-14.0288-34.4576-0.1536-20.1216 14.0288-34.4576l58.6752-59.2384h-184.32q-20.0704 0-34.2528-14.2336-14.1824-14.1824-14.1824-34.2016 0-20.224 14.2848-34.4576 14.2336-14.2848 34.4064-14.2848h183.808L253.44 404.7872q-14.2848-14.2848-14.2848-34.4576 0-20.224 14.2848-34.4576 14.2848-14.336 34.4576-14.336 20.224 0 34.4576 14.336L459.264 472.7296q16.1792 16.1792 13.9776 39.0144V512.2048z m-49.664 419.0208q-13.3632 13.4144-32.256 13.4144H221.7984q-59.0336 0-100.7616-41.7792-41.728-41.728-41.728-100.7616v-169.3696q0-18.944 13.312-32.256 13.3632-13.4144 32.256-13.4656 18.944 0 32.3584 13.312 13.3632 13.3632 13.4144 32.256v169.5232q0 51.2 51.2 51.2H391.168q18.944 0 32.256 13.312 13.4144 13.4144 13.4144 32.3584 0 18.8928-13.3632 32.256z m479.3856-28.3648q-41.7792 41.7792-100.7616 41.7792h-169.3696q-18.944 0-32.3072-13.4144-13.3632-13.3632-13.3632-32.256 0-18.944 13.312-32.3072 13.4144-13.4144 32.3584-13.4144h169.3696q51.1488 0 51.1488-51.1488l0.1536-169.4208q0-18.8928 13.312-32.256 13.3632-13.312 32.256-13.312 18.944 0 32.256 13.312 13.312 13.3632 13.312 32.256v169.472q0 58.9824-41.6768 100.7104z\" fill=\"#363B4C\" p-id=\"3356\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=merge-cell.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"merge-cell.d.ts","sourceRoot":"","sources":["../../../src/icons/merge-cell.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,6hFAIzB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const moreIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 1024 1024\"\n >\n <path d=\"M242.5856 513.024q0 4.4032-0.4096 8.7552-0.4608 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7888 7.936q-2.048 3.8912-4.5056 7.5776-2.4576 3.6864-5.2736 7.0656-2.7648 3.4304-5.888 6.5536-3.1232 3.072-6.5536 5.888-3.4304 2.816-7.0656 5.2736-3.6864 2.4576-7.5776 4.5056-3.8912 2.0992-7.936 3.7888-4.096 1.6896-8.2944 2.9696-4.2496 1.28-8.5504 2.1504-4.352 0.8704-8.704 1.28-4.4032 0.4096-8.8576 0.4096-4.4032 0-8.8064-0.4096-4.352-0.4096-8.704-1.28-4.3008-0.8704-8.5504-2.1504-4.1984-1.28-8.2944-2.9696t-7.936-3.7888q-3.8912-2.048-7.5776-4.5056-3.6864-2.4576-7.0656-5.2736-3.4304-2.7648-6.5536-5.888-3.072-3.1232-5.888-6.5536-2.816-3.3792-5.2736-7.0656-2.4576-3.6864-4.5056-7.5776-2.0992-3.8912-3.7888-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8704-4.352-1.28-8.704-0.4608-4.4032-0.4608-8.8064 0-4.4544 0.4608-8.8064 0.4096-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7888-7.936q2.048-3.8912 4.5056-7.5776 2.4576-3.6864 5.2736-7.0656 2.7648-3.4304 5.888-6.5536 3.1232-3.072 6.5536-5.888 3.3792-2.816 7.0656-5.2736 3.6864-2.4576 7.5776-4.5056 3.8912-2.048 7.936-3.7888 4.096-1.6896 8.2944-2.9696 4.2496-1.28 8.5504-2.1504 4.352-0.8192 8.704-1.28 4.4032-0.4096 8.8064-0.4096 4.4544 0 8.8064 0.4096 4.4032 0.4608 8.704 1.28 4.352 0.8704 8.6016 2.1504 4.1984 1.28 8.2944 2.9696t7.936 3.7888q3.8912 2.048 7.5776 4.5056 3.6352 2.4576 7.0656 5.2736 3.4304 2.7648 6.5536 5.888 3.072 3.1232 5.888 6.5536 2.816 3.3792 5.2736 7.0656 2.4576 3.6864 4.5056 7.5776 2.048 3.8912 3.7888 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8192 4.352 1.28 8.704 0.4096 4.4032 0.4096 8.8576zM601.8048 513.024q0 4.4032-0.4608 8.7552-0.4096 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7376 7.936q-2.048 3.8912-4.5568 7.5776-2.4576 3.6864-5.2224 7.0656-2.816 3.4304-5.9392 6.5536-3.072 3.072-6.5024 5.888-3.4304 2.816-7.1168 5.2736-3.6352 2.4576-7.5264 4.5056-3.8912 2.0992-7.9872 3.7888-4.096 1.6896-8.2944 2.9696t-8.5504 2.1504q-4.3008 0.8704-8.704 1.28-4.4032 0.4096-8.8064 0.4096t-8.8064-0.4096q-4.4032-0.4096-8.704-1.28-4.352-0.8704-8.5504-2.1504-4.2496-1.28-8.2944-2.9696-4.096-1.6896-7.9872-3.7888-3.8912-2.048-7.5264-4.5056-3.6864-2.4576-7.1168-5.2736-3.3792-2.7648-6.5024-5.888-3.1232-3.1232-5.9392-6.5536-2.7648-3.3792-5.2224-7.0656-2.4576-3.6864-4.5568-7.5776-2.048-3.8912-3.7376-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8704-4.352-1.28-8.704-0.4608-4.4032-0.4608-8.8064 0-4.4544 0.4608-8.8064 0.4096-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7376-7.936q2.048-3.8912 4.5568-7.5776 2.4576-3.6864 5.2224-7.0656 2.816-3.4304 5.9392-6.5536 3.072-3.072 6.5024-5.888 3.4304-2.816 7.1168-5.2736 3.6352-2.4576 7.5264-4.5056 3.8912-2.048 7.9872-3.7888 4.096-1.6896 8.2944-2.9696t8.5504-2.1504q4.3008-0.8192 8.704-1.28 4.4032-0.4096 8.8064-0.4096t8.8064 0.4096q4.4032 0.4608 8.704 1.28 4.352 0.8704 8.5504 2.1504 4.2496 1.28 8.2944 2.9696 4.096 1.6896 7.9872 3.7888 3.8912 2.048 7.5264 4.5056 3.6864 2.4576 7.1168 5.2736 3.3792 2.7648 6.5024 5.888 3.1232 3.1232 5.9392 6.5536 2.7648 3.3792 5.2224 7.0656 2.4576 3.6864 4.5568 7.5776 2.048 3.8912 3.7376 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8704 4.352 1.28 8.704 0.4608 4.4032 0.4608 8.8576zM961.024 513.024q0 4.4032-0.4608 8.7552-0.4096 4.4032-1.28 8.704-0.8704 4.352-2.1504 8.6016-1.28 4.1984-2.9696 8.2944t-3.7888 7.936q-2.048 3.8912-4.5056 7.5776-2.4576 3.6864-5.2736 7.0656-2.7648 3.4304-5.888 6.5536-3.1232 3.072-6.5536 5.888-3.3792 2.816-7.0656 5.2736-3.6864 2.4576-7.5776 4.5056-3.8912 2.0992-7.936 3.7888-4.096 1.6896-8.2944 2.9696-4.2496 1.28-8.5504 2.1504-4.352 0.8704-8.704 1.28-4.4032 0.4096-8.8064 0.4096-4.4544 0-8.8064-0.4096-4.4032-0.4096-8.704-1.28-4.352-0.8704-8.6016-2.1504-4.1984-1.28-8.2944-2.9696t-7.936-3.7888q-3.8912-2.048-7.5776-4.5056-3.6352-2.4576-7.0656-5.2736-3.4304-2.7648-6.5536-5.888-3.072-3.1232-5.888-6.5536-2.816-3.3792-5.2736-7.0656-2.4576-3.6864-4.5056-7.5776-2.048-3.8912-3.7888-7.936-1.6896-4.096-2.9696-8.2944-1.28-4.2496-2.1504-8.5504-0.8192-4.352-1.28-8.704-0.4096-4.4032-0.4096-8.8064 0-4.4544 0.4096-8.8064 0.4608-4.4032 1.28-8.704 0.8704-4.352 2.1504-8.6016 1.28-4.1984 2.9696-8.2944t3.7888-7.936q2.048-3.8912 4.5056-7.5776 2.4576-3.6864 5.2736-7.0656 2.7648-3.4304 5.888-6.5536 3.1232-3.072 6.5536-5.888 3.4304-2.816 7.0656-5.2736 3.6864-2.4576 7.5776-4.5056 3.8912-2.048 7.936-3.7888 4.096-1.6896 8.2944-2.9696 4.2496-1.28 8.5504-2.1504 4.352-0.8192 8.704-1.28 4.4032-0.4096 8.8576-0.4096 4.4032 0 8.8064 0.4096 4.352 0.4608 8.704 1.28 4.3008 0.8704 8.5504 2.1504 4.1984 1.28 8.2944 2.9696t7.936 3.7888q3.8912 2.048 7.5776 4.5056 3.6864 2.4576 7.0656 5.2736 3.4304 2.7648 6.5536 5.888 3.072 3.1232 5.888 6.5536 2.816 3.3792 5.2736 7.0656 2.4576 3.6864 4.5056 7.5776 2.0992 3.8912 3.7888 7.936 1.6896 4.096 2.9696 8.2944 1.28 4.2496 2.1504 8.5504 0.8704 4.352 1.28 8.704 0.4608 4.4032 0.4608 8.8576z\" fill=\"#363B4C\" p-id=\"9748\"></path>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=more.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"more.d.ts","sourceRoot":"","sources":["../../../src/icons/more.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,uiKASpB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const orderedListIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M133.184 376.448a56.064 56.064 0 0 1 42.176 17.92 61.184 61.184 0 0 1 16.32 42.752 61.056 61.056 0 0 1-11.84 36.864l-39.872 53.888h27.328c11.776 0 21.696 7.872 23.872 18.56l0.512 4.608c0 12.8-10.88 23.168-24.32 23.168H100.352a23.04 23.04 0 0 1-23.552-22.4v-9.344c0-3.84 1.28-7.616 3.584-10.752l61.76-83.264a41.216 41.216 0 0 0 1.536-2.432l1.728-3.264c0.448-1.92 0.64-3.84 0.64-5.824a16.832 16.832 0 0 0-3.264-10.752c-1.92-2.24-4.224-3.264-7.936-3.392a9.984 9.984 0 0 0-7.808 3.2c-1.92 1.984-3.328 4.672-4.736 10.112l-1.792 3.84A18.432 18.432 0 0 1 105.088 448l-12.672-0.128a16.32 16.32 0 0 1-14.976-18.176l1.344-7.552a63.36 63.36 0 0 1 14.4-27.904 53.44 53.44 0 0 1 40-17.792z m10.24 308.864c20.608 0.192 37.632 6.272 50.432 18.304a56.704 56.704 0 0 1 13.44 65.792 44.288 44.288 0 0 1-8.32 11.264l-0.64 0.448 0.896 0.704a62.016 62.016 0 0 1 5.12 5.632l4.032 6.208c4.224 8 6.4 16.832 6.4 25.856a58.304 58.304 0 0 1-20.8 46.208c-13.184 11.456-30.08 17.28-50.24 17.408-15.872 0-30.144-4.608-42.432-13.632a61.44 61.44 0 0 1-21.952-30.912l-0.512-2.624-0.128-1.856a17.28 17.28 0 0 1 17.664-16.768h19.84l10.048 6.016 2.112 4.16 2.752 3.648 2.88 2.752c2.56 1.92 6.272 3.072 11.52 3.072A19.52 19.52 0 0 0 159.232 832c3.2-2.56 4.864-6.4 4.992-11.712-0.128-5.952-1.92-9.92-5.12-12.608a21.568 21.568 0 0 0-14.336-4.48l-4.608-0.448a21.888 21.888 0 0 1-18.432-21.248v-1.664a20.48 20.48 0 0 1 20.928-19.904c6.976 0 11.776-1.472 14.976-4.352a11.584 11.584 0 0 0 4.288-9.472 13.312 13.312 0 0 0-4.48-10.24 20.096 20.096 0 0 0-13.184-4.352 17.28 17.28 0 0 0-10.176 3.2c-2.112 1.408-3.712 3.392-5.76 7.68l-2.048 3.328a19.52 19.52 0 0 1-14.976 6.72l-19.392-0.256a15.424 15.424 0 0 1-12.736-18.816l2.048-6.784a60.544 60.544 0 0 1 17.984-25.152c12.224-10.432 27.008-15.872 44.032-16.128h0.064zM148.928 89.6c10.816 0 19.52 8.384 19.52 18.688v153.408c0 14.208-12.032 25.664-26.88 25.664a26.304 26.304 0 0 1-26.944-25.6V145.664l-8.192 4.8a20.16 20.16 0 0 1-6.592 2.368l-3.52 0.32a19.072 19.072 0 0 1-19.584-18.624v-11.328c0-7.04 4.224-13.568 10.88-16.704l31.36-14.976a20.288 20.288 0 0 1 8.768-2.048h21.184z m746.816 54.848c28.352 0 51.392 19.712 51.392 44.096 0 24.32-23.04 44.16-51.392 44.16H330.24c-28.352 0-51.392-19.84-51.392-44.16 0-24.384 23.04-44.16 51.392-44.16h565.504z m0 303.36c28.352 0 51.392 19.776 51.392 44.16 0 24.32-23.04 44.096-51.392 44.096H330.24c-28.352 0-51.392-19.84-51.392-44.16 0-24.32 23.04-44.096 51.392-44.096h565.504z m0 303.424c28.352 0 51.392 19.712 51.392 44.16 0 24.32-23.04 44.096-51.392 44.096H330.24c-28.352 0-51.392-19.84-51.392-44.16 0-24.32 23.04-44.096 51.392-44.096h565.504z\" fill=\"#363B4C\" p-id=\"4265\"></path>\n </svg>\n";
|
|
2
|
+
export declare const orderedListIconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\"><path d=\"M133.184 376.448a56.064 56.064 0 0 1 42.176 17.92 61.184 61.184 0 0 1 16.32 42.752 61.056 61.056 0 0 1-11.84 36.864l-39.872 53.888h27.328c11.776 0 21.696 7.872 23.872 18.56l0.512 4.608c0 12.8-10.88 23.168-24.32 23.168H100.352a23.04 23.04 0 0 1-23.552-22.4v-9.344c0-3.84 1.28-7.616 3.584-10.752l61.76-83.264a41.216 41.216 0 0 0 1.536-2.432l1.728-3.264c0.448-1.92 0.64-3.84 0.64-5.824a16.832 16.832 0 0 0-3.264-10.752c-1.92-2.24-4.224-3.264-7.936-3.392a9.984 9.984 0 0 0-7.808 3.2c-1.92 1.984-3.328 4.672-4.736 10.112l-1.792 3.84A18.432 18.432 0 0 1 105.088 448l-12.672-0.128a16.32 16.32 0 0 1-14.976-18.176l1.344-7.552a63.36 63.36 0 0 1 14.4-27.904 53.44 53.44 0 0 1 40-17.792z m10.24 308.864c20.608 0.192 37.632 6.272 50.432 18.304a56.704 56.704 0 0 1 13.44 65.792 44.288 44.288 0 0 1-8.32 11.264l-0.64 0.448 0.896 0.704a62.016 62.016 0 0 1 5.12 5.632l4.032 6.208c4.224 8 6.4 16.832 6.4 25.856a58.304 58.304 0 0 1-20.8 46.208c-13.184 11.456-30.08 17.28-50.24 17.408-15.872 0-30.144-4.608-42.432-13.632a61.44 61.44 0 0 1-21.952-30.912l-0.512-2.624-0.128-1.856a17.28 17.28 0 0 1 17.664-16.768h19.84l10.048 6.016 2.112 4.16 2.752 3.648 2.88 2.752c2.56 1.92 6.272 3.072 11.52 3.072A19.52 19.52 0 0 0 159.232 832c3.2-2.56 4.864-6.4 4.992-11.712-0.128-5.952-1.92-9.92-5.12-12.608a21.568 21.568 0 0 0-14.336-4.48l-4.608-0.448a21.888 21.888 0 0 1-18.432-21.248v-1.664a20.48 20.48 0 0 1 20.928-19.904c6.976 0 11.776-1.472 14.976-4.352a11.584 11.584 0 0 0 4.288-9.472 13.312 13.312 0 0 0-4.48-10.24 20.096 20.096 0 0 0-13.184-4.352 17.28 17.28 0 0 0-10.176 3.2c-2.112 1.408-3.712 3.392-5.76 7.68l-2.048 3.328a19.52 19.52 0 0 1-14.976 6.72l-19.392-0.256a15.424 15.424 0 0 1-12.736-18.816l2.048-6.784a60.544 60.544 0 0 1 17.984-25.152c12.224-10.432 27.008-15.872 44.032-16.128h0.064zM148.928 89.6c10.816 0 19.52 8.384 19.52 18.688v153.408c0 14.208-12.032 25.664-26.88 25.664a26.304 26.304 0 0 1-26.944-25.6V145.664l-8.192 4.8a20.16 20.16 0 0 1-6.592 2.368l-3.52 0.32a19.072 19.072 0 0 1-19.584-18.624v-11.328c0-7.04 4.224-13.568 10.88-16.704l31.36-14.976a20.288 20.288 0 0 1 8.768-2.048h21.184z m746.816 54.848c28.352 0 51.392 19.712 51.392 44.096 0 24.32-23.04 44.16-51.392 44.16H330.24c-28.352 0-51.392-19.84-51.392-44.16 0-24.384 23.04-44.16 51.392-44.16h565.504z m0 303.36c28.352 0 51.392 19.776 51.392 44.16 0 24.32-23.04 44.096-51.392 44.096H330.24c-28.352 0-51.392-19.84-51.392-44.16 0-24.32 23.04-44.096 51.392-44.096h565.504z m0 303.424c28.352 0 51.392 19.712 51.392 44.16 0 24.32-23.04 44.096-51.392 44.096H330.24c-28.352 0-51.392-19.84-51.392-44.16 0-24.32 23.04-44.096 51.392-44.096h565.504z\" fill=\"#1E6FFF\" p-id=\"52914\"></path></svg>\n";
|
|
3
|
+
//# sourceMappingURL=ordered-list.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ordered-list.d.ts","sourceRoot":"","sources":["../../../src/icons/ordered-list.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,uqFAI3B,CAAA;AACD,eAAO,MAAM,qBAAqB,8pFAEjC,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const plusIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n >\n <g clip-path=\"url(#clip0_971_7676)\">\n <path\n d=\"M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z\"\n />\n </g>\n <defs>\n <clipPath id=\"clip0_971_7676\">\n <rect width=\"24\" height=\"24\" />\n </clipPath>\n </defs>\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=plus.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plus.d.ts","sourceRoot":"","sources":["../../../src/icons/plus.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,ujBAkBpB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const quoteIcon = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M169.856 776.832c-48.064-51.2-73.856-108.608-73.856-201.728 0-153.6 100.864-292.288 251.008-368.768a37.696 37.696 0 0 1 48.64 14.08 42.24 42.24 0 0 1-13.44 57.92C258.368 359.104 231.936 456.256 220.8 519.488c25.088-12.992 57.856-17.536 90.048-14.528 84.16 7.808 150.528 77.12 150.528 163.2A163.52 163.52 0 0 1 298.048 832c-50.048 0-97.92-22.976-128.192-55.168z m466.56 0c-48-51.2-73.856-108.608-73.856-201.728 0-153.6 100.864-292.288 251.072-368.768a37.696 37.696 0 0 1 48.64 14.08 42.24 42.24 0 0 1-13.44 57.92c-123.84 80.768-150.272 177.92-161.408 241.152 25.024-12.992 57.856-17.536 89.984-14.528 84.224 7.808 150.592 77.12 150.592 163.2A163.52 163.52 0 0 1 764.672 832c-50.112 0-97.92-22.976-128.256-55.168z\" fill=\"#363B4C\" p-id=\"6160\"></path>\n </svg>\n";
|
|
2
|
+
export declare const quoteIconActive = "\n <svg viewBox=\"0 0 1024 1024\" width=\"24\" height=\"24\">\n <path d=\"M169.856 776.832c-48.064-51.2-73.856-108.608-73.856-201.728 0-153.6 100.864-292.288 251.008-368.768a37.696 37.696 0 0 1 48.64 14.08 42.24 42.24 0 0 1-13.44 57.92C258.368 359.104 231.936 456.256 220.8 519.488c25.088-12.992 57.856-17.536 90.048-14.528 84.16 7.808 150.528 77.12 150.528 163.2A163.52 163.52 0 0 1 298.048 832c-50.048 0-97.92-22.976-128.192-55.168z m466.56 0c-48-51.2-73.856-108.608-73.856-201.728 0-153.6 100.864-292.288 251.072-368.768a37.696 37.696 0 0 1 48.64 14.08 42.24 42.24 0 0 1-13.44 57.92c-123.84 80.768-150.272 177.92-161.408 241.152 25.024-12.992 57.856-17.536 89.984-14.528 84.224 7.808 150.592 77.12 150.592 163.2A163.52 163.52 0 0 1 764.672 832c-50.112 0-97.92-22.976-128.256-55.168z\" fill=\"#1E6FFF\" p-id=\"52764\"></path>\n</svg>\n";
|
|
3
|
+
//# sourceMappingURL=quote.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"quote.d.ts","sourceRoot":"","sources":["../../../src/icons/quote.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,+0BAIrB,CAAA;AACD,eAAO,MAAM,eAAe,80BAI3B,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const removeIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"24\"\n height=\"24\"\n viewBox=\"0 0 24 24\"\n >\n <path\n d=\"M7.30775 20.4997C6.81058 20.4997 6.385 20.3227 6.031 19.9687C5.677 19.6147 5.5 19.1892 5.5 18.692V5.99973H5.25C5.0375 5.99973 4.85942 5.92782 4.71575 5.78398C4.57192 5.64015 4.5 5.46198 4.5 5.24948C4.5 5.03682 4.57192 4.85873 4.71575 4.71523C4.85942 4.57157 5.0375 4.49973 5.25 4.49973H9C9 4.2549 9.08625 4.04624 9.25875 3.87374C9.43108 3.7014 9.63967 3.61523 9.8845 3.61523H14.1155C14.3603 3.61523 14.5689 3.7014 14.7413 3.87374C14.9138 4.04624 15 4.2549 15 4.49973H18.75C18.9625 4.49973 19.1406 4.57165 19.2843 4.71548C19.4281 4.85932 19.5 5.03748 19.5 5.24998C19.5 5.46265 19.4281 5.64073 19.2843 5.78423C19.1406 5.9279 18.9625 5.99973 18.75 5.99973H18.5V18.692C18.5 19.1892 18.323 19.6147 17.969 19.9687C17.615 20.3227 17.1894 20.4997 16.6923 20.4997H7.30775ZM17 5.99973H7V18.692C7 18.7818 7.02883 18.8556 7.0865 18.9132C7.14417 18.9709 7.21792 18.9997 7.30775 18.9997H16.6923C16.7821 18.9997 16.8558 18.9709 16.9135 18.9132C16.9712 18.8556 17 18.7818 17 18.692V5.99973ZM10.1543 16.9997C10.3668 16.9997 10.5448 16.9279 10.6885 16.7842C10.832 16.6404 10.9037 16.4622 10.9037 16.2497V8.74973C10.9037 8.53723 10.8318 8.35907 10.688 8.21523C10.5443 8.07157 10.3662 7.99973 10.1535 7.99973C9.941 7.99973 9.76292 8.07157 9.61925 8.21523C9.47575 8.35907 9.404 8.53723 9.404 8.74973V16.2497C9.404 16.4622 9.47583 16.6404 9.6195 16.7842C9.76333 16.9279 9.94158 16.9997 10.1543 16.9997ZM13.8465 16.9997C14.059 16.9997 14.2371 16.9279 14.3807 16.7842C14.5243 16.6404 14.596 16.4622 14.596 16.2497V8.74973C14.596 8.53723 14.5242 8.35907 14.3805 8.21523C14.2367 8.07157 14.0584 7.99973 13.8458 7.99973C13.6333 7.99973 13.4552 8.07157 13.3115 8.21523C13.168 8.35907 13.0962 8.53723 13.0962 8.74973V16.2497C13.0962 16.4622 13.1682 16.6404 13.312 16.7842C13.4557 16.9279 13.6338 16.9997 13.8465 16.9997Z\"\n />\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=remove.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove.d.ts","sourceRoot":"","sources":["../../../src/icons/remove.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,w6DAWtB,CAAA"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const searchIcon = "\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 24 24\"\n stroke-width=\"1.5\"\n stroke=\"currentColor\"\n class=\"w-6 h-6\"\n >\n <path\n stroke-linecap=\"round\"\n stroke-linejoin=\"round\"\n d=\"M21 21l-5.197-5.197m0 0A7.5 7.5 0 105.196 5.196a7.5 7.5 0 0010.607 10.607z\"\n />\n </svg>\n";
|
|
2
|
+
//# sourceMappingURL=search.d.ts.map
|