icons.go 441 B

123456789101112
  1. // Copyright 2016 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. //go:generate go run gen.go -mdicons=/path/to/the/material-design-icons
  5. // Package icons contains the Material Design icon set, in the IconVG vector
  6. // graphic format.
  7. //
  8. // See https://design.google.com/icons/ and
  9. // https://godoc.org/golang.org/x/exp/shiny/iconvg
  10. package icons