Skip to content

Commit

Permalink
PATCH: add caliper icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurtil committed Feb 25, 2022
1 parent 3d85868 commit 42e83e6
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Caliper.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<template>
<path
fill-rule="evenodd"
clip-rule="evenodd"
d="M15.4094 6.03868C15.7162
5.46323 15.8901 4.80619 15.8901 4.10853C15.8901 1.83945 14.0507 0 11.7816
0C9.51251 0 7.67306 1.83945 7.67306 4.10853C7.67306 4.80469 7.84621 5.46041
8.15178 6.03497L4.91762 12.3967C4.36198 11.8537 3.87187 11.2459 3.4583
10.5855C3.13751 10.0733 2.4887 9.83995 1.944 10.1018C1.39931 10.3636 1.16579
11.0206 1.47611 11.5392C2.12429 12.6225 2.93847 13.5955 3.88741
14.4232L1.00004 20.1028L1.62696 23L4.33716 21.7993L7.07177 16.4202C8.55075
17.0507 10.1475 17.3804 11.7682 17.3822C14.028 17.3848 16.2426 16.7497 18.1576
15.5499C19.7626 14.5444 21.1025 13.1765 22.0733 11.5622C22.3848 11.0443
22.1527 10.3868 21.6086 10.1237C21.0645 9.86066 20.4152 10.0926 20.0933
10.6041C19.6815 11.2583 19.1944 11.8607 18.643 12.3992L15.4094
6.03868ZM12.3008 8.18457C12.1307 8.20601 11.9574 8.21706 11.7816
8.21706C11.6045 8.21706 11.43 8.20585 11.2588 8.18411L8.06635 14.4638C9.23735
14.9423 10.4949 15.1922 11.7706 15.1936C13.0526 15.1951 14.3167 14.9456
15.4936 14.4651L12.3008 8.18457ZM11.7816 5.92554C10.7781 5.92554 9.96458
5.11204 9.96458 4.10853C9.96458 3.10502 10.7781 2.29152 11.7816
2.29152C12.7851 2.29152 13.5986 3.10502 13.5986 4.10853C13.5986 5.11204
12.7851 5.92554 11.7816 5.92554ZM19.2221 21.7991L17.2609 17.9415C18.0623
17.6222 18.8367 17.2302 19.574 16.7683C19.9026 16.5625 20.2218 16.344 20.5312
16.1135L22.5592 20.1026L21.9323 22.9998L19.2221 21.7991Z"
/>
</template>
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import bcf from "./Bcf.vue";
import building from "./Building.vue";
import burgerMenu from "./BurgerMenu.vue";
import calendar from "./Calendar.vue";
import caliper from "./Caliper.vue";
import camera from "./Camera.vue";
import cancelCamera from "./CancelCamera.vue";
import check from "./Check.vue";
Expand Down Expand Up @@ -131,6 +132,7 @@ export default {
building,
burgerMenu,
calendar,
caliper,
camera,
cancelCamera,
check,
Expand Down

0 comments on commit 42e83e6

Please sign in to comment.