Add link or color added

This commit is contained in:
Torsten Schulz
2024-06-20 23:50:22 +02:00
parent 240409d52a
commit dcfd478464
6 changed files with 226 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
// src/icons.js
import { Bold, Italic, Underline, Strikethrough, List, NumberedListLeft, Table, Table2Columns, ArrowRight, ArrowDown, TableRows,
AlignTopBox, AlignLeftBox, StatsReport
AlignTopBox, AlignLeftBox, StatsReport, OpenInWindow
} from '@iconoir/vue';
export {
@@ -17,5 +17,6 @@ export {
TableRows as TableRowsIcon,
AlignTopBox as AlignTopBoxIcon,
AlignLeftBox as AlignLeftBoxIcon,
StatsReport as StatsReportIcon
StatsReport as StatsReportIcon,
OpenInWindow as OpenInWindowIcon,
};