rename: defaultPickerIcon

This commit is contained in:
Artur Paikin 2019-02-26 20:05:53 +03:00
parent 4b810ecd16
commit d4bb2d5a76

View file

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