UNPKG
jscharting
Version:
latest (3.4.0)
3.4.0
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.3-beta
3.0.2
3.0.1
3.0.0
2.9.0-9
2.9.0-8
2.9.0-7
2.9.0-6
2.9.0-5
2.9.0-4
2.9.0-3
2.9.0-2
2.9.0-1
2.9.0-0
2.8.0-1
2.8.0-0
JavaScript charting library
jscharting.com
jscharting/jscharting-dist
jscharting
/
dist
/
icons
/
material
/
action
/
open-with.js
6 lines
(5 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
(
function
(
) {
const
icons = {
"material/action/open-with"
:
"M20 18h8v-6h6L24 2 14 12h6v6zm-2 2h-6v-6L2 24l10 10v-6h6v-8zm28 4L36 14v6h-6v8h6v6l10-10zm-18 6h-8v6h-6l10 10 10-10h-6v-6z"
};
if
(
JSC
) {
JSC
.
internal
.
registerIcons
(icons); } })();