forked from go/golangs_learn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
313 B
14 lines
313 B
3 years ago
|
package icon
|
||
|
|
||
|
// BugBitmap an icon for the bug example
|
||
|
var BugBitmap = bugBitmap
|
||
|
|
||
|
// ClockBitmap an icon for the clock example
|
||
|
var ClockBitmap = clockBitmap
|
||
|
|
||
|
// FractalBitmap an icon for the fractal example
|
||
|
var FractalBitmap = fractalBitmap
|
||
|
|
||
|
// XKCDBitmap an icon for the XKCD example
|
||
|
var XKCDBitmap = xkcdBitmap
|