diff options
33 files changed, 142 insertions, 23 deletions
diff --git a/src/_icons/alien.svg b/src/_icons/alien.svg new file mode 100644 index 00000000..402c7e6d --- /dev/null +++ b/src/_icons/alien.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M11 17a2.5 2.5 0 0 0 2 0" /> + <path d="M12 3C7.336 3 4.604 5.331 4.138 8.595a11.816 11.816 0 0 0 1.998 8.592 10.777 10.777 0 003.199 3.064h0c1.666.999 3.664.999 5.33 0h0a10.777 10.777 0 0 0 3.199 -3.064 11.89 11.89 0 001.998-8.592C19.396 5.33 16.664 3 12 3z" /> + <line x1="8" y1="11" x2="10" y2="13" /> + <line x1="16" y1="11" x2="14" y2="13" /> +</svg> diff --git a/src/_icons/atom-2.svg b/src/_icons/atom-2.svg new file mode 100644 index 00000000..262c6a6d --- /dev/null +++ b/src/_icons/atom-2.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="3" /> + <line x1="12" y1="21" x2="12" y2="21.01" /> + <line x1="3" y1="9" x2="3" y2="9.01" /> + <line x1="21" y1="9" x2="21" y2="9.01" /> + <path d="M8 20.1a9 9 0 0 1 -5 -7.1" /> + <path d="M16 20.1a9 9 0 0 0 5 -7.1" /> + <path d="M6.2 5a9 9 0 0 1 11.4 0" /> +</svg> diff --git a/src/_icons/ball.svg b/src/_icons/ball.svg new file mode 100644 index 00000000..371df1af --- /dev/null +++ b/src/_icons/ball.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <line x1="5.65" y1="5.65" x2="18.35" y2="18.35" /> + <line x1="5.65" y1="18.35" x2="18.35" y2="5.65" /> + <path d="M12 3a9 9 0 0 0 9 9" /> + <path d="M3 12a9 9 0 0 1 9 9" /> +</svg> diff --git a/src/_icons/basket.svg b/src/_icons/basket.svg new file mode 100644 index 00000000..ba57bb48 --- /dev/null +++ b/src/_icons/basket.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <polyline points="7 10 12 4 17 10" /> + <path d="M21 10l-2 8a2 2.5 0 0 1 -2 2h-10a2 2.5 0 0 1 -2 -2l-2 -8Z" /> + <circle cx="12" cy="15" r="2" /> +</svg> diff --git a/src/_icons/building-bank.svg b/src/_icons/building-bank.svg new file mode 100644 index 00000000..4fb15d23 --- /dev/null +++ b/src/_icons/building-bank.svg @@ -0,0 +1,12 @@ +--- +--- +<svg> + <line x1="3" y1="21" x2="21" y2="21" /> + <line x1="3" y1="10" x2="21" y2="10" /> + <polyline points="5 6 12 3 19 6" /> + <line x1="4" y1="10" x2="4" y2="21" /> + <line x1="20" y1="10" x2="20" y2="21" /> + <line x1="8" y1="14" x2="8" y2="17" /> + <line x1="12" y1="14" x2="12" y2="17" /> + <line x1="16" y1="14" x2="16" y2="17" /> +</svg> diff --git a/src/_icons/building-warehouse.svg b/src/_icons/building-warehouse.svg new file mode 100644 index 00000000..a0119b86 --- /dev/null +++ b/src/_icons/building-warehouse.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M3 21v-13l9-4l9 4v13"></path> + <path d="M13 13h4v8h-10v-6h6"></path> + <path d="M13 21v-9a1 1 0 00-1 -1h-2a1 1 0 00 -1 1v3"></path> +</svg> diff --git a/src/_icons/clear-formatting.svg b/src/_icons/clear-formatting.svg new file mode 100644 index 00000000..ef8fd5d4 --- /dev/null +++ b/src/_icons/clear-formatting.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M17 15l4 4m0 -4l-4 4" /> + <path d="M7 6v-1h11v1" /> + <line x1="7" y1="19" x2="11" y2="19" /> + <line x1="13" y1="5" x2="9" y2="19" /> +</svg> diff --git a/src/_icons/clock.svg b/src/_icons/clock.svg index 38704bde..6796ef60 100644 --- a/src/_icons/clock.svg +++ b/src/_icons/clock.svg @@ -3,5 +3,5 @@ tags: [time, watch, alarm] --- <svg> <circle cx="12" cy="12" r="9" /> - <polyline points="12 7 12 12 9 15" /> + <polyline points="12 7 12 12 15 15" /> </svg> diff --git a/src/_icons/color-picker.svg b/src/_icons/color-picker.svg new file mode 100644 index 00000000..e42e7bf3 --- /dev/null +++ b/src/_icons/color-picker.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <line x1="11" y1="7" x2="17" y2="13" /> + <path d="M5 19v-4l9.7 -9.7a1 1 0 0 1 1.4 0l2.6 2.6a1 1 0 0 1 0 1.4l-9.7 9.7h-4" /> +</svg> diff --git a/src/_icons/file-check.svg b/src/_icons/file-check.svg index 37d72d0b..63454e9f 100644 --- a/src/_icons/file-check.svg +++ b/src/_icons/file-check.svg @@ -2,7 +2,7 @@ tags: ["yes"] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <path d="M9 15l2 2l4 -4" /> </svg> diff --git a/src/_icons/file-code.svg b/src/_icons/file-code.svg index 7da04491..7aa4b20e 100644 --- a/src/_icons/file-code.svg +++ b/src/_icons/file-code.svg @@ -2,7 +2,7 @@ tags: [paper, new] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <path d="M10 13l-1 2l1 2" /> <path d="M14 13l1 2l-1 2" /> diff --git a/src/_icons/file-download.svg b/src/_icons/file-download.svg index dd202409..025a354f 100644 --- a/src/_icons/file-download.svg +++ b/src/_icons/file-download.svg @@ -2,7 +2,7 @@ tags: [save, transfer, input] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <line x1="12" y1="11" x2="12" y2="17" /> <polyline points="9 14 12 17 15 14" /> diff --git a/src/_icons/file-horizontal.svg b/src/_icons/file-horizontal.svg index 86d5ecd4..64f64405 100644 --- a/src/_icons/file-horizontal.svg +++ b/src/_icons/file-horizontal.svg @@ -2,6 +2,6 @@ tags: [paper, new] --- <svg> - <polyline points="16 5 16 10 21 10" /> + <path d="M16 5v4a1 1 0 0 0 1 1h4" /> <path d="M3 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2 -2v-7l-5 -5h-11a2 2 0 0 0 -2 2z" /> </svg> diff --git a/src/_icons/file-invoice.svg b/src/_icons/file-invoice.svg index 03ace28a..2d83f6a0 100644 --- a/src/_icons/file-invoice.svg +++ b/src/_icons/file-invoice.svg @@ -2,7 +2,7 @@ tags: [accounting, bill, statement, settlement, finance] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <line x1="9" y1="7" x2="10" y2="7" /> <line x1="9" y1="13" x2="15" y2="13" /> diff --git a/src/_icons/file-minus.svg b/src/_icons/file-minus.svg index 292239e6..135cf9e9 100644 --- a/src/_icons/file-minus.svg +++ b/src/_icons/file-minus.svg @@ -2,7 +2,7 @@ tags: [remove, delete] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <line x1="9" y1="14" x2="15" y2="14" /> </svg> diff --git a/src/_icons/file-music.svg b/src/_icons/file-music.svg index f9054199..c0b5b104 100644 --- a/src/_icons/file-music.svg +++ b/src/_icons/file-music.svg @@ -2,7 +2,7 @@ tags: [mp3, wma, wav] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <circle cx="11" cy="16" r="1" /> <polyline points="12 16 12 11 14 12" /> diff --git a/src/_icons/file-plus.svg b/src/_icons/file-plus.svg index 0e91546c..01203c71 100644 --- a/src/_icons/file-plus.svg +++ b/src/_icons/file-plus.svg @@ -2,7 +2,7 @@ tags: [add, create, new] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <line x1="12" y1="11" x2="12" y2="17" /> <line x1="9" y1="14" x2="15" y2="14" /> diff --git a/src/_icons/file-shredder.svg b/src/_icons/file-shredder.svg index 365ca907..4d97277a 100644 --- a/src/_icons/file-shredder.svg +++ b/src/_icons/file-shredder.svg @@ -2,7 +2,7 @@ tags: [shred, destroy, cut] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M5 12v-7a2 2 0 0 1 2 -2h7l5 5v4" /> <line x1="3" y1="12" x2="21" y2="12" /> <line x1="6" y1="16" x2="6" y2="18" /> diff --git a/src/_icons/file-text.svg b/src/_icons/file-text.svg index 2a594cdc..5c13f11f 100644 --- a/src/_icons/file-text.svg +++ b/src/_icons/file-text.svg @@ -2,7 +2,7 @@ tags: [data, pdf, txt] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <line x1="9" y1="9" x2="10" y2="9" /> <line x1="9" y1="13" x2="15" y2="13" /> diff --git a/src/_icons/file-x.svg b/src/_icons/file-x.svg index b83bcba7..177b6868 100644 --- a/src/_icons/file-x.svg +++ b/src/_icons/file-x.svg @@ -2,7 +2,7 @@ tags: [remove, delete, erase] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> <path d="M10 12l4 4m0 -4l-4 4" /> </svg> diff --git a/src/_icons/file.svg b/src/_icons/file.svg index c6223d8d..942959e9 100644 --- a/src/_icons/file.svg +++ b/src/_icons/file.svg @@ -2,6 +2,6 @@ tags: [paper, new] --- <svg> - <polyline points="14 3 14 8 19 8" /> + <path d="M14 3v4a1 1 0 0 0 1 1h4" /> <path d="M17 21h-10a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v11a2 2 0 0 1 -2 2z" /> </svg> diff --git a/src/_icons/history.svg b/src/_icons/history.svg new file mode 100644 index 00000000..029129e5 --- /dev/null +++ b/src/_icons/history.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <circle cx="12" cy="12" r="9" opacity=".1" /> + <polyline points="12 8 12 12 14 14" /> + <path d="M3.05 11a9 9 0 1 1 .5 4m-.5 5v-5h5" /> +</svg> diff --git a/src/_icons/math.svg b/src/_icons/math.svg new file mode 100644 index 00000000..283ba3d7 --- /dev/null +++ b/src/_icons/math.svg @@ -0,0 +1,6 @@ +--- +--- +<svg> + <path d="M16 13l4 4m0 -4l-4 4" /> + <path d="M20 5h-7l-4 14l-3 -6h-2" /> +</svg> diff --git a/src/_icons/social.svg b/src/_icons/social.svg new file mode 100644 index 00000000..b53b7285 --- /dev/null +++ b/src/_icons/social.svg @@ -0,0 +1,11 @@ +--- +--- +<svg> + <circle cx="12" cy="5" r="2" /> + <circle cx="5" cy="19" r="2" /> + <circle cx="19" cy="19" r="2" /> + <circle cx="12" cy="14" r="3" /> + <line x1="12" y1="7" x2="12" y2="11" /> + <path d="M6.7 17.8l2.8 -2" /> + <path d="M17.3 17.8l-2.8 -2" /> +</svg> diff --git a/src/_icons/temperature-minus.svg b/src/_icons/temperature-minus.svg new file mode 100644 index 00000000..0746b445 --- /dev/null +++ b/src/_icons/temperature-minus.svg @@ -0,0 +1,8 @@ +--- +tags: [weather, celcius, fahrenheit, cold, hot] +--- +<svg> + <path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" /> + <line x1="8" y1="9" x2="12" y2="9" /> + <line x1="16" y1="9" x2="22" y2="9" /> +</svg> diff --git a/src/_icons/temperature-plus.svg b/src/_icons/temperature-plus.svg new file mode 100644 index 00000000..ee524818 --- /dev/null +++ b/src/_icons/temperature-plus.svg @@ -0,0 +1,9 @@ +--- +tags: [weather, celcius, fahrenheit, cold, hot] +--- +<svg> + <path d="M8 13.5a4 4 0 1 0 4 0v-8.5a2 2 0 0 0 -4 0v8.5" /> + <line x1="8" y1="9" x2="12" y2="9" /> + <line x1="16" y1="9" x2="22" y2="9" /> + <line x1="19" y1="6" x2="19" y2="12" /> +</svg> diff --git a/src/_icons/user-check.svg b/src/_icons/user-check.svg index 6e535021..e12d8c0c 100644 --- a/src/_icons/user-check.svg +++ b/src/_icons/user-check.svg @@ -2,7 +2,7 @@ tags: [tick, person, account] --- <svg> - <circle cx="8.5" cy="7" r="4" /> - <path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" /> + <circle cx="9" cy="7" r="4" /> + <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> <path d="M16 11l2 2l4 -4" /> </svg> diff --git a/src/_icons/user-minus.svg b/src/_icons/user-minus.svg index 9fc4c5aa..bc3fdfc4 100644 --- a/src/_icons/user-minus.svg +++ b/src/_icons/user-minus.svg @@ -2,7 +2,7 @@ tags: [remove, cancel, person, account, unsubscribe] --- <svg> - <circle cx="8.5" cy="7" r="4" /> - <path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" /> + <circle cx="9" cy="7" r="4" /> + <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> <line x1="16" y1="11" x2="22" y2="11" /> </svg> diff --git a/src/_icons/user-plus.svg b/src/_icons/user-plus.svg index f228f2c8..d56adb82 100644 --- a/src/_icons/user-plus.svg +++ b/src/_icons/user-plus.svg @@ -2,8 +2,8 @@ tags: [add, create, new, person, people, follow, subscribe] --- <svg> - <circle cx="8.5" cy="7" r="4" /> - <path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" /> + <circle cx="9" cy="7" r="4" /> + <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> <line x1="16" y1="11" x2="22" y2="11" /> <line x1="19" y1="8" x2="19" y2="14" /> </svg> diff --git a/src/_icons/user-x.svg b/src/_icons/user-x.svg index f3248db1..048c4410 100644 --- a/src/_icons/user-x.svg +++ b/src/_icons/user-x.svg @@ -2,7 +2,7 @@ tags: [cancel, remove, person, account, unsubscribe] --- <svg> - <circle cx="8.5" cy="7" r="4" /> - <path d="M2 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" /> + <circle cx="9" cy="7" r="4" /> + <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> <path d="M17 9l4 4m0 -4l-4 4" /> </svg> diff --git a/src/_icons/user.svg b/src/_icons/user.svg index 38b7f801..50e09040 100644 --- a/src/_icons/user.svg +++ b/src/_icons/user.svg @@ -3,5 +3,5 @@ tags: [person, account] --- <svg> <circle cx="12" cy="7" r="4" /> - <path d="M5.5 21v-2a4 4 0 0 1 4 -4h5a4 4 0 0 1 4 4v2" /> + <path d="M6 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> </svg> diff --git a/src/_icons/users.svg b/src/_icons/users.svg new file mode 100644 index 00000000..115a72bf --- /dev/null +++ b/src/_icons/users.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <circle cx="9" cy="7" r="4" /> + <path d="M3 21v-2a4 4 0 0 1 4 -4h4a4 4 0 0 1 4 4v2" /> + <path d="M16 3.13a4 4 0 0 1 0 7.75" /> + <path d="M21 21v-2a4 4 0 0 0 -3 -3.85" /> +</svg> diff --git a/src/editor.html b/src/editor.html index aeda57db..0be40363 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,emphasis|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='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough,emphasis|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,clear-formatting|parentheses,brackets,braces,terminal' %} {% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee,currency-yen' %} </div> @@ -88,6 +88,7 @@ layout: default </div> </div> + {% comment %} <div class="mb"> <div class="icons-list icons-list-borders"> {% for icon in icons %} @@ -109,6 +110,7 @@ layout: default {% endfor %} </div> </div> + {% endcomment %} </div> </div> |