quasar

Форк
0
/
svg-eva-icons.mjs 
232 строки · 5.2 Кб
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 (eva-icons.mjs).
6
 */
7

8
import {
9
  evaCheckmarkCircle2,
10
  evaAlertTriangle,
11
  evaInfo,
12
  evaAlertCircleOutline,
13
  evaArrowUpwardOutline,
14
  evaArrowForwardOutline,
15
  evaArrowDownwardOutline,
16
  evaArrowBackOutline,
17
  evaChevronDown,
18
  evaArrowIosBackOutline,
19
  evaArrowIosForwardOutline,
20
  evaColorPickerOutline,
21
  evaOptions2Outline,
22
  evaPantoneOutline,
23
  evaRefreshOutline,
24
  evaArrowIosUpwardOutline,
25
  evaArrowIosDownwardOutline,
26
  evaShield,
27
  evaClose,
28
  evaCheckmark,
29
  evaClockOutline,
30
  evaCalendarOutline,
31
  evaPlusOutline,
32
  evaCloseCircle,
33
  evaAlertCircle,
34
  evaArrowheadLeftOutline,
35
  evaArrowheadRightOutline,
36
  evaStar,
37
  evaEdit,
38
  evaArrowUpward,
39
  evaArrowRight,
40
  evaPlusSquare,
41
  evaCloudUpload,
42
  evaSlash,
43
  evaDoneAll
44
} from '@quasar/extras/eva-icons'
45

46
/* There are some icons that are needed but not available
47
   so we import them from MDI as svg */
48

49
import {
50
  mdiFormatBold,
51
  mdiFormatItalic,
52
  mdiFormatStrikethroughVariant,
53
  mdiFormatUnderline,
54
  mdiFormatListBulleted,
55
  mdiFormatListNumbered,
56
  mdiFormatSubscript,
57
  mdiFormatSuperscript,
58
  mdiLink,
59
  mdiFullscreen,
60
  mdiFormatQuoteClose,
61
  mdiFormatAlignLeft,
62
  mdiFormatAlignCenter,
63
  mdiFormatAlignRight,
64
  mdiFormatAlignJustify,
65
  mdiPrinter,
66
  mdiFormatIndentDecrease,
67
  mdiFormatIndentIncrease,
68
  mdiFormatClear,
69
  mdiFormatColorText,
70
  mdiFormatSize,
71
  mdiMinus,
72
  mdiUndo,
73
  mdiRedo,
74
  mdiFormatHeader1,
75
  mdiFormatHeader2,
76
  mdiFormatHeader3,
77
  mdiFormatHeader4,
78
  mdiFormatHeader5,
79
  mdiFormatHeader6,
80
  mdiCodeTags,
81
  mdiNumeric1Box,
82
  mdiNumeric2Box,
83
  mdiNumeric3Box,
84
  mdiNumeric4Box,
85
  mdiNumeric5Box,
86
  mdiNumeric6Box,
87
  mdiNumeric7Box,
88
  mdiFormatFont
89
} from '@quasar/extras/mdi-v6'
90

91

92

93
export default {
94
  name: 'svg-eva-icons',
95
  type: {
96
    positive: evaCheckmarkCircle2,
97
    negative: evaAlertTriangle,
98
    info: evaInfo,
99
    warning: evaAlertCircleOutline
100
  },
101
  arrow: {
102
    up: evaArrowUpwardOutline,
103
    right: evaArrowForwardOutline,
104
    down: evaArrowDownwardOutline,
105
    left: evaArrowBackOutline,
106
    dropdown: evaChevronDown
107
  },
108
  chevron: {
109
    left: evaArrowIosBackOutline,
110
    right: evaArrowIosForwardOutline
111
  },
112
  colorPicker: {
113
    spectrum: evaColorPickerOutline,
114
    tune: evaOptions2Outline,
115
    palette: evaPantoneOutline
116
  },
117
  pullToRefresh: {
118
    icon: evaRefreshOutline
119
  },
120
  carousel: {
121
    left: evaArrowIosBackOutline,
122
    right: evaArrowIosForwardOutline,
123
    up: evaArrowIosUpwardOutline,
124
    down: evaArrowIosDownwardOutline,
125
    navigationIcon: evaShield
126
  },
127
  chip: {
128
    remove: evaClose,
129
    selected: evaCheckmark
130
  },
131
  datetime: {
132
    arrowLeft: evaArrowIosBackOutline,
133
    arrowRight: evaArrowIosForwardOutline,
134
    now: evaClockOutline,
135
    today: evaCalendarOutline
136
  },
137
  editor: {
138
    bold: mdiFormatBold,
139
    italic: mdiFormatItalic,
140
    strikethrough: mdiFormatStrikethroughVariant,
141
    underline: mdiFormatUnderline,
142
    unorderedList: mdiFormatListBulleted,
143
    orderedList: mdiFormatListNumbered,
144
    subscript: mdiFormatSubscript,
145
    superscript: mdiFormatSuperscript,
146
    hyperlink: mdiLink,
147
    toggleFullscreen: mdiFullscreen,
148
    quote: mdiFormatQuoteClose,
149
    left: mdiFormatAlignLeft,
150
    center: mdiFormatAlignCenter,
151
    right: mdiFormatAlignRight,
152
    justify: mdiFormatAlignJustify,
153
    print: mdiPrinter,
154
    outdent: mdiFormatIndentDecrease,
155
    indent: mdiFormatIndentIncrease,
156
    removeFormat: mdiFormatClear,
157
    formatting: mdiFormatColorText,
158
    fontSize: mdiFormatSize,
159
    align: mdiFormatAlignLeft,
160
    hr: mdiMinus,
161
    undo: mdiUndo,
162
    redo: mdiRedo,
163
    heading: mdiFormatSize,
164
    heading1: mdiFormatHeader1,
165
    heading2: mdiFormatHeader2,
166
    heading3: mdiFormatHeader3,
167
    heading4: mdiFormatHeader4,
168
    heading5: mdiFormatHeader5,
169
    heading6: mdiFormatHeader6,
170
    code: mdiCodeTags,
171
    size: mdiFormatSize,
172
    size1: mdiNumeric1Box,
173
    size2: mdiNumeric2Box,
174
    size3: mdiNumeric3Box,
175
    size4: mdiNumeric4Box,
176
    size5: mdiNumeric5Box,
177
    size6: mdiNumeric6Box,
178
    size7: mdiNumeric7Box,
179
    font: mdiFormatFont,
180
    viewSource: mdiCodeTags
181
  },
182
  expansionItem: {
183
    icon: evaArrowIosDownwardOutline,
184
    denseIcon: evaChevronDown
185
  },
186
  fab: {
187
    icon: evaPlusOutline,
188
    activeIcon: evaClose
189
  },
190
  field: {
191
    clear: evaCloseCircle,
192
    error: evaAlertCircle
193
  },
194
  pagination: {
195
    first: evaArrowheadLeftOutline,
196
    prev: evaArrowIosBackOutline,
197
    next: evaArrowIosForwardOutline,
198
    last: evaArrowheadRightOutline
199
  },
200
  rating: {
201
    icon: evaStar
202
  },
203
  stepper: {
204
    done: evaCheckmark,
205
    active: evaEdit,
206
    error: evaAlertTriangle
207
  },
208
  tabs: {
209
    left: evaArrowIosBackOutline,
210
    right: evaArrowIosForwardOutline,
211
    up: evaArrowIosUpwardOutline,
212
    down: evaArrowIosDownwardOutline
213
  },
214
  table: {
215
    arrowUp: evaArrowUpward,
216
    warning: evaAlertTriangle,
217
    firstPage: evaArrowheadLeftOutline,
218
    prevPage: evaArrowIosBackOutline,
219
    nextPage: evaArrowIosForwardOutline,
220
    lastPage: evaArrowheadRightOutline
221
  },
222
  tree: {
223
    icon: evaArrowRight
224
  },
225
  uploader: {
226
    done: evaCheckmark,
227
    clear: evaClose,
228
    add: evaPlusSquare,
229
    upload: evaCloudUpload,
230
    removeQueue: evaSlash,
231
    removeUploaded: evaDoneAll
232
  }
233
}
234

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

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

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

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