mirror of
https://github.com/bitwarden/browser
synced 2025-12-31 23:53:37 +00:00
* update shield logo and container padding * Fix horizontal icon shift * use absolutel position to fix shield shifting * add new shield and admin console logo * add new logos * add business unit portal logo * delete redundant logos * add missing fill color class
11 lines
229 B
TypeScript
11 lines
229 B
TypeScript
export * from "./icon.module";
|
|
export * from "./icon";
|
|
export * as Icons from "./icons";
|
|
export {
|
|
AdminConsoleLogo,
|
|
BusinessUnitPortalLogo,
|
|
PasswordManagerLogo,
|
|
ProviderPortalLogo,
|
|
SecretsManagerLogo,
|
|
} from "./logos";
|