quasar

Форк
0
/
svg-mdi-v6.js 
224 строки · 4.6 Кб
1

2
/*
3
 * DO NOT EDIT THIS FILE. It is automatically generated
4
 * from its webfont counterpart (same filename without "svg-" prefix).
5
 * Edit that file instead (mdi-v6.mjs).
6
 */
7

8

9
const {
10
  mdiCheckCircle,
11
  mdiAlert,
12
  mdiInformation,
13
  mdiExclamation,
14
  mdiArrowUp,
15
  mdiArrowRight,
16
  mdiArrowDown,
17
  mdiArrowLeft,
18
  mdiMenuDown,
19
  mdiChevronLeft,
20
  mdiChevronRight,
21
  mdiGradientVertical,
22
  mdiTune,
23
  mdiPaletteSwatch,
24
  mdiRefresh,
25
  mdiChevronUp,
26
  mdiChevronDown,
27
  mdiCircle,
28
  mdiCloseCircle,
29
  mdiCheck,
30
  mdiClockOutline,
31
  mdiCalendarToday,
32
  mdiFormatBold,
33
  mdiFormatItalic,
34
  mdiFormatStrikethroughVariant,
35
  mdiFormatUnderline,
36
  mdiFormatListBulleted,
37
  mdiFormatListNumbered,
38
  mdiFormatSubscript,
39
  mdiFormatSuperscript,
40
  mdiLink,
41
  mdiFullscreen,
42
  mdiFormatQuoteClose,
43
  mdiFormatAlignLeft,
44
  mdiFormatAlignCenter,
45
  mdiFormatAlignRight,
46
  mdiFormatAlignJustify,
47
  mdiPrinter,
48
  mdiFormatIndentDecrease,
49
  mdiFormatIndentIncrease,
50
  mdiFormatClear,
51
  mdiFormatColorText,
52
  mdiFormatSize,
53
  mdiMinus,
54
  mdiUndo,
55
  mdiRedo,
56
  mdiFormatHeader1,
57
  mdiFormatHeader2,
58
  mdiFormatHeader3,
59
  mdiFormatHeader4,
60
  mdiFormatHeader5,
61
  mdiFormatHeader6,
62
  mdiCodeTags,
63
  mdiNumeric1Box,
64
  mdiNumeric2Box,
65
  mdiNumeric3Box,
66
  mdiNumeric4Box,
67
  mdiNumeric5Box,
68
  mdiNumeric6Box,
69
  mdiNumeric7Box,
70
  mdiFormatFont,
71
  mdiPlus,
72
  mdiClose,
73
  mdiAlertCircle,
74
  mdiChevronDoubleLeft,
75
  mdiChevronDoubleRight,
76
  mdiStar,
77
  mdiPencil,
78
  mdiPlay,
79
  mdiPlusBox,
80
  mdiCloudUpload,
81
  mdiNotificationClearAll,
82
  mdiCheckAll
83
} = require('@quasar/extras/mdi-v6')
84

85
module.exports = {
86
  name: 'svg-mdi-v6',
87
  type: {
88
    positive: mdiCheckCircle,
89
    negative: mdiAlert,
90
    info: mdiInformation,
91
    warning: mdiExclamation
92
  },
93
  arrow: {
94
    up: mdiArrowUp,
95
    right: mdiArrowRight,
96
    down: mdiArrowDown,
97
    left: mdiArrowLeft,
98
    dropdown: mdiMenuDown
99
  },
100
  chevron: {
101
    left: mdiChevronLeft,
102
    right: mdiChevronRight
103
  },
104
  colorPicker: {
105
    spectrum: mdiGradientVertical,
106
    tune: mdiTune,
107
    palette: mdiPaletteSwatch
108
  },
109
  pullToRefresh: {
110
    icon: mdiRefresh
111
  },
112
  carousel: {
113
    left: mdiChevronLeft,
114
    right: mdiChevronRight,
115
    up: mdiChevronUp,
116
    down: mdiChevronDown,
117
    navigationIcon: mdiCircle
118
  },
119
  chip: {
120
    remove: mdiCloseCircle,
121
    selected: mdiCheck
122
  },
123
  datetime: {
124
    arrowLeft: mdiChevronLeft,
125
    arrowRight: mdiChevronRight,
126
    now: mdiClockOutline,
127
    today: mdiCalendarToday
128
  },
129
  editor: {
130
    bold: mdiFormatBold,
131
    italic: mdiFormatItalic,
132
    strikethrough: mdiFormatStrikethroughVariant,
133
    underline: mdiFormatUnderline,
134
    unorderedList: mdiFormatListBulleted,
135
    orderedList: mdiFormatListNumbered,
136
    subscript: mdiFormatSubscript,
137
    superscript: mdiFormatSuperscript,
138
    hyperlink: mdiLink,
139
    toggleFullscreen: mdiFullscreen,
140
    quote: mdiFormatQuoteClose,
141
    left: mdiFormatAlignLeft,
142
    center: mdiFormatAlignCenter,
143
    right: mdiFormatAlignRight,
144
    justify: mdiFormatAlignJustify,
145
    print: mdiPrinter,
146
    outdent: mdiFormatIndentDecrease,
147
    indent: mdiFormatIndentIncrease,
148
    removeFormat: mdiFormatClear,
149
    formatting: mdiFormatColorText,
150
    fontSize: mdiFormatSize,
151
    align: mdiFormatAlignLeft,
152
    hr: mdiMinus,
153
    undo: mdiUndo,
154
    redo: mdiRedo,
155
    heading: mdiFormatSize,
156
    heading1: mdiFormatHeader1,
157
    heading2: mdiFormatHeader2,
158
    heading3: mdiFormatHeader3,
159
    heading4: mdiFormatHeader4,
160
    heading5: mdiFormatHeader5,
161
    heading6: mdiFormatHeader6,
162
    code: mdiCodeTags,
163
    size: mdiFormatSize,
164
    size1: mdiNumeric1Box,
165
    size2: mdiNumeric2Box,
166
    size3: mdiNumeric3Box,
167
    size4: mdiNumeric4Box,
168
    size5: mdiNumeric5Box,
169
    size6: mdiNumeric6Box,
170
    size7: mdiNumeric7Box,
171
    font: mdiFormatFont,
172
    viewSource: mdiCodeTags
173
  },
174
  expansionItem: {
175
    icon: mdiChevronDown,
176
    denseIcon: mdiMenuDown
177
  },
178
  fab: {
179
    icon: mdiPlus,
180
    activeIcon: mdiClose
181
  },
182
  field: {
183
    clear: mdiCloseCircle,
184
    error: mdiAlertCircle
185
  },
186
  pagination: {
187
    first: mdiChevronDoubleLeft,
188
    prev: mdiChevronLeft,
189
    next: mdiChevronRight,
190
    last: mdiChevronDoubleRight
191
  },
192
  rating: {
193
    icon: mdiStar
194
  },
195
  stepper: {
196
    done: mdiCheck,
197
    active: mdiPencil,
198
    error: mdiAlert
199
  },
200
  tabs: {
201
    left: mdiChevronLeft,
202
    right: mdiChevronRight,
203
    up: mdiChevronUp,
204
    down: mdiChevronDown
205
  },
206
  table: {
207
    arrowUp: mdiArrowUp,
208
    warning: mdiAlert,
209
    firstPage: mdiChevronDoubleLeft,
210
    prevPage: mdiChevronLeft,
211
    nextPage: mdiChevronRight,
212
    lastPage: mdiChevronDoubleRight
213
  },
214
  tree: {
215
    icon: mdiPlay
216
  },
217
  uploader: {
218
    done: mdiCheck,
219
    clear: mdiClose,
220
    add: mdiPlusBox,
221
    upload: mdiCloudUpload,
222
    removeQueue: mdiNotificationClearAll,
223
    removeUploaded: mdiCheckAll
224
  }
225
}
226

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.