-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f71007
commit 3db4b99
Showing
4 changed files
with
53 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import IconCopy from '~/assets/icons/control-copy.svg?component' | ||
import IconCut from '~/assets/icons/control-cut.svg?component' | ||
import IconDelete from '~/assets/icons/control-delete.svg?component' | ||
import IconNext from '~/assets/icons/control-next.svg?component' | ||
import IconPause from '~/assets/icons/control-pause.svg?component' | ||
import IconPlay from '~/assets/icons/control-play.svg?component' | ||
import IconPrev from '~/assets/icons/control-prev.svg?component' | ||
import IconRedo from '~/assets/icons/control-redo.svg?component' | ||
import IconUndo from '~/assets/icons/control-undo.svg?component' | ||
import IconZoomin from '~/assets/icons/control-zoomin.svg?component' | ||
import IconZoomout from '~/assets/icons/control-zoomout.svg?component' | ||
import IconZoomToFit from '~/assets/icons/control-zoomtofit.svg?component' | ||
import IconExport from '~/assets/icons/icon-export.svg?component' | ||
import IconGithub from '~/assets/icons/icon-github.svg?component' | ||
import IconMusic from '~/assets/icons/icon-music.svg?component' | ||
import IconText from '~/assets/icons/icon-text.svg?component' | ||
import IconVideo from '~/assets/icons/icon-video.svg?component' | ||
|
||
export { | ||
IconExport, | ||
IconGithub, | ||
IconMusic, | ||
IconText, | ||
IconVideo, | ||
IconCopy, | ||
IconCut, | ||
IconDelete, | ||
IconNext, | ||
IconPause, | ||
IconPlay, | ||
IconPrev, | ||
IconRedo, | ||
IconUndo, | ||
IconZoomin, | ||
IconZoomout, | ||
IconZoomToFit | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters