diff --git a/LICENSE-ICONS-3RD-PARTY.json b/LICENSE-ICONS-3RD-PARTY.json index aebe031eb..8dba7e6b8 100644 --- a/LICENSE-ICONS-3RD-PARTY.json +++ b/LICENSE-ICONS-3RD-PARTY.json @@ -1,8 +1,8 @@ { - "draggable.svg": { - "author": "Felix Niklas", - "url": "", - "license": "MIT" + "info.svg": { + "author": "Information by Gregor \u010cre\u0161nar from the Noun Project", + "url": "https:\/\/thenounproject.com\/search\/?q=info&i=176431", + "license": "CC 3.0 Attribution" }, "web.svg": { "author": "Zammad", @@ -14,6 +14,11 @@ "url": "https:\/\/thenounproject.com\/search\/?q=website&i=16523", "license": "CC 3.0 Attribution" }, + "draggable.svg": { + "author": "Felix Niklas", + "url": "", + "license": "MIT" + }, "radio.svg": { "author": "Zammad", "url": "", diff --git a/app/assets/stylesheets/svg-dimensions.css b/app/assets/stylesheets/svg-dimensions.css index 40d86bce3..6aa729664 100644 --- a/app/assets/stylesheets/svg-dimensions.css +++ b/app/assets/stylesheets/svg-dimensions.css @@ -28,6 +28,7 @@ .icon-help { width: 16px; height: 16px; } .icon-important { width: 16px; height: 16px; } .icon-in-process { width: 64px; height: 64px; } +.icon-info { width: 5px; height: 11px; } .icon-line-left-arrow { width: 34px; height: 7px; } .icon-line-right-arrow { width: 34px; height: 7px; } .icon-linkedin-button { width: 29px; height: 22px; } @@ -87,7 +88,5 @@ .icon-unmute { width: 16px; height: 16px; } .icon-user { width: 16px; height: 16px; } .icon-web { width: 17px; height: 17px; } -.icon-website { width: 17px; height: 17px; } -.icon-zammad { width: 17px; height: 17px; } .icon-zoom-in { width: 20px; height: 20px; } .icon-zoom-out { width: 20px; height: 20px; } \ No newline at end of file diff --git a/contrib/icon-sprite.sketch b/contrib/icon-sprite.sketch index ca161c076..57e7b6475 100644 Binary files a/contrib/icon-sprite.sketch and b/contrib/icon-sprite.sketch differ diff --git a/public/assets/images/icons.svg b/public/assets/images/icons.svg index c332485fe..cfe578f73 100644 --- a/public/assets/images/icons.svg +++ b/public/assets/images/icons.svg @@ -1 +1 @@ -arrow-downarrow-leftarrow-rightarrow-upchatcheckbox-checkedcheckboxcheckmarkclipboardclockcloudcogcrowndashboarddiagonal-crossdownloaddraggabledropdown-listemail-buttonemaileyedropperfacebook-buttonfacebookformgoogle-buttongrouphelpimportantin-processline-left-arrowline-right-arrowlinkedin-buttonlistloadinglock-openlocklogotypelong-arrow-rightmagnifiermarkermessageminus-smallminusmood-badmood-goodmood-okmood-super-badmood-supergoodmutenoteone-ticketorganizationoutbound-callsoverviewspackagepaperclippenpersonphoneplus-smallplusradio-checkedradioreceived-callsreloadreopeningreply-allreplyreportsignoutsmall-dotsplitstatus-modified-outer-circlestatusstopwatchswitchViewtask-stateteamtemplatestoolstotal-ticketstrashtwitter-buttontwitterunmuteuserwebwebsitezammadzoom-inzoom-out \ No newline at end of file +arrow-downarrow-leftarrow-rightarrow-upchatcheckbox-checkedcheckboxcheckmarkclipboardclockcloudcogcrowndashboarddiagonal-crossdownloaddraggabledropdown-listemail-buttonemaileyedropperfacebook-buttonfacebookformgoogle-buttongrouphelpimportantin-processinfoline-left-arrowline-right-arrowlinkedin-buttonlistloadinglock-openlocklogotypelong-arrow-rightmagnifiermarkermessageminus-smallminusmood-badmood-goodmood-okmood-super-badmood-supergoodmutenoteone-ticketorganizationoutbound-callsoverviewspackagepaperclippenpersonphoneplus-smallplusradio-checkedradioreceived-callsreloadreopeningreply-allreplyreportsignoutsmall-dotsplitstatus-modified-outer-circlestatusstopwatchswitchViewtask-stateteamtemplatestoolstotal-ticketstrashtwitter-buttontwitterunmuteuserwebzoom-inzoom-out \ No newline at end of file diff --git a/public/assets/images/icons/info.svg b/public/assets/images/icons/info.svg new file mode 100644 index 000000000..17a5e2dce --- /dev/null +++ b/public/assets/images/icons/info.svg @@ -0,0 +1,12 @@ + + + + info + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/public/assets/images/icons/website.svg b/public/assets/images/icons/website.svg deleted file mode 100644 index d71a95c11..000000000 --- a/public/assets/images/icons/website.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - website - Created with Sketch. - - - - - - - \ No newline at end of file diff --git a/public/assets/images/icons/zammad.svg b/public/assets/images/icons/zammad.svg deleted file mode 100644 index 0f87b044b..000000000 --- a/public/assets/images/icons/zammad.svg +++ /dev/null @@ -1,30 +0,0 @@ - - - - zammad - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file