quasar

Форк
0
/
svg-bootstrap-icons.mjs 
209 строк · 4.1 Кб
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 (bootstrap-icons.mjs).
6
 */
7

8
import {
9
  biCheck,
10
  biExclamationTriangleFill,
11
  biExclamationCircleFill,
12
  biExclamation,
13
  biArrowUp,
14
  biArrowRight,
15
  biArrowDown,
16
  biArrowLeft,
17
  biCaretDownFill,
18
  biChevronLeft,
19
  biChevronRight,
20
  biEyedropper,
21
  biSliders,
22
  biPalette2,
23
  biArrowRepeat,
24
  biChevronUp,
25
  biChevronDown,
26
  biCircleFill,
27
  biXCircleFill,
28
  biClockFill,
29
  biCalendarCheckFill,
30
  biTypeBold,
31
  biTypeItalic,
32
  biTypeStrikethrough,
33
  biTypeUnderline,
34
  biListUl,
35
  biListOl,
36
  biLink,
37
  biArrowsFullscreen,
38
  biChatSquareQuoteFill,
39
  biJustifyLeft,
40
  biJustify,
41
  biJustifyRight,
42
  biTextCenter,
43
  biPrinterFill,
44
  biTextIndentRight,
45
  biTextIndentLeft,
46
  biEraserFill,
47
  biTextarea,
48
  biTextareaT,
49
  biTextLeft,
50
  biDashSquareFill,
51
  biArrowCounterclockwise,
52
  biArrowClockwise,
53
  biTypeH1,
54
  biCode,
55
  biBoundingBox,
56
  biFonts,
57
  biCodeSlash,
58
  biPlus,
59
  biX,
60
  biChevronBarLeft,
61
  biChevronBarRight,
62
  biStarFill,
63
  biPencilFill,
64
  biSkipStartFill,
65
  biSkipEndFill,
66
  biCaretRightFill,
67
  biPlusSquareFill,
68
  biUpload,
69
  biClipboardX,
70
  biClipboardCheck
71
} from '@quasar/extras/bootstrap-icons'
72

73
/* There are some icons that are needed but not available
74
   so we import them from MDI as svg */
75

76
import {
77
  mdiFormatSubscript,
78
  mdiFormatSuperscript
79
} from '@quasar/extras/mdi-v6'
80

81

82

83
export default {
84
  name: 'svg-bootstrap-icons',
85
  type: {
86
    positive: biCheck,
87
    negative: biExclamationTriangleFill,
88
    info: biExclamationCircleFill,
89
    warning: biExclamation
90
  },
91
  arrow: {
92
    up: biArrowUp,
93
    right: biArrowRight,
94
    down: biArrowDown,
95
    left: biArrowLeft,
96
    dropdown: biCaretDownFill
97
  },
98
  chevron: {
99
    left: biChevronLeft,
100
    right: biChevronRight
101
  },
102
  colorPicker: {
103
    spectrum: biEyedropper,
104
    tune: biSliders,
105
    palette: biPalette2
106
  },
107
  pullToRefresh: {
108
    icon: biArrowRepeat
109
  },
110
  carousel: {
111
    left: biChevronLeft,
112
    right: biChevronRight,
113
    up: biChevronUp,
114
    down: biChevronDown,
115
    navigationIcon: biCircleFill
116
  },
117
  chip: {
118
    remove: biXCircleFill,
119
    selected: biCheck
120
  },
121
  datetime: {
122
    arrowLeft: biChevronLeft,
123
    arrowRight: biChevronRight,
124
    now: biClockFill,
125
    today: biCalendarCheckFill
126
  },
127
  editor: {
128
    bold: biTypeBold,
129
    italic: biTypeItalic,
130
    strikethrough: biTypeStrikethrough,
131
    underline: biTypeUnderline,
132
    unorderedList: biListUl,
133
    orderedList: biListOl,
134
    subscript: mdiFormatSubscript,
135
    superscript: mdiFormatSuperscript,
136
    hyperlink: biLink,
137
    toggleFullscreen: biArrowsFullscreen,
138
    quote: biChatSquareQuoteFill,
139
    left: biJustifyLeft,
140
    center: biJustify,
141
    right: biJustifyRight,
142
    justify: biTextCenter,
143
    print: biPrinterFill,
144
    outdent: biTextIndentRight,
145
    indent: biTextIndentLeft,
146
    removeFormat: biEraserFill,
147
    formatting: biTextarea,
148
    fontSize: biTextareaT,
149
    align: biTextLeft,
150
    hr: biDashSquareFill,
151
    undo: biArrowCounterclockwise,
152
    redo: biArrowClockwise,
153
    heading: biTypeH1,
154
    code: biCode,
155
    size: biBoundingBox,
156
    font: biFonts,
157
    viewSource: biCodeSlash
158
  },
159
  expansionItem: {
160
    icon: biChevronDown,
161
    denseIcon: biCaretDownFill
162
  },
163
  fab: {
164
    icon: biPlus,
165
    activeIcon: biX
166
  },
167
  field: {
168
    clear: biXCircleFill,
169
    error: biExclamationCircleFill
170
  },
171
  pagination: {
172
    first: biChevronBarLeft,
173
    prev: biChevronLeft,
174
    next: biChevronRight,
175
    last: biChevronBarRight
176
  },
177
  rating: {
178
    icon: biStarFill
179
  },
180
  stepper: {
181
    done: biCheck,
182
    active: biPencilFill,
183
    error: biExclamationTriangleFill
184
  },
185
  tabs: {
186
    left: biChevronLeft,
187
    right: biChevronRight,
188
    up: biChevronUp,
189
    down: biChevronDown
190
  },
191
  table: {
192
    arrowUp: biArrowUp,
193
    warning: biExclamationTriangleFill,
194
    firstPage: biSkipStartFill,
195
    prevPage: biChevronLeft,
196
    nextPage: biChevronRight,
197
    lastPage: biSkipEndFill
198
  },
199
  tree: {
200
    icon: biCaretRightFill
201
  },
202
  uploader: {
203
    done: biCheck,
204
    clear: biX,
205
    add: biPlusSquareFill,
206
    upload: biUpload,
207
    removeQueue: biClipboardX,
208
    removeUploaded: biClipboardCheck
209
  }
210
}
211

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

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

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

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