Skip to content

Commit

Permalink
Merge branch 'release-54.20.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 2, 2024
2 parents b94fffc + 03223dc commit ecb511e
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 37 deletions.
8 changes: 7 additions & 1 deletion helpers/class.Icon.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@
*
* @access public
* @author Dieter Raber, <[email protected]>
* @date 2024-07-25 14:25:33
* @date 2024-07-31 09:47:33
* @package tao
*/
class tao_helpers_Icon
{
use IconBuilderTrait;

public const CLASS_ALIGN_CENTER = 'icon-align-center';
public const CLASS_MULTIPLE_MAGICWAND = 'icon-multiple-magicwand';
public const CLASS_SD_IMPORT = 'icon-sd-import';
public const CLASS_SD_EXPORT = 'icon-sd-export';
Expand Down Expand Up @@ -273,6 +274,11 @@ class tao_helpers_Icon
public const CLASS_ELIMINATE_CROSSED = 'icon-eliminate-crossed';
public const CLASS_PLAY_FROM_HERE = 'icon-play-from-here';

public static function iconAlignCenter(array $options = [])
{
return self::buildIcon(self::CLASS_ALIGN_CENTER, $options);
}

public static function iconMultipleMagicwand(array $options = [])
{
return self::buildIcon(self::CLASS_MULTIPLE_MAGICWAND, $options);
Expand Down
Binary file modified views/css/font/tao/tao.eot
Binary file not shown.
1 change: 1 addition & 0 deletions views/css/font/tao/tao.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified views/css/font/tao/tao.ttf
Binary file not shown.
Binary file modified views/css/font/tao/tao.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion views/css/tao-main-style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion views/css/tao-main-style.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit ecb511e

Please sign in to comment.