Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
type_style
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
type_style
Merge requests
!2
Issue
#3351896
: Add material design icons and material design icons light
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3351896
: Add material design icons and material design icons light
issue/type_style-3351896:3351896-add-material-design-icons
into
8.x-1.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Attila Santo-Rieder
requested to merge
issue/type_style-3351896:3351896-add-material-design-icons
into
8.x-1.x
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (HEAD)
and
latest version
latest version
473b8a04
1 commit,
2 years ago
1 file
+
20
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
type_style.libraries.yml
+
20
−
0
Options
@@ -27,3 +27,23 @@ ionicons:
css
:
theme
:
http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css
:
{
type
:
external
,
minified
:
true
}
mdi
:
version
:
7.2.96
license
:
name
:
Apache
2.0
url
:
https://github.com/Templarian/MaterialDesign/blob/master/LICENSE
gpl-compatible
:
true
css
:
theme
:
https://cdn.jsdelivr.net/npm/@mdi/font@7.2.96/css/materialdesignicons.min.css
:
{
type
:
external
,
minified
:
true
}
mdil
:
version
:
0.2.63
license
:
name
:
Apache
2.0
url
:
https://github.com/Pictogrammers/MaterialDesignLight/blob/master/LICENSE.md
gpl-compatible
:
true
css
:
theme
:
https://cdn.jsdelivr.net/npm/@mdi/light-font@0.2.63/css/materialdesignicons-light.min.css
:
{
type
:
external
,
minified
:
true
}
Loading