diff options
author | codecalm <codecalm@gmail.com> | 2022-03-12 23:43:41 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-12 23:43:41 +0100 |
commit | 2b80ef48ddaeeb39feb3a5ca5100a7489b4a1dfd (patch) | |
tree | 567ee50ec188b1afc699e1edbd8a4c55c195acc2 /src/editor.html | |
parent | New import script (diff) | |
download | tabler-icons-2b80ef48ddaeeb39feb3a5ca5100a7489b4a1dfd.tar.xz |
18 new icons: `3d-rotate`, `address-book`, `album`, `augmented-reality`, `baseline`, `dental`, `device-nintendo`, `error-404`, `file-description`, `file-settings`, `focus-centered`, `gizmo`, `layout-dashboard`, `oval-vertical`, `oval`, `paper-bag`, `sword`, `timeline`
Diffstat (limited to 'src/editor.html')
-rw-r--r-- | src/editor.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.html b/src/editor.html index 48120272..faacf8d9 100644 --- a/src/editor.html +++ b/src/editor.html @@ -75,7 +75,7 @@ layout: default </div> <div class="mb"> - {% include_cached toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,quote|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall,karate|heart,spade,diamonds,clubs|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject' %} + {% include_cached toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis,baseline|align-left,align-center,align-right,align-justified,line-height|list,list-check,list-numbers|h-1,h-2,h-3,h-4,h-5,h-6,link,photo,table|sort-ascending,sort-descending,sort-ascending-letters,sort-ascending-numbers|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letters-case,clear-formatting|parentheses,brackets,braces,terminal|bike,run,swimming,walk,pray,fall,karate|heart,spade,diamonds,clubs|repeat,repeat-once,switch,player-record,player-play,player-pause,player-stop,power,player-skip-forward,player-skip-back,player-track-next,player-track-prev,player-eject' %} </div> {% assign new-icons = icons | where: "version", null %} |