File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed
pages/all-about-qiconpicker Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ module.exports = configure(function (ctx) {
3535 // https://github.com/quasarframework/quasar/tree/dev/extras
3636 extras : [
3737 'ionicons-v4' ,
38- 'mdi-v5 ' ,
38+ 'mdi-v6 ' ,
3939 'fontawesome-v5' ,
4040 'eva-icons' ,
4141 'themify' ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import {
1818
1919import {
2020 mdiCharity
21- } from ' @quasar/extras/mdi-v5 '
21+ } from ' @quasar/extras/mdi-v6 '
2222
2323const year = (new Date ()).getFullYear ()
2424
Original file line number Diff line number Diff line change 1919
2020<script >
2121import { computed } from ' vue'
22- import { mdiLaunch } from ' @quasar/extras/mdi-v5 '
22+ import { mdiLaunch } from ' @quasar/extras/mdi-v6 '
2323
2424export default {
2525 name: ' MarkdownLink' ,
Original file line number Diff line number Diff line change 3232
3333<script >
3434import { ref , computed , watch } from ' vue'
35- import { mdiMagnify } from ' @quasar/extras/mdi-v5 '
35+ import { mdiMagnify } from ' @quasar/extras/mdi-v6 '
3636
3737import sanitize from ' ./sanitize'
3838import parseMdTable from ' ./md-table-parser'
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ import '@quasar/quasar-ui-qiconpicker/dist/icon-set/material-icons-sharp.umd.js'
123123import ' @quasar/quasar-ui-qiconpicker/dist/icon-set/material-icons.umd.js'
124124import ' @quasar/quasar-ui-qiconpicker/dist/icon-set/mdi-v4.umd.js'
125125import ' @quasar/quasar-ui-qiconpicker/dist/icon-set/mdi-v5.umd.js'
126+ import ' @quasar/quasar-ui-qiconpicker/dist/icon-set/mdi-v6.umd.js'
126127import ' @quasar/quasar-ui-qiconpicker/dist/icon-set/themify.umd.js'
127128import ' @quasar/quasar-ui-qiconpicker/dist/icon-set/lineawesome.umd.js'
128129import ' @quasar/quasar-ui-qiconpicker/dist/icon-set/bootstrap-icons.umd.js'
@@ -223,12 +224,13 @@ Choices are:
2232247 . material-icons.umd.js
2242258 . mdi-v4.umd.js
2252269 . mdi-v5.umd.js
226- 10 . themify.umd.js
227- 11 . line-awesome.umd.js
228- 12 . bootstrap-icons.umd.js
227+ 10 . mdi-v5.umd.js
228+ 11 . themify.umd.js
229+ 12 . line-awesome.umd.js
230+ 13 . bootstrap-icons.umd.js
229231
230232``` warning
231- You can only use one of `mdi-v4` or `mdi-v5`
233+ You can only use one of `mdi-v4`, `mdi-v5` or `mdi-v6 `
232234```
233235
234236# Working with QIconPicker
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ QIconPicker is an icon picker for your Quasar application. It allows you to have
3636 - ionicons-v4
3737 - mdi-v4
3838 - mdi-v5
39+ - mdi-v6
3940 - fontawesome-v5
4041 - eva-icons
4142 - themify
You can’t perform that action at this time.
0 commit comments