Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
MD Icon Size.
Browse files Browse the repository at this point in the history
adamdriscoll committed Apr 1, 2024
1 parent c275739 commit 6b0da1b
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
RootModule = 'Universal.Icons.MaterialDesign.psm1'

# Version number of this module.
ModuleVersion = '0.0.3'
ModuleVersion = '0.0.4'

# Supported PSEditions
# CompatiblePSEditions = @()
Original file line number Diff line number Diff line change
@@ -37,7 +37,9 @@ function New-UDMaterialDesignIcon {
[Parameter()]
[Hashtable]$Style,
[Parameter()]
[string]$ClassName
[string]$ClassName,
[Parameter()]
[string]$Size
)

End {

0 comments on commit 6b0da1b

Please sign in to comment.