Skip to content

Commit 13ca8a9

Browse files
committed
Merge whatsnew
2 parents 416d5dc + fcb2bb7 commit 13ca8a9

23 files changed

Lines changed: 131 additions & 39 deletions

WHATSNEW.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
- \[Docs\] IconExplorer: Reset current page to 0 when searching ([#3536](https://github.com/microsoft/fluentui-blazor/pull/3536))
1919
- \[Docs]\ Typo in Templates.md file. ([#3503](https://github.com/microsoft/fluentui-blazor/pull/3503))
2020

21+
### Icons and Emoji
22+
- Update to Fluent UI System Icons 1.1.292 (changes since 1.1.278).
23+
24+
We do not have an update on the individual new/changed icons at this time
25+
26+
2127
## V4.11.6
2228

2329
### Components

examples/Demo/Shared/wwwroot/docs/WhatsNew.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
- \[Docs]\ Typo in Templates.md file. ([#3503](https://github.com/microsoft/fluentui-blazor/pull/3503))
2020

2121

22+
### Icons and Emoji
23+
- Update to Fluent UI System Icons 1.1.292 (changes since 1.1.278).
24+
25+
We do not have an update on the individual new/changed icons at this time
26+
27+
2228
## V4.11.6
2329

2430
### Components

src/Assets/FluentUI.Icons/Icons/Color/Color16.cs

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Color/Color20.cs

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Color/Color24.cs

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Color/Color28.cs

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Color/Color32.cs

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Color/Color48.cs

Lines changed: 3 additions & 1 deletion
Large diffs are not rendered by default.

src/Assets/FluentUI.Icons/Icons/Filled/Filled12.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Microsoft.FluentUI.AspNetCore.Components.Icons.Filled;
1111
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
1212
public static partial class Size12
1313
{
14-
public class Add : Icon { public Add() : base("Add", IconVariant.Filled, IconSize.Size12, "<path d=\"M6.5 1.75a.75.75 0 0 0-1.5 0V5H1.75a.75.75 0 0 0 0 1.5H5v3.25a.75.75 0 0 0 1.5 0V6.5h3.25a.75.75 0 0 0 0-1.5H6.5V1.75Z\"/>") { } }
14+
public class Add : Icon { public Add() : base("Add", IconVariant.Filled, IconSize.Size12, "<path d=\"M6 1.75c.41 0 .75.34.75.75v2.75H9.5a.75.75 0 0 1 0 1.5H6.75V9.5a.75.75 0 0 1-1.5 0V6.75H2.5a.75.75 0 0 1 0-1.5h2.75V2.5c0-.41.34-.75.75-.75Z\"/>") { } }
1515
public class AddCircle : Icon { public AddCircle() : base("AddCircle", IconVariant.Filled, IconSize.Size12, "<path d=\"M1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Zm5-2.5a.42.42 0 0 0-.42.42v1.66H3.92a.42.42 0 0 0 0 .84h1.66v1.66a.42.42 0 0 0 .84 0V6.42h1.66a.42.42 0 0 0 0-.84H6.42V3.92A.42.42 0 0 0 6 3.5Z\"/>") { } }
1616
public class Alert : Icon { public Alert() : base("Alert", IconVariant.Filled, IconSize.Size12, "<path d=\"M6 1a4 4 0 0 0-4 4v1.38l-.95 1.9A.5.5 0 0 0 1.5 9h9a.5.5 0 0 0 .45-.72L10 6.38V5a4 4 0 0 0-4-4Zm0 10.5A2 2 0 0 1 4.06 10h3.88A2 2 0 0 1 6 11.5Z\"/>") { } }
1717
public class AlertSnooze : Icon { public AlertSnooze() : base("AlertSnooze", IconVariant.Filled, IconSize.Size12, "<path d=\"M6.09 1A1.5 1.5 0 0 0 7.5 3L6.3 4.6A1.5 1.5 0 0 0 7.5 7h2.8l.65 1.28a.5.5 0 0 1-.45.72h-9a.5.5 0 0 1-.45-.72L2 6.38V5a4 4 0 0 1 4.09-4Zm-2.03 9a2 2 0 0 0 3.88 0H4.06ZM7.5 1a.5.5 0 0 0 0 1h2L7.1 5.2a.5.5 0 0 0 .4.8h3a.5.5 0 0 0 0-1h-2l2.4-3.2a.5.5 0 0 0-.4-.8h-3Z\"/>") { } }

src/Assets/FluentUI.Icons/Icons/Filled/Filled16.cs

Lines changed: 8 additions & 3 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)