Skip to content

Commit

Permalink
docs: add outlined vuetify icon
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 6, 2023
1 parent bcfe98f commit ccd348a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/data/nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
},
{
"title": "about",
"inactiveIcon": "$vuetify",
"inactiveIcon": "$vuetify-outline",
"activeIcon": "$vuetify",
"items": [
"security-disclosure",
Expand Down
6 changes: 4 additions & 2 deletions packages/docs/src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ export const useVuetify: VuetifyPlugin = ({ app }) => {
},
},
aliases: {
// eslint-disable-next-line max-len
vuetify: 'svg:M7.26303 12.2838L7.00113 11.82L2 3H12H12.5261C12.5261 3 12.5261 3 12.5261 3L7.26307 12.2838C7.26307 12.2838 7.26307 12.2838 7.26306 12.2838L7.26303 12.2838ZM14.4359 3.01765L8.2241 13.9769L12 20.64L17.0011 11.82L22 3H14.4459L14.4359 3.01765Z',
/* eslint-disable max-len */
vuetify: 'svg:M7.26 12.28 2 3H12.53L7.26 12.28ZM14.44 3 8.22 13.98 12 20.64 22 3 14.44 3Z',
'vuetify-outline': 'svg:M7.26 12.47 12.53 3H2L7.26 12.47ZM14.45 3 8.22 14.2 12 21 22 3H14.45ZM18.6 5 12 16.88 10.51 14.2 15.62 5ZM7.26 8.35 5.4 5H9.13L7.26 8.35Z',
/* eslint-enable max-len */
},
},
theme: {
Expand Down

0 comments on commit ccd348a

Please sign in to comment.