Skip to content

Commit

Permalink
Updated to Phosphoricons v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Apr 3, 2024
1 parent 66ebab6 commit e2d2506
Show file tree
Hide file tree
Showing 31 changed files with 12,863 additions and 2,435 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
^_pkgdown\.yml$
^docs$
^pkgdown$
^CRAN-SUBMISSION$
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: phosphoricons
Title: 'Phosphor' Icons for R
Version: 0.2.0
Version: 0.2.0.9000
Authors@R:
c(person(given = "Victor",
family = "Perrier",
Expand All @@ -17,7 +17,7 @@ Description: Use 'Phosphor' icons in 'shiny' applications or 'rmarkdown' documen
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
Imports:
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# phosphoricons 0.2.1

* Updated to Phosphoricons v2.1.0, adding 268 new icons (see https://github.com/phosphor-icons/homepage/releases/tag/v2.1.0).



# phosphoricons 0.2.0

* Updated to Phosphoricons v2.0.2, adding 201 new icons (see https://github.com/phosphor-icons/core/releases/tag/v2.0.0).
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion data-raw/phosphor-icons
2 changes: 1 addition & 1 deletion data-raw/phosphor-icons-core
15,186 changes: 12,837 additions & 2,349 deletions data-raw/phosphor-svg.R

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data-raw/phosphoricons-font.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ sass::sass(
options = sass::sass_options(output_style = "compressed")
)
# unlink(list.files("inst/assets/css", pattern = "scss$", full.names = TRUE))
# unlink("inst/assets/css/.sass_cache_keys")
2 changes: 1 addition & 1 deletion data-raw/phosphoricons_svg_tags.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ library(htmltools)
source("data-raw/phosphor-svg.R")
browsable(phosphoricons_svg_tags$`pulse-bold`)
browsable(phosphoricons_svg_tags$`pulse-thin`)
browsable(phosphoricons_svg_tags$`battery-warning-vertical-bold`)
browsable(phosphoricons_svg_tags$`avocado-bold`)


# Icon's name ----
Expand Down
Binary file modified inst/assets/css/Phosphor-Bold.woff
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Bold.woff2
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Duotone.woff
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Duotone.woff2
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Fill.woff
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Fill.woff2
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Light.woff
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Light.woff2
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Thin.woff
Binary file not shown.
Binary file modified inst/assets/css/Phosphor-Thin.woff2
Binary file not shown.
Binary file modified inst/assets/css/Phosphor.woff
Binary file not shown.
Binary file modified inst/assets/css/Phosphor.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/assets/css/icons.min.css

Large diffs are not rendered by default.

68 changes: 0 additions & 68 deletions inst/assets/css/size.scss

This file was deleted.

6 changes: 3 additions & 3 deletions man/figures/icon-fill-perc-1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions man/figures/icon-fill-perc-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/figures/lightning-bold-gold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/figures/lightning-bold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/figures/lightning-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/figures/lightning-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/figures/lightning-regular.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion man/figures/lightning-thin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2d2506

Please sign in to comment.