diff --git a/LICENSE-ICONS-3RD-PARTY.json b/LICENSE-ICONS-3RD-PARTY.json index 2877461d9..aebe031eb 100644 --- a/LICENSE-ICONS-3RD-PARTY.json +++ b/LICENSE-ICONS-3RD-PARTY.json @@ -4,12 +4,12 @@ "url": "", "license": "MIT" }, - "zammad.svg": { + "web.svg": { "author": "Zammad", "url": "", "license": "MIT" }, - "website.svg": { + "form.svg": { "author": "Pickin Studio", "url": "https:\/\/thenounproject.com\/search\/?q=website&i=16523", "license": "CC 3.0 Attribution" diff --git a/app/assets/stylesheets/svg-dimensions.css b/app/assets/stylesheets/svg-dimensions.css index 9700782ed..40d86bce3 100644 --- a/app/assets/stylesheets/svg-dimensions.css +++ b/app/assets/stylesheets/svg-dimensions.css @@ -21,6 +21,7 @@ .icon-eyedropper { width: 17px; height: 17px; } .icon-facebook-button { width: 29px; height: 22px; } .icon-facebook { width: 17px; height: 17px; } +.icon-form { width: 17px; height: 17px; } .icon-full-logo { width: 175px; height: 50px; } .icon-google-button { width: 29px; height: 22px; } .icon-group { width: 24px; height: 24px; } @@ -85,6 +86,7 @@ .icon-twitter { width: 17px; height: 17px; } .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; } diff --git a/contrib/icon-sprite.sketch b/contrib/icon-sprite.sketch index 5962c3c59..ca161c076 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 2f1d82ec3..c332485fe 100644 --- a/public/assets/images/icons.svg +++ b/public/assets/images/icons.svg @@ -1 +1 @@ -arrow-downarrow-leftarrow-rightarrow-upchatcheckbox-checkedcheckboxcheckmarkclipboardclockcloudcogcrowndashboarddiagonal-crossdownloaddraggabledropdown-listemail-buttonemaileyedropperfacebook-buttonfacebookgoogle-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-buttontwitterunmuteuserwebsitezammadzoom-inzoom-out \ No newline at end of file +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 diff --git a/public/assets/images/icons/form.svg b/public/assets/images/icons/form.svg new file mode 100644 index 000000000..e6f0eea67 --- /dev/null +++ b/public/assets/images/icons/form.svg @@ -0,0 +1,12 @@ + + + + form + Created with Sketch. + + + + + + + \ No newline at end of file diff --git a/public/assets/images/icons/web.svg b/public/assets/images/icons/web.svg new file mode 100644 index 000000000..f24ae082d --- /dev/null +++ b/public/assets/images/icons/web.svg @@ -0,0 +1,30 @@ + + + + web + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file