-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/App.vue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<template> | ||
<g> | ||
<g clip-path="url(#clip0_2392_889)"> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M3.33871 0.741943C1.49479 0.741943 0 2.23673 0 4.08065V5.93547H23V4.08065C23 2.23673 21.5052 0.741943 19.6613 0.741943H3.33871ZM23 7.79031H0V18.9194C0 20.7633 1.49479 22.2581 3.33871 22.2581H19.6613C21.5052 22.2581 23 20.7633 23 18.9194V7.79031ZM4.45169 3.70984C4.45169 4.32448 3.95342 4.82274 3.33878 4.82274C2.72414 4.82274 2.22588 4.32448 2.22588 3.70984C2.22588 3.0952 2.72414 2.59694 3.33878 2.59694C3.95342 2.59694 4.45169 3.0952 4.45169 3.70984ZM7.04821 4.82274C7.66285 4.82274 8.16111 4.32448 8.16111 3.70984C8.16111 3.0952 7.66285 2.59694 7.04821 2.59694C6.43357 2.59694 5.9353 3.0952 5.9353 3.70984C5.9353 4.32448 6.43357 4.82274 7.04821 4.82274Z" | ||
fill="#2F374A" | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id="clip0_2392_889"> | ||
<rect width="23" height="23" fill="white" /> | ||
</clipPath> | ||
</defs> | ||
</g> | ||
</template> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters