Add icons to the XWiki Icon Set
Last modified by Vincent Massol on 2024/11/19 16:13
- XWiki
- Feature
- Idea
Description
Ideas for new icons
- https://fontawesome.com/icons/caret-left?f=classic&s=solid we have caret-right, caret-up and caret-down already, but could be useful for some closed dropdowns
- https://fontawesome.com/icons/arrows-up-down-left-right?f=classic&s=solid and https://fontawesome.com/icons/arrows-left-right?f=classic&s=solid Useful for drag and drop alternative buttons
- Bells for https://design.xwiki.org/xwiki/bin/view/Proposal/Notificationwatchbuttons#HUsingbells
- Square minus and square plus for an alternative for dropdowns. It could be useful for the object and class editors which ATM use silk icons https://fontawesome.com/icons/square-minus?f=classic&s=solid
Mapping proposal
| Name | Silk | Font Awesome | Glyphicon (Bootstrap) | Elusive |
|---|---|---|---|---|
| caret-left | fa-caret-left | glyphicon-triangle-left | el-icon-caret-left | |
| move | fa-arrows | glyphicon-move | el-icon-move | |
| resize-horizontal | fa-arrows-h | glyphicon-resize-horizontal | el-icon-resize-horizontal | |
| plus | fa-plus-square | glyphicon-plus-sign | el-icon-plus-sign | |
| minus | fa-minus-square | glyphicon-minus-sign | el-icon-minus-sign | |
| bell-unset | fa-bell-o | |||
| bell-on | fa-bell | glyphicon-bell | el-icon-bell | |
| bell-off | fa-bell-slash |
Lucas Charpentier