feat: add mono-styled anronicons

The color shading works fine with our system AppIcon as shown in the
gallery.

This premium (paid) icon-set will add more quality to our designsystem.
This commit is contained in:
talksik
2025-04-14 08:28:23 -07:00
parent 3a77fff72c
commit a9060bcc1d
5092 changed files with 19621 additions and 1 deletions
+54
View File
@@ -159,6 +159,60 @@ AppWindow {
onClicked: menu.open()
text: "Open menu"
}
Row {
AppText {
text: "duotone"
}
AppIcon {
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/duotone/basic/bookmark.svg"
color: "green"
}
}
Row {
AppText {
text: "duocolor"
}
AppIcon {
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/duocolor/basic/bookmark.svg"
color: "green"
}
}
Row {
AppText {
text: "mono"
}
AppIcon {
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/mono/basic/bookmark.svg"
color: "green"
}
}
Row {
AppText {
text: "gestalt"
}
AppIcon {
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/gestalt/basic/bookmark.svg"
color: "green"
}
}
Row {
AppText {
text: "line"
}
AppIcon {
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/line/basic/bookmark.svg"
}
}
Row {
AppText {
text: "filled"
}
AppIcon {
source: "qrc:/live.flowy/imports/DesignSystem/anronicons/filled/basic/bookmark.svg"
color: "green"
}
}
}
}
}