-
Notifications
You must be signed in to change notification settings - Fork 43
/
NAMESPACE
43 lines (42 loc) · 1007 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Generated by roxygen2: do not edit by hand
S3method("$",icon_dir)
S3method("$",icon_set)
S3method(knit_print,icon)
S3method(length,icon_set)
S3method(names,icon_dir)
S3method(names,icon_set)
S3method(print,icon_set)
export(academicons)
export(ai)
export(bioicons)
export(download_academicons)
export(download_bioicons)
export(download_feather_icons)
export(download_fontawesome)
export(download_google_material)
export(download_health_icons)
export(download_ionicons)
export(download_octicons)
export(download_simple_icons)
export(fa)
export(feather_icons)
export(fontawesome)
export(google_material)
export(health_icons)
export(icon_find)
export(icon_installed)
export(icon_save)
export(icon_set)
export(icon_style)
export(ii)
export(ionicons)
export(octicons)
export(read_icon)
export(simple_icons)
import(rlang)
importFrom(glue,glue)
importFrom(htmltools,tagAppendAttributes)
importFrom(knitr,knit_print)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(utils,download.file)