Skip to content

Commit

Permalink
adding different upload icon
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-emi committed Aug 20, 2024
1 parent 7a5dc90 commit b77def8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/elements/play-icon/icons/icon-upload-outline.svg

This file was deleted.

1 change: 1 addition & 0 deletions src/elements/play-icon/icons/upload-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/elements/play-icon/play-icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import resizeHorizontalOutline from './icons/resize-horizontal-outline.svg'
import restartOutline from './icons/restart-outline.svg'
import shareNewOutline from './icons/share-new-outline.svg'
import unmountOutline from './icons/unmount-outline.svg'
import uploadOutline from './icons/icon-upload-outline.svg'
import uploadOutline from './icons/upload-outline.svg'

export type PlayIconSVG = keyof typeof icons

Expand Down

0 comments on commit b77def8

Please sign in to comment.