Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-rounded.js
generated
vendored
Normal file
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-rounded.js
generated
vendored
Normal file
|
|
@ -0,0 +1,200 @@
|
|||
|
||||
/*
|
||||
* DO NOT EDIT THIS FILE. It is automatically generated
|
||||
* from its webfont counterpart (same filename without "svg-" prefix).
|
||||
* Edit that file instead (material-symbols-rounded.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
symRoundedCheckCircle,
|
||||
symRoundedWarning,
|
||||
symRoundedInfo,
|
||||
symRoundedPriorityHigh,
|
||||
symRoundedArrowUpward,
|
||||
symRoundedArrowForward,
|
||||
symRoundedArrowDownward,
|
||||
symRoundedArrowBack,
|
||||
symRoundedArrowDropDown,
|
||||
symRoundedChevronLeft,
|
||||
symRoundedChevronRight,
|
||||
symRoundedGradient,
|
||||
symRoundedTune,
|
||||
symRoundedStyle,
|
||||
symRoundedRefresh,
|
||||
symRoundedKeyboardArrowUp,
|
||||
symRoundedKeyboardArrowDown,
|
||||
symRoundedCircle,
|
||||
symRoundedCancel,
|
||||
symRoundedCheck,
|
||||
symRoundedSchedule,
|
||||
symRoundedToday,
|
||||
symRoundedFormatBold,
|
||||
symRoundedFormatItalic,
|
||||
symRoundedStrikethroughS,
|
||||
symRoundedFormatUnderlined,
|
||||
symRoundedFormatListBulleted,
|
||||
symRoundedFormatListNumbered,
|
||||
symRoundedVerticalAlignBottom,
|
||||
symRoundedVerticalAlignTop,
|
||||
symRoundedLink,
|
||||
symRoundedFullscreen,
|
||||
symRoundedFormatQuote,
|
||||
symRoundedFormatAlignLeft,
|
||||
symRoundedFormatAlignCenter,
|
||||
symRoundedFormatAlignRight,
|
||||
symRoundedFormatAlignJustify,
|
||||
symRoundedPrint,
|
||||
symRoundedFormatIndentDecrease,
|
||||
symRoundedFormatIndentIncrease,
|
||||
symRoundedFormatClear,
|
||||
symRoundedTextFormat,
|
||||
symRoundedFormatSize,
|
||||
symRoundedRemove,
|
||||
symRoundedUndo,
|
||||
symRoundedRedo,
|
||||
symRoundedCode,
|
||||
symRoundedFontDownload,
|
||||
symRoundedAdd,
|
||||
symRoundedClose,
|
||||
symRoundedError,
|
||||
symRoundedFirstPage,
|
||||
symRoundedKeyboardArrowLeft,
|
||||
symRoundedKeyboardArrowRight,
|
||||
symRoundedLastPage,
|
||||
symRoundedStar,
|
||||
symRoundedEdit,
|
||||
symRoundedPlayArrow,
|
||||
symRoundedAddBox,
|
||||
symRoundedCloudUpload,
|
||||
symRoundedClearAll,
|
||||
symRoundedDoneAll
|
||||
} from '@quasar/extras/material-symbols-rounded'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-symbols-rounded',
|
||||
type: {
|
||||
positive: symRoundedCheckCircle,
|
||||
negative: symRoundedWarning,
|
||||
info: symRoundedInfo,
|
||||
warning: symRoundedPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: symRoundedArrowUpward,
|
||||
right: symRoundedArrowForward,
|
||||
down: symRoundedArrowDownward,
|
||||
left: symRoundedArrowBack,
|
||||
dropdown: symRoundedArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: symRoundedChevronLeft,
|
||||
right: symRoundedChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: symRoundedGradient,
|
||||
tune: symRoundedTune,
|
||||
palette: symRoundedStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: symRoundedRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: symRoundedChevronLeft,
|
||||
right: symRoundedChevronRight,
|
||||
up: symRoundedKeyboardArrowUp,
|
||||
down: symRoundedKeyboardArrowDown,
|
||||
navigationIcon: symRoundedCircle
|
||||
},
|
||||
chip: {
|
||||
remove: symRoundedCancel,
|
||||
selected: symRoundedCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: symRoundedChevronLeft,
|
||||
arrowRight: symRoundedChevronRight,
|
||||
now: symRoundedSchedule,
|
||||
today: symRoundedToday
|
||||
},
|
||||
editor: {
|
||||
bold: symRoundedFormatBold,
|
||||
italic: symRoundedFormatItalic,
|
||||
strikethrough: symRoundedStrikethroughS,
|
||||
underline: symRoundedFormatUnderlined,
|
||||
unorderedList: symRoundedFormatListBulleted,
|
||||
orderedList: symRoundedFormatListNumbered,
|
||||
subscript: symRoundedVerticalAlignBottom,
|
||||
superscript: symRoundedVerticalAlignTop,
|
||||
hyperlink: symRoundedLink,
|
||||
toggleFullscreen: symRoundedFullscreen,
|
||||
quote: symRoundedFormatQuote,
|
||||
left: symRoundedFormatAlignLeft,
|
||||
center: symRoundedFormatAlignCenter,
|
||||
right: symRoundedFormatAlignRight,
|
||||
justify: symRoundedFormatAlignJustify,
|
||||
print: symRoundedPrint,
|
||||
outdent: symRoundedFormatIndentDecrease,
|
||||
indent: symRoundedFormatIndentIncrease,
|
||||
removeFormat: symRoundedFormatClear,
|
||||
formatting: symRoundedTextFormat,
|
||||
fontSize: symRoundedFormatSize,
|
||||
align: symRoundedFormatAlignLeft,
|
||||
hr: symRoundedRemove,
|
||||
undo: symRoundedUndo,
|
||||
redo: symRoundedRedo,
|
||||
heading: symRoundedFormatSize,
|
||||
code: symRoundedCode,
|
||||
size: symRoundedFormatSize,
|
||||
font: symRoundedFontDownload,
|
||||
viewSource: symRoundedCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: symRoundedKeyboardArrowDown,
|
||||
denseIcon: symRoundedArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: symRoundedAdd,
|
||||
activeIcon: symRoundedClose
|
||||
},
|
||||
field: {
|
||||
clear: symRoundedCancel,
|
||||
error: symRoundedError
|
||||
},
|
||||
pagination: {
|
||||
first: symRoundedFirstPage,
|
||||
prev: symRoundedKeyboardArrowLeft,
|
||||
next: symRoundedKeyboardArrowRight,
|
||||
last: symRoundedLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: symRoundedStar
|
||||
},
|
||||
stepper: {
|
||||
done: symRoundedCheck,
|
||||
active: symRoundedEdit,
|
||||
error: symRoundedWarning
|
||||
},
|
||||
tabs: {
|
||||
left: symRoundedChevronLeft,
|
||||
right: symRoundedChevronRight,
|
||||
up: symRoundedKeyboardArrowUp,
|
||||
down: symRoundedKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: symRoundedArrowUpward,
|
||||
warning: symRoundedWarning,
|
||||
firstPage: symRoundedFirstPage,
|
||||
prevPage: symRoundedChevronLeft,
|
||||
nextPage: symRoundedChevronRight,
|
||||
lastPage: symRoundedLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: symRoundedPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: symRoundedCheck,
|
||||
clear: symRoundedClose,
|
||||
add: symRoundedAddBox,
|
||||
upload: symRoundedCloudUpload,
|
||||
removeQueue: symRoundedClearAll,
|
||||
removeUploaded: symRoundedDoneAll
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue