Added images
This commit is contained in:
15
src/icons.js
15
src/icons.js
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user