UNPKG

jodit

Version:

Jodit is awesome and usefully wysiwyg editor with filebrowser

168 lines (165 loc) 4.15 kB
/*! * Jodit Editor (https://xdsoft.net/jodit/) * Released under MIT see LICENSE.txt in the project root for license information. * Copyright (c) 2013-2020 Valeriy Chupurnov. All rights reserved. https://xdsoft.net */ import * as about from './about.svg'; import * as addcolumn from './addcolumn.svg'; import * as addrow from './addrow.svg'; import * as angle_down from './angle-down.svg'; import * as angle_left from './angle-left.svg'; import * as angle_right from './angle-right.svg'; import * as angle_up from './angle-up.svg'; import * as arrows_alt from './arrows-alt.svg'; import * as arrows_h from './arrows-h.svg'; import * as attachment from './attachment.svg'; import * as bin from './bin.svg'; import * as bold from './bold.svg'; import * as brush from './brush.svg'; import * as cancel from './cancel.svg'; import * as center from './center.svg'; import * as chain_broken from './chain-broken.svg'; import * as check from './check.svg'; import * as check_square from './check-square.svg'; import * as chevron from './chevron.svg'; import * as copyformat from './copyformat.svg'; import * as crop from './crop.svg'; import * as copy from './copy.svg'; import * as cut from './cut.svg'; import * as dedent from './dedent.svg'; import * as dots from './dots.svg'; import * as enter from './enter.svg'; import * as eraser from './eraser.svg'; import * as eye from './eye.svg'; import * as file from './file.svg'; import * as folder from './folder.svg'; import * as font from './font.svg'; import * as fontsize from './fontsize.svg'; import * as fullsize from './fullsize.svg'; import * as hr from './hr.svg'; import * as image from './image.svg'; import * as indent from './indent.svg'; import * as info_circle from './info-circle.svg'; import * as italic from './italic.svg'; import * as justify from './justify.svg'; import * as left from './left.svg'; import * as link from './link.svg'; import * as lock from './lock.svg'; import * as menu from './menu.svg'; import * as merge from './merge.svg'; import * as ok from './ok.svg'; import * as ol from './ol.svg'; import * as omega from './omega.svg'; import * as outdent from './outdent.svg'; import * as palette from './palette.svg'; import * as paragraph from './paragraph.svg'; import * as paste from './paste.svg'; import * as pencil from './pencil.svg'; import * as plus from './plus.svg'; import * as print from './print.svg'; import * as redo from './redo.svg'; import * as resize from './resize.svg'; import * as resizer from './resizer.svg'; import * as right from './right.svg'; import * as save from './save.svg'; import * as select_all from './select-all.svg'; import * as shrink from './shrink.svg'; import * as source from './source.svg'; import * as splitg from './splitg.svg'; import * as splitv from './splitv.svg'; import * as strikethrough from './strikethrough.svg'; import * as subscript from './subscript.svg'; import * as superscript from './superscript.svg'; import * as table from './table.svg'; import * as th from './th.svg'; import * as th_list from './th-list.svg'; import * as ul from './ul.svg'; import * as underline from './underline.svg'; import * as undo from './undo.svg'; import * as unlink from './unlink.svg'; import * as unlock from './unlock.svg'; import * as update from './update.svg'; import * as upload from './upload.svg'; import * as valign from './valign.svg'; import * as video from './video.svg'; export { about, addcolumn, addrow, angle_down, angle_left, angle_right, angle_up, arrows_alt, arrows_h, attachment, bin, bold, brush, cancel, center, chain_broken, check, check_square, copyformat, copy, crop, cut, dedent, dots, chevron, enter, eraser, eye, file, folder, font, fontsize, fullsize, hr, image, indent, info_circle, italic, justify, left, link, lock, menu, merge, ok, ol, omega, outdent, palette, paragraph, paste, pencil, plus, print, redo, resize, resizer, right, save, select_all, shrink, source, splitg, splitv, strikethrough, subscript, superscript, table, th, th_list, ul, underline, undo, unlink, unlock, update, upload, valign, video };