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-sharp.js
generated
vendored
Normal file
200
Frontend-Learner/node_modules/quasar/icon-set/svg-material-symbols-sharp.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-sharp.js).
|
||||
*/
|
||||
|
||||
import {
|
||||
symSharpCheckCircle,
|
||||
symSharpWarning,
|
||||
symSharpInfo,
|
||||
symSharpPriorityHigh,
|
||||
symSharpArrowUpward,
|
||||
symSharpArrowForward,
|
||||
symSharpArrowDownward,
|
||||
symSharpArrowBack,
|
||||
symSharpArrowDropDown,
|
||||
symSharpChevronLeft,
|
||||
symSharpChevronRight,
|
||||
symSharpGradient,
|
||||
symSharpTune,
|
||||
symSharpStyle,
|
||||
symSharpRefresh,
|
||||
symSharpKeyboardArrowUp,
|
||||
symSharpKeyboardArrowDown,
|
||||
symSharpCircle,
|
||||
symSharpCancel,
|
||||
symSharpCheck,
|
||||
symSharpSchedule,
|
||||
symSharpToday,
|
||||
symSharpFormatBold,
|
||||
symSharpFormatItalic,
|
||||
symSharpStrikethroughS,
|
||||
symSharpFormatUnderlined,
|
||||
symSharpFormatListBulleted,
|
||||
symSharpFormatListNumbered,
|
||||
symSharpVerticalAlignBottom,
|
||||
symSharpVerticalAlignTop,
|
||||
symSharpLink,
|
||||
symSharpFullscreen,
|
||||
symSharpFormatQuote,
|
||||
symSharpFormatAlignLeft,
|
||||
symSharpFormatAlignCenter,
|
||||
symSharpFormatAlignRight,
|
||||
symSharpFormatAlignJustify,
|
||||
symSharpPrint,
|
||||
symSharpFormatIndentDecrease,
|
||||
symSharpFormatIndentIncrease,
|
||||
symSharpFormatClear,
|
||||
symSharpTextFormat,
|
||||
symSharpFormatSize,
|
||||
symSharpRemove,
|
||||
symSharpUndo,
|
||||
symSharpRedo,
|
||||
symSharpCode,
|
||||
symSharpFontDownload,
|
||||
symSharpAdd,
|
||||
symSharpClose,
|
||||
symSharpError,
|
||||
symSharpFirstPage,
|
||||
symSharpKeyboardArrowLeft,
|
||||
symSharpKeyboardArrowRight,
|
||||
symSharpLastPage,
|
||||
symSharpStar,
|
||||
symSharpEdit,
|
||||
symSharpPlayArrow,
|
||||
symSharpAddBox,
|
||||
symSharpCloudUpload,
|
||||
symSharpClearAll,
|
||||
symSharpDoneAll
|
||||
} from '@quasar/extras/material-symbols-sharp'
|
||||
|
||||
export default {
|
||||
name: 'svg-material-symbols-sharp',
|
||||
type: {
|
||||
positive: symSharpCheckCircle,
|
||||
negative: symSharpWarning,
|
||||
info: symSharpInfo,
|
||||
warning: symSharpPriorityHigh
|
||||
},
|
||||
arrow: {
|
||||
up: symSharpArrowUpward,
|
||||
right: symSharpArrowForward,
|
||||
down: symSharpArrowDownward,
|
||||
left: symSharpArrowBack,
|
||||
dropdown: symSharpArrowDropDown
|
||||
},
|
||||
chevron: {
|
||||
left: symSharpChevronLeft,
|
||||
right: symSharpChevronRight
|
||||
},
|
||||
colorPicker: {
|
||||
spectrum: symSharpGradient,
|
||||
tune: symSharpTune,
|
||||
palette: symSharpStyle
|
||||
},
|
||||
pullToRefresh: {
|
||||
icon: symSharpRefresh
|
||||
},
|
||||
carousel: {
|
||||
left: symSharpChevronLeft,
|
||||
right: symSharpChevronRight,
|
||||
up: symSharpKeyboardArrowUp,
|
||||
down: symSharpKeyboardArrowDown,
|
||||
navigationIcon: symSharpCircle
|
||||
},
|
||||
chip: {
|
||||
remove: symSharpCancel,
|
||||
selected: symSharpCheck
|
||||
},
|
||||
datetime: {
|
||||
arrowLeft: symSharpChevronLeft,
|
||||
arrowRight: symSharpChevronRight,
|
||||
now: symSharpSchedule,
|
||||
today: symSharpToday
|
||||
},
|
||||
editor: {
|
||||
bold: symSharpFormatBold,
|
||||
italic: symSharpFormatItalic,
|
||||
strikethrough: symSharpStrikethroughS,
|
||||
underline: symSharpFormatUnderlined,
|
||||
unorderedList: symSharpFormatListBulleted,
|
||||
orderedList: symSharpFormatListNumbered,
|
||||
subscript: symSharpVerticalAlignBottom,
|
||||
superscript: symSharpVerticalAlignTop,
|
||||
hyperlink: symSharpLink,
|
||||
toggleFullscreen: symSharpFullscreen,
|
||||
quote: symSharpFormatQuote,
|
||||
left: symSharpFormatAlignLeft,
|
||||
center: symSharpFormatAlignCenter,
|
||||
right: symSharpFormatAlignRight,
|
||||
justify: symSharpFormatAlignJustify,
|
||||
print: symSharpPrint,
|
||||
outdent: symSharpFormatIndentDecrease,
|
||||
indent: symSharpFormatIndentIncrease,
|
||||
removeFormat: symSharpFormatClear,
|
||||
formatting: symSharpTextFormat,
|
||||
fontSize: symSharpFormatSize,
|
||||
align: symSharpFormatAlignLeft,
|
||||
hr: symSharpRemove,
|
||||
undo: symSharpUndo,
|
||||
redo: symSharpRedo,
|
||||
heading: symSharpFormatSize,
|
||||
code: symSharpCode,
|
||||
size: symSharpFormatSize,
|
||||
font: symSharpFontDownload,
|
||||
viewSource: symSharpCode
|
||||
},
|
||||
expansionItem: {
|
||||
icon: symSharpKeyboardArrowDown,
|
||||
denseIcon: symSharpArrowDropDown
|
||||
},
|
||||
fab: {
|
||||
icon: symSharpAdd,
|
||||
activeIcon: symSharpClose
|
||||
},
|
||||
field: {
|
||||
clear: symSharpCancel,
|
||||
error: symSharpError
|
||||
},
|
||||
pagination: {
|
||||
first: symSharpFirstPage,
|
||||
prev: symSharpKeyboardArrowLeft,
|
||||
next: symSharpKeyboardArrowRight,
|
||||
last: symSharpLastPage
|
||||
},
|
||||
rating: {
|
||||
icon: symSharpStar
|
||||
},
|
||||
stepper: {
|
||||
done: symSharpCheck,
|
||||
active: symSharpEdit,
|
||||
error: symSharpWarning
|
||||
},
|
||||
tabs: {
|
||||
left: symSharpChevronLeft,
|
||||
right: symSharpChevronRight,
|
||||
up: symSharpKeyboardArrowUp,
|
||||
down: symSharpKeyboardArrowDown
|
||||
},
|
||||
table: {
|
||||
arrowUp: symSharpArrowUpward,
|
||||
warning: symSharpWarning,
|
||||
firstPage: symSharpFirstPage,
|
||||
prevPage: symSharpChevronLeft,
|
||||
nextPage: symSharpChevronRight,
|
||||
lastPage: symSharpLastPage
|
||||
},
|
||||
tree: {
|
||||
icon: symSharpPlayArrow
|
||||
},
|
||||
uploader: {
|
||||
done: symSharpCheck,
|
||||
clear: symSharpClose,
|
||||
add: symSharpAddBox,
|
||||
upload: symSharpCloudUpload,
|
||||
removeQueue: symSharpClearAll,
|
||||
removeUploaded: symSharpDoneAll
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue