Remove height / width from vault icon svg.

This commit is contained in:
Alec Rippberger 2024-10-18 10:23:53 -05:00
parent a4e74b1ed2
commit 3af2178ad2
No known key found for this signature in database
GPG Key ID: 9DD8DA583B28154A
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { svgIcon } from "@bitwarden/components";
export const VaultIcon = svgIcon`
<svg width="120" height="100" viewBox="0 0 120 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<svg viewBox="0 0 120 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="5.61279" y="1.5" width="108.775" height="89.1503" rx="9.25741" class="tw-stroke-art-primary" stroke-width="2"/>
<path d="M49.5854 61.4941L49.5854 70.4652" class="tw-stroke-art-primary" stroke-width="2" stroke-linecap="round"/>
<path d="M49.5854 21.6851L49.5854 30.6562" class="tw-stroke-art-primary" stroke-width="2" stroke-linecap="round"/>