Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Fluent UI System Icons 1.1.227 #1513

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Assets/FluentUI.Icons/Icons/Filled12.cs
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ public class ChevronUp : Icon { public ChevronUp() : base("ChevronUp", IconVaria
public class Circle : Icon { public Circle() : base("Circle", IconVariant.Filled, IconSize.Size12, "<path d=\"M6 1a5 5 0 1 0 0 10A5 5 0 0 0 6 1Z\"/>") { } }
public class CircleHalfFill : Icon { public CircleHalfFill() : base("CircleHalfFill", IconVariant.Filled, IconSize.Size12, "<path d=\"M1 6a5 5 0 1 1 10 0A5 5 0 0 1 1 6Zm1.5 0h7a3.5 3.5 0 1 0-7 0Z\"/>") { } }
public class CircleLine : Icon { public CircleLine() : base("CircleLine", IconVariant.Filled, IconSize.Size12, "<path d=\"M1 6a5 5 0 0 1 10 0H1Zm.1 1a5 5 0 0 0 9.8 0H1.1Z\"/>") { } }
public class Clipboard : Icon { public Clipboard() : base("Clipboard", IconVariant.Filled, IconSize.Size12, "<path d=\"M7.91 2h.59c.83 0 1.5.67 1.5 1.5v6c0 .83-.67 1.5-1.5 1.5h-5A1.5 1.5 0 0 1 2 9.5v-6C2 2.67 2.67 2 3.5 2h.59c.2-.58.76-1 1.41-1h1c.65 0 1.2.42 1.41 1ZM5 2.5c0 .28.22.5.5.5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.5.5Z\"/>") { } }
public class Clock : Icon { public Clock() : base("Clock", IconVariant.Filled, IconSize.Size12, "<path d=\"M6 1a5 5 0 1 1 0 10A5 5 0 0 1 6 1Zm-.5 2.5A.5.5 0 0 0 5 4v2.5c0 .28.22.5.5.5h2a.5.5 0 0 0 0-1H6V4a.5.5 0 0 0-.5-.5Z\"/>") { } }
public class Comment : Icon { public Comment() : base("Comment", IconVariant.Filled, IconSize.Size12, "<path d=\"M3.5 2C2.67 2 2 2.67 2 3.5v4C2 8.33 2.67 9 3.5 9H4v1a.5.5 0 0 0 .76.43L7.14 9H8.5c.83 0 1.5-.67 1.5-1.5v-4C10 2.67 9.33 2 8.5 2h-5Z\"/>") { } }
public class CommentAdd : Icon { public CommentAdd() : base("CommentAdd", IconVariant.Filled, IconSize.Size12, "<path d=\"M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-3-2a.5.5 0 0 0-1 0V3H6.5a.5.5 0 0 0 0 1H8v1.5a.5.5 0 0 0 1 0V4h1.5a.5.5 0 0 0 0-1H9V1.5ZM8.5 8c.92 0 1.77-.28 2.48-.75A2 2 0 0 1 9 9H6.65l-2.87 1.92A.5.5 0 0 1 3 10.5V9a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h1.76A4.5 4.5 0 0 0 8.5 8Z\"/>") { } }
public class CommentArrowLeft : Icon { public CommentArrowLeft() : base("CommentArrowLeft", IconVariant.Filled, IconSize.Size12, "<path d=\"M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-1.5.5a.5.5 0 0 0 0-1H7.7l.65-.65a.5.5 0 1 0-.7-.7l-1.5 1.5A.5.5 0 0 0 6 3.5a.5.5 0 0 0 .15.35l1.5 1.5a.5.5 0 1 0 .7-.7L7.71 4h2.79Zm-2 4c.92 0 1.77-.28 2.48-.75A2 2 0 0 1 9 9H6.65l-2.87 1.92A.5.5 0 0 1 3 10.5V9a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h1.76A4.5 4.5 0 0 0 8.5 8Z\"/>") { } }
public class CommentArrowRight : Icon { public CommentArrowRight() : base("CommentArrowRight", IconVariant.Filled, IconSize.Size12, "<path d=\"M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM6.5 3a.5.5 0 0 0 0 1h2.8l-.65.65a.5.5 0 1 0 .7.7l1.5-1.5A.5.5 0 0 0 11 3.5a.5.5 0 0 0-.15-.35l-1.5-1.5a.5.5 0 1 0-.7.7l.64.65H6.5Zm2 5c.92 0 1.77-.28 2.48-.75A2 2 0 0 1 9 9H6.65l-2.87 1.92A.5.5 0 0 1 3 10.5V9a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h1.76A4.5 4.5 0 0 0 8.5 8Z\"/>") { } }
public class CommentCheckmark : Icon { public CommentCheckmark() : base("CommentCheckmark", IconVariant.Filled, IconSize.Size12, "<path d=\"M12 3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm-1.65-1.35a.5.5 0 0 0-.7 0L8 3.79l-.65-.64a.5.5 0 1 0-.7.7l1 1c.2.2.5.2.7 0l2-2a.5.5 0 0 0 0-.7ZM8.5 8c.92 0 1.77-.28 2.48-.75A2 2 0 0 1 9 9H6.65l-2.87 1.92A.5.5 0 0 1 3 10.5V9a2 2 0 0 1-2-2V3c0-1.1.9-2 2-2h1.76A4.5 4.5 0 0 0 8.5 8Z\"/>") { } }
public class Compose : Icon { public Compose() : base("Compose", IconVariant.Filled, IconSize.Size12, "<path d=\"M10.78 2.28a.75.75 0 1 0-1.06-1.06L5.44 5.5 5 7l1.5-.44 4.28-4.28ZM6.25 1.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 0-.75.75v4.5c0 .41.34.75.75.75h4.5c.41 0 .75-.34.75-.75v-2.5a.75.75 0 0 1 1.5 0v2.5c0 1.24-1 2.25-2.25 2.25h-4.5c-1.24 0-2.25-1-2.25-2.25v-4.5c0-1.24 1-2.25 2.25-2.25h2.5Z\"/>") { } }
public class Couch : Icon { public Couch() : base("Couch", IconVariant.Filled, IconSize.Size12, "<path d=\"M8.5 2h-5C2.67 2 2 2.67 2 3.5v.51L2.25 4c1.16 0 2.11.88 2.24 2H7.5A2.25 2.25 0 0 1 10 4.01V3.5C10 2.67 9.33 2 8.5 2Zm1.25 3c.09 0 .17 0 .25.03.57.11 1 .62 1 1.22V8.5c0 .65-.42 1.2-1 1.41v.59a.5.5 0 0 1-1 0V10H3v.5a.5.5 0 0 1-1 0v-.59c-.58-.2-1-.76-1-1.41V6.25a1.25 1.25 0 0 1 2.5 0c0 .41.34.75.75.75h3.5c.41 0 .75-.34.75-.75C8.5 5.56 9.06 5 9.75 5Z\"/>") { } }
public class Cube : Icon { public Cube() : base("Cube", IconVariant.Filled, IconSize.Size12, "<path d=\"M5.45 1.1a1.5 1.5 0 0 1 1.1 0l3.5 1.39c.57.22.95.78.95 1.4V8.1a1.5 1.5 0 0 1-.95 1.4l-3.5 1.38a1.5 1.5 0 0 1-1.1 0l-3.5-1.38A1.5 1.5 0 0 1 1 8.1V3.88c0-.61.38-1.17.95-1.4l3.5-1.37ZM3.69 4.05a.5.5 0 1 0-.38.92l2.19.88V8a.5.5 0 0 0 1 0V5.84l2.19-.88a.5.5 0 1 0-.38-.92L6 4.96l-2.31-.92Z\"/>") { } }
public class Delete : Icon { public Delete() : base("Delete", IconVariant.Filled, IconSize.Size12, "<path d=\"M5 3h2a1 1 0 0 0-2 0ZM4 3a2 2 0 1 1 4 0h2.5a.5.5 0 0 1 0 1h-.44l-.44 5.17a2 2 0 0 1-2 1.83H4.38a2 2 0 0 1-2-1.83L1.94 4H1.5a.5.5 0 0 1 0-1H4Zm3.5 3a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0V6ZM5 5.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 1 0V6a.5.5 0 0 0-.5-.5Z\"/>") { } }
Expand All @@ -97,6 +99,7 @@ public class Glance : Icon { public Glance() : base("Glance", IconVariant.Filled
public class GlanceDefault : Icon { public GlanceDefault() : base("GlanceDefault", IconVariant.Filled, IconSize.Size12, "<path d=\"M6 9.5c0 .83.67 1.5 1.5 1.5h2c.83 0 1.5-.67 1.5-1.5v-3c0-.83-.67-1.5-1.5-1.5h-2C6.67 5 6 5.67 6 6.5v3Zm-5-4C1 6.33 1.67 7 2.5 7h1C4.33 7 5 6.33 5 5.5v-3C5 1.67 4.33 1 3.5 1h-1C1.67 1 1 1.67 1 2.5v3ZM7.5 4a1.5 1.5 0 1 1 0-3h2a1.5 1.5 0 0 1 0 3h-2ZM1 9.5c0 .83.67 1.5 1.5 1.5h1a1.5 1.5 0 0 0 0-3h-1C1.67 8 1 8.67 1 9.5Z\"/>") { } }
public class GlanceHorizontal : Icon { public GlanceHorizontal() : base("GlanceHorizontal", IconVariant.Filled, IconSize.Size12, "<path d=\"M2.5 6A1.5 1.5 0 0 1 1 4.5v-2C1 1.67 1.67 1 2.5 1h3C6.33 1 7 1.67 7 2.5v2C7 5.33 6.33 6 5.5 6h-3Z\"/><path d=\"M6.5 11A1.5 1.5 0 0 1 5 9.5v-1C5 7.67 5.67 7 6.5 7h3c.83 0 1.5.67 1.5 1.5v1c0 .83-.67 1.5-1.5 1.5h-3Z\"/><path d=\"M8 4.5a1.5 1.5 0 1 0 3 0v-2a1.5 1.5 0 0 0-3 0v2Z\"/><path d=\"M2.5 11A1.5 1.5 0 0 1 1 9.5v-1a1.5 1.5 0 1 1 3 0v1c0 .83-.67 1.5-1.5 1.5Z\"/>") { } }
public class Globe : Icon { public Globe() : base("Globe", IconVariant.Filled, IconSize.Size12, "<path d=\"M7.99 6.5H4.01a8.4 8.4 0 0 0 .76 3.3c.5.97.99 1.2 1.23 1.2.25 0 .74-.23 1.23-1.2.4-.82.7-1.97.76-3.3Zm-3.98-1a8.4 8.4 0 0 1 .76-3.3C5.27 1.23 5.76 1 6 1c.25 0 .74.23 1.23 1.2.4.82.7 1.97.76 3.3H4.01Zm-1 0H1.03a5 5 0 0 1 3.06-4.12c-.6 1-1.01 2.46-1.08 4.12Zm0 1H1.03a5 5 0 0 0 3.06 4.12c-.6-1-1.01-2.46-1.08-4.12ZM9 6.5h1.99a5 5 0 0 1-3.07 4.12c.6-1 1.01-2.46 1.08-4.12Zm1.99-1H8.99a8.91 8.91 0 0 0-1.08-4.12 5 5 0 0 1 3.07 4.12Z\"/>") { } }
public class Guest : Icon { public Guest() : base("Guest", IconVariant.Filled, IconSize.Size12, "<path d=\"M7.91 2h.59c.83 0 1.5.67 1.5 1.5v6c0 .83-.67 1.5-1.5 1.5h-5A1.5 1.5 0 0 1 2 9.5v-6C2 2.67 2.67 2 3.5 2h.59c.2-.58.76-1 1.41-1h1c.65 0 1.2.42 1.41 1ZM5 2.5c0 .28.22.5.5.5h1a.5.5 0 0 0 0-1h-1a.5.5 0 0 0-.5.5ZM7 5a1 1 0 1 0-2 0 1 1 0 0 0 2 0ZM4 7.5v.1l.04.18c.03.14.1.33.25.52.3.4.84.7 1.71.7s1.41-.3 1.71-.7A1.46 1.46 0 0 0 8 7.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5Z\"/>") { } }
public class HatGraduation : Icon { public HatGraduation() : base("HatGraduation", IconVariant.Filled, IconSize.Size12, "<path d=\"M5.16 2.19a1.96 1.96 0 0 1 1.68 0l4.87 2.3a.5.5 0 0 1 .01.9L6.87 7.8c-.55.28-1.2.28-1.74 0L1 5.76V8a.5.5 0 0 1-1 0V4.97A.5.5 0 0 1 .3 4.5l4.87-2.31ZM2 7.37V9c0 .13.05.26.15.35l.02.03a3.45 3.45 0 0 0 .28.24c.19.15.46.36.8.56.66.4 1.63.82 2.75.82s2.09-.42 2.76-.82a6.74 6.74 0 0 0 1.07-.8l.02-.02A.5.5 0 0 0 10 9V7.37L7.32 8.7c-.83.41-1.8.41-2.64 0L2 7.37Z\"/>") { } }
public class Heart : Icon { public Heart() : base("Heart", IconVariant.Filled, IconSize.Size12, "<path d=\"M5.66 2.74a2.4 2.4 0 0 0-3.45-.01 2.55 2.55 0 0 0 0 3.53L5.76 9.9c.15.15.38.15.53 0l3.51-3.6c.95-.98.95-2.56 0-3.54a2.4 2.4 0 0 0-3.46 0L6 3.08l-.34-.35Z\"/>") { } }
public class Hexagon : Icon { public Hexagon() : base("Hexagon", IconVariant.Filled, IconSize.Size12, "<path d=\"M4.41 2c-.44 0-.85.24-1.08.63L1.75 5.38c-.23.38-.23.86 0 1.24l1.58 2.75c.23.4.64.63 1.08.63h3.17c.45 0 .86-.24 1.09-.63l1.58-2.75c.23-.38.23-.86 0-1.24L8.67 2.63A1.25 1.25 0 0 0 7.58 2H4.41Z\"/>") { } }
Expand Down
Loading
Loading