Skip to content
Snippets Groups Projects
Commit 5b480f36 authored by Benjamin Kott's avatar Benjamin Kott Committed by Andreas Fernandez
Browse files

[TASK] Update T3.Icons to 0.0.8

Resolves: #71211
Releases: master
Change-Id: I645cc56a37fc61fee1b2578c87308cd844d80752
Reviewed-on: https://review.typo3.org/44451


Reviewed-by: default avatarJan Helke <typo3@helke.de>
Tested-by: default avatarJan Helke <typo3@helke.de>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
parent c47f82c4
Branches
Tags
No related merge requests found
......@@ -43,6 +43,6 @@
"seiyria-bootstrap-slider": "5.2.4",
"devbridge-autocomplete": "1.2.24",
"region-flags": "*",
"wmdbsystems-typo3-icons": "0.0.7"
"wmdbsystems-typo3-icons": "0.0.8"
}
}
......@@ -44,6 +44,13 @@ class IconRegistry implements \TYPO3\CMS\Core\SingletonInterface
*/
protected $icons = array(
//
// Important Information:
//
// Icons are maintained in an external repository, if new icons are needed
// please request them at: https://github.com/wmdbsystems/T3.Icons/issues
//
// Actions
'actions-add' => array(
'provider' => SvgIconProvider::class,
......@@ -549,6 +556,24 @@ class IconRegistry implements \TYPO3\CMS\Core\SingletonInterface
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/actions/actions-page-open.svg'
)
),
'actions-pagetree-collapse' => array(
'provider' => SvgIconProvider::class,
'options' => array(
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/actions/actions-pagetree-collapse.svg'
)
),
'actions-pagetree-expand' => array(
'provider' => SvgIconProvider::class,
'options' => array(
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/actions/actions-pagetree-expand.svg'
)
),
'actions-pagetree-mountroot' => array(
'provider' => SvgIconProvider::class,
'options' => array(
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/actions/actions-pagetree-mountroot.svg'
)
),
'actions-preview' => array(
'provider' => SvgIconProvider::class,
'options' => array(
......@@ -1518,6 +1543,12 @@ class IconRegistry implements \TYPO3\CMS\Core\SingletonInterface
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/content/content-special-menu.svg'
)
),
'content-special-shortcut' => array(
'provider' => SvgIconProvider::class,
'options' => array(
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/content/content-special-shortcut.svg'
)
),
'content-table' => array(
'provider' => SvgIconProvider::class,
'options' => array(
......@@ -1572,12 +1603,6 @@ class IconRegistry implements \TYPO3\CMS\Core\SingletonInterface
'source' => 'EXT:indexed_search/Resources/Public/Images/ce_wiz.png'
)
),
'content-special-shortcut' => array(
'provider' => BitmapIconProvider::class,
'options' => array(
'source' => 'EXT:frontend/Resources/Public/Icons/ContentElementWizard/shortcut.gif'
)
),
// Default
......@@ -1884,6 +1909,12 @@ class IconRegistry implements \TYPO3\CMS\Core\SingletonInterface
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/mimetypes/mimetypes-x-sys_news.svg'
)
),
'mimetypes-x-sys_note' => array(
'provider' => SvgIconProvider::class,
'options' => array(
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/mimetypes/mimetypes-x-sys_note.svg'
)
),
'mimetypes-x-sys_workspace' => array(
'provider' => SvgIconProvider::class,
'options' => array(
......@@ -1902,12 +1933,6 @@ class IconRegistry implements \TYPO3\CMS\Core\SingletonInterface
'source' => 'EXT:core/Resources/Public/Icons/T3Icons/mimetypes/mimetypes-x-tx_scheduler_task_group.svg'
)
),
'mimetypes-x-sys_note' => array(
'provider' => BitmapIconProvider::class,
'options' => array(
'source' => 'EXT:sys_note/ext_icon.png'
)
),
'mimetypes-x-sys_file_storage' => array(
'provider' => BitmapIconProvider::class,
'options' => array(
......
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.43 8.407l-5.64 4.028c-.33.237-.79 0-.79-.407V3.972c0-.407.46-.643.79-.407l5.64 4.028c.28.2.28.614 0 .814z" class="icon-color"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.593 11.43L3.565 5.79c-.237-.33 0-.79.407-.79h8.057c.406 0 .642.46.406.79l-4.028 5.64c-.2.28-.615.28-.815 0z" class="icon-color"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><g class="icon-color"><path d="M3 3h1v1H3zM3 5h1v1H3zM3 7h1v1H3zM3 9h1v1H3zM11 5h1v1h-1zM11 7h1v1h-1zM11 9h1v1h-1zM11 11h1v1h-1z"/><path d="M14.5 3h-5c-.276 0-.5.224-.5.5V4h5v10h-4V7H9v7.5c0 .276.224.5.5.5h5c.276 0 .5-.224.5-.5v-11c0-.276-.224-.5-.5-.5zM6 8.5V12H2V2h4v.5l1-.75V1.5c0-.276-.224-.5-.5-.5h-5c-.276 0-.5.224-.5.5v11c0 .276.224.5.5.5h5c.276 0 .5-.224.5-.5V9.25L6 8.5z"/><path d="M10 5H8V2.5l-4 3 4 3V6h2"/></g></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="#FFF" d="M1 1v14h7V8h7V1H1z"/><path fill="#999" d="M1 1v14h7v-1H2V2h12v6h1V1H1z"/><path fill="#666" d="M3 3h10v2H3z"/><path fill="#B9B9B9" d="M3 6h10v1H3zM3 8h5v1H3zM3 10h5v1H3zM3 12h5v1H3z"/><g><path fill="#666" d="M9 9h7v7H9z"/><path fill="#FFF" d="M10 10h5v5h-5z"/><path d="M11 13.115c0 .082.012.178.036.286.024.108.052.206.083.295.03.088.063.177.1.266.038.09.066.153.086.193l.043.085c.01.024.03.036.06.036.008 0 .014 0 .018-.002.036-.01.052-.036.05-.072-.062-.568.013-.97.225-1.204.09-.1.212-.18.364-.234.15-.057.34-.094.57-.113v.534c0 .06.027.102.082.126.017.007.035.01.052.01.038 0 .07-.012.096-.04l1.09-1.09c.03-.03.042-.06.042-.098s-.013-.07-.04-.096l-1.09-1.09c-.042-.045-.092-.055-.15-.03-.055.023-.083.065-.083.125v.56c-.584.04-1.01.196-1.276.47-.24.246-.36.608-.36 1.085z"/></g></svg>
\ No newline at end of file
<svg id="Ebene_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><style>.st0{fill:#FFC857;} .st1{opacity:0.2;enable-background:new ;} .st2{fill:#FFE4AB;} .st3{opacity:0.3;}</style><path class="st0" d="M15 10l-5 5H1V1h14z"/><path class="st1" d="M9 14H2V2h12v7h1V1H1v14h8z"/><path class="st2" d="M10 15H9V9h6v1z"/><path class="st3" d="M13.586 10L10 13.586V10h3.586M15 9H9v6h1l5-5V9z"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><path fill="#C83C3C" d="M9.982 3.236l-2.22-2.218.718-.716c.216-.216.568-.216.784 0l1.434 1.434c.216.216.216.568 0 .784l-.716.716z"/><path fill="#B9B9B9" d="M7.765 1.018l2.217 2.218-.554.554L7.21 1.573z"/><path fill="#FFEDCF" d="M0 11l1.11-3.327.554-.555 2.218 2.218-.532.555"/><path fill="#333" d="M1.11 10.634L0 11l.366-1.11h.743"/><path fill="#FF8700" d="M9.427 3.79L3.882 9.337h-1.11v-1.11H1.665V7.12L7.21 1.573"/><path d="M8.873.277c.11 0 .216.043.295.122l1.434 1.433c.162.162.162.426 0 .588L3.226 9.776l-2.817.817.847-2.872L8.577.4c.08-.08.185-.123.296-.123m0-.277c-.177 0-.355.068-.49.203L1.01 7.573 0 11l3.372-.978 7.426-7.404c.27-.27.27-.71 0-.98L9.363.203C9.227.068 9.05 0 8.873 0z"/></svg>
\ No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-2 3 11 11"><style>.st0{fill:#FFEDCF;} .st1{fill:#333333;} .st2{fill:#FF8700;} .st3{fill:#B9B9B9;} .st4{fill:#C83C3C;} .st5{fill:#666666;}</style><path class="st0" d="M-1 13v-2l7-7h2v2l-7 7"/><path class="st1" d="M.5 13H-1v-1.5"/><path class="st2" d="M7 7l-5 5-2-2 5-5"/><path class="st3" d="M6 4l2 2-1 1-2-2"/><path class="st4" d="M8 6.2L5.8 4l.7-.7c.2-.2.6-.2.8 0l1.4 1.4c.2.2.2.6 0 .8l-.7.7z"/><path class="st5" d="M8 4v2l-7 7h-2v-2l7-7h2M5.6 3l-7.3 7.3-.3.3V14h3.4l.3-.3L9 6.4V3H5.6z"/></svg>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment