Skip to content

Commit

Permalink
Add close theme icon
Browse files Browse the repository at this point in the history
REDMINE-20674
  • Loading branch information
tf committed Jul 15, 2024
1 parent 03cbd60 commit 8e9cd19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entry_types/scrolled/package/src/frontend/ThemeIcon.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import unmuted from './icons/unmuted.svg';
import gear from './icons/gear.svg';
import copyright from './icons/copyright.svg';
import world from './icons/world.svg';
import close from './icons/close.svg';

import email from './icons/social/email.svg';
import facebook from './icons/social/facebook.svg';
Expand All @@ -29,6 +30,7 @@ const icons = {
gear,
copyright,
world,
close,

email,
facebook,
Expand All @@ -46,7 +48,7 @@ const icons = {
*
* @param {Object} props
* @param {string} props.name -
* Either: copyright, expand, gear, information, muted, share, unmuted,
* Either: copyright, expand, gear, information, muted, share, unmuted, close,
* email, facebook, linkedIn, telegram, twitter, whatsApp,
* arrowLeft, arrowRight, world
* @params {number} [props.width] - Image width.
Expand Down
3 changes: 3 additions & 0 deletions entry_types/scrolled/package/src/frontend/icons/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e9cd19

Please sign in to comment.