Added images

This commit is contained in:
Torsten Schulz
2024-06-20 07:35:55 +02:00
parent 8c54988023
commit d78bc26e30
12 changed files with 455 additions and 89 deletions

View File

@@ -1,8 +1,21 @@
// src/icons.js
import { Bold, Italic, Underline } from '@iconoir/vue';
import { Bold, Italic, Underline, Strikethrough, List, NumberedListLeft, Table, Table2Columns, ArrowRight, ArrowDown, TableRows,
AlignTopBox, AlignLeftBox, StatsReport
} from '@iconoir/vue';
export {
Bold as BoldIcon,
Italic as ItalicIcon,
Underline as UnderlineIcon,
Strikethrough as StrikethroughIcon,
List as ListIcon,
NumberedListLeft as NumberedListLeftIcon,
Table as TableIcon,
Table2Columns as Table2ColumnsIcon,
ArrowRight as ArrowRightIcon,
ArrowDown as ArrowDownIcon,
TableRows as TableRowsIcon,
AlignTopBox as AlignTopBoxIcon,
AlignLeftBox as AlignLeftBoxIcon,
StatsReport as StatsReportIcon
};