{"version":3,"sources":["webpack:///./src/demo/snippets/js/vuetify_custom_icon_preset.txt"],"names":[],"mappings":"gHAAA,OAAe","file":"js/chunk-2d22db7a.3aa46d08.js","sourcesContent":["export default \"// src/plugins/vuetify.js\\n\\nimport Vue from 'vue'\\nimport Vuetify from 'vuetify/lib'\\n\\nconst MY_ICONS = {\\n complete: '...',\\n cancel: '...',\\n close: '...',\\n delete: '...', // delete (e.g. v-chip close)\\n clear: '...',\\n success: '...',\\n info: '...',\\n warning: '...',\\n error: '...',\\n prev: '...',\\n next: '...',\\n checkboxOn: '...',\\n checkboxOff: '...',\\n checkboxIndeterminate: '...',\\n delimiter: '...', // for carousel\\n sort: '...',\\n expand: '...',\\n menu: '...',\\n subgroup: '...',\\n dropdown: '...',\\n radioOn: '...',\\n radioOff: '...',\\n edit: '...',\\n ratingEmpty: '...',\\n ratingFull: '...',\\n ratingHalf: '...',\\n loading: '...',\\n first: '...',\\n last: '...',\\n unfold: '...',\\n file: '...',\\n}\\n\\nVue.use(Vuetify)\\n\\nexport default new Vuetify({\\n icons: {\\n values: MY_ICONS,\\n },\\n})\\n\";"],"sourceRoot":""}