diff options
author | codecalm <codecalm@gmail.com> | 2020-04-20 06:17:28 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-04-20 06:17:28 +0200 |
commit | e4916be984ccb8df1b2ebc0680e426ddcf0bbaf2 (patch) | |
tree | 6d09ab3058779422ce87eede6c1aa8e85ae253bd /src/editor.html | |
parent | tags.json file (diff) | |
download | tabler-icons-e4916be984ccb8df1b2ebc0680e426ddcf0bbaf2.tar.xz |
7 new icons: `braces`, `brackets`, `ear`, `focus-2`, `parentheses`, `slice`, `terminal`
Fixed icons: `barcode`, `focus`, `scan`
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 f182aa42..82763fa9 100644 --- a/src/editor.html +++ b/src/editor.html @@ -71,7 +71,7 @@ layout: default </div> <div class="mb"> - {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case' %} + {% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings,typography,letter-case|parentheses,brackets,braces,terminal' %} {% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %} </div> |