@jiaozhiye/qm-design-vue
Version:
A Component Library for Vue3.0
54 lines (53 loc) • 2.85 kB
TypeScript
export { default as FullscreenIcon } from './fullscreen';
export { default as FullscreenExitIcon } from './fullscreen-exit';
export { default as SettingIcon } from './setting';
export { default as HolderIcon } from './holder';
export { default as SearchIcon } from './search';
export { default as ReloadIcon } from './reload';
export { default as ExpandIcon } from './expand';
export { default as CompressIcon } from './compress';
export { default as OperationIcon } from './operation';
export { default as InfoCircleIcon } from './info-circle';
export { default as InfoCircleFilledIcon } from './info-circle-filled';
export { default as QuestionCircleIcon } from './question-circle';
export { default as UploadIcon } from './upload';
export { default as DownloadIcon } from './download';
export { default as PrinterIcon } from './printer';
export { default as UpIcon } from './up';
export { default as DownIcon } from './down';
export { default as LeftIcon } from './left';
export { default as RightIcon } from './right';
export { default as PlusIcon } from './plus';
export { default as ClearIcon } from './clear';
export { default as DeleteIcon } from './delete';
export { default as ZoomInIcon } from './zoom-in';
export { default as ZoomOutIcon } from './zoom-out';
export { default as CaretDownIcon } from './caret-down';
export { default as CaretUpIcon } from './caret-up';
export { default as FilterIcon } from './filter';
export { default as FilterFilledIcon } from './filter-filled';
export { default as CheckSquareIcon } from './check-square';
export { default as FunnelPlotIcon } from './funnel-plot';
export { default as PieChartIcon } from './pie-chart';
export { default as CloseIcon } from './close';
export { default as CloseCircleIcon } from './close-circle';
export { default as StepForwardIcon } from './step-forward';
export { default as StepBackwardIcon } from './step-backward';
export { default as RotateLeftIcon } from './rotate-left';
export { default as RotateRightIcon } from './rotate-right';
export { default as CheckIcon } from './check';
export { default as CheckCircleIcon } from './check-circle';
export { default as LineHeightIcon } from './line-height';
export { default as PictureIcon } from './picture';
export { default as MonitorIcon } from './monitor';
export { default as ImportIcon } from './import';
export { default as CopyIcon } from './copy';
export { default as EyeIcon } from './eye';
export { default as AppstoreAddIcon } from './appstore-add';
export { default as SquareIcon } from './square';
export { default as CircleIcon } from './circle';
export { default as ArrowTopRightIcon } from './arrow-top-right';
export { default as EditIcon } from './edit';
export { default as FontIcon } from './font';
export { default as UndoIcon } from './undo';
export { default as EraserIcon } from './eraser';