Skip to content

Commit

Permalink
MINOR: add app icon (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvilalta authored Nov 16, 2022
1 parent a078b68 commit d40bc62
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/App.vue
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>
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import alphabeticalSort from "./AlphabeticalSort.vue";
import alt from "./Alt.vue";
import angle from "./Angle.vue";
import api from "./Api.vue";
import app from "./App.vue";
import archive from "./Archive.vue";
import arrow from "./Arrow.vue";
import attach from "./Attach.vue";
Expand Down Expand Up @@ -156,6 +157,7 @@ export default {
alt,
angle,
api,
app,
archive,
arrow,
attach,
Expand Down

0 comments on commit d40bc62

Please sign in to comment.