mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 18:23:31 +00:00
move NoResults icon to vault library
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export * from "./deactivated-org";
|
||||
export * from "./no-folders";
|
||||
export * from "./no-results";
|
||||
export * from "./vault";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { svgIcon } from "../icon";
|
||||
import { svgIcon } from "@bitwarden/components";
|
||||
|
||||
export const NoResults = svgIcon`
|
||||
<svg width="98" height="96" viewBox="0 0 98 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
Reference in New Issue
Block a user