Skip to content

Commit

Permalink
Update heroicons to latest version (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
tombot-9000[bot] authored Dec 19, 2023
1 parent 940a19e commit c984644
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .heroicons-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.1.0
v2.1.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
A third-party Blazor component library for [Heroicons](https://heroicons.com).

[![Nuget package](https://img.shields.io/nuget/v/Blazor.Heroicons?style=flat-square&logo=nuget)](https://www.nuget.org/packages/Blazor.Heroicons)
[![Heroicons version](https://img.shields.io/badge/heroicons-v2.1.0-informational?style=flat-square)](https://github.com/tailwindlabs/heroicons/releases/tag/v2.1.0)
[![Heroicons version](https://img.shields.io/badge/heroicons-v2.1.1-informational?style=flat-square)](https://github.com/tailwindlabs/heroicons/releases/tag/v2.1.1)
[![License](https://img.shields.io/github/license/tmcknight/Blazor.Heroicons?style=flat-square)](LICENSE)

## Basic Usage
Expand Down
4 changes: 2 additions & 2 deletions src/Blazor.Heroicons/Blazor.Heroicons.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<PackageId>Blazor.Heroicons</PackageId>
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<Authors>Tom McKnight</Authors>
<PackageProjectUrl>https://github.com/tmcknight/Blazor.Heroicons</PackageProjectUrl>
<RepositoryUrl>https://github.com/tmcknight/Blazor.Heroicons</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronDoubleDownIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 5.5 10 9.75l4.25-4.25m-8.5 5L10 14.75l4.25-4.25"/>
<path fill-rule="evenodd" d="M9.47 15.28a.75.75 0 0 0 1.06 0l4.25-4.25a.75.75 0 1 0-1.06-1.06L10 13.69 6.28 9.97a.75.75 0 0 0-1.06 1.06l4.25 4.25ZM5.22 6.03l4.25 4.25a.75.75 0 0 0 1.06 0l4.25-4.25a.75.75 0 0 0-1.06-1.06L10 8.69 6.28 4.97a.75.75 0 0 0-1.06 1.06Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronDoubleLeftIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.5 5.75 10.25 10l4.25 4.25m-5-8.5L5.25 10l4.25 4.25"/>
<path fill-rule="evenodd" d="M4.72 9.47a.75.75 0 0 0 0 1.06l4.25 4.25a.75.75 0 1 0 1.06-1.06L6.31 10l3.72-3.72a.75.75 0 1 0-1.06-1.06L4.72 9.47Zm9.25-4.25L9.72 9.47a.75.75 0 0 0 0 1.06l4.25 4.25a.75.75 0 1 0 1.06-1.06L11.31 10l3.72-3.72a.75.75 0 0 0-1.06-1.06Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronDoubleRightIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.5 5.75 9.75 10 5.5 14.25m5-8.5L14.75 10l-4.25 4.25"/>
<path fill-rule="evenodd" d="M15.28 9.47a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 1 1-1.06-1.06L13.69 10 9.97 6.28a.75.75 0 0 1 1.06-1.06l4.25 4.25ZM6.03 5.22l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L8.69 10 4.97 6.28a.75.75 0 0 1 1.06-1.06Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronDoubleUpIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 14.5 10 10.25l4.25 4.25m-8.5-5L10 5.25l4.25 4.25"/>
<path fill-rule="evenodd" d="M9.47 4.72a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 6.31l-3.72 3.72a.75.75 0 1 1-1.06-1.06l4.25-4.25Zm-4.25 9.25 4.25-4.25a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 11.31l-3.72 3.72a.75.75 0 0 1-1.06-1.06Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronDownIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M14.25 8.75 10 13 5.75 8.75"/>
<path fill-rule="evenodd" d="M5.22 8.22a.75.75 0 0 1 1.06 0L10 11.94l3.72-3.72a.75.75 0 1 1 1.06 1.06l-4.25 4.25a.75.75 0 0 1-1.06 0L5.22 9.28a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronLeftIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M11.25 14.25 7 10l4.25-4.25"/>
<path fill-rule="evenodd" d="M11.78 5.22a.75.75 0 0 1 0 1.06L8.06 10l3.72 3.72a.75.75 0 1 1-1.06 1.06l-4.25-4.25a.75.75 0 0 1 0-1.06l4.25-4.25a.75.75 0 0 1 1.06 0Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronRightIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M8.75 5.75 13 10l-4.25 4.25"/>
<path fill-rule="evenodd" d="M8.22 5.22a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.75.75 0 0 1-1.06-1.06L11.94 10 8.22 6.28a.75.75 0 0 1 0-1.06Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronUpDownIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.75 7.25 10 4l3.25 3.25M13.25 12.75 10 16l-3.25-3.25"/>
<path fill-rule="evenodd" d="M10.53 3.47a.75.75 0 0 0-1.06 0L6.22 6.72a.75.75 0 0 0 1.06 1.06L10 5.06l2.72 2.72a.75.75 0 1 0 1.06-1.06l-3.25-3.25Zm-4.31 9.81 3.25 3.25a.75.75 0 0 0 1.06 0l3.25-3.25a.75.75 0 1 0-1.06-1.06L10 14.94l-2.72-2.72a.75.75 0 0 0-1.06 1.06Z" clip-rule="evenodd"/>
</svg>
2 changes: 1 addition & 1 deletion src/Blazor.Heroicons/Mini/ChevronUpIcon.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inherits HeroiconBase
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="currentColor" aria-hidden="true" @attributes="AdditionalAttributes" data-slot="icon">
<path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M5.75 11.25 10 7l4.25 4.25"/>
<path fill-rule="evenodd" d="M9.47 6.47a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 1 1-1.06 1.06L10 8.06l-3.72 3.72a.75.75 0 0 1-1.06-1.06l4.25-4.25Z" clip-rule="evenodd"/>
</svg>

0 comments on commit c984644

Please sign in to comment.