quasar

Форк
0
/
bootstrap-icons.js 
141 строка · 3.4 Кб
1
/**
2
 * DO NOT EDIT THIS FILE. It is automatically generated
3
 * from its .mjs counterpart (same filename but with .mjs extension).
4
 * Edit that file instead (bootstrap-icons.mjs).
5
 */
6
/* There are some icons that are needed but not available
7
   so we import them from MDI as svg */
8

9
const {
10
  mdiFormatSubscript,
11
  mdiFormatSuperscript
12
} = require('@quasar/extras/mdi-v6')
13

14
module.exports = {
15
  name: 'bootstrap-icons',
16
  type: {
17
    positive: 'bi-check',
18
    negative: 'bi-exclamation-triangle-fill',
19
    info: 'bi-exclamation-circle-fill',
20
    warning: 'bi-exclamation'
21
  },
22
  arrow: {
23
    up: 'bi-arrow-up',
24
    right: 'bi-arrow-right',
25
    down: 'bi-arrow-down',
26
    left: 'bi-arrow-left',
27
    dropdown: 'bi-caret-down-fill'
28
  },
29
  chevron: {
30
    left: 'bi-chevron-left',
31
    right: 'bi-chevron-right'
32
  },
33
  colorPicker: {
34
    spectrum: 'bi-eyedropper',
35
    tune: 'bi-sliders',
36
    palette: 'bi-palette2'
37
  },
38
  pullToRefresh: {
39
    icon: 'bi-arrow-repeat'
40
  },
41
  carousel: {
42
    left: 'bi-chevron-left',
43
    right: 'bi-chevron-right',
44
    up: 'bi-chevron-up',
45
    down: 'bi-chevron-down',
46
    navigationIcon: 'bi-circle-fill'
47
  },
48
  chip: {
49
    remove: 'bi-x-circle-fill',
50
    selected: 'bi-check'
51
  },
52
  datetime: {
53
    arrowLeft: 'bi-chevron-left',
54
    arrowRight: 'bi-chevron-right',
55
    now: 'bi-clock-fill',
56
    today: 'bi-calendar-check-fill'
57
  },
58
  editor: {
59
    bold: 'bi-type-bold',
60
    italic: 'bi-type-italic',
61
    strikethrough: 'bi-type-strikethrough',
62
    underline: 'bi-type-underline',
63
    unorderedList: 'bi-list-ul',
64
    orderedList: 'bi-list-ol',
65
    subscript: mdiFormatSubscript,
66
    superscript: mdiFormatSuperscript,
67
    hyperlink: 'bi-link',
68
    toggleFullscreen: 'bi-arrows-fullscreen',
69
    quote: 'bi-chat-square-quote-fill',
70
    left: 'bi-justify-left',
71
    center: 'bi-justify',
72
    right: 'bi-justify-right',
73
    justify: 'bi-text-center',
74
    print: 'bi-printer-fill',
75
    outdent: 'bi-text-indent-right',
76
    indent: 'bi-text-indent-left',
77
    removeFormat: 'bi-eraser-fill',
78
    formatting: 'bi-textarea',
79
    fontSize: 'bi-textarea-t',
80
    align: 'bi-text-left',
81
    hr: 'bi-dash-square-fill',
82
    undo: 'bi-arrow-counterclockwise',
83
    redo: 'bi-arrow-clockwise',
84
    heading: 'bi-type-h1',
85
    code: 'bi-code',
86
    size: 'bi-bounding-box',
87
    font: 'bi-fonts',
88
    viewSource: 'bi-code-slash'
89
  },
90
  expansionItem: {
91
    icon: 'bi-chevron-down',
92
    denseIcon: 'bi-caret-down-fill'
93
  },
94
  fab: {
95
    icon: 'bi-plus',
96
    activeIcon: 'bi-x'
97
  },
98
  field: {
99
    clear: 'bi-x-circle-fill',
100
    error: 'bi-exclamation-circle-fill'
101
  },
102
  pagination: {
103
    first: 'bi-chevron-bar-left',
104
    prev: 'bi-chevron-left',
105
    next: 'bi-chevron-right',
106
    last: 'bi-chevron-bar-right'
107
  },
108
  rating: {
109
    icon: 'bi-star-fill'
110
  },
111
  stepper: {
112
    done: 'bi-check',
113
    active: 'bi-pencil-fill',
114
    error: 'bi-exclamation-triangle-fill'
115
  },
116
  tabs: {
117
    left: 'bi-chevron-left',
118
    right: 'bi-chevron-right',
119
    up: 'bi-chevron-up',
120
    down: 'bi-chevron-down'
121
  },
122
  table: {
123
    arrowUp: 'bi-arrow-up',
124
    warning: 'bi-exclamation-triangle-fill',
125
    firstPage: 'bi-skip-start-fill',
126
    prevPage: 'bi-chevron-left',
127
    nextPage: 'bi-chevron-right',
128
    lastPage: 'bi-skip-end-fill'
129
  },
130
  tree: {
131
    icon: 'bi-caret-right-fill'
132
  },
133
  uploader: {
134
    done: 'bi-check',
135
    clear: 'bi-x',
136
    add: 'bi-plus-square-fill',
137
    upload: 'bi-upload',
138
    removeQueue: 'bi-clipboard-x',
139
    removeUploaded: 'bi-clipboard-check'
140
  }
141
}
142

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

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

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

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