mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
[CL-333] Icon Refresh Feature Branch (#14298)
* [CL-571] Update icons to new fileset and metaphors (#14163) * [CL-518] Convert icons docs to stories (#14299) * [CL-574] Update inline autofill icons (#14379) --------- Co-authored-by: William Martin <contact@willmartian.com>
This commit is contained in:
@@ -85,7 +85,7 @@ export const SecondLevel: Story = {
|
||||
args: {
|
||||
items: [
|
||||
{ name: "Acme Vault", route: "/" },
|
||||
{ icon: "bwi-collection", name: "Collection", route: "collection" },
|
||||
{ icon: "bwi-collection-shared", name: "Collection", route: "collection" },
|
||||
] as Breadcrumb[],
|
||||
},
|
||||
};
|
||||
@@ -95,12 +95,12 @@ export const Overflow: Story = {
|
||||
args: {
|
||||
items: [
|
||||
{ name: "Acme Vault", route: "" },
|
||||
{ icon: "bwi-collection", name: "Collection", route: "collection" },
|
||||
{ icon: "bwi-collection", name: "Middle-Collection 1", route: "middle-collection-1" },
|
||||
{ icon: "bwi-collection", name: "Middle-Collection 2", route: "middle-collection-2" },
|
||||
{ icon: "bwi-collection", name: "Middle-Collection 3", route: "middle-collection-3" },
|
||||
{ icon: "bwi-collection", name: "Middle-Collection 4", route: "middle-collection-4" },
|
||||
{ icon: "bwi-collection", name: "End Collection", route: "end-collection" },
|
||||
{ icon: "bwi-collection-shared", name: "Collection", route: "collection" },
|
||||
{ icon: "bwi-collection-shared", name: "Middle-Collection 1", route: "middle-collection-1" },
|
||||
{ icon: "bwi-collection-shared", name: "Middle-Collection 2", route: "middle-collection-2" },
|
||||
{ icon: "bwi-collection-shared", name: "Middle-Collection 3", route: "middle-collection-3" },
|
||||
{ icon: "bwi-collection-shared", name: "Middle-Collection 4", route: "middle-collection-4" },
|
||||
{ icon: "bwi-collection-shared", name: "End Collection", route: "end-collection" },
|
||||
] as Breadcrumb[],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user