anki/ts/icons/BUILD.bazel
Henrik Giesel 5b1fcccf33
Add extra button group for cloze commands (#1756)
* First attempt at adding a directory for icons under //ts

* Fix image import

* Fix import order

* Add cloze button group

* Fix issue with toolbar.toolbar dynamically slottable

* Change tooltip for repeating cloze deletion

* Fix repeat cloze button not working on macOS (dae)
2022-03-31 13:30:00 +10:00

10 lines
180 B
Python

load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
js_library(
name = "icons",
srcs = glob([
"*.svg",
]),
visibility = ["//visibility:public"],
)