quasar

Форк
0
/
svg-material-symbols-rounded.js 
200 строк · 5.0 Кб
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 (material-symbols-rounded.mjs).
6
 */
7

8
const {
9
  symRoundedCheckCircle,
10
  symRoundedWarning,
11
  symRoundedInfo,
12
  symRoundedPriorityHigh,
13
  symRoundedArrowUpward,
14
  symRoundedArrowForward,
15
  symRoundedArrowDownward,
16
  symRoundedArrowBack,
17
  symRoundedArrowDropDown,
18
  symRoundedChevronLeft,
19
  symRoundedChevronRight,
20
  symRoundedGradient,
21
  symRoundedTune,
22
  symRoundedStyle,
23
  symRoundedRefresh,
24
  symRoundedKeyboardArrowUp,
25
  symRoundedKeyboardArrowDown,
26
  symRoundedLens,
27
  symRoundedCancel,
28
  symRoundedCheck,
29
  symRoundedSchedule,
30
  symRoundedToday,
31
  symRoundedFormatBold,
32
  symRoundedFormatItalic,
33
  symRoundedStrikethroughS,
34
  symRoundedFormatUnderlined,
35
  symRoundedFormatListBulleted,
36
  symRoundedFormatListNumbered,
37
  symRoundedVerticalAlignBottom,
38
  symRoundedVerticalAlignTop,
39
  symRoundedLink,
40
  symRoundedFullscreen,
41
  symRoundedFormatQuote,
42
  symRoundedFormatAlignLeft,
43
  symRoundedFormatAlignCenter,
44
  symRoundedFormatAlignRight,
45
  symRoundedFormatAlignJustify,
46
  symRoundedPrint,
47
  symRoundedFormatIndentDecrease,
48
  symRoundedFormatIndentIncrease,
49
  symRoundedFormatClear,
50
  symRoundedTextFormat,
51
  symRoundedFormatSize,
52
  symRoundedRemove,
53
  symRoundedUndo,
54
  symRoundedRedo,
55
  symRoundedCode,
56
  symRoundedFontDownload,
57
  symRoundedAdd,
58
  symRoundedClose,
59
  symRoundedError,
60
  symRoundedFirstPage,
61
  symRoundedKeyboardArrowLeft,
62
  symRoundedKeyboardArrowRight,
63
  symRoundedLastPage,
64
  symRoundedGrade,
65
  symRoundedEdit,
66
  symRoundedPlayArrow,
67
  symRoundedDone,
68
  symRoundedAddBox,
69
  symRoundedCloudUpload,
70
  symRoundedClearAll,
71
  symRoundedDoneAll
72
} = require('@quasar/extras/material-symbols-rounded')
73

74
module.exports = {
75
  name: 'svg-material-symbols-rounded',
76
  type: {
77
    positive: symRoundedCheckCircle,
78
    negative: symRoundedWarning,
79
    info: symRoundedInfo,
80
    warning: symRoundedPriorityHigh
81
  },
82
  arrow: {
83
    up: symRoundedArrowUpward,
84
    right: symRoundedArrowForward,
85
    down: symRoundedArrowDownward,
86
    left: symRoundedArrowBack,
87
    dropdown: symRoundedArrowDropDown
88
  },
89
  chevron: {
90
    left: symRoundedChevronLeft,
91
    right: symRoundedChevronRight
92
  },
93
  colorPicker: {
94
    spectrum: symRoundedGradient,
95
    tune: symRoundedTune,
96
    palette: symRoundedStyle
97
  },
98
  pullToRefresh: {
99
    icon: symRoundedRefresh
100
  },
101
  carousel: {
102
    left: symRoundedChevronLeft,
103
    right: symRoundedChevronRight,
104
    up: symRoundedKeyboardArrowUp,
105
    down: symRoundedKeyboardArrowDown,
106
    navigationIcon: symRoundedLens
107
  },
108
  chip: {
109
    remove: symRoundedCancel,
110
    selected: symRoundedCheck
111
  },
112
  datetime: {
113
    arrowLeft: symRoundedChevronLeft,
114
    arrowRight: symRoundedChevronRight,
115
    now: symRoundedSchedule,
116
    today: symRoundedToday
117
  },
118
  editor: {
119
    bold: symRoundedFormatBold,
120
    italic: symRoundedFormatItalic,
121
    strikethrough: symRoundedStrikethroughS,
122
    underline: symRoundedFormatUnderlined,
123
    unorderedList: symRoundedFormatListBulleted,
124
    orderedList: symRoundedFormatListNumbered,
125
    subscript: symRoundedVerticalAlignBottom,
126
    superscript: symRoundedVerticalAlignTop,
127
    hyperlink: symRoundedLink,
128
    toggleFullscreen: symRoundedFullscreen,
129
    quote: symRoundedFormatQuote,
130
    left: symRoundedFormatAlignLeft,
131
    center: symRoundedFormatAlignCenter,
132
    right: symRoundedFormatAlignRight,
133
    justify: symRoundedFormatAlignJustify,
134
    print: symRoundedPrint,
135
    outdent: symRoundedFormatIndentDecrease,
136
    indent: symRoundedFormatIndentIncrease,
137
    removeFormat: symRoundedFormatClear,
138
    formatting: symRoundedTextFormat,
139
    fontSize: symRoundedFormatSize,
140
    align: symRoundedFormatAlignLeft,
141
    hr: symRoundedRemove,
142
    undo: symRoundedUndo,
143
    redo: symRoundedRedo,
144
    heading: symRoundedFormatSize,
145
    code: symRoundedCode,
146
    size: symRoundedFormatSize,
147
    font: symRoundedFontDownload,
148
    viewSource: symRoundedCode
149
  },
150
  expansionItem: {
151
    icon: symRoundedKeyboardArrowDown,
152
    denseIcon: symRoundedArrowDropDown
153
  },
154
  fab: {
155
    icon: symRoundedAdd,
156
    activeIcon: symRoundedClose
157
  },
158
  field: {
159
    clear: symRoundedCancel,
160
    error: symRoundedError
161
  },
162
  pagination: {
163
    first: symRoundedFirstPage,
164
    prev: symRoundedKeyboardArrowLeft,
165
    next: symRoundedKeyboardArrowRight,
166
    last: symRoundedLastPage
167
  },
168
  rating: {
169
    icon: symRoundedGrade
170
  },
171
  stepper: {
172
    done: symRoundedCheck,
173
    active: symRoundedEdit,
174
    error: symRoundedWarning
175
  },
176
  tabs: {
177
    left: symRoundedChevronLeft,
178
    right: symRoundedChevronRight,
179
    up: symRoundedKeyboardArrowUp,
180
    down: symRoundedKeyboardArrowDown
181
  },
182
  table: {
183
    arrowUp: symRoundedArrowUpward,
184
    warning: symRoundedWarning,
185
    firstPage: symRoundedFirstPage,
186
    prevPage: symRoundedChevronLeft,
187
    nextPage: symRoundedChevronRight,
188
    lastPage: symRoundedLastPage
189
  },
190
  tree: {
191
    icon: symRoundedPlayArrow
192
  },
193
  uploader: {
194
    done: symRoundedDone,
195
    clear: symRoundedClose,
196
    add: symRoundedAddBox,
197
    upload: symRoundedCloudUpload,
198
    removeQueue: symRoundedClearAll,
199
    removeUploaded: symRoundedDoneAll
200
  }
201
}
202

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

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

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

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