mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-29 21:13:21 +00:00
rename: defaultPickerIcon
This commit is contained in:
parent
4b810ecd16
commit
d4bb2d5a76
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ const { h } = require('preact')
|
|||
|
||||
// https://css-tricks.com/creating-svg-icon-system-react/
|
||||
|
||||
function defaultTabIcon () {
|
||||
function defaultPickerIcon () {
|
||||
return <svg aria-hidden="true" width="30" height="30" viewBox="0 0 30 30">
|
||||
<path d="M15 30c8.284 0 15-6.716 15-15 0-8.284-6.716-15-15-15C6.716 0 0 6.716 0 15c0 8.284 6.716 15 15 15zm4.258-12.676v6.846h-8.426v-6.846H5.204l9.82-12.364 9.82 12.364H19.26z" />
|
||||
</svg>
|
||||
|
|
@ -83,7 +83,7 @@ function iconText () {
|
|||
}
|
||||
|
||||
module.exports = {
|
||||
defaultTabIcon,
|
||||
defaultPickerIcon,
|
||||
iconCopy,
|
||||
iconResume,
|
||||
iconPause,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue