|
@@ -2,7 +2,7 @@ const { h } = require('preact')
|
|
|
|
|
|
|
|
|
|
|
|
-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,
|