-
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.
PATCH: feat(icons): add plan icon, remove deploy icon (#348)
- Loading branch information
1 parent
d5fbc0c
commit ce14cbc
Showing
5 changed files
with
13 additions
and
9 deletions.
There are no files selected for viewing
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
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
3 changes: 0 additions & 3 deletions
3
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Deploy.vue
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Plan.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,7 @@ | ||
<template> | ||
<path | ||
fill-rule="evenodd" | ||
clip-rule="evenodd" | ||
d="M15.1538 22.7195L8.07692 20.1016L1 23V2.83604L8.07692 0.280488L15.1538 2.89837L22.2308 0V20.164L15.1538 22.7195ZM13.9744 19.6653V5.07995L9.25641 3.33469V17.9201L13.9744 19.6653ZM16.3333 19.6653L19.8718 18.4187V3.64634L16.3333 5.07995V19.6653ZM3.35897 19.3537L6.89744 17.9201V3.33469L3.35897 4.5813V19.3537Z" | ||
/> | ||
</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