1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 20:53:22 +00:00

move DeactivatedOrg icon to vault library

This commit is contained in:
Nick Krantz
2024-08-08 14:09:02 -05:00
parent f949170fd1
commit 5127c83b1e
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { svgIcon } from "../icon";
import { svgIcon } from "@bitwarden/components";
export const DeactivatedOrg = svgIcon`
<svg width="138" height="118" viewBox="0 0 138 118" fill="none" xmlns="http://www.w3.org/2000/svg">

View File

@@ -1 +1,2 @@
export * from "./deactivated-org";
export * from "./no-folders";