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:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user