Browse Source

rename: defaultPickerIcon

Artur Paikin 6 years ago
parent
commit
d4bb2d5a76
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/@uppy/dashboard/src/components/icons.js

+ 2 - 2
packages/@uppy/dashboard/src/components/icons.js

@@ -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,