Skip to content

Commit

Permalink
Updated toolbar icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghita Nekt authored and Ghita Nekt committed Jan 24, 2024
1 parent 6a9781d commit 7688793
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions packages/vue3/src/components/RichText/iconDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const iconDefinitions = [
{ key: 'bold', name: 'text-bolder' },
{ key: 'italic', name: 'text-italic' },
{ key: 'fullscreen', name: 'corners-out' },
{ key: 'fullscreenCompress', name: 'truck' },
{ key: 'fullscreenCompress', name: 'corners-in' },
{ key: 'underline', name: 'text-underline' },
{ key: 'strikeThrough', name: 'text-strikethrough' },
{ key: 'textColor', name: 'eyedropper-sample' },
Expand Down Expand Up @@ -33,40 +33,39 @@ const iconDefinitions = [
{ key: 'imageUpload', name: 'upload-simple' },
{ key: 'imageByURL', name: 'link' },
{ key: 'imageReplace', name: 'arrows-clockwise' },
{ key: 'imageCaption', name: 'truck' },
{ key: 'imageCaption', name: 'image-legend' },
{ key: 'imageRemove', name: 'trash' },
{ key: 'imageLink', name: 'link' },
{ key: 'linkOpen', name: 'truck' },
{ key: 'linkOpen', name: 'open-link' },
{ key: 'linkEdit', name: 'pencil-simple' },
{ key: 'linkRemove', name: 'trash' },
{ key: 'linkBack', name: 'arrow-bend-up-left' },
{ key: 'linkStyle', name: 'palette' },
{ key: 'imageDisplay', name: 'truck' },
{ key: 'imageDisplay', name: 'image-position' },
{ key: 'imageStyle', name: 'palette' },
{ key: 'imageAlt', name: 'truck' },
{ key: 'imageSize', name: 'truck' },
{ key: 'imageAlt', name: 'text-alt' },
{ key: 'imageSize', name: 'arrows-out-simple' },
{ key: 'imageBack', name: 'arrow-bend-up-left' },
{ key: 'videoReplace', name: 'arrows-clockwise' },
{ key: 'videoRemove', name: 'trash' },
{ key: 'videoDisplay', name: 'truck' },
{ key: 'videoDisplay', name: 'image-position' },
{ key: 'videoBack', name: 'arrow-bend-up-left' },
{ key: 'videoSize', name: 'truck' },
{ key: 'videoSize', name: 'arrows-out-simple' },
{ key: 'videoByURL', name: 'link' },
{ key: 'videoEmbed', name: 'code' },
{ key: 'videoUpload', name: 'upload-simple' },
{ key: 'autoplay', name: 'play' },
{ key: 'tableHeader', name: 'truck' },
{ key: 'tableFooter', name: 'truck' },
{ key: 'tableHeader', name: 'table-header' },
{ key: 'tableFooter', name: 'table-footer' },
{ key: 'tableRemove', name: 'trash' },
{ key: 'tableRows', name: 'truck' },
{ key: 'tableColumns', name: 'truck' },
{ key: 'tableRows', name: 'row' },
{ key: 'tableColumns', name: 'column' },
{ key: 'tableBack', name: 'arrow-bend-up-left' },
{ key: 'tableStyle', name: 'palette' },
{ key: 'tableCells', name: 'truck' },
{ key: 'tableStyle', name: 'table-style' },
{ key: 'tableCells', name: 'cell' },
{ key: 'tableCellBackground', name: 'paint-bucket' },
{ key: 'tableCellVerticalAlign', name: 'truck' },
{ key: 'tableCellHorizontalAlign', name: 'truck' },
{ key: 'tableCellStyle', name: 'palette' },
{ key: 'tableCellVerticalAlign', name: 'vertical-align' },
{ key: 'tableCellStyle', name: 'cell-style' },
];

export default iconDefinitions;

0 comments on commit 7688793

Please sign in to comment.