Skip to content

Commit 0154ccf

Browse files
committed
Merge pull request react-bootstrap#349 from cell303/master
add latest glyph names to constants
2 parents c353baa + 8126c3c commit 0154ccf

1 file changed

Lines changed: 60 additions & 1 deletion

File tree

src/constants.js

Lines changed: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
'asterisk',
4242
'plus',
4343
'euro',
44+
'eur',
4445
'minus',
4546
'cloud',
4647
'envelope',
@@ -237,6 +238,64 @@ module.exports = {
237238
'cloud-download',
238239
'cloud-upload',
239240
'tree-conifer',
240-
'tree-deciduous'
241+
'tree-deciduous',
242+
'cd',
243+
'save-file',
244+
'open-file',
245+
'level-up',
246+
'copy',
247+
'paste',
248+
'alert',
249+
'equalizer',
250+
'king',
251+
'queen',
252+
'pawn',
253+
'bishop',
254+
'knight',
255+
'baby-formula',
256+
'tent',
257+
'blackboard',
258+
'bed',
259+
'apple',
260+
'erase',
261+
'hourglass',
262+
'lamp',
263+
'duplicate',
264+
'piggy-bank',
265+
'scissors',
266+
'bitcoin',
267+
'yen',
268+
'ruble',
269+
'scale',
270+
'ice-lolly',
271+
'ice-lolly-tasted',
272+
'education',
273+
'option-horizontal',
274+
'option-vertical',
275+
'menu-hamburger',
276+
'modal-window',
277+
'oil',
278+
'grain',
279+
'sunglasses',
280+
'text-size',
281+
'text-color',
282+
'text-background',
283+
'object-align-top',
284+
'object-align-bottom',
285+
'object-align-horizontal',
286+
'object-align-left',
287+
'object-align-vertical',
288+
'object-align-right',
289+
'triangle-right',
290+
'triangle-left',
291+
'triangle-bottom',
292+
'triangle-top',
293+
'console',
294+
'superscript',
295+
'subscript',
296+
'menu-left',
297+
'menu-right',
298+
'menu-down',
299+
'menu-up'
241300
]
242301
};

0 commit comments

Comments
 (0)