@bimdata/bcf-components 3.1.0-rc.2 → 3.1.0-rc.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,37 +21,43 @@ const M5 = Object.freeze([
21
21
  Stage: "stages",
22
22
  Status: "topic_statuses",
23
23
  Label: "topic_labels"
24
- }), F2 = "D8D8D8", D5 = "D8D8D8", P2 = "originating_system", U2 = "authoring_tool_id", m1 = Object.freeze({
24
+ }), F2 = "D8D8D8", D5 = "D8D8D8", P2 = "originating_system", U2 = "authoring_tool_id", h1 = Object.freeze({
25
25
  V3D: "ifc3d",
26
+ PTC: "pointCloud",
26
27
  V2D: "ifc2d",
27
28
  DWG: "dwg",
28
29
  PLAN: "plan"
29
30
  }), z2 = Object.freeze({
30
- [m1.V3D]: {
31
+ [h1.V3D]: {
31
32
  order: 1,
32
33
  window: "3d",
33
34
  plugin: "viewer3d",
34
35
  icon: "fileIfcPolychrome"
35
36
  },
36
- [m1.V2D]: {
37
+ [h1.PTC]: {
37
38
  order: 2,
39
+ window: "tileset",
40
+ plugin: "tileset"
41
+ },
42
+ [h1.V2D]: {
43
+ order: 3,
38
44
  window: "2d",
39
45
  plugin: "viewer2d",
40
46
  icon: "fileIfcPolychrome"
41
47
  },
42
- [m1.DWG]: {
43
- order: 3,
48
+ [h1.DWG]: {
49
+ order: 4,
44
50
  window: "dwg",
45
51
  plugin: "dwg",
46
52
  icon: "fileDwgPolychrome"
47
53
  },
48
- [m1.PLAN]: {
49
- order: 4,
54
+ [h1.PLAN]: {
55
+ order: 5,
50
56
  window: "plan",
51
57
  plugin: "plan",
52
58
  icon: "filePlanPolychrome"
53
59
  }
54
- }), aI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
60
+ }), lI = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
55
61
  __proto__: null,
56
62
  DEFAULT_PRIORITY_COLOR: F2,
57
63
  DEFAULT_STATUS_COLOR: D5,
@@ -61,7 +67,7 @@ const M5 = Object.freeze([
61
67
  EXTENSION_WITH_COLOR: _5,
62
68
  VIEWPOINT_CONFIG: z2,
63
69
  VIEWPOINT_MODELS_FIELD: U2,
64
- VIEWPOINT_TYPES: m1,
70
+ VIEWPOINT_TYPES: h1,
65
71
  VIEWPOINT_TYPE_FIELD: P2
66
72
  }, Symbol.toStringTag, { value: "Module" })), F5 = Object.freeze({
67
73
  bisque: "ffe4c4",
@@ -443,13 +449,13 @@ var w2 = { exports: {} };
443
449
  n.default = (0, C.default)(b, 4), e.exports = n.default;
444
450
  })(I2, I2.exports);
445
451
  const K5 = /* @__PURE__ */ G5(I2.exports);
446
- function h1(e) {
452
+ function b1(e) {
447
453
  return y5[e];
448
454
  }
449
455
  function k5(e, n) {
450
456
  return n[H5[e]];
451
457
  }
452
- function f1(e, n) {
458
+ function L1(e, n) {
453
459
  const o = n.priorities.find(
454
460
  (l) => l.priority === e.priority
455
461
  );
@@ -462,13 +468,13 @@ function Y2(e, n) {
462
468
  return (o == null ? void 0 : o.color) || D5;
463
469
  }
464
470
  let x5 = null;
465
- function lI(e, { fetchUsers: n }) {
471
+ function iI(e, { fetchUsers: n }) {
466
472
  const o = n ? (H) => n(H) : (H) => e.collaborationApi.getProjectUsers(H.cloud.id, H.id);
467
473
  return {
468
474
  fetchTopics: async (H) => {
469
475
  const A = await o(H), T = await e.bcfApi.getDetailedExtensions(H.id), E = await e.bcfApi.getTopics(H.id);
470
476
  return E.sort((Y, Q) => Q.index - Y.index), await K5(E, 10, async (Y) => {
471
- Y.color = f1(Y, T), Y.creator = A.find((Q) => Q.email === Y.creation_author), Y.viewpoints = await e.bcfApi.getTopicViewpoints(
477
+ Y.color = L1(Y, T), Y.creator = A.find((Q) => Q.email === Y.creation_author), Y.viewpoints = await e.bcfApi.getTopicViewpoints(
472
478
  H.id,
473
479
  Y.guid,
474
480
  "url"
@@ -477,7 +483,7 @@ function lI(e, { fetchUsers: n }) {
477
483
  },
478
484
  fecthTopicByGuid: async (H, A) => {
479
485
  const T = await e.bcfApi.getDetailedExtensions(H.id), E = await e.bcfApi.getFullTopic(A, H.id, "url");
480
- return E.color = f1(E, T), E;
486
+ return E.color = L1(E, T), E;
481
487
  },
482
488
  createTopic: async (H, A) => await e.bcfApi.createFullTopic(
483
489
  H.id,
@@ -537,7 +543,7 @@ function lI(e, { fetchUsers: n }) {
537
543
  createExtension: async (H, A, T) => await e.bcfApi[`createExtension${A}`](
538
544
  H.id,
539
545
  {
540
- [h1(A)]: T.value,
546
+ [b1(A)]: T.value,
541
547
  color: U5()
542
548
  }
543
549
  ),
@@ -545,7 +551,7 @@ function lI(e, { fetchUsers: n }) {
545
551
  T.id,
546
552
  H.id,
547
553
  {
548
- [h1(A)]: E.value,
554
+ [b1(A)]: E.value,
549
555
  color: E.color
550
556
  }
551
557
  ),
@@ -557,7 +563,7 @@ function lI(e, { fetchUsers: n }) {
557
563
  }
558
564
  };
559
565
  }
560
- function iI(e) {
566
+ function sI(e) {
561
567
  x5 = e;
562
568
  }
563
569
  function x1() {
@@ -601,7 +607,7 @@ const J5 = [
601
607
  "assigned_to",
602
608
  "description"
603
609
  ];
604
- function sI(e) {
610
+ function cI(e) {
605
611
  const n = x(""), o = x([]);
606
612
  return a2(
607
613
  [e, n],
@@ -634,7 +640,7 @@ function C2(e, n = (o) => o) {
634
640
  }
635
641
  };
636
642
  }
637
- function cI(e) {
643
+ function dI(e) {
638
644
  const { sortToggle: n, sortOrder: o } = C2(e, (b) => b.index), { sortToggle: l, sortOrder: s } = C2(e, (b) => b.title), { sortToggle: i, sortOrder: c } = C2(e, (b) => b.creation_date), u = x("");
639
645
  return {
640
646
  sortedBy: u,
@@ -655,7 +661,7 @@ function cI(e) {
655
661
  function Q5(e) {
656
662
  return e[P2];
657
663
  }
658
- function dI(e) {
664
+ function uI(e) {
659
665
  var n, o;
660
666
  return (o = (n = e[U2]) == null ? void 0 : n.split(",").map(Number)) != null ? o : [];
661
667
  }
@@ -3335,7 +3341,7 @@ const F = (e, n) => {
3335
3341
  o[l] = s;
3336
3342
  return o;
3337
3343
  };
3338
- function v1(e) {
3344
+ function m1(e) {
3339
3345
  return Array.from(new Set(e)).sort(
3340
3346
  (n, o) => n.localeCompare(o, void 0, { sensitivity: "base" })
3341
3347
  );
@@ -3358,15 +3364,15 @@ const Qe = {
3358
3364
  const o = x(!1), l = () => o.value = !1, s = () => o.value = !o.value, i = x(null), { filters: c, filteredTopics: u, reset: d } = q5(
3359
3365
  R(() => e.topics)
3360
3366
  ), C = R(
3361
- () => v1(e.topics.map(($) => $.priority))
3367
+ () => m1(e.topics.map(($) => $.priority))
3362
3368
  ), L = R(
3363
- () => v1(e.topics.map(($) => $.topic_status))
3369
+ () => m1(e.topics.map(($) => $.topic_status))
3364
3370
  ), b = R(
3365
- () => v1(e.topics.map(($) => $.assigned_to))
3371
+ () => m1(e.topics.map(($) => $.assigned_to))
3366
3372
  ), M = R(
3367
- () => v1(e.topics.map(($) => $.creation_author))
3373
+ () => m1(e.topics.map(($) => $.creation_author))
3368
3374
  ), m = R(
3369
- () => v1(e.topics.flatMap(($) => $.labels))
3375
+ () => m1(e.topics.flatMap(($) => $.labels))
3370
3376
  );
3371
3377
  return {
3372
3378
  creatorOptions: M,
@@ -3926,7 +3932,7 @@ const f0 = {
3926
3932
  ],
3927
3933
  setup(e, { emit: n }) {
3928
3934
  const o = x(!1), l = x(!1), s = x(!1), i = x(
3929
- e.extension[h1(e.extensionType)]
3935
+ e.extension[b1(e.extensionType)]
3930
3936
  ), c = x(e.extension.color), u = x(null);
3931
3937
  return a2(
3932
3938
  o,
@@ -3940,7 +3946,7 @@ const f0 = {
3940
3946
  isOpenColorSelector: l,
3941
3947
  isOpenDeleteGuard: s,
3942
3948
  adjustBorderColor: z5,
3943
- getExtensionField: h1,
3949
+ getExtensionField: b1,
3944
3950
  submitColor: async (b) => {
3945
3951
  b !== e.extension.color && (n("update-extension", {
3946
3952
  extensionType: e.extensionType,
@@ -3955,7 +3961,7 @@ const f0 = {
3955
3961
  });
3956
3962
  },
3957
3963
  submitValue: async () => {
3958
- i.value !== e.extension[h1(e.extensionType)] && (n("update-extension", {
3964
+ i.value !== e.extension[b1(e.extensionType)] && (n("update-extension", {
3959
3965
  extensionType: e.extensionType,
3960
3966
  extension: e.extension,
3961
3967
  data: { value: i.value }
@@ -6021,7 +6027,7 @@ const Mn = {
6021
6027
  chartData: R(() => {
6022
6028
  if (e.topics.length === 0)
6023
6029
  return [];
6024
- const o = h1(e.extensionType), l = k5(e.extensionType, e.detailedExtensions);
6030
+ const o = b1(e.extensionType), l = k5(e.extensionType, e.detailedExtensions);
6025
6031
  return l.push({ [o]: void 0 }), l.map((s) => {
6026
6032
  var c;
6027
6033
  const i = e.topics.filter((u) => u[o] === s[o]).length;
@@ -6324,7 +6330,7 @@ const Rn = {
6324
6330
  const o = R(() => e.topic.viewpoints.filter(
6325
6331
  (c) => Boolean(c.snapshot)
6326
6332
  )), l = R(
6327
- () => f1(e.topic, e.detailedExtensions)
6333
+ () => L1(e.topic, e.detailedExtensions)
6328
6334
  ), s = R(
6329
6335
  () => Y2(e.topic, e.detailedExtensions)
6330
6336
  ), i = R(() => {
@@ -6835,7 +6841,7 @@ const L8 = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.531
6835
6841
  }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/Viewer3DPolychrome.vue" };
6836
6842
  var u5 = { addFile: v8, addFolder: I8, addUser: _8, alphabeticalAscending: H8, alphabeticalDescending: V8, alphabeticalSort: k8, alt: w8, angle: S8, api: T8, archive: N8, arrow: R8, attach: F8, backInTime: z8, bcf: Y8, building: X8, burgerMenu: K8, calendar: J8, caliper: et, camera: tt, cancelCamera: ot, check: lt, chevron: st, classificationCategorie: dt, classificationElement: Ct, click: ht, close: gt, cloud: Lt, color: mt, comment: Mt, cursor: yt, dateAscending: Dt, dateDescending: Bt, default: xt, delete: Zt, deniedFile: At, deploy: $t, detach: Ot, distance: Et, doubleChevron: Pt, down: zt, download: Yt, drag: Xt, edit: Kt, ellipsis: Jt, expanded: er, explosion: tr, export: or, exportIfc: lr, failed: sr, filter: dr, fitView: Cr, folder: hr, folderMove: gr, folderOpen: Lr, fullscreen: mr, grid: Mr, group: yr, hide: Dr, ifc: Br, ifcFile: xr, import: Zr, indexAscending: Ar, indexDescending: $r, information: Or, inProgressFile: Er, invitation: Pr, isolate: zr, key: Yr, left: Xr, linkedDocument: Kr, list: Jr, listManage: eo, location: to, lock: oo, logout: lo, measure: so, minus: uo, model3d: po, organization: bo, parameters: fo, path: vo, pieGraph: Io, plus: _o, project: Ho, quickSelect: Vo, readonlyFolder: ko, redo: wo, reduced: So, refresh: To, reprocessIfc: No, reset: Ro, right: Fo, rules: Uo, sandglass: Go, save: Wo, screenConfig: jo, screenshot: qo, search: Qo, section: na, settings: ra, share: aa, show: ia, showSelected: ca, socotec: ua, space: pa, split: ba, storey: fa, success: va, surface: Ia, swap: _a, synchro2d: Ha, system: Va, tag: xa, tree: Za, unarchive: Aa, undo: $a, union: Oa, up: Ea, user: Pa, validate: za, validatedFile: Ya, versioning: ja, video: qa, visa: Qa, warning: nl, windowBottom: rl, windowed: al, windowLeft: il, windowRight: cl, windowTop: ul, zone: pl, bcfPolychrome: bl, createWindowPolychrome: fl, docInfoPolychrome: vl, fileDwgPolychrome: Il, fileIfcPolychrome: _l, filePdfPolychrome: Hl, filePlanPolychrome: Vl, folderPolychrome: kl, structurePolychrome: wl, viewer2dPolychrome: Sl, viewer3dPolychrome: Tl }, $l = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
6837
6843
  const C5 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
6838
- var b1 = { name: "BIMDataIcon", components: { ...function(e = {}) {
6844
+ var g1 = { name: "BIMDataIcon", components: { ...function(e = {}) {
6839
6845
  return Object.entries(e).reduce((n, [o, l]) => ({ ...n, [`bimdata-icon-${o}`]: l }), {});
6840
6846
  }(u5) }, props: { name: { type: String, required: !0, validator: (e) => Object.keys(u5).includes(e) }, color: { type: String, default: "default", validator: (e) => $l.includes(e) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: !1 }, stroke: { type: Boolean, default: !1 }, size: { type: String, default: "s", validator: (e) => Object.keys(C5).includes(e) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
6841
6847
  return { "icon-fill": this.fill, "icon-stroke": this.stroke, [`icon-fill--${this.color}`]: this.fill && this.color, [`icon-stroke--${this.color}`]: this.stroke && this.color };
@@ -6846,7 +6852,7 @@ var b1 = { name: "BIMDataIcon", components: { ...function(e = {}) {
6846
6852
  return this.customSize ? this.customSize : C5[this.size];
6847
6853
  } } };
6848
6854
  const Nl = ["fill", "color"];
6849
- function L1(e, n) {
6855
+ function v1(e, n) {
6850
6856
  n === void 0 && (n = {});
6851
6857
  var o = n.insertAt;
6852
6858
  if (e && typeof document < "u") {
@@ -6854,7 +6860,7 @@ function L1(e, n) {
6854
6860
  s.type = "text/css", o === "top" && l.firstChild ? l.insertBefore(s, l.firstChild) : l.appendChild(s), s.styleSheet ? s.styleSheet.cssText = e : s.appendChild(document.createTextNode(e));
6855
6861
  }
6856
6862
  }
6857
- L1(`/* base COLORS --------------------------------------------- */
6863
+ v1(`/* base COLORS --------------------------------------------- */
6858
6864
  /* colors BRAND */
6859
6865
  /* colors GREY SHADES - NEUTRAL */
6860
6866
  /* color TEXT */
@@ -6923,7 +6929,7 @@ html[data-v-1312d4d1] {
6923
6929
  /* base FONTS -------------------------------------- */
6924
6930
  --primary-font: "roboto", sans-serif;
6925
6931
  }`);
6926
- L1(`.icon-fill--black {
6932
+ v1(`.icon-fill--black {
6927
6933
  fill: var(--color-black);
6928
6934
  }
6929
6935
  .icon-fill--default {
@@ -7006,16 +7012,16 @@ L1(`.icon-fill--black {
7006
7012
  }
7007
7013
  .icon-stroke--white {
7008
7014
  stroke: var(--color-white);
7009
- }`), b1.render = function(e, n, o, l, s, i) {
7015
+ }`), g1.render = function(e, n, o, l, s, i) {
7010
7016
  return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: o.fillColor, color: o.color, class: V(i.classes), style: y(i.style) }, [(r(), D(d1(`bimdata-icon-${o.name}`)))], 14, Nl);
7011
- }, b1.__scopeId = "data-v-1312d4d1", b1.__file = "src/BIMDataComponents/BIMDataIcon/BIMDataIcon.vue";
7017
+ }, g1.__scopeId = "data-v-1312d4d1", g1.__file = "src/BIMDataComponents/BIMDataIcon/BIMDataIcon.vue";
7012
7018
  var Ol = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), H1 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: !1 }, outline: { type: Boolean, default: !1 }, ghost: { type: Boolean, default: !1 }, ripple: { type: Boolean, default: !1 }, radius: { type: Boolean, default: !1 }, square: { type: Boolean, default: !1 }, rounded: { type: Boolean, default: !1 }, icon: { type: Boolean, default: !1 }, color: { type: String, default: "default", validator: (e) => Ol.includes(e) } }, emits: ["click"], computed: { classes() {
7013
7019
  return { "bimdata-btn__icon": this.icon, "bimdata-btn__fill": this.fill, "bimdata-btn__outline": this.outline, "bimdata-btn__ghost": this.ghost, "bimdata-btn__ripple": this.ripple, "bimdata-btn__radius": this.radius, "bimdata-btn__square": this.square, "bimdata-btn__rounded": this.rounded, [`bimdata-btn__fill--${this.color}`]: this.fill && this.color, [`bimdata-btn__outline--${this.color}`]: this.outline && this.color, [`bimdata-btn__ghost--${this.color}`]: this.ghost && this.color, [`bimdata-btn__ripple--${this.color}`]: this.ripple && this.color };
7014
7020
  }, style() {
7015
7021
  return { "min-width": `${this.width}`, "min-height": `${this.height}` };
7016
7022
  } } };
7017
7023
  const Rl = ["color"];
7018
- L1(`/* base COLORS --------------------------------------------- */
7024
+ v1(`/* base COLORS --------------------------------------------- */
7019
7025
  /* colors BRAND */
7020
7026
  /* colors GREY SHADES - NEUTRAL */
7021
7027
  /* color TEXT */
@@ -7173,7 +7179,7 @@ html[data-v-3f903003] {
7173
7179
  .primary-font[data-v-3f903003] {
7174
7180
  font-family: "roboto", sans-serif;
7175
7181
  }`);
7176
- L1(`.bimdata-btn {
7182
+ v1(`.bimdata-btn {
7177
7183
  padding: 0 var(--spacing-unit);
7178
7184
  height: -webkit-fit-content;
7179
7185
  height: -moz-fit-content;
@@ -7596,7 +7602,7 @@ const El = { useUtc: !1, getFullYear(e) {
7596
7602
  }, getNewDateObject(e) {
7597
7603
  return e ? this.resetDateTime(new Date(e)) : this.resetDateTime(new Date());
7598
7604
  } };
7599
- var d2 = (e) => ({ ...El, useUtc: e }), j2 = { props: { autofocus: { type: Boolean, default: !1 }, bootstrapStyling: { type: Boolean, default: !1 }, clearButton: { type: Boolean, default: !1 }, clearButtonIcon: { type: String, default: "" }, calendarButton: { type: Boolean, default: !1 }, calendarButtonIcon: { type: String, default: "" }, calendarButtonIconContent: { type: String, default: "" }, disabled: { type: Boolean, default: !1 }, format: { type: [String, Function], default: "dd MMM yyyy" }, id: { type: String, default: null }, inline: { type: Boolean, default: !1 }, inputClass: { type: [String, Object, Array], default: null }, maxlength: { type: [Number, String], default: null }, name: { type: String, default: null }, openDate: { type: [String, Date, Number], default: null, validator: (e) => e === null || e instanceof Date || typeof e == "string" || typeof e == "number" }, parser: { type: Function, default: null }, pattern: { type: String, default: null }, placeholder: { type: String, default: null }, refName: { type: String, default: "" }, required: { type: Boolean, default: !1 }, showCalendarOnButtonClick: { type: Boolean, default: !1 }, showCalendarOnFocus: { type: Boolean, default: !1 }, tabIndex: { type: [Number, String], default: null }, typeable: { type: Boolean, default: !1 }, useUtc: { type: Boolean, default: !1 } }, __file: "src/BIMDataComponents/BIMDataDatePicker/mixins/inputProps.vue" }, Z2 = { name: "DateInput", components: { BIMDataIcon: b1, BIMDataButton: H1 }, mixins: [j2], props: { isOpen: { type: Boolean, default: !1 }, selectedDate: { type: Date, default: null }, translation: { type: Object, default: () => ({}) }, required: { type: Boolean, default: !1 } }, data() {
7605
+ var d2 = (e) => ({ ...El, useUtc: e }), j2 = { props: { autofocus: { type: Boolean, default: !1 }, bootstrapStyling: { type: Boolean, default: !1 }, clearButton: { type: Boolean, default: !1 }, clearButtonIcon: { type: String, default: "" }, calendarButton: { type: Boolean, default: !1 }, calendarButtonIcon: { type: String, default: "" }, calendarButtonIconContent: { type: String, default: "" }, disabled: { type: Boolean, default: !1 }, format: { type: [String, Function], default: "dd MMM yyyy" }, id: { type: String, default: null }, inline: { type: Boolean, default: !1 }, inputClass: { type: [String, Object, Array], default: null }, maxlength: { type: [Number, String], default: null }, name: { type: String, default: null }, openDate: { type: [String, Date, Number], default: null, validator: (e) => e === null || e instanceof Date || typeof e == "string" || typeof e == "number" }, parser: { type: Function, default: null }, pattern: { type: String, default: null }, placeholder: { type: String, default: null }, refName: { type: String, default: "" }, required: { type: Boolean, default: !1 }, showCalendarOnButtonClick: { type: Boolean, default: !1 }, showCalendarOnFocus: { type: Boolean, default: !1 }, tabIndex: { type: [Number, String], default: null }, typeable: { type: Boolean, default: !1 }, useUtc: { type: Boolean, default: !1 } }, __file: "src/BIMDataComponents/BIMDataDatePicker/mixins/inputProps.vue" }, Z2 = { name: "DateInput", components: { BIMDataIcon: g1, BIMDataButton: H1 }, mixins: [j2], props: { isOpen: { type: Boolean, default: !1 }, selectedDate: { type: Date, default: null }, translation: { type: Object, default: () => ({}) }, required: { type: Boolean, default: !1 } }, data() {
7600
7606
  return { input: null, isInputFocused: !1, shouldToggleOnFocus: !1, shouldToggleOnClick: !0, typedDate: "", utils: d2(this.useUtc) };
7601
7607
  }, computed: { computedInputClass() {
7602
7608
  return this.inputClass;
@@ -7663,7 +7669,7 @@ Z2.render = function(e, n, o, l, s, i) {
7663
7669
  const c = g("BIMDataIcon"), u = g("BIMDataButton");
7664
7670
  return r(), a("div", { class: V({ "not-empty": i.formattedValue }) }, [_(e.$slots, "beforeDateInput"), v(" Calendar Button "), e.calendarButton ? (r(), a("button", { key: 0, ref: "calendarButton", class: "bimdata-datepicker__calendar-button", disabled: e.disabled, type: "button", onClick: n[0] || (n[0] = (d) => i.toggle("calendarButton")), onFocus: n[1] || (n[1] = (...d) => i.handleButtonFocus && i.handleButtonFocus(...d)) }, [t("span", null, [_(e.$slots, "calendarBtn", {}, () => [t("i", { class: V(e.calendarButtonIcon) }, [Z(h(e.calendarButtonIconContent) + " ", 1), e.calendarButtonIcon ? v("v-if", !0) : (r(), a("span", Pl, "\u2026"))], 2)])])], 40, Fl)) : v("v-if", !0), v(" Input "), t("label", { for: `bimdata-input-${e.id}` }, h(e.placeholder), 9, Ul), t("input", { id: e.id, ref: e.refName, autocomplete: "off", autofocus: e.autofocus, class: V([i.computedInputClass, { required: o.required }]), clearButton: e.clearButton, disabled: e.disabled, maxlength: e.maxlength, name: e.name, pattern: e.pattern, readonly: !e.typeable, required: o.required, tabIndex: e.tabIndex, type: e.inline ? "hidden" : null, value: i.formattedValue, onBlur: n[2] || (n[2] = (...d) => i.handleInputBlur && i.handleInputBlur(...d)), onClick: n[3] || (n[3] = (...d) => i.handleInputClick && i.handleInputClick(...d)), onFocus: n[4] || (n[4] = (...d) => i.handleInputFocus && i.handleInputFocus(...d)), onKeydown: [n[5] || (n[5] = B((...d) => i.handleDelete && i.handleDelete(...d), ["backspace"])), n[6] || (n[6] = B((...d) => i.handleDelete && i.handleDelete(...d), ["delete"])), n[7] || (n[7] = B(w((...d) => i.handleKeydownDown && i.handleKeydownDown(...d), ["prevent"]), ["down"])), n[8] || (n[8] = B(w((...d) => i.handleKeydownEnter && i.handleKeydownEnter(...d), ["prevent"]), ["enter"])), n[9] || (n[9] = B(w((...d) => i.handleKeydownEscape && i.handleKeydownEscape(...d), ["prevent"]), ["esc"])), n[10] || (n[10] = B((d) => i.handleKeydownSpace(d), ["space"])), n[11] || (n[11] = B((d) => e.$emit("tab", d), ["tab"]))], onKeyup: [n[12] || (n[12] = (d) => i.handleKeyup(d)), n[13] || (n[13] = B((d) => i.handleKeyupSpace(d), ["space"]))] }, null, 42, zl), v(" Clear Button "), e.clearButton && o.selectedDate ? (r(), D(u, { key: 1, disabled: e.disabled, class: "bimdata-datepicker__clear-button", color: "primary", fill: "", square: "", icon: "", onClick: i.clearDate }, { default: f(() => [_(e.$slots, "clearBtn", {}, () => [p(c, { name: "delete", size: "xxxs", fill: "", color: "default" })])]), _: 3 }, 8, ["disabled", "onClick"])) : v("v-if", !0), _(e.$slots, "afterDateInput")], 2);
7665
7671
  }, Z2.__file = "src/BIMDataComponents/BIMDataDatePicker/components/DateInput.vue";
7666
- var S2 = { name: "DateInput", components: { BIMDataIcon: b1, BIMDataButton: H1 }, mixins: [j2], props: { isOpen: { type: Boolean, default: !1 }, selectedDates: { type: Array, default: null }, translation: { type: Object, default: () => ({}) }, required: { type: Boolean, default: !1 } }, data() {
7672
+ var S2 = { name: "DateInput", components: { BIMDataIcon: g1, BIMDataButton: H1 }, mixins: [j2], props: { isOpen: { type: Boolean, default: !1 }, selectedDates: { type: Array, default: null }, translation: { type: Object, default: () => ({}) }, required: { type: Boolean, default: !1 } }, data() {
7667
7673
  return { input: null, isInputFocused: !1, shouldToggleOnFocus: !1, shouldToggleOnClick: !0, utils: d2(this.useUtc) };
7668
7674
  }, computed: { computedInputClass() {
7669
7675
  return this.inputClass;
@@ -7979,7 +7985,7 @@ var Kl = { data: () => ({ focus: { delay: 0, refs: [] }, inlineTabbableCell: nul
7979
7985
  }, updateTabbableCell() {
7980
7986
  const e = this.hasClass(document.activeElement, "cell");
7981
7987
  (!this.tabbableCell || e) && this.setTabbableCell();
7982
- } }, __file: "src/BIMDataComponents/BIMDataDatePicker/mixins/navMixin.vue" }, T2 = { name: "PickerHeader", components: { BIMDataIcon: b1 }, props: { isNextDisabled: { type: Boolean, required: !0 }, isPreviousDisabled: { type: Boolean, required: !0 } }, data: () => ({ previousPage: { incrementBy: -1, focusRefs: ["prev"] }, nextPage: { incrementBy: 1, focusRefs: ["next"] }, doublePreviousPage: { incrementBy: -12, focusRefs: ["doublePrev"] }, doubleNextPage: { incrementBy: 12, focusRefs: ["doubleNext"] } }), methods: { arrowLeftPrev() {
7988
+ } }, __file: "src/BIMDataComponents/BIMDataDatePicker/mixins/navMixin.vue" }, T2 = { name: "PickerHeader", components: { BIMDataIcon: g1 }, props: { isNextDisabled: { type: Boolean, required: !0 }, isPreviousDisabled: { type: Boolean, required: !0 } }, data: () => ({ previousPage: { incrementBy: -1, focusRefs: ["prev"] }, nextPage: { incrementBy: 1, focusRefs: ["next"] }, doublePreviousPage: { incrementBy: -12, focusRefs: ["doublePrev"] }, doubleNextPage: { incrementBy: 12, focusRefs: ["doubleNext"] } }), methods: { arrowLeftPrev() {
7983
7989
  this.$emit("page-change", this.previousPage);
7984
7990
  }, arrowRightPrev() {
7985
7991
  this.$emit("set-focus", ["up", "next", "tabbableCell"]);
@@ -8362,7 +8368,7 @@ var X1 = { components: { DateInput: Z2, DateInputRange: S2, PickerDay: $2, Picke
8362
8368
  this.setPageDate(new Date(e.timestamp)), this.$emit(`changed-${this.view}`, e), this.setView(this.nextView.down);
8363
8369
  }, ucFirst: (e) => e[0].toUpperCase() + e.substring(1) } };
8364
8370
  const bi = ["id"], gi = { key: 2 }, fi = { key: 0 }, Li = { key: 1 };
8365
- L1(`/* base COLORS --------------------------------------------- */
8371
+ v1(`/* base COLORS --------------------------------------------- */
8366
8372
  /* colors BRAND */
8367
8373
  /* colors GREY SHADES - NEUTRAL */
8368
8374
  /* color TEXT */
@@ -8431,7 +8437,7 @@ html[data-v-0090dd57] {
8431
8437
  /* base FONTS -------------------------------------- */
8432
8438
  --primary-font: "roboto", sans-serif;
8433
8439
  }`);
8434
- L1(`.slide-fade-up-enter-active,
8440
+ v1(`.slide-fade-up-enter-active,
8435
8441
  .slide-fade-up-leave-active {
8436
8442
  -webkit-transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
8437
8443
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
@@ -9563,7 +9569,7 @@ q2(`.overlay[data-v-1bd53efd] {
9563
9569
  const c = g("BIMDataIcon");
9564
9570
  return r(), a("div", EC, [t("div", { class: "safe-zone", style: y({ width: o.width }) }, [t("div", FC, [p(c, { name: o.iconName, size: "l", fill: "", color: "high" }, null, 8, ["name"]), t("p", null, [_(e.$slots, "text")])]), t("div", PC, [_(e.$slots, "actions")])], 4)]);
9565
9571
  }, D1.__scopeId = "data-v-1bd53efd", D1.__file = "src/BIMDataComponents/BIMDataSafeZoneModal/BIMDataSafeZoneModal.vue";
9566
- var g1 = { model: { prop: "modelValue", event: "update:modelValue" }, props: { name: { type: [String, Number], default: "" }, resizable: { type: Boolean, default: !0 }, modelValue: { type: [String, Number], default: null }, placeholder: { type: String, default: null }, label: { type: String, default: "" }, width: { type: [Number, String], default: "150px" }, height: { type: [Number, String], default: "32px" }, error: { type: Boolean, default: !1 }, success: { type: Boolean, default: !1 }, errorMessage: { type: String, default: "" }, successMessage: { type: String, default: "" }, fitContent: { type: Boolean, default: !1 } }, emits: ["update:modelValue"], created() {
9572
+ var f1 = { model: { prop: "modelValue", event: "update:modelValue" }, props: { name: { type: [String, Number], default: "" }, resizable: { type: Boolean, default: !0 }, modelValue: { type: [String, Number], default: null }, placeholder: { type: String, default: null }, label: { type: String, default: "" }, width: { type: [Number, String], default: "150px" }, height: { type: [Number, String], default: "32px" }, error: { type: Boolean, default: !1 }, success: { type: Boolean, default: !1 }, errorMessage: { type: String, default: "" }, successMessage: { type: String, default: "" }, fitContent: { type: Boolean, default: !1 } }, emits: ["update:modelValue"], created() {
9567
9573
  this.$watch(() => this.success && this.error, (e) => {
9568
9574
  if (e)
9569
9575
  throw new Error("Textarea state cannot be both success and error.");
@@ -9852,9 +9858,9 @@ $5(`textarea:-webkit-autofill {
9852
9858
  }
9853
9859
  .bimdata-textarea.success .bar::before, .bimdata-textarea.success .bar::after {
9854
9860
  background-color: var(--color-success);
9855
- }`), g1.render = function(e, n, o, l, s, i) {
9861
+ }`), f1.render = function(e, n, o, l, s, i) {
9856
9862
  return r(), a("div", { class: V(["bimdata-textarea", { "not-empty": o.modelValue !== null && o.modelValue !== "" || o.placeholder !== null, error: o.error, success: o.success }]), style: y({ "min-width": o.width, "min-height": o.height }) }, [t("textarea", E2({ ref: "textarea", name: o.name, id: o.name, value: o.modelValue, placeholder: o.placeholder, style: o.resizable ? "" : "resize: none;", onInput: n[0] || (n[0] = (...c) => i.onInput && i.onInput(...c)) }, e.$attrs), null, 16, UC), t("label", { for: o.name }, h(o.label), 9, zC), GC, o.error ? (r(), a("span", YC, h(o.errorMessage), 1)) : v("v-if", !0), o.success ? (r(), a("span", WC, h(o.successMessage), 1)) : v("v-if", !0)], 6);
9857
- }, g1.__scopeId = "data-v-76eaf75a", g1.__file = "src/BIMDataComponents/BIMDataTextarea/BIMDataTextarea.vue";
9863
+ }, f1.__scopeId = "data-v-76eaf75a", f1.__file = "src/BIMDataComponents/BIMDataTextarea/BIMDataTextarea.vue";
9858
9864
  var V1 = { props: { text: { type: String, default: "" }, maxWidth: { type: String, default: "240px" }, position: { type: String, default: "bottom", validator: (e) => ["top", "right", "bottom", "left"].includes(e) }, color: { type: String, default: "primary", validator: (e) => ["white", "primary", "secondary", "granite-light", "silver-light", "success", "warning", "high"].includes(e) }, disabled: { type: Boolean, default: !1 }, message: { type: String }, className: { type: [String, Array] } }, data: () => ({ width: null, height: null, parentHeight: null, hover: !1 }), computed: { isDisplayed() {
9859
9865
  return !this.disabled && this._text && this.hover;
9860
9866
  }, _text() {
@@ -10172,31 +10178,39 @@ const jC = {
10172
10178
  "delete-viewpoint"
10173
10179
  ],
10174
10180
  setup(e, { emit: n }) {
10181
+ const o = (d) => {
10182
+ [...d.target.files].forEach((C) => {
10183
+ const L = new FileReader();
10184
+ L.addEventListener("load", () => {
10185
+ const b = {
10186
+ snapshot: {
10187
+ snapshot_type: C.type,
10188
+ snapshot_data: L.result
10189
+ }
10190
+ };
10191
+ n("add-viewpoint", b);
10192
+ }), L.readAsDataURL(C);
10193
+ });
10194
+ }, l = (d) => {
10195
+ n("delete-viewpoint", d);
10196
+ }, s = navigator.userAgent.toLowerCase(), i = /android|webos|iphone|ipad|ipod|blackberry|iemobile|opera mini/i.test(s), c = /(ipad|tablet|(android(?!.*mobile))|(windows(?!.*phone)(.*touch))|kindle|playbook|silk|(puffin(?!.*(IP|AP|WP))))/.test(s);
10175
10197
  return {
10176
- createViewpoints: (s) => {
10177
- [...s.target.files].forEach((i) => {
10178
- const c = new FileReader();
10179
- c.addEventListener("load", () => {
10180
- const u = {
10181
- snapshot: {
10182
- snapshot_type: i.type,
10183
- snapshot_data: c.result
10184
- }
10185
- };
10186
- n("add-viewpoint", u);
10187
- }), c.readAsDataURL(i);
10188
- });
10189
- },
10190
- deleteViewpoint: (s) => {
10191
- n("delete-viewpoint", s);
10192
- }
10198
+ isTabletOrMobile: i || c,
10199
+ createViewpoints: o,
10200
+ deleteViewpoint: l
10193
10201
  };
10194
10202
  }
10195
10203
  }, KC = { class: "bcf-topic-images" }, qC = { class: "bcf-topic-images__images" }, JC = ["src"], QC = { for: "files" }, ep = ["disabled"], np = {
10196
10204
  key: 1,
10197
10205
  class: "bcf-topic-images__upload"
10198
- }, tp = { class: "icon" }, rp = { for: "files" };
10199
- function op(e, n, o, l, s, i) {
10206
+ }, tp = { class: "icon" }, rp = {
10207
+ key: 0,
10208
+ for: "files"
10209
+ }, op = {
10210
+ key: 1,
10211
+ for: "files"
10212
+ };
10213
+ function ap(e, n, o, l, s, i) {
10200
10214
  const c = g("BIMDataIcon"), u = g("BIMDataButton");
10201
10215
  return r(), a("div", KC, [
10202
10216
  o.viewpoints.length > 0 ? (r(), a(O, { key: 0 }, [
@@ -10271,7 +10285,7 @@ function op(e, n, o, l, s, i) {
10271
10285
  radius: ""
10272
10286
  }, {
10273
10287
  default: f(() => [
10274
- t("label", rp, h(e.$t("BcfComponents.BcfTopicForm.dragDropImageText")), 1),
10288
+ l.isTabletOrMobile ? (r(), a("label", op, h(e.$t("BcfComponents.BcfTopicForm.dragDropImageTextTablet")), 1)) : (r(), a("label", rp, h(e.$t("BcfComponents.BcfTopicForm.dragDropImageText")), 1)),
10275
10289
  t("input", {
10276
10290
  hidden: "",
10277
10291
  id: "files",
@@ -10286,8 +10300,8 @@ function op(e, n, o, l, s, i) {
10286
10300
  ]))
10287
10301
  ]);
10288
10302
  }
10289
- const ap = /* @__PURE__ */ F(jC, [["render", op], ["__scopeId", "data-v-caa405a6"]]);
10290
- const lp = {
10303
+ const lp = /* @__PURE__ */ F(jC, [["render", ap], ["__scopeId", "data-v-65d2afee"]]);
10304
+ const ip = {
10291
10305
  components: {
10292
10306
  BIMDataButton: W,
10293
10307
  BIMDataIcon: j
@@ -10319,14 +10333,14 @@ const lp = {
10319
10333
  }
10320
10334
  };
10321
10335
  }
10322
- }, ip = { class: "bcf-topic-snapshots" }, sp = {
10336
+ }, sp = { class: "bcf-topic-snapshots" }, cp = {
10323
10337
  key: 0,
10324
10338
  class: "bcf-topic-snapshots__snapshots"
10325
- }, cp = ["src"];
10326
- function dp(e, n, o, l, s, i) {
10339
+ }, dp = ["src"];
10340
+ function up(e, n, o, l, s, i) {
10327
10341
  const c = g("BIMDataIcon"), u = g("BIMDataButton");
10328
- return r(), a("div", ip, [
10329
- o.viewpoints.length > 0 ? (r(), a("div", sp, [
10342
+ return r(), a("div", sp, [
10343
+ o.viewpoints.length > 0 ? (r(), a("div", cp, [
10330
10344
  (r(!0), a(O, null, U(o.viewpoints.slice(0, 4), (d, C) => (r(), a("div", {
10331
10345
  class: V(["snapshot-preview", { single: o.viewpoints.length === 1 }]),
10332
10346
  key: d.guid || C
@@ -10334,7 +10348,7 @@ function dp(e, n, o, l, s, i) {
10334
10348
  d.snapshot.snapshot_data ? (r(), a("img", {
10335
10349
  key: 0,
10336
10350
  src: d.snapshot.snapshot_data
10337
- }, null, 8, cp)) : v("", !0),
10351
+ }, null, 8, dp)) : v("", !0),
10338
10352
  p(u, {
10339
10353
  class: "btn-delete",
10340
10354
  fill: "",
@@ -10365,11 +10379,11 @@ function dp(e, n, o, l, s, i) {
10365
10379
  ]))
10366
10380
  ]);
10367
10381
  }
10368
- const up = /* @__PURE__ */ F(lp, [["render", dp], ["__scopeId", "data-v-f3e2dd87"]]);
10369
- const Cp = {
10382
+ const Cp = /* @__PURE__ */ F(ip, [["render", up], ["__scopeId", "data-v-f3e2dd87"]]);
10383
+ const pp = {
10370
10384
  components: {
10371
- BcfTopicImages: ap,
10372
- BcfTopicSnapshots: up,
10385
+ BcfTopicImages: lp,
10386
+ BcfTopicSnapshots: Cp,
10373
10387
  BIMDataButton: W,
10374
10388
  BIMDataDatePicker: X1,
10375
10389
  BIMDataIcon: j,
@@ -10377,7 +10391,7 @@ const Cp = {
10377
10391
  BIMDataLoading: c1,
10378
10392
  BIMDataSafeZoneModal: D1,
10379
10393
  BIMDataSelect: o2,
10380
- BIMDataTextarea: g1,
10394
+ BIMDataTextarea: f1,
10381
10395
  BIMDataTextbox: r1,
10382
10396
  BIMDataTooltip: V1
10383
10397
  },
@@ -10544,20 +10558,20 @@ const Cp = {
10544
10558
  }
10545
10559
  };
10546
10560
  }
10547
- }, pp = { class: "bcf-topic-form" }, hp = { class: "bcf-topic-form__header" }, bp = { class: "bcf-topic-form__header__title" }, gp = { class: "bcf-topic-form__content" }, fp = { class: "bcf-topic-form__content__head" }, Lp = { class: "bcf-topic-form__content__head__index" }, vp = { class: "bcf-topic-form__content__head__date" }, mp = { class: "bcf-topic-form__content__actions" }, Ip = {
10561
+ }, hp = { class: "bcf-topic-form" }, bp = { class: "bcf-topic-form__header" }, gp = { class: "bcf-topic-form__header__title" }, fp = { class: "bcf-topic-form__content" }, Lp = { class: "bcf-topic-form__content__head" }, vp = { class: "bcf-topic-form__content__head__index" }, mp = { class: "bcf-topic-form__content__head__date" }, Ip = { class: "bcf-topic-form__content__actions" }, Mp = {
10548
10562
  key: 0,
10549
10563
  class: "count-objects"
10550
- }, Mp = {
10564
+ }, _p = {
10551
10565
  key: 0,
10552
10566
  class: "count-annotations"
10553
- }, _p = { class: "bcf-topic-form__content__body" }, yp = { class: "m-b-30" }, Hp = { class: "bcf-topic-form__footer" }, Dp = {
10567
+ }, yp = { class: "bcf-topic-form__content__body" }, Hp = { class: "m-b-30" }, Dp = { class: "bcf-topic-form__footer" }, Vp = {
10554
10568
  key: 0,
10555
10569
  class: "bcf-topic-form__loader"
10556
10570
  };
10557
- function Vp(e, n, o, l, s, i) {
10571
+ function Bp(e, n, o, l, s, i) {
10558
10572
  const c = g("BIMDataIcon"), u = g("BIMDataButton"), d = g("BIMDataTextbox"), C = g("BcfTopicSnapshots"), L = g("BIMDataTooltip"), b = g("BcfTopicImages"), M = g("BIMDataInput"), m = g("BIMDataSelect"), I = g("BIMDataDatePicker"), k = g("BIMDataTextarea"), $ = g("BIMDataLoading"), P = g("BIMDataSafeZoneModal");
10559
- return r(), a("div", pp, [
10560
- t("div", hp, [
10573
+ return r(), a("div", hp, [
10574
+ t("div", bp, [
10561
10575
  o.uiConfig.backButton ? (r(), D(u, {
10562
10576
  key: 0,
10563
10577
  ghost: "",
@@ -10575,7 +10589,7 @@ function Vp(e, n, o, l, s, i) {
10575
10589
  ]),
10576
10590
  _: 1
10577
10591
  })) : v("", !0),
10578
- t("div", bp, [
10592
+ t("div", gp, [
10579
10593
  l.isCreation ? (r(), a(O, { key: 0 }, [
10580
10594
  Z(h(e.$t("BcfComponents.BcfTopicForm.createTitle")), 1)
10581
10595
  ], 64)) : (r(), D(d, {
@@ -10602,10 +10616,10 @@ function Vp(e, n, o, l, s, i) {
10602
10616
  _: 1
10603
10617
  })) : v("", !0)
10604
10618
  ]),
10605
- t("div", gp, [
10606
- t("div", fp, [
10607
- t("div", Lp, h(l.isCreation ? l.nextIndex : o.topic.index), 1),
10608
- t("div", vp, h(e.$d(l.isCreation ? new Date() : o.topic.creation_date, "short")), 1)
10619
+ t("div", fp, [
10620
+ t("div", Lp, [
10621
+ t("div", vp, h(l.isCreation ? l.nextIndex : o.topic.index), 1),
10622
+ t("div", mp, h(e.$d(l.isCreation ? new Date() : o.topic.creation_date, "short")), 1)
10609
10623
  ]),
10610
10624
  o.uiConfig.viewerMode ? (r(), a(O, { key: 0 }, [
10611
10625
  p(C, {
@@ -10613,7 +10627,7 @@ function Vp(e, n, o, l, s, i) {
10613
10627
  onAddViewpoint: l.addViewpoint,
10614
10628
  onDeleteViewpoint: l.delViewpoint
10615
10629
  }, null, 8, ["viewpoints", "onAddViewpoint", "onDeleteViewpoint"]),
10616
- t("div", mp, [
10630
+ t("div", Ip, [
10617
10631
  p(u, {
10618
10632
  fill: "",
10619
10633
  radius: "",
@@ -10627,7 +10641,7 @@ function Vp(e, n, o, l, s, i) {
10627
10641
  margin: "0 6px 0 0"
10628
10642
  }),
10629
10643
  t("span", null, h(e.$t("BcfComponents.BcfTopicForm.addObjectButton")), 1),
10630
- o.topicObjects ? (r(), a("span", Ip, h(o.topicObjects.selection.length), 1)) : v("", !0)
10644
+ o.topicObjects ? (r(), a("span", Mp, h(o.topicObjects.selection.length), 1)) : v("", !0)
10631
10645
  ]),
10632
10646
  _: 1
10633
10647
  }, 8, ["disabled"]),
@@ -10652,7 +10666,7 @@ function Vp(e, n, o, l, s, i) {
10652
10666
  margin: "0 6px 0 0"
10653
10667
  }),
10654
10668
  t("span", null, h(e.$t("BcfComponents.BcfTopicForm.addAnnotationButton")), 1),
10655
- o.topicAnnotations ? (r(), a("span", Mp, h(o.topicAnnotations.length), 1)) : v("", !0)
10669
+ o.topicAnnotations ? (r(), a("span", _p, h(o.topicAnnotations.length), 1)) : v("", !0)
10656
10670
  ]),
10657
10671
  _: 1
10658
10672
  }, 8, ["disabled"])
@@ -10666,7 +10680,7 @@ function Vp(e, n, o, l, s, i) {
10666
10680
  onAddViewpoint: l.addViewpoint,
10667
10681
  onDeleteViewpoint: l.delViewpoint
10668
10682
  }, null, 8, ["viewpoints", "onAddViewpoint", "onDeleteViewpoint"])),
10669
- t("div", _p, [
10683
+ t("div", yp, [
10670
10684
  p(M, {
10671
10685
  placeholder: e.$t("BcfComponents.BcfTopicForm.titlePlaceholder"),
10672
10686
  error: l.hasErrorTitle,
@@ -10710,7 +10724,7 @@ function Vp(e, n, o, l, s, i) {
10710
10724
  modelValue: l.topicAssignedTo,
10711
10725
  "onUpdate:modelValue": n[9] || (n[9] = (S) => l.topicAssignedTo = S)
10712
10726
  }, null, 8, ["label", "options", "modelValue"]),
10713
- t("div", yp, [
10727
+ t("div", Hp, [
10714
10728
  p(I, {
10715
10729
  modelValue: l.topicDueDate,
10716
10730
  "onUpdate:modelValue": n[10] || (n[10] = (S) => l.topicDueDate = S),
@@ -10738,7 +10752,7 @@ function Vp(e, n, o, l, s, i) {
10738
10752
  }, null, 8, ["label", "options", "modelValue"])
10739
10753
  ])
10740
10754
  ]),
10741
- t("div", Hp, [
10755
+ t("div", Dp, [
10742
10756
  p(u, {
10743
10757
  disabled: !l.topicTitle,
10744
10758
  width: "100%",
@@ -10753,7 +10767,7 @@ function Vp(e, n, o, l, s, i) {
10753
10767
  _: 1
10754
10768
  }, 8, ["disabled", "onClick"])
10755
10769
  ]),
10756
- l.loading ? (r(), a("div", Dp, [
10770
+ l.loading ? (r(), a("div", Vp, [
10757
10771
  p($)
10758
10772
  ])) : v("", !0),
10759
10773
  l.isOpenModal ? (r(), D(P, { key: 1 }, {
@@ -10789,8 +10803,8 @@ function Vp(e, n, o, l, s, i) {
10789
10803
  })) : v("", !0)
10790
10804
  ]);
10791
10805
  }
10792
- const Bp = /* @__PURE__ */ F(Cp, [["render", Vp], ["__scopeId", "data-v-d18ec559"]]);
10793
- const kp = {
10806
+ const kp = /* @__PURE__ */ F(pp, [["render", Bp], ["__scopeId", "data-v-d18ec559"]]);
10807
+ const xp = {
10794
10808
  props: {
10795
10809
  user: {
10796
10810
  type: Object,
@@ -10817,8 +10831,8 @@ const kp = {
10817
10831
  )
10818
10832
  };
10819
10833
  }
10820
- }, xp = ["src"];
10821
- function wp(e, n, o, l, s, i) {
10834
+ }, wp = ["src"];
10835
+ function Zp(e, n, o, l, s, i) {
10822
10836
  const c = g("BIMDataIcon");
10823
10837
  return r(), a("div", {
10824
10838
  class: V(["user-avatar", `user-avatar--${o.user.profile_picture ? "silver-light" : o.color}`]),
@@ -10831,7 +10845,7 @@ function wp(e, n, o, l, s, i) {
10831
10845
  o.user.profile_picture ? (r(), a("img", {
10832
10846
  key: 0,
10833
10847
  src: o.user.profile_picture
10834
- }, null, 8, xp)) : l.initials ? (r(), a(O, { key: 1 }, [
10848
+ }, null, 8, wp)) : l.initials ? (r(), a(O, { key: 1 }, [
10835
10849
  Z(h(l.initials), 1)
10836
10850
  ], 64)) : (r(), D(c, {
10837
10851
  key: 2,
@@ -10840,13 +10854,13 @@ function wp(e, n, o, l, s, i) {
10840
10854
  }))
10841
10855
  ], 6);
10842
10856
  }
10843
- const N5 = /* @__PURE__ */ F(kp, [["render", wp], ["__scopeId", "data-v-3c02f1a9"]]);
10844
- const Zp = {
10857
+ const N5 = /* @__PURE__ */ F(xp, [["render", Zp], ["__scopeId", "data-v-3c02f1a9"]]);
10858
+ const Sp = {
10845
10859
  components: {
10846
10860
  BIMDataButton: W,
10847
10861
  BIMDataIcon: j,
10848
10862
  BIMDataLoading: c1,
10849
- BIMDataTextarea: g1,
10863
+ BIMDataTextarea: f1,
10850
10864
  BIMDataTextbox: r1,
10851
10865
  UserAvatar: N5
10852
10866
  },
@@ -10917,18 +10931,18 @@ const Zp = {
10917
10931
  toggleMenu: c
10918
10932
  };
10919
10933
  }
10920
- }, Sp = (e) => (a1("data-v-abad358d"), e = e(), l1(), e), Ap = { class: "topic-comment" }, Tp = { class: "topic-comment__header flex items-center justify-between" }, $p = { class: "topic-comment__header__left flex items-center" }, Np = {
10934
+ }, Ap = (e) => (a1("data-v-abad358d"), e = e(), l1(), e), Tp = { class: "topic-comment" }, $p = { class: "topic-comment__header flex items-center justify-between" }, Np = { class: "topic-comment__header__left flex items-center" }, Op = {
10921
10935
  key: 1,
10922
10936
  class: "topic-comment__header__left__user flex items-center justify-center m-r-12"
10923
- }, Op = /* @__PURE__ */ Sp(() => /* @__PURE__ */ t("span", { class: "color-granite m-x-6" }, " \u2022 ", -1)), Rp = { class: "color-granite" }, Ep = { class: "topic-comment__header__right" }, Fp = { class: "topic-comment__header__right__actions flex" }, Pp = {
10937
+ }, Rp = /* @__PURE__ */ Ap(() => /* @__PURE__ */ t("span", { class: "color-granite m-x-6" }, " \u2022 ", -1)), Ep = { class: "color-granite" }, Fp = { class: "topic-comment__header__right" }, Pp = { class: "topic-comment__header__right__actions flex" }, Up = {
10924
10938
  key: 0,
10925
10939
  class: "topic-comment__header__right__delete p-x-12"
10926
- }, Up = { class: "flex items-center" }, zp = { class: "topic-comment__content" };
10927
- function Gp(e, n, o, l, s, i) {
10940
+ }, zp = { class: "flex items-center" }, Gp = { class: "topic-comment__content" };
10941
+ function Yp(e, n, o, l, s, i) {
10928
10942
  const c = g("UserAvatar"), u = g("BIMDataIcon"), d = g("BIMDataTextbox"), C = g("BIMDataButton"), L = g("BIMDataTextarea"), b = g("BIMDataLoading");
10929
- return r(), a("div", Ap, [
10930
- t("div", Tp, [
10931
- t("div", $p, [
10943
+ return r(), a("div", Tp, [
10944
+ t("div", $p, [
10945
+ t("div", Np, [
10932
10946
  o.comment.user ? (r(), D(c, {
10933
10947
  key: 0,
10934
10948
  class: "m-r-12",
@@ -10937,7 +10951,7 @@ function Gp(e, n, o, l, s, i) {
10937
10951
  size: "27",
10938
10952
  initialsSize: "14",
10939
10953
  color: "silver-light"
10940
- }, null, 8, ["user"])) : (r(), a("span", Np, [
10954
+ }, null, 8, ["user"])) : (r(), a("span", Op, [
10941
10955
  p(u, {
10942
10956
  name: "user",
10943
10957
  size: "xxs",
@@ -10951,11 +10965,11 @@ function Gp(e, n, o, l, s, i) {
10951
10965
  cutPosition: "end",
10952
10966
  text: o.comment.author
10953
10967
  }, null, 8, ["text"]),
10954
- Op,
10955
- t("span", Rp, h(e.$d(o.comment.date, "long")), 1)
10968
+ Rp,
10969
+ t("span", Ep, h(e.$d(o.comment.date, "long")), 1)
10956
10970
  ]),
10957
- t("div", Ep, [
10958
- t("div", Fp, [
10971
+ t("div", Fp, [
10972
+ t("div", Pp, [
10959
10973
  l.showMenu ? (r(), a(O, { key: 0 }, [
10960
10974
  p(C, {
10961
10975
  ghost: "",
@@ -11041,9 +11055,9 @@ function Gp(e, n, o, l, s, i) {
11041
11055
  }, 8, ["onClick"])
11042
11056
  ], 64)) : v("", !0)
11043
11057
  ]),
11044
- l.isDeleting ? (r(), a("div", Pp, [
11058
+ l.isDeleting ? (r(), a("div", Up, [
11045
11059
  t("span", null, h(e.$t("BcfComponents.BcfTopicComments.deleteCommentText")), 1),
11046
- t("div", Up, [
11060
+ t("div", zp, [
11047
11061
  p(C, {
11048
11062
  class: "m-r-6",
11049
11063
  color: "high",
@@ -11093,7 +11107,7 @@ function Gp(e, n, o, l, s, i) {
11093
11107
  }, 8, ["onClick"])) : v("", !0)
11094
11108
  ])
11095
11109
  ]),
11096
- t("div", zp, [
11110
+ t("div", Gp, [
11097
11111
  p(L, {
11098
11112
  class: V({ editing: l.isEditing }),
11099
11113
  width: "100%",
@@ -11109,13 +11123,13 @@ function Gp(e, n, o, l, s, i) {
11109
11123
  l.loading ? (r(), D(b, { key: 0 })) : v("", !0)
11110
11124
  ]);
11111
11125
  }
11112
- const Yp = /* @__PURE__ */ F(Zp, [["render", Gp], ["__scopeId", "data-v-abad358d"]]);
11113
- const Wp = {
11126
+ const Wp = /* @__PURE__ */ F(Sp, [["render", Yp], ["__scopeId", "data-v-abad358d"]]);
11127
+ const Xp = {
11114
11128
  components: {
11115
11129
  BIMDataButton: W,
11116
11130
  BIMDataLoading: c1,
11117
- BIMDataTextarea: g1,
11118
- TopicComment: Yp
11131
+ BIMDataTextarea: f1,
11132
+ TopicComment: Wp
11119
11133
  },
11120
11134
  props: {
11121
11135
  project: {
@@ -11157,16 +11171,16 @@ const Wp = {
11157
11171
  }
11158
11172
  };
11159
11173
  }
11160
- }, Xp = { class: "bcf-topic-comments" }, jp = {
11174
+ }, jp = { class: "bcf-topic-comments" }, Kp = {
11161
11175
  key: 1,
11162
11176
  class: "bcf-topic-comments__post-comment m-t-24"
11163
- }, Kp = { class: "color-granite m-b-24" }, qp = { class: "bcf-comment-input m-t-24" }, Jp = { class: "flex items-center justify-end" }, Qp = { class: "bcf-topic-comments__list m-t-18" }, eh = { class: "color-granite" }, nh = { key: 0 };
11164
- function th(e, n, o, l, s, i) {
11177
+ }, qp = { class: "color-granite m-b-24" }, Jp = { class: "bcf-comment-input m-t-24" }, Qp = { class: "flex items-center justify-end" }, eh = { class: "bcf-topic-comments__list m-t-18" }, nh = { class: "color-granite" }, th = { key: 0 };
11178
+ function rh(e, n, o, l, s, i) {
11165
11179
  const c = g("BIMDataButton"), u = g("BIMDataTextarea"), d = g("TopicComment"), C = g("BIMDataLoading");
11166
- return r(), a("div", Xp, [
11167
- l.isOpen ? (r(), a("div", jp, [
11168
- t("p", Kp, h(e.$t("BcfComponents.BcfTopicComments.commentText")), 1),
11169
- t("div", qp, [
11180
+ return r(), a("div", jp, [
11181
+ l.isOpen ? (r(), a("div", Kp, [
11182
+ t("p", qp, h(e.$t("BcfComponents.BcfTopicComments.commentText")), 1),
11183
+ t("div", Jp, [
11170
11184
  p(u, {
11171
11185
  ref: "input",
11172
11186
  width: "100%",
@@ -11176,7 +11190,7 @@ function th(e, n, o, l, s, i) {
11176
11190
  autofocus: "",
11177
11191
  resizable: ""
11178
11192
  }, null, 8, ["label", "modelValue"]),
11179
- t("div", Jp, [
11193
+ t("div", Qp, [
11180
11194
  p(c, {
11181
11195
  color: "primary",
11182
11196
  ghost: "",
@@ -11216,9 +11230,9 @@ function th(e, n, o, l, s, i) {
11216
11230
  ]),
11217
11231
  _: 1
11218
11232
  })),
11219
- t("div", Qp, [
11220
- t("p", eh, h((o.topic.comments ? o.topic.comments.length : 0) + " " + e.$t("BcfComponents.BcfTopicComments.commentsText")), 1),
11221
- o.topic.comments && o.topic.comments.length ? (r(), a("div", nh, [
11233
+ t("div", eh, [
11234
+ t("p", nh, h((o.topic.comments ? o.topic.comments.length : 0) + " " + e.$t("BcfComponents.BcfTopicComments.commentsText")), 1),
11235
+ o.topic.comments && o.topic.comments.length ? (r(), a("div", th, [
11222
11236
  (r(!0), a(O, null, U(o.topic.comments, (L) => (r(), D(d, {
11223
11237
  key: L.guid,
11224
11238
  project: o.project,
@@ -11232,13 +11246,13 @@ function th(e, n, o, l, s, i) {
11232
11246
  l.loading ? (r(), D(C, { key: 2 })) : v("", !0)
11233
11247
  ]);
11234
11248
  }
11235
- const rh = /* @__PURE__ */ F(Wp, [["render", th], ["__scopeId", "data-v-c43343c2"]]);
11236
- var oh = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), K1 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: !1 }, outline: { type: Boolean, default: !1 }, ghost: { type: Boolean, default: !1 }, ripple: { type: Boolean, default: !1 }, radius: { type: Boolean, default: !1 }, square: { type: Boolean, default: !1 }, rounded: { type: Boolean, default: !1 }, icon: { type: Boolean, default: !1 }, color: { type: String, default: "default", validator: (e) => oh.includes(e) } }, emits: ["click"], computed: { classes() {
11249
+ const oh = /* @__PURE__ */ F(Xp, [["render", rh], ["__scopeId", "data-v-c43343c2"]]);
11250
+ var ah = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), K1 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: !1 }, outline: { type: Boolean, default: !1 }, ghost: { type: Boolean, default: !1 }, ripple: { type: Boolean, default: !1 }, radius: { type: Boolean, default: !1 }, square: { type: Boolean, default: !1 }, rounded: { type: Boolean, default: !1 }, icon: { type: Boolean, default: !1 }, color: { type: String, default: "default", validator: (e) => ah.includes(e) } }, emits: ["click"], computed: { classes() {
11237
11251
  return { "bimdata-btn__icon": this.icon, "bimdata-btn__fill": this.fill, "bimdata-btn__outline": this.outline, "bimdata-btn__ghost": this.ghost, "bimdata-btn__ripple": this.ripple, "bimdata-btn__radius": this.radius, "bimdata-btn__square": this.square, "bimdata-btn__rounded": this.rounded, [`bimdata-btn__fill--${this.color}`]: this.fill && this.color, [`bimdata-btn__outline--${this.color}`]: this.outline && this.color, [`bimdata-btn__ghost--${this.color}`]: this.ghost && this.color, [`bimdata-btn__ripple--${this.color}`]: this.ripple && this.color };
11238
11252
  }, style() {
11239
11253
  return { "min-width": `${this.width}`, "min-height": `${this.height}` };
11240
11254
  } } };
11241
- const ah = ["color"];
11255
+ const lh = ["color"];
11242
11256
  function Z1(e, n) {
11243
11257
  n === void 0 && (n = {});
11244
11258
  var o = n.insertAt;
@@ -11709,43 +11723,43 @@ Z1(`.bimdata-btn {
11709
11723
  color: var(--color-silver-dark);
11710
11724
  cursor: auto;
11711
11725
  }`), K1.render = function(e, n, o, l, s, i) {
11712
- return r(), a("button", { class: V(["bimdata-btn", i.classes]), style: y(i.style), onClick: n[0] || (n[0] = (c) => e.$emit("click", c)), color: o.color, type: "button" }, [_(e.$slots, "default")], 14, ah);
11726
+ return r(), a("button", { class: V(["bimdata-btn", i.classes]), style: y(i.style), onClick: n[0] || (n[0] = (c) => e.$emit("click", c)), color: o.color, type: "button" }, [_(e.$slots, "default")], 14, lh);
11713
11727
  }, K1.__scopeId = "data-v-3f903003", K1.__file = "src/BIMDataComponents/BIMDataButton/BIMDataButton.vue";
11714
- const lh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.5312H14.4343V19.7656H12.2781V16.5312H9.04369V14.375H12.2781V11.1406H14.4343V14.375H17.6687V16.5312ZM4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" }, ih = { render: function(e, n) {
11715
- return r(), a("path", lh);
11716
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AddFile.vue" }, sh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.55 15.0531H16.0997V18.503H13.7999V15.0531H10.35V12.7529H13.7999V9.303H16.0997V12.7529H19.55V15.0531ZM20.7001 5.85364H11.4997L9.19989 3.55383H2.29968C1.02325 3.55383 0.0113988 4.5772 0.0113988 5.85364L-0.00012207 19.6537C-0.00012207 20.9301 1.02325 21.9539 2.29968 21.9539H20.7001C21.9761 21.9539 22.9999 20.9301 22.9999 19.6537V8.15384C22.9999 6.87701 21.9761 5.85364 20.7001 5.85364Z" }, ch = { render: function(e, n) {
11717
- return r(), a("path", sh);
11718
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AddFolder.vue" }, dh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8177 7.18182C18.8177 9.49225 16.9463 11.3636 14.6359 11.3636C12.3254 11.3636 10.4541 9.49225 10.4541 7.18182C10.4541 4.87139 12.3254 3 14.6359 3C16.9463 3 18.8177 4.87139 18.8177 7.18182ZM5.22678 8.22703V5.09066H3.13588V8.22703H-0.000488281V10.3179H3.13588V13.4543H5.22678V10.3179H8.36315V8.22703H5.22678ZM14.6359 13.4542C11.8445 13.4542 6.27224 14.8552 6.27224 17.636V19.727H22.9995V17.636C22.9995 14.8552 17.4273 13.4542 14.6359 13.4542Z" }, uh = { render: function(e, n) {
11719
- return r(), a("path", dh);
11720
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AddUser.vue" }, Ch = [t("path", { d: "M7.78286 7.489H4.60159L3.8871 9.47078H2.85449L5.75415 1.87744H6.6303L9.53517 9.47078H8.50777L7.78286 7.489ZM4.90407 6.665H7.48559L6.19222 3.11344L4.90407 6.665Z" }, null, -1), t("path", { d: "M4.62766 20.3037H8.97193V21.1225H3.44381V20.3715L7.60554 14.3532H3.51161V13.5292H8.80504V14.2645L4.62766 20.3037Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.6303 1.87746L9.53516 9.47079H8.50777L7.78286 7.48902H4.60158L3.8871 9.47079H2.85449L5.75414 1.87746H6.6303ZM6.19222 3.11346L4.90406 6.66501H7.48559L6.19222 3.11346ZM6.19314 4.53477L5.59659 6.17953H6.79211L6.19314 4.53477ZM4.94263 7.9745L4.22814 9.95628H2.14941L5.41985 1.39197H6.96437L10.2407 9.95628H8.16841L7.44349 7.9745H4.94263ZM3.44381 20.3715L7.60554 14.3532H3.5116V13.5292H8.80504V14.2645L4.62766 20.3037H8.97192V21.1225H3.44381V20.3715ZM5.55379 19.8182H9.45741V21.608H2.95832V20.22L6.67956 14.8387H3.02612V13.0437H9.29052V14.4161L5.55379 19.8182Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.9443 1.39197V20.7091H17.0023V1.39197H18.9443Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.581 17.3666C15.6001 17.3461 15.6313 17.3461 15.6504 17.3666L17.9423 19.8349L20.2245 17.3772C20.2436 17.3566 20.2749 17.3566 20.294 17.3772L20.836 17.961C20.8552 17.9815 20.8552 18.0152 20.836 18.0358L17.9798 21.1118C17.961 21.1321 17.9305 21.1323 17.9113 21.1128C17.9054 21.1102 17.8999 21.1063 17.8952 21.1012L15.0389 18.0252C15.0198 18.0046 15.0198 17.9709 15.0389 17.9504L15.581 17.3666Z" }, null, -1)], ph = { render: function(e, n) {
11721
- return r(), a("g", null, Ch);
11722
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AlphabeticalAscending.vue" }, hh = [t("path", { d: "M8.08205 7.47655H4.90078L4.1863 9.45833H3.15369L6.05334 1.86499H6.92949L9.83436 9.45833H8.80697L8.08205 7.47655ZM5.20326 6.65255H7.78479L6.49142 3.10099L5.20326 6.65255Z" }, null, -1), t("path", { d: "M4.92686 20.2913H9.27112V21.11H3.743V20.3591L7.90474 14.3407H3.8108V13.5167H9.10423V14.252L4.92686 20.2913Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.92949 1.865L9.83436 9.45834H8.80696L8.08205 7.47657H4.90078L4.18629 9.45834H3.15368L6.05334 1.865H6.92949ZM6.49141 3.10101L5.20326 6.65256H7.78478L6.49141 3.10101ZM6.49233 4.52232L5.89578 6.16707H7.0913L6.49233 4.52232ZM5.24182 7.96205L4.52734 9.94383H2.44861L5.71905 1.37952H7.26356L10.5399 9.94383H8.4676L7.74269 7.96205H5.24182ZM3.743 20.3591L7.90473 14.3407H3.8108V13.5167H9.10423V14.2521L4.92685 20.2913H9.27112V21.1101H3.743V20.3591ZM5.85298 19.8058H9.7566V21.5955H3.25751V20.2076L6.97876 14.8262H3.32531V13.0312H9.58972V14.4036L5.85298 19.8058Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.2426 2.56055V21.608H17.3008V2.56055H19.2426Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.8795 5.63065C15.8986 5.65095 15.9298 5.65095 15.949 5.63065L18.2408 3.19454L20.5228 5.62019C20.5419 5.64055 20.5732 5.64055 20.5923 5.62019L21.1343 5.04404C21.1535 5.02374 21.1535 4.99049 21.1343 4.97019L18.2782 1.9342C18.2594 1.91423 18.2289 1.91401 18.2097 1.93326C18.2039 1.93581 18.1984 1.93962 18.1936 1.94466L15.3374 4.98065C15.3183 5.00095 15.3183 5.03419 15.3374 5.05449L15.8795 5.63065Z" }, null, -1)], bh = { render: function(e, n) {
11723
- return r(), a("g", null, hh);
11724
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AlphabeticalDescending.vue" }, gh = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 7.49901C15.3115 7.52019 15.3436 7.52019 15.3634 7.49901L17.7238 4.95698L20.0741 7.4881C20.0938 7.50934 20.126 7.50934 20.1457 7.4881L20.704 6.88689C20.7237 6.86571 20.7237 6.83102 20.704 6.80984L17.7623 3.64184C17.743 3.62101 17.7115 3.62078 17.6918 3.64086C17.6858 3.64352 17.6801 3.6475 17.6752 3.65275L14.7335 6.82074C14.7138 6.84193 14.7138 6.87662 14.7335 6.8978L15.2918 7.49901Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 18.183C15.3115 18.1618 15.3436 18.1618 15.3634 18.183L17.7238 20.725L20.0741 18.1939C20.0938 18.1727 20.126 18.1727 20.1457 18.1939L20.704 18.7951C20.7237 18.8163 20.7237 18.851 20.704 18.8722L17.7623 22.0402C17.743 22.061 17.7115 22.0612 17.6918 22.0411C17.6858 22.0385 17.6801 22.0345 17.6752 22.0293L14.7335 18.8613C14.7138 18.8401 14.7138 18.8054 14.7335 18.7842L15.2918 18.183Z" }, null, -1), t("path", { d: "M3.34473 9.441H3.41497L3.4388 9.37492L4.15081 7.39999H7.28703L8.0096 9.37536L8.03361 9.441H8.10352H9.16162H9.30694L9.25502 9.30527L6.26332 1.48496L6.23873 1.42069H6.16992H5.26758H5.19872L5.17416 1.48502L2.18783 9.30533L2.13602 9.441H2.28125H3.34473ZM8.68154 22.4977V22.3977H8.58154H4.29819L8.49191 16.3349L8.50967 16.3092V16.278V15.5207V15.4207H8.40967H2.95801H2.85801V15.5207V16.3693V16.4693H2.95801H6.98358L2.80593 22.5107L2.78818 22.5364V22.5676V23.341V23.441H2.88818H8.58154H8.68154V23.341V22.4977ZM4.53473 6.35136L5.71894 3.0864L6.90794 6.35136H4.53473Z" }, null, -1)], fh = { render: function(e, n) {
11725
- return r(), a("g", null, gh);
11726
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AlphabeticalSort.vue" }, Lh = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.7015 3.57515L5.95106 8.45858L0.201477 13.342H5.54916V19.4455H17.8546V13.342H23.2015L17.4519 8.45858L11.7015 3.57515Z" }, null, -1)], vh = { render: function(e, n) {
11727
- return r(), a("g", null, Lh);
11728
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Alt.vue" }, mh = [t("path", { d: "M1.97143 0.989715L3.94286 3.61829L0 3.61829L1.97143 0.989715Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.62856 2.30405L2.62856 22.6755L1.31427 22.6755L1.31427 2.30405L2.62856 2.30405Z" }, null, -1), t("path", { d: "M22.9999 22.0183L20.3713 23.9897L20.3713 20.0469L22.9999 22.0183Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6856 22.6754H1.31421V21.3611H21.6856V22.6754Z" }, null, -1), t("path", { d: "M17.7429 22.0183C17.7429 19.8609 17.3349 17.7246 16.5423 15.7314C15.7497 13.7381 14.588 11.9271 13.1235 10.4015C11.659 8.876 9.92038 7.66588 8.0069 6.84027C6.09342 6.01466 4.04257 5.58972 1.97144 5.58972L1.97144 22.0183H17.7429Z" }, null, -1)], Ih = { render: function(e, n) {
11729
- return r(), a("g", null, mh);
11730
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Angle.vue" }, Mh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.58497 3.93973L10.6402 3.62V2.00037H13.7601V3.59997L14.8315 3.91204C16.1242 4.28859 17.2929 4.94218 18.2616 5.80229L19.0793 6.52835L20.5167 5.73415L22.0766 8.32L20.636 9.11602L20.8775 10.1526C21.0158 10.7465 21.0891 11.3652 21.0891 12.002C21.0891 12.6666 21.0093 13.3115 20.859 13.9292L20.6047 14.9738L22.0774 15.7876L20.5175 18.3734L19.0168 17.5442L18.2001 18.2559C17.2436 19.0893 16.0969 19.7234 14.8315 20.092L13.7601 20.4041V22.1073H10.6402V20.384L9.58497 20.0643C8.34041 19.6872 7.21348 19.0525 6.27315 18.224L5.45582 17.5038L3.88196 18.3735L2.32201 15.7876L3.88637 14.9232L3.63966 13.8834C3.49644 13.2797 3.4205 12.6502 3.4205 12.002C3.4205 11.3816 3.49006 10.7784 3.62158 10.1986L3.8556 9.16688L2.32281 8.31994L3.88275 5.73409L5.39381 6.56903L6.21204 5.83441C7.16447 4.9793 8.31333 4.32502 9.58497 3.93973ZM12.1698 18.9829C16.1967 18.9829 19.4611 15.8587 19.4611 12.0048C19.4611 8.15092 16.1967 5.02673 12.1698 5.02673C8.14298 5.02673 4.87858 8.15092 4.87858 12.0048C4.87858 15.8587 8.14298 18.9829 12.1698 18.9829ZM10.3379 0.553833C9.67013 0.553833 9.12877 1.07194 9.12877 1.71106V2.56066C7.63716 3.0126 6.29183 3.77936 5.17793 4.77943L4.37669 4.33671C3.79836 4.01715 3.05884 4.20679 2.72494 4.76028L0.862703 7.84722C0.528802 8.40071 0.726954 9.10846 1.30529 9.42802L2.14453 9.89174C1.99029 10.5717 1.90904 11.2778 1.90904 12.002C1.90904 12.7587 1.99774 13.4956 2.16573 14.2037L1.30449 14.6795C0.726157 14.9991 0.528005 15.7069 0.861906 16.2603L2.72414 19.3473C3.05804 19.9008 3.79756 20.0904 4.37589 19.7709L5.24943 19.2882C6.34921 20.2572 7.66893 21.0011 9.12877 21.4434V22.3966C9.12877 23.0357 9.67014 23.5538 10.3379 23.5538H14.0624C14.7302 23.5538 15.2716 23.0357 15.2716 22.3966V21.4758C16.756 21.0434 18.0989 20.3003 19.2176 19.3255L20.0235 19.7708C20.6019 20.0904 21.3414 19.9007 21.6753 19.3472L23.5375 16.2603C23.8714 15.7068 23.6733 14.999 23.0949 14.6795L22.331 14.2574C22.5073 13.5329 22.6006 12.7779 22.6006 12.002C22.6006 11.2586 22.515 10.5344 22.3527 9.83776L23.0941 9.42808C23.6725 9.10852 23.8706 8.40077 23.5367 7.84728L21.6745 4.76034C21.3406 4.20685 20.6011 4.01721 20.0227 4.33677L19.2896 4.74185C18.1567 3.73592 16.788 2.9699 15.2716 2.52819V1.71106C15.2716 1.07194 14.7302 0.553833 14.0624 0.553833H10.3379ZM12.1698 17.5363C15.3619 17.5363 17.9496 15.0598 17.9496 12.0048C17.9496 8.94982 15.3619 6.47326 12.1698 6.47326C8.97774 6.47326 6.39003 8.94982 6.39003 12.0048C6.39003 15.0598 8.97774 17.5363 12.1698 17.5363ZM10.3429 13.3399H8.78295L8.48637 14.2046H7.54029L9.14773 10.0078H9.97221L11.5885 14.2046H10.6425L10.3429 13.3399ZM9.02317 12.6394H10.1027L9.55997 11.0685L9.02317 12.6394ZM12.8816 12.7259V14.2046H11.9919V10.0078H13.6764C14.0007 10.0078 14.2854 10.0655 14.5306 10.1808C14.7777 10.2961 14.9675 10.4603 15.1 10.6736C15.2325 10.885 15.2987 11.1262 15.2987 11.3971C15.2987 11.8084 15.1534 12.1331 14.8627 12.3714C14.5741 12.6077 14.1737 12.7259 13.6616 12.7259H12.8816ZM12.8816 12.0255H13.6764C13.9117 12.0255 14.0907 11.9717 14.2132 11.8641C14.3378 11.7565 14.4001 11.6027 14.4001 11.4029C14.4001 11.1973 14.3378 11.0311 14.2132 10.9042C14.0887 10.7774 13.9167 10.7121 13.6972 10.7082H12.8816V12.0255ZM15.969 14.2046H16.8587V10.0078H15.969V14.2046Z" }, _h = { render: function(e, n) {
11731
- return r(), a("path", Mh);
11732
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Api.vue" }, yh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.99856 2.98975H14.0663V6.55599H16.6753L11.4995 11.3798L6.32372 6.55599H8.99856V2.98975ZM8.47943 4.54312H4.53947L1.91832 12.2755H1.26615C0.566874 12.2755 0 12.8424 0 13.5417V20.7158C0 21.4151 0.566876 21.982 1.26615 21.982H21.7339C22.4331 21.982 23 21.4151 23 20.7158V13.5417C23 12.8424 22.4331 12.2755 21.7339 12.2755H21.0649L18.3821 4.54312H14.5607V5.38716H17.7816L20.1716 12.2755H2.80954L5.14457 5.38716H8.47943V4.54312ZM15.1789 16.378H7.82121V17.8795H15.1789V16.378Z" }, Hh = { render: function(e, n) {
11733
- return r(), a("path", yh);
11734
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Archive.vue" }, Dh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5005 0L2.30076 9.19978L0 11.4995L2.30076 13.8002L11.5005 23L13.8002 20.7003L6.2268 13.1269H22.9995V11.5V9.8731H6.2268L13.8002 2.29967L11.5005 0Z" }, Vh = { render: function(e, n) {
11735
- return r(), a("path", Dh);
11736
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Arrow.vue" }, Bh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.1353 0.97151C16.3653 -0.0111109 14.0902 0.591777 13.0536 2.3181L10.7744 6.11407C10.0103 7.38659 10.1326 8.91433 10.9585 10.0232L10.0988 11.5123C8.75683 11.4605 7.42339 12.1185 6.69746 13.3276L4.41822 17.1235C3.38168 18.8498 3.97626 21.0459 5.74626 22.0285C7.51626 23.0111 9.79142 22.4082 10.828 20.6819L13.1072 16.8859C13.8713 15.6134 13.749 14.0857 12.9231 12.9768L13.7828 11.4877C15.1248 11.5395 16.4582 10.8815 17.1842 9.67246L19.4634 5.87648C20.4999 4.15016 19.9053 1.95413 18.1353 0.97151ZM15.1171 8.66728C15.2354 8.56657 15.3391 8.44577 15.4225 8.30644L17.3449 5.09331C17.7532 4.41085 17.518 3.54214 16.8195 3.15299C16.121 2.76384 15.2238 3.00161 14.8155 3.68407L12.893 6.8972C12.8 7.0527 12.7404 7.21786 12.712 7.38482C13.1909 7.09804 13.8068 7.07256 14.3244 7.37143C14.8089 7.65111 15.0903 8.14736 15.1171 8.66728ZM8.76452 14.3326C8.79131 14.8525 9.07277 15.3488 9.55722 15.6285C10.0748 15.9273 10.6907 15.9019 11.1695 15.6152C11.1411 15.7821 11.0815 15.9473 10.9885 16.1028L9.06607 19.3159C8.65776 19.9984 7.76052 20.2361 7.06203 19.847C6.36354 19.4578 6.12831 18.5891 6.53662 17.9067L8.45904 14.6935C8.54242 14.5541 8.64621 14.4333 8.76452 14.3326Z" }, kh = { render: function(e, n) {
11737
- return r(), a("path", Bh);
11738
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Attach.vue" }, xh = { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" }, wh = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.5152 18.8912C14.7948 19.8847 12.7947 20.3156 10.8063 20.1211C8.81778 19.9266 6.94481 19.1169 5.46017 17.8099L4.20403 19.1719C5.98558 20.7403 8.23315 21.7119 10.6193 21.9453C13.0055 22.1787 15.4056 21.6616 17.47 20.4695C19.5345 19.2773 21.1554 17.4723 22.0966 15.3175C23.0379 13.1626 23.2503 10.7704 22.7029 8.48932C22.1556 6.20828 20.877 4.15755 19.0536 2.63588C17.2301 1.11421 14.957 0.201092 12.5654 0.0295368C10.1737 -0.142017 7.78844 0.436958 5.75705 1.68212C3.74822 2.91346 2.18922 4.73267 1.30143 6.87966L5.26823e-05 6.39128L1.17369 9.93593L4.47445 8.07041L3.05349 7.53716C3.79534 5.76072 5.08945 4.25563 6.75436 3.2351C8.44718 2.19746 10.4349 1.71498 12.4279 1.85795C14.421 2.00091 16.3153 2.76184 17.8348 4.0299C19.3544 5.29796 20.4198 7.0069 20.8759 8.90777C21.332 10.8086 21.155 12.8021 20.3707 14.5979C19.5863 16.3936 18.2355 17.8978 16.5152 18.8912ZM12.0098 6.24789H10.8615V11.8578H10.8614V12.9813H17.7518V11.8578H12.0098V6.24789Z" }, null, -1)], Zh = { render: function(e, n) {
11739
- return r(), a("svg", xh, wh);
11740
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/BackInTime.vue" }, Sh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.5638 14.574C15.5651 14.6276 15.5665 14.6846 15.5665 14.7468C16.1967 14.6326 16.7553 14.4489 17.1707 14.0071C17.1964 13.9797 17.2227 13.9522 17.2492 13.9244C17.547 13.6121 17.8733 13.27 17.7701 12.7976C17.7252 12.5932 17.6806 12.3886 17.6359 12.1841C17.321 10.7405 17.0058 9.29526 16.5932 7.87892C16.2429 6.67372 15.7432 5.50726 15.2475 4.34989L15.2288 4.3062C14.988 3.74418 14.6627 3.19308 14.2702 2.72539C13.2993 1.56907 12.0408 0.82782 10.6002 0.374527C9.04977 -0.114015 7.49483 -0.117987 5.94735 0.323886C4.56153 0.720082 3.34682 1.42906 2.33457 2.47119C0.939797 3.90852 0.175259 5.62587 0.0255348 7.6143C-0.0615141 8.7731 0.0698054 9.91452 0.484158 11.0023C0.641925 11.4171 0.841186 11.816 1.04895 12.2319C1.14382 12.4219 1.24047 12.6153 1.33575 12.8155C1.36603 12.769 1.38858 12.7368 1.40523 12.7131C1.43016 12.6776 1.4419 12.6609 1.44667 12.6427C1.7496 11.5509 2.38182 10.6389 3.023 9.73032C3.07453 9.65753 3.12878 9.58579 3.18307 9.51399C3.32692 9.32376 3.47108 9.13312 3.56569 8.92154C3.66341 8.70179 3.73641 8.47108 3.80938 8.24044C3.88463 8.00264 3.95985 7.7649 4.06212 7.53933C5.06044 5.34436 6.79247 4.03612 9.12737 3.54608C10.1555 3.33061 11.137 3.53864 11.9303 4.31167C13.2107 5.55884 14.1369 7.03291 14.7696 8.69614C15.4551 10.4989 15.7719 12.3547 15.5685 14.2841C15.5589 14.3755 15.5612 14.4679 15.5638 14.574ZM14.2089 1.78922C15.1446 1.71773 15.9977 1.79865 16.8249 2.01959C17.9162 2.31202 18.923 2.79064 19.8228 3.49614C20.7192 4.19917 21.4484 5.03674 21.9891 6.03021C22.7158 7.36576 23.067 8.81054 22.9894 10.3228C22.9108 11.8679 22.4482 13.3077 21.5578 14.5966C20.7854 15.7157 19.8129 16.6138 18.6086 17.2424C17.764 17.6832 16.8821 18.0139 15.9007 18.0382C14.2885 18.0785 12.7152 17.8317 11.1597 17.4554C9.97487 17.1694 8.79946 16.8427 7.62654 16.51C7.5413 16.4859 7.45527 16.4624 7.36895 16.4388C6.88459 16.3064 6.39117 16.1714 5.97659 15.9177C5.65675 15.7216 5.41301 15.2793 5.29811 14.898C5.11804 14.3012 5.1449 13.6697 5.45131 13.0396C5.54177 13.0994 5.63077 13.1586 5.71889 13.2172L5.71898 13.2172C5.90314 13.3397 6.08343 13.4596 6.26509 13.5768C7.41613 14.3205 8.65919 14.8473 9.9878 15.1859C11.7949 15.6477 13.613 15.6635 15.4435 15.3632C16.6344 15.1676 17.6093 14.677 18.1803 13.5336C18.5743 12.7452 18.7076 11.9141 18.7419 11.0561C18.8265 8.92969 18.0261 7.1622 16.5418 5.66629C16.3766 5.49955 16.2784 5.25672 16.186 5.02798L16.1603 4.96475C15.6922 3.82432 15.1252 2.74545 14.2089 1.78922ZM11.9724 5.19575C10.8024 5.68777 9.76084 6.32576 8.81872 7.13056C7.40206 8.34199 6.26396 9.76542 5.4835 11.4604C5.24424 11.9807 5.0393 12.5179 4.8468 13.0576C4.37724 14.3768 4.68713 15.552 5.64716 16.5216C7.65077 18.5448 10.0543 19.1803 12.8165 18.4514C12.9692 18.4107 13.1413 18.4083 13.299 18.4291C14.3978 18.5756 15.4976 18.663 16.6039 18.5274C16.6573 18.5208 16.7106 18.5126 16.7647 18.5044L16.7648 18.5043C16.9417 18.4773 17.1276 18.4488 17.3585 18.4678C17.2774 18.5942 17.1981 18.7217 17.1187 18.8492L17.1185 18.8495C16.9422 19.1329 16.7658 19.4163 16.571 19.6867C15.7369 20.8435 14.6371 21.6945 13.3482 22.2729C11.6933 23.0147 9.95384 23.1894 8.17854 22.7947C6.54699 22.4323 5.13431 21.6558 3.98875 20.429C2.73425 19.085 1.98961 17.5027 1.7991 15.6686C1.67623 14.4865 1.69712 13.2964 2.19703 12.2126C2.5895 11.3611 3.11528 10.5558 3.67736 9.80017C4.80452 8.28539 6.13264 6.94289 7.50702 5.64954C7.91734 5.26388 8.34354 4.89555 8.76981 4.52717L8.7703 4.52674C8.89318 4.42055 9.01606 4.31436 9.13856 4.20774C9.20571 4.14866 9.29724 4.09206 9.3833 4.08313C10.4572 3.96844 11.265 4.18193 11.9724 5.19575Z" }, Ah = { render: function(e, n) {
11741
- return r(), a("path", Sh);
11742
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Bcf.vue" }, Th = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.3333 3.63158V10.8947H23V23H0V6.05263H7.66667V3.63158L11.5 0L15.3333 3.63158ZM2.55551 20.5793H5.11106V18.1582H2.55551V20.5793ZM5.11106 15.7373H2.55551V13.3162H5.11106V15.7373ZM2.55551 10.8943H5.11106V8.47325H2.55551V10.8943ZM12.7778 20.5793H10.2223V18.1582H12.7778V20.5793ZM10.2223 15.7373H12.7778V13.3162H10.2223V15.7373ZM12.7778 10.8943H10.2223V8.47325H12.7778V10.8943ZM10.2223 6.05231H12.7778V3.63126H10.2223V6.05231ZM20.4444 20.5793H17.8889V18.1582H20.4444V20.5793ZM17.8889 15.7373H20.4444V13.3162H17.8889V15.7373Z" }, $h = { render: function(e, n) {
11743
- return r(), a("path", Th);
11744
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Building.vue" }, Nh = [t("rect", { x: "5", y: "6", width: "13", height: "2" }, null, -1), t("rect", { x: "5", y: "11", width: "13", height: "2" }, null, -1), t("rect", { x: "5", y: "16", width: "13", height: "2" }, null, -1)], Oh = { render: function(e, n) {
11745
- return r(), a("g", null, Nh);
11746
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/BurgerMenu.vue" }, Rh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9401 2.0909H18.9856C20.1356 2.0909 21.0765 3.03181 21.0765 4.1818V20.909C21.0765 22.059 20.1356 22.9999 18.9856 22.9999H2.25838C1.10839 22.9999 0.16748 22.059 0.16748 20.909V4.1818C0.16748 3.03181 1.10839 2.0909 2.25838 2.0909H3.30383V0H5.39473V2.0909H15.8492V0H17.9401V2.0909ZM2.25838 20.909H18.9856V7.31815H2.25838V20.909ZM8.77371 8.57203H3.50813V13.8376H8.77371V8.57203Z" }, Eh = { render: function(e, n) {
11747
- return r(), a("path", Rh);
11748
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Calendar.vue" }, Fh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: `M15.4094 6.03868C15.7162
11728
+ const ih = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.5312H14.4343V19.7656H12.2781V16.5312H9.04369V14.375H12.2781V11.1406H14.4343V14.375H17.6687V16.5312ZM4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z" }, sh = { render: function(e, n) {
11729
+ return r(), a("path", ih);
11730
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AddFile.vue" }, ch = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.55 15.0531H16.0997V18.503H13.7999V15.0531H10.35V12.7529H13.7999V9.303H16.0997V12.7529H19.55V15.0531ZM20.7001 5.85364H11.4997L9.19989 3.55383H2.29968C1.02325 3.55383 0.0113988 4.5772 0.0113988 5.85364L-0.00012207 19.6537C-0.00012207 20.9301 1.02325 21.9539 2.29968 21.9539H20.7001C21.9761 21.9539 22.9999 20.9301 22.9999 19.6537V8.15384C22.9999 6.87701 21.9761 5.85364 20.7001 5.85364Z" }, dh = { render: function(e, n) {
11731
+ return r(), a("path", ch);
11732
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AddFolder.vue" }, uh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8177 7.18182C18.8177 9.49225 16.9463 11.3636 14.6359 11.3636C12.3254 11.3636 10.4541 9.49225 10.4541 7.18182C10.4541 4.87139 12.3254 3 14.6359 3C16.9463 3 18.8177 4.87139 18.8177 7.18182ZM5.22678 8.22703V5.09066H3.13588V8.22703H-0.000488281V10.3179H3.13588V13.4543H5.22678V10.3179H8.36315V8.22703H5.22678ZM14.6359 13.4542C11.8445 13.4542 6.27224 14.8552 6.27224 17.636V19.727H22.9995V17.636C22.9995 14.8552 17.4273 13.4542 14.6359 13.4542Z" }, Ch = { render: function(e, n) {
11733
+ return r(), a("path", uh);
11734
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AddUser.vue" }, ph = [t("path", { d: "M7.78286 7.489H4.60159L3.8871 9.47078H2.85449L5.75415 1.87744H6.6303L9.53517 9.47078H8.50777L7.78286 7.489ZM4.90407 6.665H7.48559L6.19222 3.11344L4.90407 6.665Z" }, null, -1), t("path", { d: "M4.62766 20.3037H8.97193V21.1225H3.44381V20.3715L7.60554 14.3532H3.51161V13.5292H8.80504V14.2645L4.62766 20.3037Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.6303 1.87746L9.53516 9.47079H8.50777L7.78286 7.48902H4.60158L3.8871 9.47079H2.85449L5.75414 1.87746H6.6303ZM6.19222 3.11346L4.90406 6.66501H7.48559L6.19222 3.11346ZM6.19314 4.53477L5.59659 6.17953H6.79211L6.19314 4.53477ZM4.94263 7.9745L4.22814 9.95628H2.14941L5.41985 1.39197H6.96437L10.2407 9.95628H8.16841L7.44349 7.9745H4.94263ZM3.44381 20.3715L7.60554 14.3532H3.5116V13.5292H8.80504V14.2645L4.62766 20.3037H8.97192V21.1225H3.44381V20.3715ZM5.55379 19.8182H9.45741V21.608H2.95832V20.22L6.67956 14.8387H3.02612V13.0437H9.29052V14.4161L5.55379 19.8182Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.9443 1.39197V20.7091H17.0023V1.39197H18.9443Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.581 17.3666C15.6001 17.3461 15.6313 17.3461 15.6504 17.3666L17.9423 19.8349L20.2245 17.3772C20.2436 17.3566 20.2749 17.3566 20.294 17.3772L20.836 17.961C20.8552 17.9815 20.8552 18.0152 20.836 18.0358L17.9798 21.1118C17.961 21.1321 17.9305 21.1323 17.9113 21.1128C17.9054 21.1102 17.8999 21.1063 17.8952 21.1012L15.0389 18.0252C15.0198 18.0046 15.0198 17.9709 15.0389 17.9504L15.581 17.3666Z" }, null, -1)], hh = { render: function(e, n) {
11735
+ return r(), a("g", null, ph);
11736
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AlphabeticalAscending.vue" }, bh = [t("path", { d: "M8.08205 7.47655H4.90078L4.1863 9.45833H3.15369L6.05334 1.86499H6.92949L9.83436 9.45833H8.80697L8.08205 7.47655ZM5.20326 6.65255H7.78479L6.49142 3.10099L5.20326 6.65255Z" }, null, -1), t("path", { d: "M4.92686 20.2913H9.27112V21.11H3.743V20.3591L7.90474 14.3407H3.8108V13.5167H9.10423V14.252L4.92686 20.2913Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.92949 1.865L9.83436 9.45834H8.80696L8.08205 7.47657H4.90078L4.18629 9.45834H3.15368L6.05334 1.865H6.92949ZM6.49141 3.10101L5.20326 6.65256H7.78478L6.49141 3.10101ZM6.49233 4.52232L5.89578 6.16707H7.0913L6.49233 4.52232ZM5.24182 7.96205L4.52734 9.94383H2.44861L5.71905 1.37952H7.26356L10.5399 9.94383H8.4676L7.74269 7.96205H5.24182ZM3.743 20.3591L7.90473 14.3407H3.8108V13.5167H9.10423V14.2521L4.92685 20.2913H9.27112V21.1101H3.743V20.3591ZM5.85298 19.8058H9.7566V21.5955H3.25751V20.2076L6.97876 14.8262H3.32531V13.0312H9.58972V14.4036L5.85298 19.8058Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.2426 2.56055V21.608H17.3008V2.56055H19.2426Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.8795 5.63065C15.8986 5.65095 15.9298 5.65095 15.949 5.63065L18.2408 3.19454L20.5228 5.62019C20.5419 5.64055 20.5732 5.64055 20.5923 5.62019L21.1343 5.04404C21.1535 5.02374 21.1535 4.99049 21.1343 4.97019L18.2782 1.9342C18.2594 1.91423 18.2289 1.91401 18.2097 1.93326C18.2039 1.93581 18.1984 1.93962 18.1936 1.94466L15.3374 4.98065C15.3183 5.00095 15.3183 5.03419 15.3374 5.05449L15.8795 5.63065Z" }, null, -1)], gh = { render: function(e, n) {
11737
+ return r(), a("g", null, bh);
11738
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AlphabeticalDescending.vue" }, fh = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 7.49901C15.3115 7.52019 15.3436 7.52019 15.3634 7.49901L17.7238 4.95698L20.0741 7.4881C20.0938 7.50934 20.126 7.50934 20.1457 7.4881L20.704 6.88689C20.7237 6.86571 20.7237 6.83102 20.704 6.80984L17.7623 3.64184C17.743 3.62101 17.7115 3.62078 17.6918 3.64086C17.6858 3.64352 17.6801 3.6475 17.6752 3.65275L14.7335 6.82074C14.7138 6.84193 14.7138 6.87662 14.7335 6.8978L15.2918 7.49901Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.2918 18.183C15.3115 18.1618 15.3436 18.1618 15.3634 18.183L17.7238 20.725L20.0741 18.1939C20.0938 18.1727 20.126 18.1727 20.1457 18.1939L20.704 18.7951C20.7237 18.8163 20.7237 18.851 20.704 18.8722L17.7623 22.0402C17.743 22.061 17.7115 22.0612 17.6918 22.0411C17.6858 22.0385 17.6801 22.0345 17.6752 22.0293L14.7335 18.8613C14.7138 18.8401 14.7138 18.8054 14.7335 18.7842L15.2918 18.183Z" }, null, -1), t("path", { d: "M3.34473 9.441H3.41497L3.4388 9.37492L4.15081 7.39999H7.28703L8.0096 9.37536L8.03361 9.441H8.10352H9.16162H9.30694L9.25502 9.30527L6.26332 1.48496L6.23873 1.42069H6.16992H5.26758H5.19872L5.17416 1.48502L2.18783 9.30533L2.13602 9.441H2.28125H3.34473ZM8.68154 22.4977V22.3977H8.58154H4.29819L8.49191 16.3349L8.50967 16.3092V16.278V15.5207V15.4207H8.40967H2.95801H2.85801V15.5207V16.3693V16.4693H2.95801H6.98358L2.80593 22.5107L2.78818 22.5364V22.5676V23.341V23.441H2.88818H8.58154H8.68154V23.341V22.4977ZM4.53473 6.35136L5.71894 3.0864L6.90794 6.35136H4.53473Z" }, null, -1)], Lh = { render: function(e, n) {
11739
+ return r(), a("g", null, fh);
11740
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/AlphabeticalSort.vue" }, vh = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.7015 3.57515L5.95106 8.45858L0.201477 13.342H5.54916V19.4455H17.8546V13.342H23.2015L17.4519 8.45858L11.7015 3.57515Z" }, null, -1)], mh = { render: function(e, n) {
11741
+ return r(), a("g", null, vh);
11742
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Alt.vue" }, Ih = [t("path", { d: "M1.97143 0.989715L3.94286 3.61829L0 3.61829L1.97143 0.989715Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.62856 2.30405L2.62856 22.6755L1.31427 22.6755L1.31427 2.30405L2.62856 2.30405Z" }, null, -1), t("path", { d: "M22.9999 22.0183L20.3713 23.9897L20.3713 20.0469L22.9999 22.0183Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6856 22.6754H1.31421V21.3611H21.6856V22.6754Z" }, null, -1), t("path", { d: "M17.7429 22.0183C17.7429 19.8609 17.3349 17.7246 16.5423 15.7314C15.7497 13.7381 14.588 11.9271 13.1235 10.4015C11.659 8.876 9.92038 7.66588 8.0069 6.84027C6.09342 6.01466 4.04257 5.58972 1.97144 5.58972L1.97144 22.0183H17.7429Z" }, null, -1)], Mh = { render: function(e, n) {
11743
+ return r(), a("g", null, Ih);
11744
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Angle.vue" }, _h = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.58497 3.93973L10.6402 3.62V2.00037H13.7601V3.59997L14.8315 3.91204C16.1242 4.28859 17.2929 4.94218 18.2616 5.80229L19.0793 6.52835L20.5167 5.73415L22.0766 8.32L20.636 9.11602L20.8775 10.1526C21.0158 10.7465 21.0891 11.3652 21.0891 12.002C21.0891 12.6666 21.0093 13.3115 20.859 13.9292L20.6047 14.9738L22.0774 15.7876L20.5175 18.3734L19.0168 17.5442L18.2001 18.2559C17.2436 19.0893 16.0969 19.7234 14.8315 20.092L13.7601 20.4041V22.1073H10.6402V20.384L9.58497 20.0643C8.34041 19.6872 7.21348 19.0525 6.27315 18.224L5.45582 17.5038L3.88196 18.3735L2.32201 15.7876L3.88637 14.9232L3.63966 13.8834C3.49644 13.2797 3.4205 12.6502 3.4205 12.002C3.4205 11.3816 3.49006 10.7784 3.62158 10.1986L3.8556 9.16688L2.32281 8.31994L3.88275 5.73409L5.39381 6.56903L6.21204 5.83441C7.16447 4.9793 8.31333 4.32502 9.58497 3.93973ZM12.1698 18.9829C16.1967 18.9829 19.4611 15.8587 19.4611 12.0048C19.4611 8.15092 16.1967 5.02673 12.1698 5.02673C8.14298 5.02673 4.87858 8.15092 4.87858 12.0048C4.87858 15.8587 8.14298 18.9829 12.1698 18.9829ZM10.3379 0.553833C9.67013 0.553833 9.12877 1.07194 9.12877 1.71106V2.56066C7.63716 3.0126 6.29183 3.77936 5.17793 4.77943L4.37669 4.33671C3.79836 4.01715 3.05884 4.20679 2.72494 4.76028L0.862703 7.84722C0.528802 8.40071 0.726954 9.10846 1.30529 9.42802L2.14453 9.89174C1.99029 10.5717 1.90904 11.2778 1.90904 12.002C1.90904 12.7587 1.99774 13.4956 2.16573 14.2037L1.30449 14.6795C0.726157 14.9991 0.528005 15.7069 0.861906 16.2603L2.72414 19.3473C3.05804 19.9008 3.79756 20.0904 4.37589 19.7709L5.24943 19.2882C6.34921 20.2572 7.66893 21.0011 9.12877 21.4434V22.3966C9.12877 23.0357 9.67014 23.5538 10.3379 23.5538H14.0624C14.7302 23.5538 15.2716 23.0357 15.2716 22.3966V21.4758C16.756 21.0434 18.0989 20.3003 19.2176 19.3255L20.0235 19.7708C20.6019 20.0904 21.3414 19.9007 21.6753 19.3472L23.5375 16.2603C23.8714 15.7068 23.6733 14.999 23.0949 14.6795L22.331 14.2574C22.5073 13.5329 22.6006 12.7779 22.6006 12.002C22.6006 11.2586 22.515 10.5344 22.3527 9.83776L23.0941 9.42808C23.6725 9.10852 23.8706 8.40077 23.5367 7.84728L21.6745 4.76034C21.3406 4.20685 20.6011 4.01721 20.0227 4.33677L19.2896 4.74185C18.1567 3.73592 16.788 2.9699 15.2716 2.52819V1.71106C15.2716 1.07194 14.7302 0.553833 14.0624 0.553833H10.3379ZM12.1698 17.5363C15.3619 17.5363 17.9496 15.0598 17.9496 12.0048C17.9496 8.94982 15.3619 6.47326 12.1698 6.47326C8.97774 6.47326 6.39003 8.94982 6.39003 12.0048C6.39003 15.0598 8.97774 17.5363 12.1698 17.5363ZM10.3429 13.3399H8.78295L8.48637 14.2046H7.54029L9.14773 10.0078H9.97221L11.5885 14.2046H10.6425L10.3429 13.3399ZM9.02317 12.6394H10.1027L9.55997 11.0685L9.02317 12.6394ZM12.8816 12.7259V14.2046H11.9919V10.0078H13.6764C14.0007 10.0078 14.2854 10.0655 14.5306 10.1808C14.7777 10.2961 14.9675 10.4603 15.1 10.6736C15.2325 10.885 15.2987 11.1262 15.2987 11.3971C15.2987 11.8084 15.1534 12.1331 14.8627 12.3714C14.5741 12.6077 14.1737 12.7259 13.6616 12.7259H12.8816ZM12.8816 12.0255H13.6764C13.9117 12.0255 14.0907 11.9717 14.2132 11.8641C14.3378 11.7565 14.4001 11.6027 14.4001 11.4029C14.4001 11.1973 14.3378 11.0311 14.2132 10.9042C14.0887 10.7774 13.9167 10.7121 13.6972 10.7082H12.8816V12.0255ZM15.969 14.2046H16.8587V10.0078H15.969V14.2046Z" }, yh = { render: function(e, n) {
11745
+ return r(), a("path", _h);
11746
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Api.vue" }, Hh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.99856 2.98975H14.0663V6.55599H16.6753L11.4995 11.3798L6.32372 6.55599H8.99856V2.98975ZM8.47943 4.54312H4.53947L1.91832 12.2755H1.26615C0.566874 12.2755 0 12.8424 0 13.5417V20.7158C0 21.4151 0.566876 21.982 1.26615 21.982H21.7339C22.4331 21.982 23 21.4151 23 20.7158V13.5417C23 12.8424 22.4331 12.2755 21.7339 12.2755H21.0649L18.3821 4.54312H14.5607V5.38716H17.7816L20.1716 12.2755H2.80954L5.14457 5.38716H8.47943V4.54312ZM15.1789 16.378H7.82121V17.8795H15.1789V16.378Z" }, Dh = { render: function(e, n) {
11747
+ return r(), a("path", Hh);
11748
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Archive.vue" }, Vh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5005 0L2.30076 9.19978L0 11.4995L2.30076 13.8002L11.5005 23L13.8002 20.7003L6.2268 13.1269H22.9995V11.5V9.8731H6.2268L13.8002 2.29967L11.5005 0Z" }, Bh = { render: function(e, n) {
11749
+ return r(), a("path", Vh);
11750
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Arrow.vue" }, kh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.1353 0.97151C16.3653 -0.0111109 14.0902 0.591777 13.0536 2.3181L10.7744 6.11407C10.0103 7.38659 10.1326 8.91433 10.9585 10.0232L10.0988 11.5123C8.75683 11.4605 7.42339 12.1185 6.69746 13.3276L4.41822 17.1235C3.38168 18.8498 3.97626 21.0459 5.74626 22.0285C7.51626 23.0111 9.79142 22.4082 10.828 20.6819L13.1072 16.8859C13.8713 15.6134 13.749 14.0857 12.9231 12.9768L13.7828 11.4877C15.1248 11.5395 16.4582 10.8815 17.1842 9.67246L19.4634 5.87648C20.4999 4.15016 19.9053 1.95413 18.1353 0.97151ZM15.1171 8.66728C15.2354 8.56657 15.3391 8.44577 15.4225 8.30644L17.3449 5.09331C17.7532 4.41085 17.518 3.54214 16.8195 3.15299C16.121 2.76384 15.2238 3.00161 14.8155 3.68407L12.893 6.8972C12.8 7.0527 12.7404 7.21786 12.712 7.38482C13.1909 7.09804 13.8068 7.07256 14.3244 7.37143C14.8089 7.65111 15.0903 8.14736 15.1171 8.66728ZM8.76452 14.3326C8.79131 14.8525 9.07277 15.3488 9.55722 15.6285C10.0748 15.9273 10.6907 15.9019 11.1695 15.6152C11.1411 15.7821 11.0815 15.9473 10.9885 16.1028L9.06607 19.3159C8.65776 19.9984 7.76052 20.2361 7.06203 19.847C6.36354 19.4578 6.12831 18.5891 6.53662 17.9067L8.45904 14.6935C8.54242 14.5541 8.64621 14.4333 8.76452 14.3326Z" }, xh = { render: function(e, n) {
11751
+ return r(), a("path", kh);
11752
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Attach.vue" }, wh = { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" }, Zh = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.5152 18.8912C14.7948 19.8847 12.7947 20.3156 10.8063 20.1211C8.81778 19.9266 6.94481 19.1169 5.46017 17.8099L4.20403 19.1719C5.98558 20.7403 8.23315 21.7119 10.6193 21.9453C13.0055 22.1787 15.4056 21.6616 17.47 20.4695C19.5345 19.2773 21.1554 17.4723 22.0966 15.3175C23.0379 13.1626 23.2503 10.7704 22.7029 8.48932C22.1556 6.20828 20.877 4.15755 19.0536 2.63588C17.2301 1.11421 14.957 0.201092 12.5654 0.0295368C10.1737 -0.142017 7.78844 0.436958 5.75705 1.68212C3.74822 2.91346 2.18922 4.73267 1.30143 6.87966L5.26823e-05 6.39128L1.17369 9.93593L4.47445 8.07041L3.05349 7.53716C3.79534 5.76072 5.08945 4.25563 6.75436 3.2351C8.44718 2.19746 10.4349 1.71498 12.4279 1.85795C14.421 2.00091 16.3153 2.76184 17.8348 4.0299C19.3544 5.29796 20.4198 7.0069 20.8759 8.90777C21.332 10.8086 21.155 12.8021 20.3707 14.5979C19.5863 16.3936 18.2355 17.8978 16.5152 18.8912ZM12.0098 6.24789H10.8615V11.8578H10.8614V12.9813H17.7518V11.8578H12.0098V6.24789Z" }, null, -1)], Sh = { render: function(e, n) {
11753
+ return r(), a("svg", wh, Zh);
11754
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/BackInTime.vue" }, Ah = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.5638 14.574C15.5651 14.6276 15.5665 14.6846 15.5665 14.7468C16.1967 14.6326 16.7553 14.4489 17.1707 14.0071C17.1964 13.9797 17.2227 13.9522 17.2492 13.9244C17.547 13.6121 17.8733 13.27 17.7701 12.7976C17.7252 12.5932 17.6806 12.3886 17.6359 12.1841C17.321 10.7405 17.0058 9.29526 16.5932 7.87892C16.2429 6.67372 15.7432 5.50726 15.2475 4.34989L15.2288 4.3062C14.988 3.74418 14.6627 3.19308 14.2702 2.72539C13.2993 1.56907 12.0408 0.82782 10.6002 0.374527C9.04977 -0.114015 7.49483 -0.117987 5.94735 0.323886C4.56153 0.720082 3.34682 1.42906 2.33457 2.47119C0.939797 3.90852 0.175259 5.62587 0.0255348 7.6143C-0.0615141 8.7731 0.0698054 9.91452 0.484158 11.0023C0.641925 11.4171 0.841186 11.816 1.04895 12.2319C1.14382 12.4219 1.24047 12.6153 1.33575 12.8155C1.36603 12.769 1.38858 12.7368 1.40523 12.7131C1.43016 12.6776 1.4419 12.6609 1.44667 12.6427C1.7496 11.5509 2.38182 10.6389 3.023 9.73032C3.07453 9.65753 3.12878 9.58579 3.18307 9.51399C3.32692 9.32376 3.47108 9.13312 3.56569 8.92154C3.66341 8.70179 3.73641 8.47108 3.80938 8.24044C3.88463 8.00264 3.95985 7.7649 4.06212 7.53933C5.06044 5.34436 6.79247 4.03612 9.12737 3.54608C10.1555 3.33061 11.137 3.53864 11.9303 4.31167C13.2107 5.55884 14.1369 7.03291 14.7696 8.69614C15.4551 10.4989 15.7719 12.3547 15.5685 14.2841C15.5589 14.3755 15.5612 14.4679 15.5638 14.574ZM14.2089 1.78922C15.1446 1.71773 15.9977 1.79865 16.8249 2.01959C17.9162 2.31202 18.923 2.79064 19.8228 3.49614C20.7192 4.19917 21.4484 5.03674 21.9891 6.03021C22.7158 7.36576 23.067 8.81054 22.9894 10.3228C22.9108 11.8679 22.4482 13.3077 21.5578 14.5966C20.7854 15.7157 19.8129 16.6138 18.6086 17.2424C17.764 17.6832 16.8821 18.0139 15.9007 18.0382C14.2885 18.0785 12.7152 17.8317 11.1597 17.4554C9.97487 17.1694 8.79946 16.8427 7.62654 16.51C7.5413 16.4859 7.45527 16.4624 7.36895 16.4388C6.88459 16.3064 6.39117 16.1714 5.97659 15.9177C5.65675 15.7216 5.41301 15.2793 5.29811 14.898C5.11804 14.3012 5.1449 13.6697 5.45131 13.0396C5.54177 13.0994 5.63077 13.1586 5.71889 13.2172L5.71898 13.2172C5.90314 13.3397 6.08343 13.4596 6.26509 13.5768C7.41613 14.3205 8.65919 14.8473 9.9878 15.1859C11.7949 15.6477 13.613 15.6635 15.4435 15.3632C16.6344 15.1676 17.6093 14.677 18.1803 13.5336C18.5743 12.7452 18.7076 11.9141 18.7419 11.0561C18.8265 8.92969 18.0261 7.1622 16.5418 5.66629C16.3766 5.49955 16.2784 5.25672 16.186 5.02798L16.1603 4.96475C15.6922 3.82432 15.1252 2.74545 14.2089 1.78922ZM11.9724 5.19575C10.8024 5.68777 9.76084 6.32576 8.81872 7.13056C7.40206 8.34199 6.26396 9.76542 5.4835 11.4604C5.24424 11.9807 5.0393 12.5179 4.8468 13.0576C4.37724 14.3768 4.68713 15.552 5.64716 16.5216C7.65077 18.5448 10.0543 19.1803 12.8165 18.4514C12.9692 18.4107 13.1413 18.4083 13.299 18.4291C14.3978 18.5756 15.4976 18.663 16.6039 18.5274C16.6573 18.5208 16.7106 18.5126 16.7647 18.5044L16.7648 18.5043C16.9417 18.4773 17.1276 18.4488 17.3585 18.4678C17.2774 18.5942 17.1981 18.7217 17.1187 18.8492L17.1185 18.8495C16.9422 19.1329 16.7658 19.4163 16.571 19.6867C15.7369 20.8435 14.6371 21.6945 13.3482 22.2729C11.6933 23.0147 9.95384 23.1894 8.17854 22.7947C6.54699 22.4323 5.13431 21.6558 3.98875 20.429C2.73425 19.085 1.98961 17.5027 1.7991 15.6686C1.67623 14.4865 1.69712 13.2964 2.19703 12.2126C2.5895 11.3611 3.11528 10.5558 3.67736 9.80017C4.80452 8.28539 6.13264 6.94289 7.50702 5.64954C7.91734 5.26388 8.34354 4.89555 8.76981 4.52717L8.7703 4.52674C8.89318 4.42055 9.01606 4.31436 9.13856 4.20774C9.20571 4.14866 9.29724 4.09206 9.3833 4.08313C10.4572 3.96844 11.265 4.18193 11.9724 5.19575Z" }, Th = { render: function(e, n) {
11755
+ return r(), a("path", Ah);
11756
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Bcf.vue" }, $h = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M15.3333 3.63158V10.8947H23V23H0V6.05263H7.66667V3.63158L11.5 0L15.3333 3.63158ZM2.55551 20.5793H5.11106V18.1582H2.55551V20.5793ZM5.11106 15.7373H2.55551V13.3162H5.11106V15.7373ZM2.55551 10.8943H5.11106V8.47325H2.55551V10.8943ZM12.7778 20.5793H10.2223V18.1582H12.7778V20.5793ZM10.2223 15.7373H12.7778V13.3162H10.2223V15.7373ZM12.7778 10.8943H10.2223V8.47325H12.7778V10.8943ZM10.2223 6.05231H12.7778V3.63126H10.2223V6.05231ZM20.4444 20.5793H17.8889V18.1582H20.4444V20.5793ZM17.8889 15.7373H20.4444V13.3162H17.8889V15.7373Z" }, Nh = { render: function(e, n) {
11757
+ return r(), a("path", $h);
11758
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Building.vue" }, Oh = [t("rect", { x: "5", y: "6", width: "13", height: "2" }, null, -1), t("rect", { x: "5", y: "11", width: "13", height: "2" }, null, -1), t("rect", { x: "5", y: "16", width: "13", height: "2" }, null, -1)], Rh = { render: function(e, n) {
11759
+ return r(), a("g", null, Oh);
11760
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/BurgerMenu.vue" }, Eh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9401 2.0909H18.9856C20.1356 2.0909 21.0765 3.03181 21.0765 4.1818V20.909C21.0765 22.059 20.1356 22.9999 18.9856 22.9999H2.25838C1.10839 22.9999 0.16748 22.059 0.16748 20.909V4.1818C0.16748 3.03181 1.10839 2.0909 2.25838 2.0909H3.30383V0H5.39473V2.0909H15.8492V0H17.9401V2.0909ZM2.25838 20.909H18.9856V7.31815H2.25838V20.909ZM8.77371 8.57203H3.50813V13.8376H8.77371V8.57203Z" }, Fh = { render: function(e, n) {
11761
+ return r(), a("path", Eh);
11762
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Calendar.vue" }, Ph = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: `M15.4094 6.03868C15.7162
11749
11763
  5.46323 15.8901 4.80619 15.8901 4.10853C15.8901 1.83945 14.0507 0 11.7816
11750
11764
  0C9.51251 0 7.67306 1.83945 7.67306 4.10853C7.67306 4.80469 7.84621 5.46041
11751
11765
  8.15178 6.03497L4.91762 12.3967C4.36198 11.8537 3.87187 11.2459 3.4583
@@ -11764,263 +11778,263 @@ const lh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.6687 16.531
11764
11778
  2.29152C12.7851 2.29152 13.5986 3.10502 13.5986 4.10853C13.5986 5.11204
11765
11779
  12.7851 5.92554 11.7816 5.92554ZM19.2221 21.7991L17.2609 17.9415C18.0623
11766
11780
  17.6222 18.8367 17.2302 19.574 16.7683C19.9026 16.5625 20.2218 16.344 20.5312
11767
- 16.1135L22.5592 20.1026L21.9323 22.9998L19.2221 21.7991Z` }, Ph = { render: function(e, n) {
11768
- return r(), a("path", Fh);
11769
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Caliper.vue" }, Uh = { d: "M3.91781 5.21572V2.51572H5.71781V5.21572H8.41781V7.01572H5.71781V9.71572H3.91781V7.01572H1.31781V5.21572H3.91781ZM6.61781 10.6157V7.91572H9.31781V5.21572H15.5178L17.1178 7.01572H20.0178C21.0178 7.01572 21.8178 7.81572 21.8178 8.81572V19.5157C21.8178 20.5157 21.0178 21.3157 20.0178 21.3157H5.71781C4.71781 21.3157 3.91781 20.5157 3.91781 19.5157V10.6157H6.61781ZM12.8178 18.6157C15.3178 18.6157 17.3178 16.6157 17.3178 14.1157C17.3178 11.6157 15.3178 9.61572 12.8178 9.61572C10.3178 9.61572 8.31781 11.6157 8.31781 14.1157C8.31781 16.6157 10.4178 18.6157 12.8178 18.6157ZM10.0178 14.1157C10.0178 15.7157 11.3178 17.0157 12.9178 17.0157C14.5178 17.0157 15.8178 15.7157 15.8178 14.1157C15.8178 12.5157 14.5178 11.2157 12.9178 11.2157C11.3178 11.2157 10.0178 12.6157 10.0178 14.1157Z" }, zh = { render: function(e, n) {
11770
- return r(), a("path", Uh);
11771
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Camera.vue" }, Gh = [t("path", { d: "M1.30957 3.00321L3.1304 4.82404C2.8429 5.20738 2.65124 5.68654 2.65124 6.16571V8.08238V17.6657C2.65124 18.7199 3.51374 19.5824 4.5679 19.5824H17.8887L20.0929 21.7865L21.0512 20.8282L2.2679 2.04488L1.30957 3.00321ZM12.2346 16.7074C9.55124 16.7074 7.4429 14.599 7.4429 11.9157C7.4429 11.149 7.63457 10.3824 8.0179 9.71154L9.35957 11.0532C9.26374 11.3407 9.26374 11.6282 9.26374 11.9157C9.26374 13.6407 10.6054 14.9824 12.3304 14.9824C12.6179 14.9824 12.9054 14.8865 13.1929 14.8865L14.5346 16.2282C13.7679 16.5157 13.0012 16.7074 12.2346 16.7074Z" }, null, -1), t("path", { d: "M19.9012 4.24905H16.8346L15.1096 2.33238H13.9596H9.93457H9.35957L7.63457 4.24905H6.29291L9.83874 7.79488C10.5096 7.41155 11.3721 7.12405 12.2346 7.12405C14.9179 7.12405 17.0262 9.23238 17.0262 11.9157C17.0262 12.7782 16.7387 13.6407 16.3554 14.3115L21.1471 19.1032C21.5304 18.7199 21.8179 18.2407 21.8179 17.6657V8.08238V6.16572C21.8179 5.11155 20.9554 4.24905 19.9012 4.24905Z" }, null, -1), t("path", { d: "M12.2346 8.84904C11.8513 8.84904 11.4679 8.94488 11.0846 9.04071L15.1096 13.0657C15.2054 12.6824 15.3013 12.299 15.3013 11.9157C15.3013 10.1907 13.9596 8.84904 12.2346 8.84904Z" }, null, -1)], Yh = { render: function(e, n) {
11772
- return r(), a("g", null, Gh);
11773
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/CancelCamera.vue" }, Wh = { d: "M13.7426 8.83955H0.599731V10.9824H13.7426V8.83955ZM13.7426 4.55383H0.599731V6.69669H13.7426V4.55383ZM0.599731 15.2681H9.36164V13.1253H0.599731V15.2681ZM21.9569 10.4467L23.5997 12.0538L15.944 19.5538L11.0045 14.7324L12.6474 13.1253L15.944 16.3395L21.9569 10.4467Z" }, Xh = { render: function(e, n) {
11774
- return r(), a("path", Wh);
11775
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Check.vue" }, jh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" }, Kh = { render: function(e, n) {
11776
- return r(), a("path", jh);
11777
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Chevron.vue" }, qh = [t("path", { d: "M22.4015 1.01572H9.1015V4.91572H22.4015V1.01572Z" }, null, -1), t("path", { d: "M19.5015 6.81572H9.1015V10.7157H19.5015V6.81572Z" }, null, -1), t("path", { d: "M16.5015 12.6157H9.1015V16.5157H16.5015V12.6157Z" }, null, -1), t("path", { d: "M7.30149 1.01572H3.40149V18.4157H0.901489L3.10149 20.7157L5.30149 23.0157L7.50149 20.7157L9.70149 18.4157H7.30149V1.01572Z" }, null, -1)], Jh = { render: function(e, n) {
11778
- return r(), a("g", null, qh);
11779
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ClassificationCategorie.vue" }, Qh = [t("path", { d: "M18.0475 5.01572H5.34753V7.61572H18.0475V5.01572Z" }, null, -1), t("path", { d: "M18.0475 10.2157H5.34753V12.8157H18.0475V10.2157Z" }, null, -1), t("path", { d: "M18.0475 15.3157H5.34753V17.9157H18.0475V15.3157Z" }, null, -1), t("path", { d: "M9.14756 0.515717H3.34756H0.747559V3.11572V8.81572H3.34756V3.11572H9.14756V0.515717Z" }, null, -1), t("path", { d: "M20.1475 14.2157V19.9157H14.3475V22.5157H20.1475H22.7475V19.9157V14.2157H20.1475Z" }, null, -1)], eb = { render: function(e, n) {
11780
- return r(), a("g", null, Qh);
11781
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ClassificationElement.vue" }, nb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.94492 4.49546C10.154 4.49546 10.2586 4.28637 10.2586 4.18182V0.313636C10.2586 0.104545 10.0495 0 9.94492 0C9.84037 0 9.52674 0.104545 9.52674 0.313636V4.07727C9.52674 4.39091 9.73583 4.49546 9.94492 4.49546ZM21.4449 17.3545L15.4858 12.5454L9.52674 7.63181L9.63128 15.2636V23L14.1267 17.1455L21.4449 17.3545ZM15.5904 2.3C15.6949 2.40455 15.6949 2.71818 15.5904 2.82273L12.8722 5.54091C12.7676 5.64546 12.454 5.64546 12.3495 5.54091C12.2449 5.43637 12.2449 5.12273 12.3495 5.01818L15.0676 2.3C15.1722 2.19546 15.4858 2.19546 15.5904 2.3ZM7.0177 10.35L4.29951 13.0682C4.19497 13.1727 4.19497 13.4864 4.29951 13.5909C4.40406 13.6955 4.71769 13.6955 4.82224 13.5909L7.54042 10.8727C7.64497 10.7682 7.64497 10.4546 7.54042 10.35C7.33133 10.2455 7.12224 10.2455 7.0177 10.35ZM13.7085 8.2591C13.604 8.2591 13.3949 8.15456 13.3949 7.94546C13.3949 7.73637 13.4994 7.52728 13.7085 7.63183H17.4721C17.5767 7.63183 17.7858 7.73637 17.7858 7.94546C17.7858 8.05001 17.6812 8.2591 17.4721 8.2591H13.7085ZM6.49497 7.94546C6.49497 7.73637 6.28588 7.63183 6.18133 7.63183H2.31315C2.10406 7.52728 1.99951 7.73637 1.99951 7.94546C1.99951 8.15456 2.2086 8.2591 2.31315 8.2591H6.07679C6.28588 8.2591 6.49497 8.15456 6.49497 7.94546ZM4.29951 2.3C4.40406 2.19546 4.71769 2.19546 4.82224 2.3L7.54042 5.01818C7.64497 5.12273 7.64497 5.43637 7.54042 5.54091C7.33133 5.64546 7.12224 5.64546 7.0177 5.54091L4.29951 2.82273C4.19497 2.71818 4.19497 2.50909 4.29951 2.3Z" }, tb = { render: function(e, n) {
11782
- return r(), a("path", nb);
11783
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Click.vue" }, rb = { d: "M23 2.31643L20.6836 0L11.5 9.18357L2.31643 0L0 2.31643L9.18357 11.5L0 20.6836L2.31643 23L11.5 13.8164L20.6836 23L23 20.6836L13.8164 11.5L23 2.31643Z" }, ob = { render: function(e, n) {
11784
- return r(), a("path", rb);
11785
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Close.vue" }, ab = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.9995 13.7162C22.9995 10.6768 20.5357 8.21286 17.4963 8.21286C17.095 8.21286 16.7041 8.25698 16.3273 8.33851C15.6281 5.83623 13.333 4 10.6077 4C7.32729 4 4.66778 6.65933 4.66778 9.93979C4.66778 10.2037 4.68688 10.463 4.72022 10.7178H4.25039C1.91241 10.7178 -0.000488281 12.6307 -0.000488281 14.9687C-0.000488281 17.3067 1.91241 19.2195 4.25039 19.2195H8.87188H13.9108H18.7488C21.0866 19.2195 22.9995 17.3067 22.9995 14.9687C22.9995 14.7743 22.9817 14.5844 22.9562 14.3968C22.9837 14.1736 22.9995 13.9468 22.9995 13.7162Z" }, lb = { render: function(e, n) {
11786
- return r(), a("path", ab);
11787
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Cloud.vue" }, ib = { d: "M11.405 0.00179965C5.89928 0.116844 1.7993 3.45312 0.393597 8.51505C-1.01211 13.577 1.7993 17.6035 1.7993 17.6035C1.7993 17.6035 4.025 21.4 8.35926 22.5504C10.9364 23.2407 13.5135 23.3557 16.2078 21.2849C16.2078 21.2849 16.6763 20.9398 16.5592 20.5947C16.4421 20.2495 15.6221 20.3646 15.6221 20.3646H14.2164C13.1621 20.3646 12.2249 19.4442 12.2249 18.4088C12.2249 17.3734 13.1621 16.4531 14.2164 16.4531H18.3163C18.6678 16.4531 20.3078 16.4531 21.1277 15.1876C21.2449 14.9575 21.4792 14.6124 21.5963 14.3823C26.6334 5.29382 16.9106 -0.113244 11.405 0.00179965ZM4.49357 11.5062C3.43929 11.5062 2.50215 10.5858 2.50215 9.55044C2.50215 8.51505 3.43929 7.5947 4.49357 7.5947C5.54785 7.5947 6.48499 8.51505 6.48499 9.55044C6.48499 10.5858 5.54785 11.5062 4.49357 11.5062ZM8.35926 6.44426C7.30498 6.44426 6.36784 5.52391 6.36784 4.48851C6.36784 3.45312 7.30498 2.53276 8.35926 2.53276C9.41354 2.53276 10.3507 3.45312 10.3507 4.48851C10.3507 5.52391 9.53068 6.44426 8.35926 6.44426ZM14.8021 6.32921C13.7478 6.32921 12.8107 5.40886 12.8107 4.37347C12.8107 3.33807 13.7478 2.41772 14.8021 2.41772C15.8564 2.41772 16.7935 3.33807 16.7935 4.37347C16.7935 5.40886 15.8564 6.32921 14.8021 6.32921ZM18.7849 11.5062C17.7306 11.5062 16.7935 10.5858 16.7935 9.55044C16.7935 8.51505 17.7306 7.5947 18.7849 7.5947C19.8392 7.5947 20.7763 8.51505 20.7763 9.55044C20.6592 10.5858 19.8392 11.5062 18.7849 11.5062Z" }, sb = { render: function(e, n) {
11788
- return r(), a("path", ib);
11789
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Color.vue" }, cb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H6.01207L6.01207 22.4845C6.01207 22.9512 6.59476 23.1635 6.89492 22.8061L12.612 16H21C22.1046 16 23 15.1046 23 14V2C23 0.895431 22.1046 0 21 0H2ZM3.6767 5.08725C3.6767 4.53497 4.12442 4.08725 4.6767 4.08725H18.0124C18.5647 4.08725 19.0124 4.53497 19.0124 5.08725V5.6432C19.0124 6.19548 18.5647 6.6432 18.0124 6.6432H4.6767C4.12442 6.6432 3.6767 6.19548 3.6767 5.6432V5.08725ZM4.6767 9.19914C4.12442 9.19914 3.6767 9.64685 3.6767 10.1991V10.7551C3.6767 11.3074 4.12442 11.7551 4.6767 11.7551H14.1785C14.7307 11.7551 15.1785 11.3074 15.1785 10.7551V10.1991C15.1785 9.64685 14.7307 9.19914 14.1785 9.19914H4.6767Z" }, db = { render: function(e, n) {
11790
- return r(), a("path", cb);
11791
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Comment.vue" }, ub = { d: "M23 0L0 9.62167V10.8739L8.74 14.26L12.1133 23H13.3656L23 0Z" }, Cb = { render: function(e, n) {
11792
- return r(), a("path", ub);
11793
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Cursor.vue" }, pb = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18197H11.3399C11.9399 7.18197 12.4308 7.67288 12.4308 8.27288V17.0002C12.4308 17.6002 11.9399 18.0911 11.3399 18.0911H2.61264C2.01264 18.0911 1.52173 17.6002 1.52173 17.0002V8.27288C1.52173 7.67288 2.01264 7.18197 2.61264 7.18197H3.15809V6.09106H4.249V7.18197H9.70355V6.09106H10.7945V7.18197ZM2.61264 17.0002H11.3399V9.90925H2.61264V17.0002ZM6.01196 10.5634H3.26468V13.3107H6.01196V10.5634Z" }, null, -1)], hb = { render: function(e, n) {
11794
- return r(), a("g", null, pb);
11795
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DateAscending.vue" }, bb = [t("path", { d: "M11.3399 7.18185H10.7945V6.09094H9.70355V7.18185H4.249V6.09094H3.15809V7.18185H2.61264C2.01264 7.18185 1.52173 7.67276 1.52173 8.27276V17C1.52173 17.6 2.01264 18.0909 2.61264 18.0909H11.3399C11.9399 18.0909 12.4308 17.6 12.4308 17V8.27276C12.4308 7.67276 11.9399 7.18185 11.3399 7.18185ZM11.3399 17H2.61264V9.90912H11.3399V17Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18185H11.3399C11.9399 7.18185 12.4308 7.67276 12.4308 8.27276V17C12.4308 17.6 11.9399 18.0909 11.3399 18.0909H2.61264C2.01264 18.0909 1.52173 17.6 1.52173 17V8.27276C1.52173 7.67276 2.01264 7.18185 2.61264 7.18185H3.15809V6.09094H4.249V7.18185H9.70355V6.09094H10.7945V7.18185ZM2.61264 17H11.3399V9.90912H2.61264V17ZM10.6696 13.5819H7.91956V16.3319H10.6696V13.5819Z" }, null, -1)], gb = { render: function(e, n) {
11796
- return r(), a("g", null, bb);
11797
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DateDescending.vue" }, fb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.4375 19.8906V4.4375H21.5625V19.8906H1.4375ZM0 4.07812C0 3.48269 0.482693 3 1.07812 3H21.9219C22.5173 3 23 3.48269 23 4.07812V20.25C23 20.8454 22.5173 21.3281 21.9219 21.3281H1.07812C0.482693 21.3281 0 20.8454 0 20.25V4.07812ZM7.54688 8.21094C7.54688 9.50104 6.50104 10.5469 5.21094 10.5469C3.92084 10.5469 2.875 9.50104 2.875 8.21094C2.875 6.92084 3.92084 5.875 5.21094 5.875C6.50104 5.875 7.54688 6.92084 7.54688 8.21094ZM2.875 16.1172V18.4531H20.125V12.8828L15.0938 7.85156L8.80469 14.1406L6.82812 12.1641L2.875 16.1172Z" }, Lb = { render: function(e, n) {
11798
- return r(), a("path", fb);
11799
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Default.vue" }, vb = { d: "M4.1508 20.7945C4.1508 22.1993 5.33296 23.3486 6.77783 23.3486H17.286C18.7308 23.3486 19.913 22.1993 19.913 20.7945V5.47018H4.1508V20.7945ZM7.38204 11.7021L9.2341 9.90147L12.0319 12.6088L14.8165 9.90147L16.6686 11.7021L13.8839 14.4094L16.6686 17.1167L14.8165 18.9173L12.0319 16.21L9.24724 18.9173L7.39518 17.1167L10.1798 14.4094L7.38204 11.7021ZM16.6292 1.63909L15.3157 0.362061H8.7481L7.43459 1.63909H2.83728V4.19315H21.2265V1.63909H16.6292Z" }, mb = { render: function(e, n) {
11800
- return r(), a("path", vb);
11801
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Delete.vue" }, Ib = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z" }, null, -1), t("path", { d: "M10.7275 13.0429C11.4757 11.6116 13.5243 11.6116 14.2725 13.0429L18.4702 21.0735C19.1663 22.4051 18.2003 24 16.6978 24H8.30222C6.79967 24 5.8337 22.4051 6.52977 21.0735L10.7275 13.0429Z", fill: "#FF3D1E" }, null, -1), t("path", { d: "M13.2031 16L13.0581 20.4429H12.0034L11.854 16H13.2031ZM11.8188 21.8184C11.8188 21.6309 11.8833 21.4756 12.0122 21.3525C12.144 21.2266 12.3169 21.1636 12.5308 21.1636C12.7476 21.1636 12.9204 21.2266 13.0493 21.3525C13.1782 21.4756 13.2427 21.6309 13.2427 21.8184C13.2427 22 13.1782 22.1538 13.0493 22.2798C12.9204 22.4058 12.7476 22.4688 12.5308 22.4688C12.3169 22.4688 12.144 22.4058 12.0122 22.2798C11.8833 22.1538 11.8188 22 11.8188 21.8184Z", fill: "white" }, null, -1)], Mb = { render: function(e, n) {
11802
- return r(), a("g", null, Ib);
11803
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DeniedFile.vue" }, _b = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.7691 6.1512C21.6937 6.0816 21.5704 6.0816 21.4948 6.1512L12.4466 14.5036L3.43681 6.18704C3.36141 6.11725 3.23794 6.11725 3.16253 6.18704L1.02253 8.16243C0.946918 8.23204 0.946918 8.34601 1.02253 8.41562L12.2989 18.8247C12.373 18.8932 12.4934 18.894 12.569 18.828C12.5923 18.8192 12.614 18.8061 12.6327 18.7889L23.9093 8.37977C23.9847 8.31017 23.9847 8.19619 23.9093 8.12659L21.7691 6.1512Z" }, yb = { render: function(e, n) {
11804
- return r(), a("path", _b);
11805
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Deploy.vue" }, Hb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.0537 2.3513C13.0902 0.62498 15.3654 0.0220922 17.1354 1.00471C18.9054 1.98733 19.5 4.18337 18.4634 5.90969L16.1842 9.70566C15.4582 10.9147 14.1248 11.5727 12.7828 11.5209L12.4773 12.0501L9.7249 10.461L9.95854 10.0563C9.13259 8.94749 9.01038 7.41978 9.77444 6.14727L12.0537 2.3513ZM14.1171 8.70055C14.0903 8.18061 13.8088 7.68435 13.3244 7.40465C12.8068 7.1058 12.1909 7.13127 11.7121 7.418C11.7404 7.25105 11.8 7.08589 11.8931 6.93041L13.8155 3.71728C14.2238 3.03482 15.121 2.79704 15.8195 3.1862C16.518 3.57535 16.7532 4.44406 16.3449 5.12652L14.4225 8.33965C14.3391 8.47901 14.2354 8.59983 14.1171 8.70055ZM5.6974 13.3607C6.42334 12.1517 7.7568 11.4937 9.09878 11.5455L9.3791 11.0599L12.1315 12.649L11.923 13.01C12.749 14.1189 12.8712 15.6466 12.1071 16.9191L9.8279 20.7151C8.79136 22.4414 6.5162 23.0443 4.7462 22.0617C2.9762 21.0791 2.38162 18.883 3.41816 17.1567L5.6974 13.3607ZM7.45903 14.7267C7.54241 14.5874 7.64618 14.4665 7.76448 14.3658C7.79126 14.8858 8.07272 15.382 8.55717 15.6617C9.07479 15.9606 9.69066 15.9351 10.1695 15.6484C10.1411 15.8153 10.0815 15.9805 9.98848 16.136L8.06607 19.3491C7.65775 20.0316 6.76051 20.2693 6.06202 19.8802C5.36354 19.491 5.1283 18.6223 5.53662 17.9398L7.45903 14.7267ZM17.7429 16.2934L18.5331 14.9246L14.7161 13.6334L17.7429 16.2934ZM15.9264 17.7095L14.3998 18.1185L14.1404 14.0974L15.9264 17.7095ZM18.5467 12.5879L18.1376 11.0613L14.5255 12.8473L18.5467 12.5879ZM3.85241 8.07499L4.70693 6.7454L7.60365 9.54648L3.85241 8.07499ZM8.13313 5.08147L6.58873 5.4174L8.20076 9.11043L8.13313 5.08147ZM4.0636 11.9528L3.72767 10.4084L7.75663 10.3408L4.0636 11.9528Z" }, Db = { render: function(e, n) {
11806
- return r(), a("path", Hb);
11807
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Detach.vue" }, Vb = [t("rect", { y: "6.24689", width: "23", height: "17.7429" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.28571 0.989746L0 2.96117L3.28571 4.9326L3.28571 0.989746ZM20.3714 4.9326L23 2.96117L20.3714 0.989746V4.9326Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: `M20.3715
11808
- 3.6183H2.6286V2.30402H20.3715V3.6183Z` }, null, -1)], Bb = { render: function(e, n) {
11809
- return r(), a("g", null, Vb);
11810
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Distance.vue" }, kb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.05119 2.47105C0.982285 2.39544 0.982285 2.27217 1.05119 2.19676L3.00683 0.0565512C3.07573 -0.0188504 3.18857 -0.0188504 3.25748 0.0565512L13.5625 11.3331C13.5796 11.3518 13.5925 11.3736 13.6012 11.3968C13.6665 11.4724 13.6658 11.5928 13.598 11.667L3.29296 22.9433C3.22406 23.0189 3.11122 23.0189 3.04231 22.9433L1.08668 20.8033C1.01758 20.7279 1.01758 20.6044 1.08668 20.529L9.32003 11.5192L1.05119 2.47105ZM10.2512 2.47105C10.1823 2.39544 10.1823 2.27217 10.2512 2.19676L12.2068 0.0565512C12.2757 -0.0188504 12.3886 -0.0188504 12.4575 0.0565512L22.7625 11.3331C22.7796 11.3518 22.7925 11.3736 22.8012 11.3968C22.8665 11.4724 22.8658 11.5928 22.798 11.667L12.493 22.9433C12.4241 23.0189 12.3112 23.0189 12.2423 22.9433L10.2867 20.8033C10.2176 20.7279 10.2176 20.6044 10.2867 20.529L18.52 11.5192L10.2512 2.47105Z" }, xb = { render: function(e, n) {
11811
- return r(), a("path", kb);
11812
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DoubleChevron.vue" }, wb = { d: "M11.8209 21.5107L0.320924 0.0440684L23.3209 0.0440705L11.8209 21.5107Z" }, Zb = { render: function(e, n) {
11813
- return r(), a("path", wb);
11814
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Down.vue" }, Sb = { d: "M18.5438 9.77808C17.8921 6.47183 14.9883 3.98975 11.5 3.98975C8.73042 3.98975 6.325 5.56141 5.12708 7.86141C2.2425 8.16808 0 10.6118 0 13.5731C0 16.7452 2.57792 19.3231 5.75 19.3231H18.2083C20.8533 19.3231 23 17.1764 23 14.5314C23 12.0014 21.0354 9.95058 18.5438 9.77808ZM16.2917 12.6147L11.5 17.4064L6.70833 12.6147H9.58333V8.78141H13.4167V12.6147H16.2917Z" }, Ab = { render: function(e, n) {
11815
- return r(), a("path", Sb);
11816
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Download.vue" }, Tb = [t("rect", { x: "7.0011", y: "8.99884", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "7.0011", y: "12.3734", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "10.3756", y: "8.99884", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "10.3756", y: "12.3734", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "13.7502", y: "8.99884", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "13.7502", y: "12.3734", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "11.5002", width: "1.27286", height: "6.36432", transform: "rotate(45 11.5002 0)" }, null, -1), t("rect", { x: "15.9996", y: "4.50104", width: "1.27287", height: "6.36432", transform: "rotate(135 15.9996 4.50104)" }, null, -1), t("rect", { width: "1.22648", height: "6.13242", transform: "matrix(-0.733847 -0.679315 0.733847 -0.679315 11.4996 22.9999)" }, null, -1), t("rect", { width: "1.22648", height: "6.13242", transform: "matrix(0.733847 -0.679315 0.733847 0.679315 7 18.8331)" }, null, -1)], $b = { render: function(e, n) {
11817
- return r(), a("g", null, Tb);
11818
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Drag.vue" }, Nb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6263 3.36328C23.1245 3.86155 23.1245 4.66643 22.6263 5.1647L20.2883 7.50271L15.4973 2.71171L17.8353 0.373698C18.3335 -0.124566 19.1384 -0.124566 19.6367 0.373698L22.6263 3.36328ZM0 23.0001V18.2091L14.1303 4.07886L18.9213 8.86987L4.791 23.0001H0Z" }, Ob = { render: function(e, n) {
11819
- return r(), a("path", Nb);
11820
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Edit.vue" }, Rb = [t("path", { d: "M11.5 8.69377C12.3284 8.69377 13 8.01961 13 7.18798C13 6.35636 12.3284 5.68219 11.5 5.68219C10.6716 5.68219 10 6.35636 10 7.18798C10 8.01961 10.6716 8.69377 11.5 8.69377Z" }, null, -1), t("path", { d: "M11.5 13.0058C12.3284 13.0058 13 12.3316 13 11.5C13 10.6684 12.3284 9.9942 11.5 9.9942C10.6716 9.9942 10 10.6684 10 11.5C10 12.3316 10.6716 13.0058 11.5 13.0058Z" }, null, -1), t("path", { d: "M11.5 17.3179C12.3284 17.3179 13 16.6437 13 15.8121C13 14.9804 12.3284 14.3063 11.5 14.3063C10.6716 14.3063 10 14.9804 10 15.8121C10 16.6437 10.6716 17.3179 11.5 17.3179Z" }, null, -1)], Eb = { render: function(e, n) {
11821
- return r(), a("g", null, Rb);
11822
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Ellipsis.vue" }, Fb = [t("path", { d: "M12.3356 0.500488H0.447998V12.256L12.3356 0.500488Z" }, null, -1), t("rect", { width: "3.30881", height: "8.73784", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 3.54883 5.89368)" }, null, -1), t("path", { d: "M11.5604 23.5005L23.448 23.5005L23.448 11.7449L11.5604 23.5005Z" }, null, -1), t("rect", { width: "3.30881", height: "8.73784", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 20.3464 18.1073)" }, null, -1)], Pb = { render: function(e, n) {
11823
- return r(), a("g", null, Fb);
11824
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Expanded.vue" }, Ub = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.6172 3.34817C11.549 3.12969 11.3438 2.98329 11.115 2.98997C10.8862 2.99664 10.6898 3.15475 10.6345 3.37683L8.79044 10.7763L2.90624 6.97704C2.72176 6.85793 2.48179 6.87012 2.31033 7.00731C2.13888 7.14451 2.07435 7.37596 2.1501 7.58207L5.26103 16.0467L0.350471 17.6681C0.148987 17.7346 0.0096536 17.9188 0.000480396 18.1308C-0.00869285 18.3428 0.114207 18.5384 0.309191 18.6221L6.25703 21.1748C6.51614 21.286 6.81634 21.1661 6.92754 20.907C7.03875 20.6479 6.91885 20.3477 6.65974 20.2365L1.9502 18.2152L6.08239 16.8508C6.21376 16.8074 6.32191 16.7126 6.38206 16.588C6.44222 16.4634 6.44924 16.3197 6.40152 16.1899L3.63531 8.66321L8.83628 12.0213C8.9747 12.1107 9.14775 12.1278 9.30098 12.0672C9.4542 12.0066 9.56876 11.8757 9.6086 11.7159L11.185 5.39037L13.3994 12.4848C13.4458 12.6332 13.5572 12.7525 13.7022 12.8087C13.8471 12.8649 14.0098 12.852 14.1441 12.7736L20.828 8.87298L17.5593 15.8953C17.5019 16.0186 17.4961 16.1597 17.5432 16.2873C17.5902 16.4149 17.6862 16.5185 17.8099 16.575L21.3166 18.1781L17.2541 20.2508C17.0029 20.379 16.9032 20.6865 17.0314 20.9376C17.1595 21.1888 17.467 21.2885 17.7182 21.1604L22.7215 18.6077C22.8959 18.5187 23.0041 18.3377 22.9999 18.1419C22.9957 17.9461 22.8798 17.77 22.7017 17.6886L18.702 15.8601L22.4418 7.82561C22.536 7.62326 22.4878 7.38318 22.3228 7.23283C22.1579 7.08248 21.9144 7.05672 21.7216 7.16922L14.1831 11.5686L11.6172 3.34817ZM11.8626 11.9433C11.8215 11.7198 11.6232 11.5599 11.3961 11.5671C11.169 11.5743 10.9812 11.7465 10.9544 11.9721L10.4943 15.8413L8.33957 14C8.17477 13.8592 7.93398 13.8527 7.76183 13.9844C7.58968 14.1162 7.53301 14.3503 7.62586 14.5462L9.2083 17.8845L6.87485 18.1039C6.67435 18.1227 6.50948 18.2699 6.46815 18.4671C6.42683 18.6642 6.51867 18.8652 6.69472 18.963L8.76033 20.1106L7.67407 21.5523C7.52137 21.755 7.56188 22.0431 7.76456 22.1958C7.96724 22.3485 8.25534 22.308 8.40805 22.1053L9.81204 20.2418C9.89204 20.1357 9.92213 20 9.89454 19.87C9.86696 19.74 9.78441 19.6282 9.6682 19.5637L8.43756 18.88L9.94755 18.738C10.0968 18.724 10.2298 18.638 10.3039 18.5077C10.3781 18.3774 10.384 18.2192 10.3197 18.0837L9.37737 16.0957L10.5505 17.0982C10.6794 17.2084 10.8585 17.2386 11.0163 17.1769C11.1742 17.1151 11.2853 16.9715 11.3053 16.8032L11.5081 15.0984L11.8267 16.832C11.8547 16.9845 11.9578 17.1126 12.1008 17.1726C12.2438 17.2326 12.4075 17.2164 12.536 17.1295L14.5182 15.7891L13.126 18.3413C13.0484 18.4837 13.0515 18.6564 13.1343 18.7959C13.2171 18.9353 13.3672 19.0208 13.5294 19.0208H15.1757L13.7572 19.8494C13.6424 19.9164 13.5623 20.0299 13.5375 20.1604C13.5127 20.291 13.5456 20.4259 13.6279 20.5304L14.5724 21.7301C14.7293 21.9295 15.0182 21.9639 15.2176 21.807C15.417 21.65 15.4514 21.3611 15.2944 21.1617L14.6764 20.3767L17.1052 18.9581C17.2844 18.8534 17.3712 18.6416 17.317 18.4413C17.2628 18.241 17.081 18.1019 16.8735 18.1019H14.3034L16.2302 14.5694C16.3317 14.3833 16.2928 14.1519 16.1359 14.0093C15.9791 13.8668 15.745 13.85 15.5695 13.9687L12.6034 15.9745L11.8626 11.9433Z" }, zb = { render: function(e, n) {
11825
- return r(), a("path", Ub);
11826
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Explosion.vue" }, Gb = [t("path", { d: "M22.3,15.3l-4.1-2.8h-2.1l3.6,2.6h-4l-1.1,2.5h-3.1h-0.2H8.3l-1.1-2.5h-4l3.6-2.6H4.8l-4.1,2.8 c0,0-0.2,4,1.4,5h9.3h0.2h9.3C22.6,19.3,22.3,15.3,22.3,15.3z" }, null, -1), t("polygon", { points: "16.8,7.6 14.1,5.2 11.4,2.7 8.7,5.2 5.9,7.6 9.2,7.6 9.2,13.1 13.5,13.1 13.5,7.6" }, null, -1)], Yb = { render: function(e, n) {
11827
- return r(), a("g", null, Gb);
11828
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Export.vue" }, Wb = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8743 18.5537H5.92538V1.6318H14.0184V6.63481H18.6686V6.30358L18.8743 6.51754V18.5537ZM18.4533 6.07957L16.4743 4.02064L14.5737 2.12235V6.07957H18.4533ZM5.33679 1.04321H14.3261L16.8945 3.60843L19.4629 6.28053V19.1423H5.33679V1.04321Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.84741 0.553833H14.5286L17.2474 3.26923L19.9522 6.08347V19.6316H4.84741V0.553833ZM18.3849 7.12416H13.5291V2.12114H6.41472V18.0643H18.3849V7.12416ZM17.3042 5.59019L16.1249 4.36333L15.063 3.30273V5.59019H17.3042Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0184 17.4473H10.7076V20.1695L9.3833 20.1695L12.3998 23.5538L15.4163 20.1695L14.0184 20.1695V17.4473Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.0162 8.23163C13.5359 7.90501 14.2302 7.98058 14.6665 8.44511L15.8945 9.75273C16.3293 10.2157 16.3635 10.9113 16.0102 11.4107L16.0096 11.4102C15.9597 11.4808 15.902 11.5476 15.8366 11.6092L14.8553 12.5339C14.776 12.6086 14.6898 12.6716 14.5989 12.7228L14.5992 12.7231C14.5055 12.7757 14.4069 12.8158 14.3057 12.8436C13.9524 12.9408 13.5674 12.8868 13.2516 12.6846L13.2526 12.6837L13.2443 12.6783L13.943 12.0259L13.9466 12.0298L15.3488 10.7085L13.6673 8.92294L13.1447 9.42292L12.4913 8.73761L13.0181 8.23359L13.0162 8.23163ZM13.1267 11.1586L12.4033 11.8341L11.7812 11.1686C11.3641 10.7223 11.3179 10.0619 11.63 9.56849L13.1267 11.1586ZM8.72122 11.2988C8.3954 10.7782 8.47097 10.0828 8.93471 9.64576L10.2396 8.41598C10.7018 7.98042 11.3961 7.94601 11.8946 8.29968L11.8943 8.30004C11.9647 8.35001 12.0313 8.40774 12.0928 8.47319L13.0162 9.45663C13.0909 9.53616 13.1537 9.62255 13.2048 9.71363L13.2053 9.71322C13.2847 9.85519 13.3356 10.0085 13.3583 10.1649C13.4033 10.4729 13.3387 10.7931 13.1665 11.0629L13.1658 11.0621L13.1606 11.0702L12.5094 10.3704L12.5131 10.367L11.1938 8.962L9.41138 10.6466L9.9107 11.1702L9.22553 11.8258L8.72216 11.2979L8.72122 11.2988ZM11.6437 11.1881L12.3179 11.9127L11.6531 12.5362C11.2078 12.9539 10.5487 13.0001 10.0562 12.6875L11.6437 11.1881ZM11.784 15.5876C11.2642 15.9142 10.57 15.8386 10.1338 15.3741L8.90577 14.0664C8.47101 13.6035 8.43679 12.9079 8.79001 12.4085L8.79049 12.409C8.84043 12.3383 8.89812 12.2715 8.96355 12.2099L9.94485 11.2852C10.0241 11.2105 10.1102 11.1476 10.201 11.0965L10.2006 11.0961C10.2924 11.0446 10.3888 11.005 10.4878 10.9774C10.843 10.8776 11.2308 10.931 11.5486 11.1345L11.5473 11.1357L11.5552 11.1408L10.8566 11.7931L10.8533 11.7895L9.45126 13.1107L11.133 14.8964L11.6557 14.3963L12.3127 15.0853L11.7862 15.589L11.7151 15.5145L11.784 15.5876ZM11.6729 12.6603L12.3963 11.9849L13.0186 12.6507C13.4356 13.0969 13.4819 13.7573 13.1698 14.2507L11.6729 12.6603ZM15.8647 14.187C16.3285 13.75 16.404 13.0546 16.0782 12.5339L16.0774 12.5347L15.5741 12.0069L14.8891 12.6624L15.3883 13.186L13.606 14.8704L12.2868 13.4655L12.2904 13.4621L11.6392 12.7623L11.6341 12.7703L11.6333 12.7695C11.4871 12.9987 11.4184 13.2642 11.4287 13.5278C11.4363 13.7321 11.4913 13.9353 11.5944 14.1195L11.595 14.1189C11.6461 14.21 11.709 14.2963 11.7836 14.3758L12.707 15.3593C12.7685 15.4247 12.835 15.4824 12.9055 15.5324L12.9048 15.5331C13.4033 15.8868 14.0976 15.8524 14.5598 15.4168L15.8647 14.187ZM12.482 11.9198L13.1562 12.6444L14.7434 11.1452C14.2509 10.8326 13.5918 10.8788 13.1465 11.2965L12.482 11.9198Z" }, null, -1)], Xb = { render: function(e, n) {
11829
- return r(), a("g", null, Wb);
11830
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ExportIfc.vue" }, jb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 23.0664C17.8513 23.0664 23 17.9177 23 11.5664C23 5.21513 17.8513 0.0664062 11.5 0.0664062C5.14873 0.0664062 0 5.21513 0 11.5664C0 17.9177 5.14873 23.0664 11.5 23.0664ZM16.0918 5.81641L17.25 6.97462L12.6582 11.5664L17.25 16.1582L16.0918 17.3164L11.5 12.7246L6.90821 17.3164L5.75 16.1582L10.3418 11.5664L5.75 6.97462L6.90821 5.81641L11.5 10.4082L16.0918 5.81641Z" }, Kb = { render: function(e, n) {
11831
- return r(), a("path", jb);
11832
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Failed.vue" }, qb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 6.55556H23V4H0V6.55556ZM3.83333 12.9442H19.1679V10.3887H3.83333V12.9442ZM8.94442 19.3336H14.0555V16.778H8.94442V19.3336Z" }, Jb = { render: function(e, n) {
11833
- return r(), a("path", qb);
11834
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Filter.vue" }, Qb = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.07563 14.7426C5.80119 14.7426 3.15796 12.0993 3.15796 8.8249C3.15796 5.55045 5.80119 2.90723 9.07563 2.90723C12.3501 2.90723 14.9933 5.55045 14.9933 8.8249C14.9933 12.0993 12.3501 14.7426 9.07563 14.7426V14.7426ZM16.966 14.7428H15.9272L15.559 14.3878C16.8477 12.8886 17.6236 10.9424 17.6236 8.82515C17.6236 4.10416 13.7968 0.277405 9.07582 0.277405C4.35484 0.277405 0.528076 4.10416 0.528076 8.82515C0.528076 13.5461 4.35484 17.3729 9.07582 17.3729C11.193 17.3729 13.1393 16.597 14.6384 15.3083L14.9935 15.6765V16.7154L21.5687 23.2774L23.5281 21.318L16.966 14.7428Z" }, null, -1), t("path", { d: "M4.309 11.6279L9.12309 13.831L13.9372 11.6279C14.0188 11.6279 14.1004 11.4648 14.1004 11.3832V6.1611C14.1004 6.0795 14.0188 5.99791 13.9372 5.91632L9.12309 3.71326C9.0415 3.71326 8.9599 3.71326 8.87831 3.71326L5.53292 5.42675C5.45133 5.50834 5.36973 5.58994 5.45133 5.75313C5.53292 5.83472 5.69611 5.91632 5.77771 5.83472L9.20469 4.20283L13.366 6.0795L9.12309 7.87459L4.47219 5.99791C4.3906 5.99791 4.309 5.99791 4.22741 5.99791C4.22741 6.0795 4.14581 6.1611 4.14581 6.24269V11.4648C4.14581 11.5464 4.22741 11.6279 4.309 11.6279ZM4.63538 6.56907L9.0415 8.44575C9.12309 8.44575 9.20469 8.44575 9.20469 8.44575L13.6924 6.56907V11.3016L9.36788 13.2598V9.42489C9.36788 9.2617 9.28628 9.18011 9.12309 9.18011C8.9599 9.18011 8.87831 9.2617 8.87831 9.42489V13.2598L4.63538 11.3016V6.56907Z" }, null, -1)], eg = { render: function(e, n) {
11835
- return r(), a("g", null, Qb);
11836
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/FitView.vue" }, ng = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 3H2.29984C1.03451 3 0.0111238 4.03491 0.0111238 5.30024L0 19.1001C0 20.3654 1.03451 21.4003 2.29984 21.4003H20.6998C21.9651 21.4003 23 20.3654 23 19.1001V7.60008C23 6.33515 21.9651 5.30024 20.6998 5.30024H11.5L9.19976 3Z" }, tg = { render: function(e, n) {
11837
- return r(), a("path", ng);
11838
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Folder.vue" }, rg = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29985 18.1002H20.6999V6.60037H2.29985V18.1002ZM20.6998 4.3002H11.4998L9.2 2H2.2998C1.03489 2 0.0115209 3.03529 0.0115209 4.3002L0 18.1002C0 19.3651 1.03489 20.4 2.2998 20.4H20.6998C21.9647 20.4 23 19.3651 23 18.1002V6.6C23 5.33509 21.9647 4.3002 20.6998 4.3002Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.653 16.72L15.0877 13.2854L15.9467 12.4268L15.0877 11.5679L11.653 8.1333L10.7945 8.99185L13.6219 11.8193L7.35999 11.8193L7.35999 12.4266L7.35999 13.034L13.6219 13.034L10.7945 15.8614L11.653 16.72Z" }, null, -1)], og = { render: function(e, n) {
11839
- return r(), a("g", null, rg);
11840
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/FolderMove.vue" }, ag = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29979 19.1002H20.6998V7.60039H2.29979V19.1002ZM20.6998 5.3002H11.4998L9.2 3H2.2998C1.03489 3 0.0115209 4.03529 0.0115209 5.3002L0 19.1002C0 20.3651 1.03489 21.4 2.2998 21.4H20.6998C21.9647 21.4 23 20.3651 23 19.1002V7.6C23 6.33509 21.9647 5.3002 20.6998 5.3002Z" }, lg = { render: function(e, n) {
11841
- return r(), a("path", ag);
11842
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/FolderOpen.vue" }, ig = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 0H4.8995e-05H2.19545H8.05005V2.15625H2.19545V7.90625H0V0ZM20.8045 2.15628L14.95 2.15628V3.05176e-05H23V2.15628V7.90628H20.8045V2.15628ZM4.8995e-05 23H0V15.0938H2.19545V20.8437H8.05005V23H2.19545H4.8995e-05ZM14.95 23L23 23V20.8438V15.0938H20.8045V20.8438H14.95V23Z" }, sg = { render: function(e, n) {
11843
- return r(), a("path", ig);
11844
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Fullscreen.vue" }, cg = [t("path", { d: "M3.11719 2.52161C3.11719 2.24546 3.34105 2.02161 3.61719 2.02161H7.61719C7.89333 2.02161 8.11719 2.24546 8.11719 2.52161V6.52161C8.11719 6.79775 7.89333 7.02161 7.61719 7.02161H3.61719C3.34105 7.02161 3.11719 6.79775 3.11719 6.52161V2.52161Z" }, null, -1), t("path", { d: "M3.11719 16.4784C3.11719 16.2023 3.34105 15.9784 3.61719 15.9784H7.61719C7.89333 15.9784 8.11719 16.2023 8.11719 16.4784V20.4784C8.11719 20.7545 7.89333 20.9784 7.61719 20.9784H3.61719C3.34105 20.9784 3.11719 20.7545 3.11719 20.4784V16.4784Z" }, null, -1), t("path", { d: "M3.11719 9.5C3.11719 9.22386 3.34105 9 3.61719 9H7.61719C7.89333 9 8.11719 9.22386 8.11719 9.5V13.5C8.11719 13.7761 7.89333 14 7.61719 14H3.61719C3.34105 14 3.11719 13.7761 3.11719 13.5V9.5Z" }, null, -1), t("path", { d: "M9.68536 2.52161C9.68536 2.24546 9.90922 2.02161 10.1854 2.02161H14.1854C14.4615 2.02161 14.6854 2.24546 14.6854 2.52161V6.52161C14.6854 6.79775 14.4615 7.02161 14.1854 7.02161H10.1854C9.90922 7.02161 9.68536 6.79775 9.68536 6.52161V2.52161Z" }, null, -1), t("path", { d: "M9.68536 16.4784C9.68536 16.2023 9.90922 15.9784 10.1854 15.9784H14.1854C14.4615 15.9784 14.6854 16.2023 14.6854 16.4784V20.4784C14.6854 20.7545 14.4615 20.9784 14.1854 20.9784H10.1854C9.90922 20.9784 9.68536 20.7545 9.68536 20.4784V16.4784Z" }, null, -1), t("path", { d: "M9.68536 9.5C9.68536 9.22386 9.90922 9 10.1854 9H14.1854C14.4615 9 14.6854 9.22386 14.6854 9.5V13.5C14.6854 13.7761 14.4615 14 14.1854 14H10.1854C9.90922 14 9.68536 13.7761 9.68536 13.5V9.5Z" }, null, -1), t("path", { d: "M16.2535 2.52161C16.2535 2.24546 16.4774 2.02161 16.7535 2.02161H20.7535C21.0297 2.02161 21.2535 2.24546 21.2535 2.52161V6.52161C21.2535 6.79775 21.0297 7.02161 20.7535 7.02161H16.7535C16.4774 7.02161 16.2535 6.79775 16.2535 6.52161V2.52161Z" }, null, -1), t("path", { d: "M16.2535 16.4784C16.2535 16.2023 16.4774 15.9784 16.7535 15.9784H20.7535C21.0297 15.9784 21.2535 16.2023 21.2535 16.4784V20.4784C21.2535 20.7545 21.0297 20.9784 20.7535 20.9784H16.7535C16.4774 20.9784 16.2535 20.7545 16.2535 20.4784V16.4784Z" }, null, -1), t("path", { d: "M16.2535 9.5C16.2535 9.22386 16.4774 9 16.7535 9H20.7535C21.0297 9 21.2535 9.22386 21.2535 9.5V13.5C21.2535 13.7761 21.0297 14 20.7535 14H16.7535C16.4774 14 16.2535 13.7761 16.2535 13.5V9.5Z" }, null, -1)], dg = { render: function(e, n) {
11845
- return r(), a("g", null, cg);
11846
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Grid.vue" }, ug = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.1632 14.0812C5.66865 14.0812 0.688965 15.3332 0.688965 17.8184V19.6869H15.6374V17.8184C15.6374 15.3332 10.6577 14.0812 8.1632 14.0812Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.16302 12.2129C10.2278 12.2129 11.9001 10.5405 11.9001 8.47576C11.9001 6.41103 10.2278 4.73865 8.16302 4.73865C6.09828 4.73865 4.4259 6.41103 4.4259 8.47576C4.4259 10.5405 6.09828 12.2129 8.16302 12.2129Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.2606 13.2593C19.0363 13.2593 20.4745 11.821 20.4745 10.0453C20.4745 8.26967 19.0363 6.83142 17.2606 6.83142C15.4849 6.83142 14.0467 8.26967 14.0467 10.0453C14.0467 11.821 15.4849 13.2593 17.2606 13.2593Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.8334 19.6868H17.2612V17.6154C17.2612 16.5705 16.4671 15.7222 15.3304 15.0718C16.0414 14.9347 16.7195 14.866 17.2613 14.866C19.4066 14.866 23.6891 15.9427 23.6891 18.08V19.6869H10.8334V19.6868Z" }, null, -1)], Cg = { render: function(e, n) {
11847
- return r(), a("g", null, ug);
11848
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Group.vue" }, pg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.99087 6.78082L0.945206 3.73516L1.68037 3L19.4292 20.6438L18.6941 21.379L16.1735 18.8584C14.7032 19.4886 13.1279 19.8037 11.4475 19.8037C6.30137 19.8037 1.78539 16.653 0 12.032C0.840183 9.93151 2.20548 8.14612 3.99087 6.78082ZM6.19635 12.032C6.19635 14.9726 8.61187 17.2831 11.4475 17.2831C12.2877 17.2831 13.1279 17.0731 13.863 16.653L12.2877 15.0776C11.9726 15.1826 11.7626 15.1826 11.4475 15.1826C9.6621 15.1826 8.2968 13.7123 8.2968 12.032C8.2968 11.7169 8.2968 11.4018 8.40183 11.1918L6.82648 9.61644C6.40639 10.3516 6.19635 11.1918 6.19635 12.032ZM11.4476 4.26048C9.34714 4.26048 7.45673 4.7856 5.77637 5.62578L8.19189 8.0413C9.1371 7.30614 10.1873 6.88605 11.4476 6.88605C14.2832 6.88605 16.6987 9.19656 16.6987 12.1372C16.6987 13.3975 16.2786 14.5527 15.5435 15.3929L18.1691 18.0185C20.3745 16.6532 22.0549 14.5527 23.0001 12.1372C21.1097 7.41117 16.6987 4.26048 11.4476 4.26048ZM11.4475 8.88086C10.8174 8.88086 10.1872 9.0909 9.66211 9.511L14.0731 13.922C14.3881 13.3968 14.7032 12.7667 14.7032 12.1366C14.5982 10.3512 13.1279 8.88086 11.4475 8.88086Z" }, hg = { render: function(e, n) {
11849
- return r(), a("path", pg);
11850
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Hide.vue" }, bg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.4279 1.14627C14.9692 0.177724 17.0281 0.401832 18.3218 1.77945L21.9637 5.65738C23.253 7.03033 23.3545 9.09327 22.3069 10.5743L22.3051 10.5723C22.157 10.782 21.9859 10.98 21.7919 11.1628L18.8817 13.905C18.6464 14.1267 18.3908 14.3134 18.1213 14.4652L18.1224 14.4663C17.8104 14.6415 17.4799 14.7701 17.1408 14.8522C16.1239 15.1002 15.0293 14.9307 14.1257 14.3521L14.1289 14.3492L14.1044 14.3334L16.1763 12.3987L16.1869 12.41L20.3454 8.49157L15.3586 3.1964L13.809 4.67919L11.8711 2.6468L13.4333 1.15203L13.4279 1.14627ZM13.7555 9.82669L11.6102 11.8298L9.76531 9.85607C8.52837 8.53274 8.39124 6.57409 9.31689 5.11091L13.7555 9.82669ZM0.690849 10.2425C-0.275375 8.69857 -0.0512554 6.63632 1.32401 5.34024L5.19394 1.69313C6.56454 0.401454 8.62364 0.299392 10.1021 1.34822L10.1006 1.34962C10.3096 1.49781 10.507 1.66901 10.6893 1.86309L13.4278 4.77961C13.6492 5.01543 13.8356 5.27159 13.9871 5.54167L13.9885 5.54034C14.2325 5.97628 14.3857 6.44824 14.4491 6.92921C14.5688 7.82737 14.3751 8.75745 13.8735 9.54335L13.8713 9.54092L13.856 9.56456L11.925 7.48933L11.9356 7.47939L8.02331 3.3128L2.73747 8.30833L4.21831 9.8614L2.18633 11.8057L0.693501 10.24L0.690849 10.2425ZM9.35752 9.91441L11.3569 12.0631L9.38551 13.9122C8.06488 15.151 6.11012 15.2882 4.6496 14.3611L9.35752 9.91441ZM9.77347 22.9615C8.23216 23.93 6.17324 23.7059 4.87947 22.3283L1.23761 18.4504C-0.0517673 17.0774 -0.15322 15.0144 0.894438 13.5334L0.896188 13.5353C1.04427 13.3256 1.21537 13.1276 1.40936 12.9448L4.31957 10.2026C4.5547 9.98105 4.81009 9.7945 5.07933 9.64277L5.07808 9.64144C5.39912 9.46112 5.73974 9.33026 6.08911 9.24851C7.0979 9.01064 8.18039 9.18229 9.07548 9.75545L9.07196 9.75876L9.09521 9.77379L7.02345 11.7083L7.01381 11.6981L2.85576 15.616L7.84304 20.9117L9.39298 19.4286L11.3413 21.472L9.78006 22.9659L9.58559 22.7619L9.77347 22.9615ZM9.44428 14.2803L11.5896 12.2772L13.4352 14.2517C14.6721 15.575 14.8092 17.5337 13.8836 18.9969L9.44428 14.2803ZM21.8757 18.8078C23.251 17.5117 23.4751 15.4495 22.5088 13.9055L22.5063 13.9079L21.0138 12.3426L18.9822 14.2865L20.4627 15.8393L15.1772 20.8345L11.265 16.668L11.2756 16.658L9.34443 14.5826L9.32915 14.6063L9.32712 14.6041C8.94205 15.2075 8.73846 15.8958 8.71879 16.5894C8.69813 17.2832 8.86144 17.9825 9.21132 18.6077L9.21348 18.6057C9.36503 18.8758 9.55143 19.132 9.77289 19.3678L12.5114 22.2844C12.6936 22.4784 12.8909 22.6495 13.0999 22.7977L13.0976 22.7998C14.576 23.8487 16.6352 23.7466 18.0058 22.4549L21.8757 18.8078ZM11.8438 12.0842L13.8431 14.2329L18.5502 9.78693C17.0897 8.85986 15.1349 8.9971 13.8143 10.2358L11.8438 12.0842Z" }, gg = { render: function(e, n) {
11851
- return r(), a("path", bg);
11852
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Ifc.vue" }, fg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21563 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21563 0 3 0.215625 3 0.479167ZM4.4375 9.82251H18.8125V21.5621H4.4375V9.82251ZM5.06037 4.88621V1.48413H4.2937V4.88621H5.06037ZM5.75516 1.48413H7.81558V2.10705H6.52183V2.87371H7.7437V3.49663H6.52183V4.86226H5.75516V1.48413ZM10.0197 4.93444C10.427 4.93444 10.7385 4.86257 10.8822 4.79069L10.7625 4.16777C10.5947 4.23965 10.3552 4.28757 10.1156 4.28757C9.44474 4.28757 9.03745 3.85632 9.03745 3.18548C9.03745 2.41882 9.51662 2.05944 10.1156 2.05944C10.3791 2.05944 10.5947 2.10736 10.7625 2.17923L10.9302 1.58027C10.7864 1.5084 10.4989 1.43652 10.0916 1.43652C9.08537 1.43652 8.24683 2.0834 8.24683 3.2334C8.24683 4.19173 8.84578 4.93444 10.0197 4.93444ZM20.226 5.75034C20.202 5.65451 20.178 5.58263 20.1301 5.51076L15.4583 0.287842V5.75034H20.226ZM13.1105 11.1157C13.374 11.1157 13.5896 11.2116 13.7573 11.3793C14.012 11.6339 14.2693 11.8886 14.5276 12.1442L14.5276 12.1442L14.5277 12.1443L14.5278 12.1444C15.0468 12.6581 15.5694 13.1753 16.0813 13.7032C16.4646 14.0866 16.4646 14.6376 16.0813 15.0209C15.6669 15.4512 15.242 15.8709 14.8135 16.2941L14.8133 16.2943L14.8133 16.2943L14.8133 16.2943L14.8132 16.2944C14.5976 16.5073 14.3811 16.7211 14.1646 16.9376C13.7573 17.3209 13.2063 17.3209 12.799 16.9376C12.7032 16.8418 12.6792 16.7938 12.799 16.6741C13.2951 16.194 13.7804 15.7033 14.2622 15.2161L14.2624 15.216L14.2625 15.2159C14.502 14.9737 14.7406 14.7325 14.9792 14.4938C15.099 14.3741 15.099 14.3022 14.9792 14.1824C14.7867 13.9899 14.5942 13.8 14.4025 13.6111L14.4024 13.611C14.0218 13.2356 13.6447 12.8638 13.2782 12.4813C13.1584 12.3616 13.0865 12.3376 12.9667 12.4813C12.8876 12.5763 12.7981 12.6607 12.705 12.7485C12.6571 12.7937 12.6083 12.8398 12.5594 12.8886C12.4876 12.9605 12.4396 12.9845 12.3438 12.8886C12.2152 12.7439 12.0757 12.61 11.94 12.4796L11.9399 12.4796C11.8735 12.4157 11.8079 12.3527 11.7448 12.2897C11.649 12.2178 11.673 12.1459 11.7448 12.0741L12.4636 11.3553C12.6553 11.2116 12.8709 11.1157 13.1105 11.1157ZM7.16882 13.8711C7.00111 14.0388 6.90527 14.2544 6.90527 14.494C6.90527 14.7336 6.97715 14.9732 7.21673 15.1888L7.71986 15.6919C7.87778 15.8377 7.95562 15.9095 8.03148 15.9075C8.10522 15.9055 8.17708 15.8336 8.31881 15.6919L8.31882 15.6919C8.36673 15.644 8.42246 15.5961 8.47819 15.5482L8.47821 15.5482C8.61756 15.4284 8.75691 15.3086 8.77402 15.1888C8.77402 15.0549 8.63367 14.9443 8.49189 14.8327L8.49188 14.8327C8.43074 14.7845 8.36934 14.7362 8.31882 14.6857L8.29486 14.6617C8.17507 14.5659 8.19902 14.494 8.29486 14.3982L10.0199 12.6732C10.1396 12.5534 10.1876 12.5294 10.3313 12.6732L12.4876 14.8294C12.5834 14.9492 12.6553 14.9492 12.7511 14.8294C13.1105 14.4221 13.1344 13.8711 12.7511 13.4877L10.8105 11.5471C10.4511 11.1877 9.87611 11.1877 9.51673 11.5471C8.72611 12.3138 7.93548 13.0805 7.16882 13.8711ZM10.3073 20.6987C10.0198 20.6987 9.80422 20.6029 9.61255 20.4352L9.61246 20.4351C8.84582 19.6684 8.07919 18.9018 7.31255 18.1591C6.90526 17.7518 6.90526 17.2008 7.31255 16.7935C7.7287 16.3614 8.15554 15.9399 8.57878 15.522L8.57881 15.522L8.57886 15.5219L8.57903 15.5217L8.57919 15.5216L8.57942 15.5214L8.57958 15.5212C8.78961 15.3138 8.99875 15.1073 9.20526 14.9008C9.61255 14.4935 10.1636 14.5175 10.5709 14.9008C10.6907 15.0206 10.6667 15.0685 10.5709 15.1643C9.85213 15.8831 9.13338 16.6018 8.39067 17.3206C8.27088 17.4404 8.27088 17.5123 8.39067 17.632L10.1157 19.3571C10.2115 19.4529 10.2834 19.4768 10.3792 19.3571L10.8105 18.9258C10.8823 18.8539 10.9303 18.8539 10.9782 18.9258L11.6011 19.5487C11.673 19.6206 11.673 19.6685 11.6011 19.7404C11.3615 19.98 11.1219 20.2196 10.8584 20.4591C10.7386 20.6268 10.523 20.6987 10.3073 20.6987ZM16.4886 17.3207C16.4886 17.5842 16.4167 17.7998 16.2251 17.9676C15.4584 18.7582 14.6678 19.5248 13.8772 20.2915C13.5178 20.6509 12.9667 20.6509 12.6074 20.3155C11.9365 19.6686 11.2657 18.9978 10.6188 18.3269C10.2355 17.9436 10.3074 17.3207 10.7147 16.9613C10.8045 16.8894 10.8404 16.9254 10.8831 16.968L10.8831 16.9681C10.8974 16.9823 10.9123 16.9972 10.9303 17.0092C11.1689 17.2478 11.4102 17.4865 11.6523 17.726L11.6524 17.726L11.6526 17.7262L11.6526 17.7263C12.1397 18.208 12.6305 18.6934 13.1105 19.1894C13.2303 19.3092 13.2782 19.3092 13.398 19.1894C13.973 18.5905 14.548 18.0155 15.147 17.4405C15.2667 17.3207 15.2667 17.2728 15.147 17.1769C15.0521 17.0978 14.9676 17.0083 14.8798 16.9152L14.8798 16.9152C14.8346 16.8673 14.7885 16.8185 14.7397 16.7696C14.6438 16.6978 14.6199 16.6259 14.7397 16.554C14.9553 16.3623 15.147 16.1707 15.3386 15.9551C15.4105 15.8832 15.4584 15.8592 15.5542 15.9551L15.5543 15.9551L15.5543 15.9551C15.7939 16.1947 16.0334 16.4342 16.273 16.6978C16.4167 16.8655 16.4886 17.0811 16.4886 17.3207ZM14.3564 14.7815C14.1647 14.5898 13.9251 14.47 13.5418 14.446C13.398 14.446 13.1584 14.5419 12.9907 14.7096C12.6074 15.069 12.248 15.4283 11.8886 15.7877C11.7928 15.8835 11.8168 15.9315 11.8886 16.0033C12.0333 16.132 12.1673 16.2714 12.2976 16.4071L12.2977 16.4071L12.2977 16.4071C12.3616 16.4737 12.4246 16.5393 12.4876 16.6023C12.5595 16.6742 12.6074 16.6981 12.7032 16.6023L14.3564 14.9492C14.4043 14.9013 14.4282 14.8533 14.3564 14.7815ZM13.1584 17.848C13.1584 18.1355 13.0386 18.3751 12.823 18.5667C12.7511 18.6386 12.7032 18.6386 12.6553 18.5667L12.6553 18.5667C12.1042 18.0157 11.5532 17.4647 10.9782 16.9136C10.9063 16.8417 10.9063 16.7938 10.9782 16.7459C11.1938 16.5542 11.4095 16.3386 11.6011 16.123C11.673 16.0511 11.7209 16.0511 11.7928 16.123C12.0315 16.3777 12.2809 16.6217 12.5337 16.8693L12.5337 16.8693L12.534 16.8696C12.6617 16.9946 12.7903 17.1205 12.9188 17.249C13.0866 17.3928 13.1584 17.6084 13.1584 17.848ZM10.7402 13.269C10.7219 13.2452 10.7002 13.2169 10.6668 13.2002C10.6189 13.2242 10.5949 13.2481 10.5709 13.296C10.1636 13.6554 10.1157 14.2304 10.4991 14.6377C10.6787 14.8294 10.8644 15.009 11.0501 15.1887C11.2358 15.3684 11.4215 15.5481 11.6011 15.7398C11.673 15.8117 11.7209 15.8117 11.7928 15.7398C11.8558 15.6768 11.9189 15.6111 11.9827 15.5446L11.9827 15.5446C12.1131 15.4089 12.2471 15.2695 12.3918 15.1408C12.4636 15.045 12.4636 14.9971 12.3918 14.9252L10.7626 13.296C10.7553 13.2888 10.7481 13.2793 10.7402 13.269ZM9.78022 17.3688C9.49272 17.3688 9.25314 17.2491 9.06147 17.0334C8.9896 16.9616 8.9896 16.9136 9.06147 16.8657L10.7146 15.2126C10.7865 15.1407 10.8344 15.1407 10.9063 15.2126C11.0332 15.3554 11.1707 15.4878 11.3117 15.6235C11.3836 15.6927 11.4564 15.7627 11.5292 15.8355C11.6011 15.9074 11.6011 15.9313 11.5292 16.0032L10.3792 17.1532C10.2115 17.297 9.99585 17.3688 9.78022 17.3688Z" }, Lg = { render: function(e, n) {
11853
- return r(), a("path", fg);
11854
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/IfcFile.vue" }, vg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.8998 13.6346L6.68806 8.51539L9.94558 8.51539L9.94558 2.85382L13.8541 2.85382V8.51539L17.1116 8.51539L11.8998 13.6346ZM1.06519 15.8128L5.86457 12.5658L7.81884 12.8583L3.45051 15.8128H6.46811C6.89919 15.8128 7.53145 16.2516 7.81884 17.4217C8.04875 18.3578 8.98756 18.7284 9.42822 18.7966H11.8998L11.8998 18.7966H14.3713C14.812 18.7284 15.7508 18.3578 15.9807 17.4217C16.2681 16.2516 16.9004 15.8128 17.3314 15.8128H20.349L15.9807 12.8583L17.935 12.5658L22.7344 15.8128C23.108 16.0079 23.723 16.8776 23.1942 18.7966C22.5332 21.1954 21.2974 21.2539 20.8951 21.2539H11.8998L11.8998 21.2538H2.90447C2.50213 21.2538 1.26636 21.1953 0.605363 18.7966C0.0765659 16.8776 0.691582 16.0078 1.06519 15.8128Z" }, mg = { render: function(e, n) {
11855
- return r(), a("path", vg);
11856
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Import.vue" }, Ig = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" }, null, -1), t("path", { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" }, null, -1)], Mg = { render: function(e, n) {
11857
- return r(), a("g", null, Ig);
11858
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/IndexAscending.vue" }, _g = [t("g", { "clip-path": "url(#clip0_3035_480)" }, [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" }), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" }), t("path", { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" })], -1)], yg = { render: function(e, n) {
11859
- return r(), a("g", null, _g);
11860
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/IndexDescending.vue" }, Hg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 11.5C0 17.8424 5.15936 23 11.5 23C17.8406 23 23 17.8424 23 11.5C23 5.15936 17.8406 0 11.5 0C5.15936 0 0 5.15936 0 11.5ZM1.70953 11.5C1.70953 6.10131 6.10131 1.70953 11.5 1.70953C16.8987 1.70953 21.2905 6.10131 21.2905 11.5C21.2905 16.8987 16.8987 21.2905 11.5 21.2905C6.10131 21.2905 1.70953 16.8987 1.70953 11.5ZM10.8029 14.3193L10.5157 4.4775H12.4834L12.1962 14.3193H10.8029ZM10.2901 17.2508C10.2901 16.5123 10.8029 15.9789 11.5004 15.9789C12.2372 15.9789 12.7091 16.5123 12.7091 17.2508C12.7091 17.9688 12.2372 18.5209 11.5004 18.5209C10.7824 18.5209 10.2901 17.9688 10.2901 17.2508Z" }, Dg = { render: function(e, n) {
11861
- return r(), a("path", Hg);
11862
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Information.vue" }, Vg = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" }, null, -1), t("circle", { cx: "13", cy: "18", r: "6", fill: "#D8D8D8" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z", fill: "#2F374A" }, null, -1)], Bg = { render: function(e, n) {
11863
- return r(), a("g", null, Vg);
11864
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/InProgressFile.vue" }, kg = { d: "M11.5 1.5C5.98 1.5 1.5 5.98 1.5 11.5C1.5 17.02 5.98 21.5 11.5 21.5C17.02 21.5 21.5 17.02 21.5 11.5C21.5 5.98 17.02 1.5 11.5 1.5ZM15.11 7.84C16.18 7.84 17.04 8.7 17.04 9.77C17.04 10.84 16.18 11.7 15.11 11.7C14.04 11.7 13.18 10.84 13.18 9.77C13.17 8.7 14.04 7.84 15.11 7.84ZM9.11 6.26C10.41 6.26 11.47 7.32 11.47 8.62C11.47 9.92 10.41 10.98 9.11 10.98C7.81 10.98 6.75 9.92 6.75 8.62C6.75 7.31 7.8 6.26 9.11 6.26ZM9.11 15.39V19.14C6.71 18.39 4.81 16.54 3.97 14.18C5.02 13.06 7.64 12.49 9.11 12.49C9.64 12.49 10.31 12.57 11.01 12.71C9.37 13.58 9.11 14.73 9.11 15.39ZM11.5 19.5C11.23 19.5 10.97 19.49 10.71 19.46V15.39C10.71 13.97 13.65 13.26 15.11 13.26C16.18 13.26 18.03 13.65 18.95 14.41C17.78 17.38 14.89 19.5 11.5 19.5Z" }, xg = { render: function(e, n) {
11865
- return r(), a("path", kg);
11866
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Invitation.vue" }, wg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.3904 17.581L4.92852 14.6238C4.819 14.6238 4.70947 14.5143 4.70947 14.4048V7.39524C4.70947 7.34048 4.73685 7.28571 4.76423 7.23095C4.79162 7.17619 4.819 7.12143 4.819 7.06667H5.14757L11.3904 9.58571L17.0857 7.17619L11.4999 4.65714L6.89995 6.84762C6.79042 6.95714 6.57138 6.84762 6.46185 6.73809C6.35233 6.51905 6.46185 6.40952 6.57138 6.3L11.0619 4H11.3904L17.8523 6.95714C17.9619 7.06667 18.0714 7.17619 18.0714 7.28571V14.2952C18.0714 14.4048 17.9619 14.6238 17.8523 14.6238L11.3904 17.581ZM11.2809 10.3524L5.36662 7.83333V14.1857L11.0619 16.8143V11.6667C11.0619 11.4476 11.1714 11.3381 11.3904 11.3381C11.6095 11.3381 11.719 11.4476 11.719 11.6667V16.8143L17.5238 14.1857V7.83333L11.4999 10.3524H11.2809ZM18.9476 14.4001V9.58105C21.4667 10.7858 23 12.5382 23 14.5096C23 18.1239 17.8524 20.9715 11.5 20.9715C5.14762 20.9715 0 18.1239 0 14.5096C0 12.5382 1.53333 10.7858 4.05238 9.58105V14.4001C4.05238 14.7287 4.27143 15.1668 4.6 15.2763L10.9524 18.2334H11.0619H11.281H11.5H11.6095L18.4 15.2763C18.7286 15.1668 18.9476 14.8382 18.9476 14.4001Z" }, Zg = { render: function(e, n) {
11867
- return r(), a("path", wg);
11868
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Isolate.vue" }, Sg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.0178 10.0262C19.0178 12.9638 16.6364 15.3452 13.6988 15.3452C13.0611 15.3452 12.4495 15.233 11.8829 15.0272L10.9023 16.0078H9.00661V17.8483H7.12931V19.7072H3.98207L3.98206 16.5967L8.7106 11.8769C8.49667 11.3005 8.37977 10.677 8.37977 10.0262C8.37977 7.08856 10.7612 4.70715 13.6988 4.70715C16.6364 4.70715 19.0178 7.08856 19.0178 10.0262ZM16.6431 8.77465C16.6431 9.67924 15.9098 10.4125 15.0052 10.4125C14.1006 10.4125 13.3673 9.67924 13.3673 8.77465C13.3673 7.87007 14.1006 7.13675 15.0052 7.13675C15.9098 7.13675 16.6431 7.87007 16.6431 8.77465Z" }, Ag = { render: function(e, n) {
11869
- return r(), a("path", Sg);
11870
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Key.vue" }, Tg = { d: "M0.481203 11.7773L21.9479 0.277346L21.9479 23.2773L0.481203 11.7773Z" }, $g = { render: function(e, n) {
11871
- return r(), a("path", Tg);
11872
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Left.vue" }, Ng = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21562 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21562 0 3 0.215625 3 0.479167ZM20.2257 5.75036C20.2017 5.65452 20.1778 5.58265 20.1299 5.51077L15.458 0.287855V5.75036H20.2257ZM15.1622 15.8675C16.4073 15.859 17.4235 14.8428 17.4321 13.5977C17.4406 12.3526 16.4382 11.3502 15.1931 11.3587L14.0318 11.3667C13.7931 11.3683 13.5983 11.5632 13.5966 11.8019C13.595 12.0406 13.7872 12.2327 14.0259 12.2311L15.1872 12.2231C15.9549 12.2179 16.5729 12.8359 16.5677 13.6036C16.5624 14.3713 15.9358 14.9979 15.1681 15.0031L12.8455 15.0191C12.0833 15.0243 11.4686 14.415 11.465 13.6549C11.4706 13.5382 11.4293 13.4203 11.3408 13.3319C11.1729 13.164 10.8988 13.1658 10.7286 13.336C10.6357 13.429 10.5929 13.5529 10.6006 13.6736C10.6077 14.9051 11.6042 15.8919 12.8396 15.8835L15.1622 15.8675ZM8.73734 11.4119C7.49227 11.4204 6.47603 12.4367 6.4675 13.6817C6.45897 14.9268 7.46138 15.9292 8.70646 15.9207L9.86777 15.9127C10.1065 15.9111 10.3013 15.7163 10.3029 15.4776C10.3046 15.2389 10.1124 15.0467 9.8737 15.0483L8.71238 15.0563C7.9447 15.0615 7.32664 14.4435 7.3319 13.6758C7.33715 12.9081 7.96374 12.2815 8.73142 12.2763L11.0541 12.2604C11.8163 12.2551 12.431 12.8644 12.4346 13.6245C12.429 13.7412 12.4703 13.8591 12.5588 13.9476C12.7267 14.1155 13.0007 14.1136 13.1709 13.9434C13.2639 13.8504 13.3066 13.7265 13.299 13.6059C13.2918 12.3743 12.2954 11.3875 11.06 11.396L8.73734 11.4119Z" }, Og = { render: function(e, n) {
11873
- return r(), a("path", Ng);
11874
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/LinkedDocument.vue" }, Rg = [t("path", { d: "M19.1537 13.26C19.1537 12.9839 18.9298 12.76 18.6537 12.76H8.56629C8.29015 12.76 8.06629 12.9839 8.06629 13.26V14.3701C8.06629 14.6462 8.29015 14.8701 8.56629 14.8701H18.6537C18.9298 14.8701 19.1537 14.6462 19.1537 14.3701V13.26Z" }, null, -1), t("path", { d: "M19.1537 17.8898C19.1537 17.6137 18.9298 17.3898 18.6537 17.3898H8.56629C8.29015 17.3898 8.06629 17.6137 8.06629 17.8898V18.9999C8.06629 19.276 8.29015 19.4999 8.56629 19.4999H18.6537C18.9298 19.4999 19.1537 19.276 19.1537 18.9999V17.8898Z" }, null, -1), t("path", { d: "M19.1537 8.62994C19.1537 8.3538 18.9298 8.12994 18.6537 8.12994H8.56629C8.29015 8.12994 8.06629 8.3538 8.06629 8.62994V9.74C8.06629 10.0161 8.29015 10.24 8.56629 10.24H18.6537C18.9298 10.24 19.1537 10.0161 19.1537 9.74V8.62994Z" }, null, -1), t("path", { d: "M19.1537 4C19.1537 3.72386 18.9298 3.5 18.6537 3.5H8.56629C8.29015 3.5 8.06629 3.72386 8.06629 4V5.11006C8.06629 5.3862 8.29015 5.61006 8.56629 5.61006H18.6537C18.9298 5.61006 19.1537 5.3862 19.1537 5.11006V4Z" }, null, -1), t("path", { d: "M3.84619 13.26C3.84619 12.9839 4.07005 12.76 4.34619 12.76H5.45625C5.73239 12.76 5.95625 12.9839 5.95625 13.26V14.3701C5.95625 14.6462 5.73239 14.8701 5.45625 14.8701H4.34619C4.07005 14.8701 3.84619 14.6462 3.84619 14.3701V13.26Z" }, null, -1), t("path", { d: "M3.84619 17.8898C3.84619 17.6137 4.07005 17.3898 4.34619 17.3898H5.45625C5.73239 17.3898 5.95625 17.6137 5.95625 17.8898V18.9999C5.95625 19.276 5.73239 19.4999 5.45625 19.4999H4.34619C4.07005 19.4999 3.84619 19.276 3.84619 18.9999V17.8898Z" }, null, -1), t("path", { d: "M3.84619 8.62994C3.84619 8.3538 4.07005 8.12994 4.34619 8.12994H5.45625C5.73239 8.12994 5.95625 8.3538 5.95625 8.62994V9.74C5.95625 10.0161 5.73239 10.24 5.45625 10.24H4.34619C4.07005 10.24 3.84619 10.0161 3.84619 9.74V8.62994Z" }, null, -1), t("path", { d: "M3.84619 4C3.84619 3.72386 4.07005 3.5 4.34619 3.5H5.45625C5.73239 3.5 5.95625 3.72386 5.95625 4V5.11006C5.95625 5.3862 5.73239 5.61006 5.45625 5.61006H4.34619C4.07005 5.61006 3.84619 5.3862 3.84619 5.11006V4Z" }, null, -1)], Eg = { render: function(e, n) {
11875
- return r(), a("g", null, Rg);
11876
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/List.vue" }, Fg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.82965 16.6538L5.82965 0.553833H8.12965L8.12965 16.6538H11.9593L6.97965 23.5538L2 16.6538H5.82965ZM16.1796 0.553833L21.1593 7.45383L17.3296 7.45383V23.5538H15.0296V7.45383L11.2 7.45383L16.1796 0.553833Z" }, Pg = { render: function(e, n) {
11877
- return r(), a("path", Fg);
11878
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ListManage.vue" }, Ug = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 8.05C4 3.5995 7.5995 0 12.05 0C16.5005 0 20.1 3.5995 20.1 8.05C20.1 14.0875 12.05 23 12.05 23C12.05 23 4 14.0875 4 8.05ZM9.17501 8.05011C9.17501 9.63711 10.463 10.9251 12.05 10.9251C13.637 10.9251 14.925 9.63711 14.925 8.05011C14.925 6.46311 13.637 5.17511 12.05 5.17511C10.463 5.17511 9.17501 6.46311 9.17501 8.05011Z" }, zg = { render: function(e, n) {
11879
- return r(), a("path", Ug);
11880
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Location.vue" }, Gg = { d: "M18.3333 7.66667H17.2381V5.47619C17.2381 2.45333 14.7848 0 11.7619 0C8.73905 0 6.28571 2.45333 6.28571 5.47619V7.66667H5.19048C3.98571 7.66667 3 8.65238 3 9.85714V20.8095C3 22.0143 3.98571 23 5.19048 23H18.3333C19.5381 23 20.5238 22.0143 20.5238 20.8095V9.85714C20.5238 8.65238 19.5381 7.66667 18.3333 7.66667ZM11.7619 17.5238C10.5571 17.5238 9.57143 16.5381 9.57143 15.3333C9.57143 14.1286 10.5571 13.1429 11.7619 13.1429C12.9667 13.1429 13.9524 14.1286 13.9524 15.3333C13.9524 16.5381 12.9667 17.5238 11.7619 17.5238ZM15.1571 7.66667H8.36667V5.47619C8.36667 3.60333 9.88905 2.08095 11.7619 2.08095C13.6348 2.08095 15.1571 3.60333 15.1571 5.47619V7.66667Z" }, Yg = { render: function(e, n) {
11881
- return r(), a("path", Gg);
11882
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Lock.vue" }, Wg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.6434 4.08305L16.9078 5.8186C18.8389 7.37083 20.0734 9.75416 20.0734 12.4308C20.0734 17.1608 16.2478 20.9864 11.5178 20.9864C6.78782 20.9864 2.96227 17.1608 2.96227 12.4308C2.96227 9.75416 4.19671 7.37083 6.1156 5.80638L4.39227 4.08305C2.02116 6.09972 0.517822 9.08194 0.517822 12.4308C0.517822 18.5053 5.44338 23.4308 11.5178 23.4308C17.5923 23.4308 22.5178 18.5053 22.5178 12.4308C22.5178 9.08194 21.0133 6.09972 18.6434 4.08305ZM10.2956 13.6531H12.74V1.43085H10.2956V13.6531Z" }, Xg = { render: function(e, n) {
11883
- return r(), a("path", Wg);
11884
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Logout.vue" }, jg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.7717 0.241397L16.4534 1.55968L17.4627 2.56896C17.5803 2.68652 17.5803 2.87926 17.4627 2.99714L16.7515 3.708C16.634 3.82589 16.4412 3.82589 16.3234 3.708L15.3144 2.69873L14.4963 3.51656L16.4711 5.49142C16.589 5.60931 16.589 5.80204 16.4711 5.9196L15.7603 6.63046C15.6427 6.74835 15.4496 6.74835 15.3321 6.63046L13.3572 4.65592L12.5693 5.44388L13.5786 6.45283C13.6961 6.57072 13.6961 6.76345 13.5786 6.88102L12.8677 7.59188C12.7498 7.70976 12.5571 7.70976 12.4395 7.59188L11.4303 6.58292L10.5588 7.45439L12.5336 9.42926C12.6515 9.54682 12.6515 9.73955 12.5336 9.85712L11.8225 10.568C11.7049 10.6859 11.5122 10.6859 11.3946 10.568L9.41976 8.59312L8.59969 9.41352L9.60896 10.4225C9.72684 10.5404 9.72684 10.7331 9.60896 10.8507L8.8981 11.5618C8.78022 11.6794 8.58749 11.6794 8.46992 11.5618L7.46066 10.5526L6.65344 11.3598L8.62828 13.3346C8.74585 13.4522 8.74585 13.6449 8.62828 13.7625L7.91711 14.4737C7.79954 14.5913 7.60681 14.5913 7.48925 14.4737L5.51441 12.4988L4.71554 13.2977L5.7248 14.3067C5.84269 14.4245 5.84269 14.617 5.7248 14.7348L5.01395 15.4457C4.89607 15.5636 4.70334 15.5636 4.58577 15.4457L3.57651 14.4364L2.72496 15.288L4.6998 17.2628C4.81737 17.3807 4.81737 17.5735 4.6998 17.691L3.98895 18.4022C3.87106 18.5198 3.67833 18.5198 3.56077 18.4022L1.58593 16.4274L0.241635 17.7717C-0.0805451 18.0935 -0.0805451 18.6203 0.241635 18.9422L4.05769 22.7586C4.37987 23.0805 4.90634 23.0805 5.22852 22.7586L22.7586 5.22834C23.0805 4.90615 23.0805 4.37968 22.7586 4.05749L18.9422 0.241397C18.6204 -0.0804656 18.0936 -0.0804656 17.7717 0.241397Z" }, Kg = { render: function(e, n) {
11885
- return r(), a("path", jg);
11886
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Measure.vue" }, qg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0.0178223 13.2484H23.0178V9.9584H0.0178223V13.2484Z" }, Jg = { render: function(e, n) {
11887
- return r(), a("path", qg);
11888
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Minus.vue" }, Qg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6758 5.03818L11.7623 0.0529037C11.607 -0.0183966 11.4265 -0.0172466 11.2712 0.0540537L3.22117 3.79272C2.93826 3.92497 2.81981 4.25157 2.95666 4.52413C3.09236 4.79668 3.43277 4.91168 3.71452 4.77943L11.5208 1.15461L21.0739 5.51773L11.4633 9.6175L0.795804 5.14398C0.619853 5.07038 0.417452 5.08648 0.257601 5.18768C0.0966005 5.28888 0 5.46138 0 5.64653V17.5042C0 17.717 0.127651 17.9102 0.327752 18.001L11.277 22.9484C11.2793 22.9495 11.2827 22.9495 11.285 22.9507C11.2977 22.9564 11.3115 22.9622 11.3241 22.9668C11.3299 22.9679 11.3356 22.9702 11.3402 22.9725C11.3552 22.9771 11.369 22.9806 11.3851 22.984C11.3897 22.9852 11.3931 22.9863 11.3989 22.9875C11.415 22.9909 11.4299 22.9932 11.446 22.9955L11.4587 22.9967C11.4782 22.999 11.4978 23.0001 11.5185 23.0001C11.5392 23.0001 11.5587 22.999 11.5794 22.9967C11.5829 22.9967 11.5863 22.9955 11.5909 22.9955C11.607 22.9932 11.6231 22.9909 11.6392 22.9875C11.6438 22.9863 11.6484 22.9852 11.653 22.984C11.668 22.9806 11.6829 22.9771 11.6967 22.9725C11.7025 22.9702 11.7071 22.9679 11.7128 22.9668C11.7266 22.961 11.7404 22.9564 11.7531 22.9507C11.7554 22.9495 11.7577 22.9495 11.76 22.9484L22.6747 17.9999C22.8736 17.9102 23.0001 17.717 23.0001 17.5042V5.53268C23.0001 5.32108 22.8736 5.12903 22.6758 5.03818ZM21.8637 17.1569L12.0863 21.5902V12.9444C12.0863 12.642 11.8322 12.397 11.5182 12.397C11.2043 12.397 10.9501 12.642 10.9501 12.9444V21.5913L1.13713 17.1569V6.48138L11.2388 10.718C11.3848 10.779 11.5504 10.779 11.6953 10.7169L21.8637 6.37903V17.1569Z" }, ef = { render: function(e, n) {
11889
- return r(), a("path", Qg);
11890
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Model3d.vue" }, nf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0002 5.24957C14.0002 6.6303 12.8809 7.7496 11.5001 7.7496C10.1194 7.7496 9.00009 6.6303 9.00009 5.24957C9.00009 3.86884 10.1194 2.74954 11.5001 2.74954C12.8809 2.74954 14.0002 3.86884 14.0002 5.24957ZM15.4247 7.45313C14.6534 8.82378 13.1849 9.74962 11.5001 9.74962C9.01481 9.74962 7.00007 7.73488 7.00007 5.24957C7.00007 2.76426 9.01481 0.749512 11.5001 0.749512C13.9854 0.749512 16.0002 2.76426 16.0002 5.24957C16.0002 5.31734 15.9987 5.38477 15.9957 5.45181C18.3978 6.83951 20.099 9.30513 20.4381 12.1875C21.9533 12.9117 23 14.4586 23 16.25C23 18.7353 20.9852 20.75 18.4999 20.75C16.0146 20.75 13.9999 18.7353 13.9999 16.25C13.9999 13.8183 15.9285 11.8371 18.3396 11.7527C17.9513 9.97155 16.885 8.44368 15.4247 7.45313ZM7.00009 16.25C7.00009 17.6307 5.88079 18.75 4.50006 18.75C3.11933 18.75 2.00003 17.6307 2.00003 16.25C2.00003 14.8692 3.11933 13.7499 4.50006 13.7499C5.88079 13.7499 7.00009 14.8692 7.00009 16.25ZM9.00011 16.25C9.00011 18.7353 6.98537 20.75 4.50006 20.75C2.01474 20.75 0 18.7353 0 16.25C0 14.4585 1.0468 12.9116 2.56208 12.1874C2.90121 9.30518 4.60227 6.83967 7.00417 5.45195C7.03624 6.17683 7.2398 6.85713 7.57526 7.45328C6.11501 8.44384 5.04879 9.97164 4.66057 11.7527C7.07154 11.8372 9.00011 13.8184 9.00011 16.25ZM18.4999 18.75C19.8807 18.75 21 17.6307 21 16.25C21 14.8692 19.8807 13.7499 18.4999 13.7499C17.1192 13.7499 15.9999 14.8692 15.9999 16.25C15.9999 17.6307 17.1192 18.75 18.4999 18.75ZM15.1323 19.2356C15.6087 19.7726 16.2116 20.1948 16.8942 20.4556C15.391 21.5828 13.5235 22.2505 11.5001 22.2505C9.47656 22.2505 7.60903 21.5827 6.10581 20.4555C6.78842 20.1947 7.39124 19.7724 7.86758 19.2354C8.92655 19.8795 10.17 20.2505 11.5001 20.2505C12.8301 20.2505 14.0734 19.8796 15.1323 19.2356Z" }, tf = { render: function(e, n) {
11891
- return r(), a("path", nf);
11892
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Organization.vue" }, rf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 17.8889V20.4444H7.66667V17.8889H0ZM0 2.55556V5.11111H12.7778V2.55556H0ZM12.7778 23V20.4444H23V17.8889H12.7778V15.3333H10.2222V23H12.7778ZM5.11111 7.66667V10.2222H0V12.7778H5.11111V15.3333H7.66667V7.66667H5.11111ZM23 12.7778V10.2222H10.2222V12.7778H23ZM15.3333 7.66667H17.8889V5.11111H23V2.55556H17.8889V0H15.3333V7.66667Z" }, of = { render: function(e, n) {
11893
- return r(), a("path", rf);
11894
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Parameters.vue" }, af = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2.87267C23 4.23366 21.8967 5.33696 20.5357 5.33696C19.8712 5.33696 19.2682 5.07396 18.825 4.64637L9.83851 9.13959C9.85081 9.23937 9.85714 9.341 9.85714 9.4441C9.85714 9.54715 9.85082 9.64872 9.83853 9.74845L18.8251 14.2417C19.2683 13.8142 19.8713 13.5512 20.5357 13.5512C21.8967 13.5512 23 14.6545 23 16.0155C23 17.3765 21.8967 18.4798 20.5357 18.4798C19.6964 18.4798 18.9551 18.0602 18.5101 17.4193L4.92202 21.1252C4.82932 22.4016 3.76438 23.4084 2.46429 23.4084C1.1033 23.4084 0 22.3051 0 20.9441C0 19.5831 1.1033 18.4798 2.46429 18.4798C3.30355 18.4798 4.04483 18.8994 4.48982 19.5402L18.078 15.8343C18.081 15.7929 18.085 15.7518 18.0901 15.711L9.10365 11.2178C8.66043 11.6454 8.05736 11.9084 7.39286 11.9084C6.03187 11.9084 4.92857 10.8051 4.92857 9.4441C4.92857 8.08311 6.03187 6.97982 7.39286 6.97982C8.0573 6.97982 8.66032 7.24278 9.10353 7.67032L18.09 3.17706C18.0778 3.07732 18.0714 2.97573 18.0714 2.87267C18.0714 1.51168 19.1747 0.408386 20.5357 0.408386C21.8967 0.408386 23 1.51168 23 2.87267Z" }, lf = { render: function(e, n) {
11895
- return r(), a("path", af);
11896
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Path.vue" }, sf = [t("circle", { cx: "12.2266", cy: "12.2281", r: "9.65632", stroke: "#D8D8D8", "stroke-width": "5", fill: "none" }, null, -1), t("path", { d: "M21.8824 12.2281C21.8824 6.89506 17.5592 2.57178 12.2261 2.57178C11.6725 2.57178 11.1297 2.61837 10.6016 2.70785", stroke: "var(--color-secondary)", "stroke-width": "5", fill: "none" }, null, -1), t("path", { d: "M12.2266 21.8843C6.89359 21.8843 2.57031 17.5611 2.57031 12.228C2.57031 7.44861 6.04256 3.4802 10.6021 2.70776", stroke: "var(--color-primary)", "stroke-width": "5", fill: "none" }, null, -1)], cf = { render: function(e, n) {
11897
- return r(), a("g", null, sf);
11898
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/PieGraph.vue" }, df = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.2066 0.46463H9.92089V10.3218H0.0637207V13.6075H9.92089V23.4646H13.2066V13.6075H23.0637V10.3218H13.2066V0.46463Z" }, uf = { render: function(e, n) {
11899
- return r(), a("path", df);
11900
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Plus.vue" }, Cf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.3081 2.94247L12.5649 0V1.89286C18.2707 2.22812 22.7916 6.81993 22.7916 12.4362C22.7916 18.2704 17.9134 23 11.8958 23C5.87827 23 1 18.2704 1 12.4362C1 9.69438 2.07754 7.19679 3.84419 5.31913L5.54766 6.67278C4.09078 8.18052 3.19828 10.2072 3.19828 12.4362C3.19828 17.0934 7.09229 20.8687 11.8958 20.8687C16.6993 20.8687 20.5933 17.0934 20.5933 12.4362C20.5933 7.99732 17.0557 4.35959 12.5649 4.02832V5.88494L7.3081 2.94247ZM7.70508 12.5722C7.70508 10.2578 9.58134 8.38155 11.8958 8.38155C14.2102 8.38155 16.0865 10.2578 16.0865 12.5722C16.0865 14.8867 14.2102 16.7629 11.8958 16.7629C9.58134 16.7629 7.70508 14.8867 7.70508 12.5722Z" }, pf = { render: function(e, n) {
11901
- return r(), a("path", Cf);
11902
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Project.vue" }, hf = [t("path", { d: "M18.3998 4.89012H7.57623C6.08799 4.89012 4.87035 6.10777 4.87035 7.59601V18.4195H3.51741C2.02917 18.4195 0.811523 17.2019 0.811523 15.7137V3.53718C0.811523 2.04895 2.02917 0.831299 3.51741 0.831299H15.6939C17.1821 0.831299 18.3998 2.04895 18.3998 3.53718V4.89012Z" }, null, -1), t("path", { d: "M8.92915 6.24307H21.1056C22.5939 6.24307 23.8115 7.46072 23.8115 8.94896V21.1254C23.8115 22.6137 22.5939 23.8313 21.1056 23.8313H8.92915C7.44091 23.8313 6.22327 22.6137 6.22327 21.1254V8.94896C6.22327 7.46072 7.44091 6.24307 8.92915 6.24307ZM20.4291 10.3019L12.988 17.7431L10.0115 14.7666L8.92915 15.849L12.8527 19.7725L21.3762 11.249L20.4291 10.3019Z" }, null, -1)], bf = { render: function(e, n) {
11903
- return r(), a("g", null, hf);
11904
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/QuickSelect.vue" }, gf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29984 2H9.19976L11.5 4.30024H20.6998C21.9651 4.30024 23 5.33515 23 6.60008V18.1001C23 19.3654 21.9651 20.4003 20.6998 20.4003H2.29984C1.03451 20.4003 0 19.3654 0 18.1001L0.0111238 4.30024C0.0111238 3.03491 1.03451 2 2.29984 2ZM10 12.5C10 11.7253 10.67 11.1 11.5 11.1C12.33 11.1 13 11.7253 13 12.5C13 13.2747 12.33 13.9 11.5 13.9C10.67 13.9 10 13.2747 10 12.5ZM9 12.5C9 13.788 10.12 14.8333 11.5 14.8333C12.88 14.8333 14 13.788 14 12.5C14 11.212 12.88 10.1667 11.5 10.1667C10.12 10.1667 9 11.212 9 12.5ZM6 12.5C6.865 10.4513 9 9 11.5 9C14 9 16.135 10.4513 17 12.5C16.135 14.5487 14 16 11.5 16C9 16 6.865 14.5487 6 12.5Z" }, ff = { render: function(e, n) {
11905
- return r(), a("path", gf);
11906
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ReadonlyFolder.vue" }, Lf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.1921 0.277443L22.6409 5.41187L17.1921 10.5463V7.24548H10.0143C6.59996 7.24548 3.83206 10.0134 3.83206 13.4278C3.83206 16.8421 6.59996 19.61 10.0143 19.61H17.4016V23.2775H10.0143C4.57448 23.2775 0.164612 18.8676 0.164612 13.4278C0.164612 7.9879 4.57448 3.57803 10.0143 3.57803H17.1921V0.277443Z" }, vf = { render: function(e, n) {
11907
- return r(), a("path", Lf);
11908
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Redo.vue" }, mf = [t("path", { d: "M0.000108719 12.2561L11.8879 12.2561L11.8879 0.50036L0.000108719 12.2561Z" }, null, -1), t("rect", { width: "3.30887", height: "8.73798", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 8.78711 6.86267)" }, null, -1), t("path", { d: "M23.0004 11.7451L11.1125 11.7451L11.1125 23.5009L23.0004 11.7451Z" }, null, -1), t("rect", { width: "3.30887", height: "8.73798", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 14.2141 17.1385)" }, null, -1)], If = { render: function(e, n) {
11909
- return r(), a("g", null, mf);
11910
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Reduced.vue" }, Mf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.3636 8.36364V5.22727C8.90318 5.22727 6.09091 8.03954 6.09091 11.5C6.09091 12.5559 6.35227 13.5595 6.82273 14.4273L5.29636 15.9536C4.48091 14.6677 4 13.1414 4 11.5C4 6.87909 7.74273 3.13636 12.3636 3.13636V0L16.5455 4.18182L12.3636 8.36364ZM17.9045 8.57278L19.4309 7.04642C20.2464 8.33233 20.7273 9.85869 20.7273 11.5001C20.7273 16.121 16.9845 19.8637 12.3636 19.8637V23.0001L8.18181 18.8182L12.3636 14.6364V17.7728C15.8241 17.7728 18.6364 14.9605 18.6364 11.5001C18.6364 10.4441 18.3645 9.45096 17.9045 8.57278Z" }, _f = { render: function(e, n) {
11911
- return r(), a("path", Mf);
11912
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Refresh.vue" }, yf = [t("path", { d: "M11.8203 4.50582V5.99229L15.4758 3.25508L11.8203 0.553833V2.00433C6.00773 2.00433 1.2998 6.482 1.2998 12.0103C1.2998 13.974 1.90473 15.8 2.93048 17.3385L4.85047 15.5124C4.25869 14.4743 3.92993 13.2735 3.92993 12.0103C3.92993 7.87032 7.46745 4.50582 11.8203 4.50582Z" }, null, -1), t("path", { d: "M11.7793 19.6018L11.7793 18.1154L8.12386 20.8526L11.7793 23.5538L11.7793 22.1033C17.5919 22.1033 22.2998 17.6257 22.2998 12.0974C22.2998 10.1337 21.6949 8.30762 20.6691 6.76921L18.7491 8.59529C19.3409 9.63341 19.6697 10.8341 19.6697 12.0974C19.6697 16.2373 16.1322 19.6018 11.7793 19.6018Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.1641 7.92453C11.1641 7.40334 11.5866 6.98083 12.1078 6.98083C12.629 6.98083 13.0515 7.40334 13.0515 7.92453V8.65954C13.4326 8.74917 13.7916 8.89186 14.1195 9.07888L14.6993 8.52748C15.0678 8.17697 15.6653 8.17697 16.0339 8.52748C16.4024 8.87799 16.4024 9.44627 16.0339 9.79678L15.4579 10.3446C15.6576 10.6571 15.8103 10.9999 15.9066 11.3639H16.7626C17.2583 11.3639 17.6601 11.7657 17.6601 12.2614C17.6601 12.7571 17.2583 13.159 16.7626 13.159H15.9143C15.8203 13.5268 15.6689 13.8733 15.4696 14.1894L16.0339 14.7261C16.4024 15.0766 16.4024 15.6449 16.0339 15.9954C15.6654 16.3459 15.0678 16.3459 14.6993 15.9954L14.1388 15.4623C13.8057 15.6548 13.44 15.8014 13.0515 15.8928V16.5984C13.0515 17.1196 12.629 17.5421 12.1078 17.5421C11.5866 17.5421 11.1641 17.1196 11.1641 16.5984V15.8927C10.7756 15.8013 10.41 15.6548 10.077 15.4623L9.51643 15.9955C9.1479 16.346 8.55039 16.346 8.18185 15.9955C7.81332 15.6449 7.81332 15.0767 8.18185 14.7261L8.7462 14.1894C8.54691 13.8733 8.39551 13.5268 8.30152 13.159H7.4532C6.9575 13.159 6.55566 12.7571 6.55566 12.2614C6.55566 11.7657 6.95751 11.3639 7.4532 11.3639H8.30917C8.40551 10.9999 8.55817 10.6572 8.75782 10.3446L8.18182 9.79677C7.81329 9.44626 7.81329 8.87797 8.18182 8.52746C8.55035 8.17695 9.14787 8.17695 9.5164 8.52746L10.0962 9.07891C10.4241 8.89189 10.7831 8.74921 11.1641 8.65957V7.92453ZM12.1079 14.4477C13.3689 14.4477 14.3911 13.4755 14.3911 12.2761C14.3911 11.0768 13.3689 10.1046 12.1079 10.1046C10.8469 10.1046 9.82463 11.0768 9.82463 12.2761C9.82463 13.4755 10.8469 14.4477 12.1079 14.4477Z" }, null, -1)], Hf = { render: function(e, n) {
11913
- return r(), a("g", null, yf);
11914
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ReprocessIfc.vue" }, Df = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.89662 7.99349L16.5789 4.13546L9.89662 0.277418V7.99349ZM0.221069 13.1147C0.221069 7.66542 4.50998 3.21786 9.89633 2.96351V5.05472C5.66388 5.30673 2.30929 8.81897 2.30929 13.1147C2.30929 17.5741 5.92436 21.1892 10.3838 21.1892C14.8432 21.1892 18.4582 17.5741 18.4582 13.1147L18.4579 13.0467H20.5462L20.5465 13.1147C20.5465 18.7274 15.9965 23.2774 10.3838 23.2774C4.77106 23.2774 0.221069 18.7274 0.221069 13.1147Z" }, Vf = { render: function(e, n) {
11915
- return r(), a("path", Df);
11916
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Reset.vue" }, Bf = { d: "M21.7407 11.7774L0.274057 23.2774L0.274058 0.277404L21.7407 11.7774Z" }, kf = { render: function(e, n) {
11917
- return r(), a("path", Bf);
11918
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Right.vue" }, xf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 4H13.1428V6.19047H0V4ZM0 8.38093H13.1428V10.5714H0V8.38093ZM0 14.9524H8.76189V12.7619H0V14.9524ZM23 11.6666L21.3571 10.0238L15.3443 16.0476L12.0476 12.7619L10.4048 14.4047L15.3443 19.3333L23 11.6666Z" }, wf = { render: function(e, n) {
11919
- return r(), a("path", xf);
11920
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Rules.vue" }, Zf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5 0V6.9H5.0115L5 6.9115L9.6 11.5L5 16.1L5.0115 16.1115H5V23H18.8V16.1115H18.7885L18.8 16.1L14.2 11.5L18.8 6.9115L18.7885 6.9H18.8V0H5ZM16.5 16.675V20.7H7.3V16.675L11.9 12.075L16.5 16.675ZM11.9 10.925L7.3 6.325V2.3H16.5V6.325L11.9 10.925ZM11.9 16.1L8.45 19.55H15.35L11.9 16.1ZM15.35 6.325L11.9 9.775L8.45 6.325L15.35 6.325Z" }, Sf = { render: function(e, n) {
11921
- return r(), a("path", Zf);
11922
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Sandglass.vue" }, Af = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M 18.486083,0 H 1.4831979 C 0.66405087,0 0,0.66939113 0,1.4951152 V 20.504964 C 0,21.330672 0.66405183,22 1.4831998,22 H 20.516712 C 21.335835,22 22,21.330672 22,20.504964 V 3.5420143 Z M 3.0019947,11.000759 H 18.997863 V 21.469905 H 3.0019947 Z M 4.0318778,0.55220191 H 13.015922 V 5.4153029 c 0,0.058989 0.0474,0.1067975 0.10593,0.1067975 h 2.811993 c 0.05851,0 0.105944,-0.047817 0.105944,-0.1067975 V 0.55220191 h 1.928324 V 6.085047 c 0,0.5308217 -0.426912,0.9611484 -0.953468,0.9611484 H 4.9853636 c -0.5265892,0 -0.9534858,-0.4303267 -0.9534858,-0.9611484 z M 4.5687237,12.888559 H 17.431253 v 0.541178 H 4.5687237 Z M 17.431253,14.563595 H 4.5687237 v 0.54116 H 17.431253 Z M 4.5687237,16.238579 H 17.431253 v 0.541178 H 4.5687237 Z m 12.8625293,1.67514 H 4.5687237 v 0.541004 H 17.431253 Z" }, Tf = { render: function(e, n) {
11923
- return r(), a("path", Af);
11924
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Save.vue" }, $f = [t("path", { d: "M16.4286 3H1.64286C0.731071 3 0 3.7565 0 4.7V14.9C0 15.835 0.731071 16.6 1.64286 16.6H7.39286V18.3H5.75V20H12.3214V18.3H10.6786V16.6H12.3214V14.9H1.64286V4.7H16.4286V8.95H18.0714V4.7C18.0714 3.7565 17.3321 3 16.4286 3Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.7143 10.65H17.25V11.7176C17.1264 11.7628 17.0058 11.8147 16.8886 11.8727L16.1589 11.1176L14.4164 12.9207L15.146 13.6757C15.0899 13.797 15.0399 13.9217 14.9962 14.0496H13.9643V16.5996H14.9959C15.0396 16.7277 15.0898 16.8527 15.1459 16.9741L14.4162 17.7292L16.1587 19.5323L16.8884 18.7772C17.0057 18.8353 17.1263 18.8871 17.2501 18.9324V20H19.7143V18.9323C19.838 18.8871 19.9587 18.8352 20.0759 18.7772L20.8055 19.5321L22.548 17.729L21.8184 16.974C21.8744 16.8527 21.9245 16.728 21.9682 16.6001H23V14.0501H21.9682C21.9246 13.9222 21.8745 13.7974 21.8184 13.6761L22.5482 12.921L20.8057 11.1178L20.076 11.8729C19.9588 11.8148 19.8381 11.7629 19.7143 11.7177V10.65ZM18.4822 17.45C19.6163 17.45 20.5357 16.4986 20.5357 15.325C20.5357 14.1514 19.6163 13.2 18.4822 13.2C17.348 13.2 16.4286 14.1514 16.4286 15.325C16.4286 16.4986 17.348 17.45 18.4822 17.45Z" }, null, -1)], Nf = { render: function(e, n) {
11925
- return r(), a("g", null, $f);
11926
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ScreenConfig.vue" }, Of = [t("path", { d: "M17.284 16.9705C17.284 19.1126 15.5475 20.8492 13.4053 20.8492C11.2632 20.8492 9.52663 19.1126 9.52663 16.9705C9.52663 14.8283 11.2632 13.0918 13.4053 13.0918C15.5475 13.0918 17.284 14.8283 17.284 16.9705ZM11.393 16.9705C11.393 18.0818 12.294 18.9828 13.4053 18.9828C14.5167 18.9828 15.4176 18.0818 15.4176 16.9705C15.4176 15.8591 14.5167 14.9582 13.4053 14.9582C12.294 14.9582 11.393 15.8591 11.393 16.9705Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.81065 11.2545V23.7072H23V11.2545H18.1602L16.7396 9.41721H10.1391L8.73535 11.2545H3.81065ZM9.66272 13.0918H5.71598V21.8018H21.0947V13.0918H17.216L15.787 11.2545H11.0237L9.66272 13.0918Z" }, null, -1), t("path", { d: "M19.0533 8.32845H21.0947V10.3699H19.0533V8.32845Z" }, null, -1), t("path", { d: "M19.0533 4.5178H21.0947V6.55922H19.0533V4.5178Z" }, null, -1), t("path", { d: "M19.0533 0.707153H21.0947V2.74857H19.0533V0.707153Z" }, null, -1), t("path", { d: "M15.2426 0.707153H17.284V2.74857H15.2426V0.707153Z" }, null, -1), t("path", { d: "M11.432 0.707153H13.4734V2.74857H11.432V0.707153Z" }, null, -1), t("path", { d: "M7.6213 0.707153H9.66272V2.74857H7.6213V0.707153Z" }, null, -1), t("path", { d: "M3.81065 0.707153H5.85207V2.74857H3.81065V0.707153Z" }, null, -1), t("path", { d: "M0 0.707153H2.04142V2.74857H0V0.707153Z" }, null, -1), t("path", { d: "M0 4.5178H2.04142V6.55922H0V4.5178Z" }, null, -1), t("path", { d: "M0 8.32845H2.04142V10.3699H0V8.32845Z" }, null, -1), t("path", { d: "M0 12.1391H2.04142V14.1805H0V12.1391Z" }, null, -1), t("path", { d: "M0 15.9498H2.04142V17.9912H0V15.9498Z" }, null, -1)], Rf = { render: function(e, n) {
11927
- return r(), a("g", null, Of);
11928
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Screenshot.vue" }, Ef = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.54777 14.4652C5.27332 14.4652 2.6301 11.822 2.6301 8.54753C2.6301 5.27309 5.27332 2.62986 8.54777 2.62986C11.8222 2.62986 14.4654 5.27309 14.4654 8.54753C14.4654 11.822 11.8222 14.4652 8.54777 14.4652ZM16.438 14.4654H15.3991L15.0309 14.1103C16.3196 12.6112 17.0955 10.665 17.0955 8.54774C17.0955 3.82676 13.2687 0 8.54774 0C3.82676 0 0 3.82676 0 8.54774C0 13.2687 3.82676 17.0955 8.54774 17.0955C10.665 17.0955 12.6112 16.3196 14.1103 15.0309L14.4654 15.3991V16.438L21.0406 23L23 21.0406L16.438 14.4654Z" }, Ff = { render: function(e, n) {
11929
- return r(), a("path", Ef);
11930
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Search.vue" }, Pf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 7.73164V23L11.953 16.5753C11.953 16.5753 6.49999 14.0121 6.28069 13.8522C6.26505 13.8408 6.24156 13.8259 6.21198 13.8071C5.82653 13.5623 4.40617 12.66 5.8354 10.3329C7.11214 8.25209 9.34904 9.49862 9.34904 9.49862L13.7885 11.4995V0L0 7.73164ZM19.8067 10.2348L18.2687 11.0038L20.3082 16.2667L8.58975 10.69C8.58975 10.69 7.57905 10.1296 7.03365 11.1403C6.3805 12.3517 7.13376 12.6275 7.13376 12.6275L19.2556 18.215L13.8883 20.6252L14.8085 22.0092L23 18.6253L19.8067 10.2348Z" }, Uf = { render: function(e, n) {
11931
- return r(), a("path", Pf);
11932
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Section.vue" }, zf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.4907 15.5796C9.27638 15.5782 7.45187 13.7521 7.45375 11.5394C7.4554 9.32548 9.28085 7.50261 11.4952 7.50402C13.7103 7.50519 15.5319 9.32923 15.5294 11.5438C15.527 13.7615 13.7058 15.5813 11.4907 15.5796ZM19.8834 9.58064C19.6779 9.5487 19.5797 9.46792 19.5046 9.25984C19.2902 8.66804 19.0518 8.08304 18.7827 7.51448C18.6767 7.29138 18.6918 7.15235 18.8289 6.96142C19.4376 6.11292 20.0311 5.25363 20.606 4.43284C19.92 3.7471 19.2556 3.08296 18.5692 2.39674C18.4945 2.44911 18.3926 2.5198 18.2918 2.59237C17.5359 3.1358 16.7764 3.67476 16.027 4.22712C15.8635 4.3476 15.744 4.34149 15.5625 4.25929C14.9683 3.99063 14.364 3.74217 13.7556 3.50779C13.5729 3.43757 13.4803 3.35772 13.4479 3.15599C13.295 2.2037 13.1187 1.25516 12.9634 0.303332C12.9275 0.0821085 12.8451 -0.00407955 12.6102 0.000147662C11.8399 0.0142384 11.0692 0.00460971 10.2989 0.00695816C10.2118 0.00719301 10.1246 0.0266851 10.0333 0.0379577C9.86301 1.08231 9.68899 2.10083 9.53658 3.12264C9.50417 3.3387 9.41235 3.42653 9.21602 3.50004C8.61575 3.72455 8.0169 3.95752 7.43636 4.22806C7.22336 4.32716 7.0949 4.31331 6.91618 4.1832C6.08084 3.57472 5.2361 2.97915 4.42048 2.39721C3.73098 3.08413 3.06026 3.7532 2.37804 4.43331C2.96327 5.27194 3.56635 6.12584 4.153 6.99077C4.2204 7.08988 4.24952 7.27071 4.20748 7.37944C3.9562 8.0309 3.68425 8.67461 3.40455 9.31456C3.36251 9.41085 3.25401 9.52874 3.16031 9.54495C2.10891 9.72672 1.05422 9.89017 0 10.0588V12.9572C1.02886 13.139 2.05677 13.3281 3.08798 13.4967C3.29534 13.5307 3.36321 13.6327 3.43249 13.8107C3.67368 14.4292 3.92778 15.0434 4.20137 15.6481C4.28005 15.8216 4.27018 15.9313 4.16145 16.0795C3.69223 16.7188 3.23475 17.3667 2.77375 18.012C2.62204 18.2243 2.47268 18.4378 2.34422 18.6194C3.03936 19.3117 3.70444 19.9739 4.38596 20.6526C5.21473 20.0737 6.07497 19.481 6.92487 18.8735C7.1003 18.748 7.22688 18.7539 7.41875 18.8427C7.98003 19.102 8.54859 19.3502 9.131 19.5554C9.38205 19.6437 9.49713 19.7454 9.53705 20.0134C9.68547 21.0105 9.86137 22.0035 10.0279 23.0034H12.912C13.0938 21.9805 13.2809 20.9763 13.4453 19.9685C13.4848 19.7276 13.5912 19.6367 13.8162 19.5557C14.3866 19.35 14.9521 19.1207 15.4944 18.85C15.7416 18.7264 15.8945 18.7426 16.1071 18.8965C16.9441 19.5012 17.7942 20.0876 18.5995 20.6531C19.2885 19.9641 19.9531 19.2995 20.637 18.6158C20.5827 18.5386 20.5118 18.4357 20.4393 18.3342C19.8954 17.5785 19.3536 16.8211 18.8052 16.0687C18.7033 15.9287 18.6636 15.8235 18.747 15.6392C19.0252 15.0241 19.2608 14.3898 19.5332 13.7719C19.5821 13.6611 19.7169 13.5413 19.8326 13.5148C20.2457 13.4194 20.6682 13.3642 21.0867 13.2905C21.7278 13.1775 22.3683 13.0615 23 12.9486V10.0827C21.9463 9.91177 20.916 9.7401 19.8834 9.58064Z" }, Gf = { render: function(e, n) {
11933
- return r(), a("path", zf);
11934
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Settings.vue" }, Yf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.564 18.428L22.9999 10.714L14.564 3V7.94155C8.95509 7.51864 -0.50778 9.48476 0.0212735 20.6282C1.12724 17.8112 5.54844 12.6311 14.564 13.4746V18.428Z" }, Wf = { render: function(e, n) {
11935
- return r(), a("path", Yf);
11936
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Share.vue" }, Xf = { d: "M11.4995 8.20455C9.76406 8.20455 8.36315 9.60545 8.36315 11.3409C8.36315 13.0764 9.76406 14.4773 11.4995 14.4773C13.235 14.4773 14.6359 13.0764 14.6359 11.3409C14.6359 9.60545 13.235 8.20455 11.4995 8.20455ZM11.4995 16.5682C8.61406 16.5682 6.27224 14.2264 6.27224 11.3409C6.27224 8.45545 8.61406 6.11364 11.4995 6.11364C14.385 6.11364 16.7268 8.45545 16.7268 11.3409C16.7268 14.2264 14.385 16.5682 11.4995 16.5682ZM11.4995 3.5C6.27224 3.5 1.80815 6.75136 -0.000488281 11.3409C1.80815 15.9305 6.27224 19.1818 11.4995 19.1818C16.7268 19.1818 21.1909 15.9305 22.9995 11.3409C21.1909 6.75136 16.7268 3.5 11.4995 3.5Z" }, jf = { render: function(e, n) {
11937
- return r(), a("path", Xf);
11938
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Show.vue" }, Kf = [t("path", { d: "M15.6069 2.9494L17.3118 4.61536L9.36673 12.3898L4.24048 7.39196L5.94544 5.726L9.36673 9.05792L15.6069 2.9494Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.42978 9.10136C3.42978 12.3758 6.07301 15.019 9.34745 15.019C12.6219 15.019 15.2651 12.3758 15.2651 9.10136C15.2651 8.63047 15.2105 8.17263 15.1071 7.73382L17.185 5.68489C17.6418 6.73127 17.8952 7.88682 17.8952 9.10157C17.8952 11.2188 17.1193 13.165 15.8306 14.6642L16.1988 15.0192H17.2376L23.7997 21.5944L21.8403 23.5538L15.2651 16.9918V15.9529L14.91 15.5847C13.4109 16.8734 11.4646 17.6493 9.34742 17.6493C4.62644 17.6493 0.799683 13.8226 0.799683 9.10157C0.799683 4.38059 4.62644 0.553833 9.34742 0.553833C11.4683 0.553833 13.4087 1.32617 14.9028 2.60494C14.87 2.63635 14.8357 2.66923 14.8 2.70347C14.3495 3.13521 13.6725 3.78411 12.9949 4.43717C11.9907 3.65145 10.7249 3.1837 9.34745 3.1837C6.07301 3.1837 3.42978 5.82692 3.42978 9.10136Z" }, null, -1)], qf = { render: function(e, n) {
11939
- return r(), a("g", null, Kf);
11940
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ShowSelected.vue" }, Jf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.27974 16.9196C6.71704 16.9196 4.63987 14.8424 4.63987 12.2797C4.63987 9.71704 6.71704 7.63987 9.27974 7.63987C10.8157 7.63987 12.1732 8.38943 13.0177 9.53891L9.42965 12.4295L12.8781 15.2074C13.5286 14.4088 13.9198 13.3901 13.9198 12.2798C13.9198 11.2531 13.5825 10.3074 13.0179 9.53871L16.6353 6.62479C14.9386 4.4213 12.2759 3 9.27974 3C4.15463 3 0 7.15463 0 12.2797C0 17.4049 4.15463 21.5595 9.27974 21.5595C12.1921 21.5595 14.7898 20.2169 16.491 18.1182L12.8779 15.2074C12.0271 16.2518 10.7319 16.9196 9.27974 16.9196ZM16.6355 6.62479L20.2061 3.74837C20.2061 3.74837 26.4924 12.1301 20.2061 21.1105L16.4912 18.1182C17.7841 16.5233 18.5597 14.4925 18.5597 12.2797C18.5597 10.1508 17.841 8.19067 16.6355 6.62479Z" }, Qf = { render: function(e, n) {
11941
- return r(), a("path", Jf);
11942
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Socotec.vue" }, eL = [t("path", { d: "M12.0115 0.751587L2.51154 6.15159V17.0516L12.0115 11.5516V0.751587ZM8.81154 9.15159L6.41154 10.5516V7.85159L8.81154 6.55159V9.15159Z" }, null, -1), t("path", { d: "M12.6115 0.751587V11.6516L15.5115 13.2516V5.95159L18.6115 7.75159V15.0516L22.1115 17.0516V6.15159L12.6115 0.751587Z" }, null, -1), t("path", { d: "M12.3115 23.3516L2.51154 17.5516L12.3115 11.8516L22.1115 17.5516L12.3115 23.3516ZM3.11154 17.6516L12.3115 23.0516L21.5115 17.6516L12.3115 12.3516L3.11154 17.6516Z" }, null, -1)], nL = { render: function(e, n) {
11943
- return r(), a("g", null, eL);
11944
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Space.vue" }, tL = [t("rect", { x: "12.8649", y: "20.541", width: "1.72499", height: "18.0819", transform: "rotate(-180 12.8649 20.541)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 0.709324 -0.704882 0.709324 5.00671 6.9657)" }, null, -1), t("rect", { x: "9.55774", y: "10.7045", width: "1.73586", height: "7.76247", transform: "rotate(90 9.55774 10.7045)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 0.709324 -0.704882 -0.709324 6.25037 14.7845)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 -0.709324 0.704882 -0.709324 18.9933 16.0353)" }, null, -1), t("rect", { x: "14.4423", y: "12.2964", width: "1.73586", height: "7.76247", transform: "rotate(-90 14.4423 12.2964)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 -0.709324 0.704882 0.709324 17.7496 8.21649)" }, null, -1)], rL = { render: function(e, n) {
11945
- return r(), a("g", null, tL);
11946
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Split.vue" }, oL = { d: "M11.7015 19.5944L2.29239 12.886L0.201477 14.4194L11.7015 22.661L23.2015 14.4194L21.1106 12.886L11.7015 19.5944ZM11.7015 16.7194L21.1106 10.011L23.2015 8.47769L11.7015 0.236023L0.201477 8.47769L2.29239 10.011L11.7015 16.7194Z" }, aL = { render: function(e, n) {
11947
- return r(), a("path", oL);
11948
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Storey.vue" }, lL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 11.5664C23 17.9177 17.8513 23.0664 11.5 23.0664C5.14873 23.0664 0 17.9177 0 11.5664C0 5.21513 5.14873 0.0664062 11.5 0.0664062C17.8513 0.0664062 23 5.21513 23 11.5664ZM17.7727 10.1843L16.2727 8.71857L10.7827 14.0927L7.77271 11.1614L6.27271 12.6271L10.7827 17.0241L17.7727 10.1843Z" }, iL = { render: function(e, n) {
11949
- return r(), a("path", lL);
11950
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Success.vue" }, sL = [t("path", { d: "M0 2.96117L3.28571 0.989746V4.9326L0 2.96117Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6857 3.6183H1.97144V2.30402H21.6857V3.6183Z" }, null, -1), t("path", { d: "M21.0286 23.9898L19.0571 21.3612L23 21.3612L21.0286 23.9898Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.3714 22.0183L20.3714 2.30402L21.6857 2.30402L21.6857 22.0183L20.3714 22.0183Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9266 6.24689H12.6502L17.7429 15.0677V11.1248L14.9266 6.24689ZM17.7429 8.4962L16.4442 6.24689H17.7429V8.4962ZM17.7429 17.6963L11.1326 6.24689H8.85611L17.7429 21.6392V17.6963ZM17.2029 23.3326L7.3385 6.24689H5.06212L14.9266 23.3326H17.2029ZM13.409 23.3326L3.54452 6.24689H1.26814L11.1326 23.3326H13.409ZM9.61498 23.3326L0.657166 7.81722V11.76L7.3386 23.3326H9.61498ZM5.82099 23.3326L0.657166 14.3886V18.3315L3.54454 23.3326H5.82099ZM2.02693 23.3326L0.657166 20.9601V23.3326H2.02693Z" }, null, -1)], cL = { render: function(e, n) {
11951
- return r(), a("g", null, sL);
11952
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Surface.vue" }, dL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.80716 0L1 6.07732L7.80716 12.1546V8.29974H21.7947V4.00115H7.80716V0Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9876 23L21.7948 16.9227L14.9876 10.8454L14.9876 14.7001L1.0001 14.7001L1.0001 18.9987L14.9876 18.9987L14.9876 23Z" }, null, -1)], uL = { render: function(e, n) {
11953
- return r(), a("g", null, dL);
11954
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Swap.vue" }, CL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.43855 9.62606L11.5053 13.8805L18.6466 9.54576L21.5979 11.2011L11.5158 17.311L1.48096 11.2794L4.43855 9.62606Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5054 17.9337L4.43909 13.6795L1.48108 15.3331L11.5159 21.3647L21.598 15.2547L18.6462 13.5992L11.5054 17.9337ZM18.6651 14.689L11.5074 19.0337L4.42144 14.7677L3.35737 15.3625L11.5139 20.2651L19.7298 15.2861L18.6651 14.689Z" }, null, -1), t("rect", { x: "17.8959", width: "5.10406", height: "1.00266" }, null, -1), t("rect", { x: "23", y: "0.000183105", width: "5.07595", height: "1.00821", transform: "rotate(90 23 0.000183105)" }, null, -1), t("rect", { x: "22.9996", y: "17.9227", width: "5.07595", height: "1.00821", transform: "rotate(90 22.9996 17.9227)" }, null, -1), t("rect", { x: "22.9996", y: "23", width: "5.10406", height: "1.00266", transform: "rotate(-180 22.9996 23)" }, null, -1), t("rect", { width: "5.10406", height: "1.00266", transform: "matrix(-1 0 0 1 5.10413 0)" }, null, -1), t("rect", { width: "5.07595", height: "1.00821", transform: "matrix(4.18898e-08 1 1 -4.56122e-08 0.00012207 0.000183105)" }, null, -1), t("rect", { width: "5.07595", height: "1.00821", transform: "matrix(4.58647e-08 1 1 -4.16591e-08 0 17.9227)" }, null, -1), t("rect", { width: "5.10406", height: "1.00266", transform: "matrix(1 -8.33183e-08 -9.17295e-08 -1 0 23)" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.45079 2.7201L11.6262 1.50403L13.6668 2.64858L11.5004 3.89277L9.45079 2.7201ZM8.67663 3.15287L6.74597 4.23215L8.83247 5.42499L10.7366 4.33145L8.67663 3.15287ZM5.9718 4.66492L4.12574 5.6969L6.24637 6.9102L8.06863 5.86367L5.9718 4.66492ZM3.35157 6.12967L1.48108 7.17531L3.58393 8.43926L5.48254 7.34888L3.35157 6.12967ZM4.30028 8.86984L6.13779 9.97431L8.0998 8.84633L6.21696 7.76907L4.30028 8.86984ZM6.85413 10.4049L8.74577 11.5419L10.7726 10.3755L8.8342 9.2665L6.85413 10.4049ZM9.46209 11.9724L11.5159 13.2069L13.5582 11.9693L11.507 10.7957L9.46209 11.9724ZM14.3014 11.5188L16.0777 10.4424L14.0929 9.30768L12.2701 10.3566L14.3014 11.5188ZM16.8209 9.99195L18.6708 8.87093L16.7558 7.77529L14.8559 8.86857L16.8209 9.99195ZM19.414 8.42049L21.598 7.09697L19.7428 6.05644L17.5189 7.33618L19.414 8.42049ZM19.0011 5.64046L17.0474 4.54465L14.8489 5.80858L16.7845 6.91602L19.0011 5.64046ZM16.3057 4.12866L14.4085 3.06458L12.2348 4.31296L14.1145 5.3884L16.3057 4.12866ZM14.0855 6.24749L16.0214 7.35513L14.1213 8.44856L12.1837 7.34085L14.0855 6.24749ZM11.4202 7.77976L13.3582 8.88768L11.5357 9.93643L9.59764 8.8276L11.4202 7.77976ZM8.86324 8.40742L10.6856 7.35975L8.80334 6.28369L6.98079 7.33039L8.86324 8.40742ZM11.449 6.92084L13.3511 5.82731L11.471 4.75164L9.56717 5.84501L11.449 6.92084Z" }, null, -1)], pL = { render: function(e, n) {
11955
- return r(), a("g", null, CL);
11956
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Synchro2D.vue" }, hL = { d: "M18.0935 15.9516C16.9935 15.9516 15.9935 16.4516 15.2935 17.2516L8.99346 13.5516C9.09346 13.1516 9.19346 12.7516 9.19346 12.3516C9.19346 11.9516 9.09346 11.4516 8.99346 11.1516L15.2935 7.35159C15.9935 8.15159 16.9935 8.65159 18.0935 8.65159C20.1935 8.65159 21.7935 6.95159 21.7935 4.95159C21.7935 2.95159 20.0935 1.25159 18.0935 1.25159C15.9935 1.25159 14.3935 2.95159 14.3935 4.95159C14.3935 5.35159 14.4935 5.85159 14.5935 6.15159L8.29346 9.85159C7.59346 9.05159 6.59346 8.55159 5.49346 8.55159C3.39346 8.55159 1.79346 10.2516 1.79346 12.2516C1.79346 14.3516 3.49346 15.9516 5.49346 15.9516C6.59346 15.9516 7.59346 15.4516 8.29346 14.6516L14.5935 18.3516C14.4935 18.7516 14.3935 19.1516 14.3935 19.5516C14.3935 21.6516 16.0935 23.2516 18.0935 23.2516C20.1935 23.2516 21.7935 21.5516 21.7935 19.5516C21.7935 17.5516 20.1935 15.9516 18.0935 15.9516Z" }, bL = { render: function(e, n) {
11957
- return r(), a("path", hL);
11958
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/System.vue" }, gL = { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" }, fL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.3962 22.0997C9.45679 23.0219 7.94129 23.0015 7.01123 22.0541L0.836436 15.7643C-0.0936297 14.8169 -0.0860675 13.3012 0.853323 12.379L12.5926 0.854517C13.0398 0.415541 13.6433 0.171805 14.2725 0.176062L20.091 0.215414C21.3707 0.224069 22.4258 1.23792 22.486 2.51688L22.7832 8.82547C22.8151 9.50319 22.5582 10.1602 22.0763 10.6333L10.3962 22.0997ZM19.2431 6.6774C18.3037 7.59961 16.7882 7.57919 15.8581 6.63179C14.9281 5.68439 14.9356 4.16877 15.875 3.24657C16.8144 2.32436 18.3299 2.34479 19.26 3.29219C20.19 4.23959 20.1825 5.7552 19.2431 6.6774Z" }, null, -1)], LL = { render: function(e, n) {
11959
- return r(), a("svg", gL, fL);
11960
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Tag.vue" }, vL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 16.4201H20.5497V12.3624C20.5497 11.9155 20.2107 11.5506 19.7954 11.5506H12.2543V7.49294H13.1828C13.9164 7.49294 14.5163 6.84638 14.5163 6.05693V2.43601C14.5163 1.64656 13.9164 1 13.1828 1H9.81719C9.08361 1 8.4828 1.64656 8.4828 2.43601V6.05693C8.4828 6.84638 9.08361 7.49294 9.81719 7.49294H10.7457V11.5506H3.20459C2.78931 11.5506 2.45029 11.9155 2.45029 12.3624V16.4201H1.33438C0.600802 16.4201 0 17.0667 0 17.8561V21.477C0 22.2665 0.600802 22.913 1.33438 22.913H4.69907C5.43265 22.913 6.03345 22.2665 6.03345 21.477V17.8561C6.03345 17.0667 5.43265 16.4201 4.69907 16.4201H3.95795V13.1741H10.7457V16.4201H9.81719C9.08361 16.4201 8.4828 17.0667 8.4828 17.8561V21.477C8.4828 22.2665 9.08361 22.913 9.81719 22.913H13.1828C13.9164 22.913 14.5163 22.2665 14.5163 21.477V17.8561C14.5163 17.0667 13.9164 16.4201 13.1828 16.4201H12.2543V13.1741H19.0411V16.4201H18.3009C17.5664 16.4201 16.9665 17.0667 16.9665 17.8561V21.477C16.9665 22.2665 17.5664 22.913 18.3009 22.913H21.6656C22.3992 22.913 23 22.2665 23 21.477V17.8561C23 17.0667 22.3992 16.4201 21.6656 16.4201Z" }, mL = { render: function(e, n) {
11961
- return r(), a("path", vL);
11962
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Tree.vue" }, IL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0005 11.3952L8.93282 11.3952L8.93282 4.82378L6.32345 4.82378L11.4992 0L16.675 4.82378L14.0005 4.82378L14.0005 11.3952ZM8.47948 5.35129H4.53964L1.91846 13.0838H1C0.447715 13.0838 0 13.5315 0 14.0838V21.7902C0 22.3425 0.447715 22.7902 1 22.7902H22C22.5523 22.7902 23 22.3425 23 21.7902V14.0838C23 13.5315 22.5523 13.0838 22 13.0838H21.0651L18.3823 5.35129H14.5608V6.19532H17.7817L20.1717 13.0838H2.80967L5.14474 6.19532L8.47948 6.19532V5.35129ZM15.1788 17.1862H7.82114V18.6878H15.1788V17.1862Z" }, ML = { render: function(e, n) {
11963
- return r(), a("path", IL);
11964
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Unarchive.vue" }, _L = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.55706 0.277443L0.108276 5.41187L5.55706 10.5463V7.24548H12.7348C16.1491 7.24548 18.917 10.0134 18.917 13.4278C18.917 16.8421 16.1491 19.61 12.7348 19.61H5.34754V23.2775H12.7348C18.1746 23.2775 22.5845 18.8676 22.5845 13.4278C22.5845 7.9879 18.1746 3.57803 12.7348 3.57803H5.55706V0.277443Z" }, yL = { render: function(e, n) {
11965
- return r(), a("path", _L);
11966
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Undo.vue" }, HL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.3398 7.91262C7.80826 6.62614 5.71323 6.63395 4.26441 6.65983L4.25505 6.65999H0.499756V4.56227H4.23629L4.30929 4.56094C5.69026 4.53548 8.51871 4.48332 10.689 6.30639C11.1904 6.7275 11.6426 7.22319 12.1087 7.73408L12.1087 7.73409L12.1634 7.79412C13.2698 9.00732 14.4941 10.3498 16.6072 10.8996V8.00851L23.4998 12.0541L16.6072 16.0997V13.5387C14.4592 14.1121 13.2296 15.4452 12.1087 16.6738C11.6426 17.1847 11.1904 17.6804 10.689 18.1015C8.51871 19.9246 5.69026 19.8724 4.30929 19.847L4.23629 19.8456H0.499756V17.7479H4.25505L4.26441 17.7481C5.71323 17.774 7.80826 17.7818 9.3398 16.4953C9.60506 16.2725 9.90529 15.9373 10.26 15.5413C11.1568 14.5401 12.4019 13.15 14.3107 12.204C12.4019 11.2579 11.1568 9.86786 10.26 8.86664C9.90529 8.47063 9.60506 8.13544 9.3398 7.91262Z" }, DL = { render: function(e, n) {
11967
- return r(), a("path", HL);
11968
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Union.vue" }, VL = { d: "M12.4011 0.0440674L23.9011 21.5107H0.901062L12.4011 0.0440674Z" }, BL = { render: function(e, n) {
11969
- return r(), a("path", VL);
11970
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Up.vue" }, kL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 14.375C7.66179 14.375 0 16.3014 0 20.125V23H23V20.125C23 16.3014 15.3382 14.375 11.5 14.375ZM11.5 11.5C14.6775 11.5 17.25 8.92679 17.25 5.75C17.25 2.57321 14.6775 0 11.5 0C8.32252 0 5.75 2.57321 5.75 5.75C5.75 8.92679 8.32252 11.5 11.5 11.5Z" }, xL = { render: function(e, n) {
11971
- return r(), a("path", kL);
11972
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/User.vue" }, wL = { d: "M20 4L23 6.93137L9.02 20.6111L0 11.817L3 8.88562L9.02 14.7484L20 4Z" }, ZL = { render: function(e, n) {
11973
- return r(), a("path", wL);
11974
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Validate.vue" }, SL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" }, null, -1), t("circle", { cx: "13", cy: "18", r: "6", fill: "#00AF50" }, null, -1), t("path", { d: "M15.9565 15L17 16.0588L12.1374 21L9 17.8235L10.0435 16.7647L12.1374 18.8824L15.9565 15Z", fill: "white" }, null, -1)], AL = { render: function(e, n) {
11975
- return r(), a("g", null, SL);
11976
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ValidatedFile.vue" }, TL = { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" }, $L = [t("rect", { x: "10.7764", y: "3", width: "12.2237", height: "18" }, null, -1), t("rect", { x: "5.38818", y: "4.89471", width: "3.86011", height: "14.2105" }, null, -1), t("rect", { y: "6.78949", width: "3.86011", height: "10.4211" }, null, -1)], NL = { render: function(e, n) {
11977
- return r(), a("svg", TL, $L);
11978
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Versioning.vue" }, OL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.40701 12.9833C4.32585 12.9833 3.45013 12.1298 3.45013 11.076C3.45013 10.0222 4.32585 9.16866 5.40701 9.16866C6.48817 9.16866 7.36388 10.0222 7.36388 11.076C7.36388 12.1298 6.48817 12.9833 5.40701 12.9833ZM21.9841 7.21059L18.5565 10.6275V7.87929C18.5565 7.10276 17.9049 6.46759 17.1082 6.46759H1.46619C0.669494 6.46759 0.0178223 7.10276 0.0178223 7.87929V17.8337C0.0178223 18.6093 0.669494 19.2454 1.46619 19.2454H17.1082C17.9049 19.2454 18.5565 18.6093 18.5565 17.8337V14.7294L21.9841 18.1463C22.3615 18.5232 23.0178 18.2623 23.0178 17.7358V7.62196C23.0178 7.09461 22.3615 6.83365 21.9841 7.21059Z" }, RL = { render: function(e, n) {
11979
- return r(), a("path", OL);
11980
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Video.vue" }, EL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21ZM11.5 23C17.8513 23 23 17.8513 23 11.5C23 5.14873 17.8513 0 11.5 0C5.14873 0 0 5.14873 0 11.5C0 17.8513 5.14873 23 11.5 23Z" }, null, -1), t("path", { d: "M17 7.1875L18.6875 8.70956L10.8238 15.8125L5.75 11.2463L7.4375 9.72426L10.8238 12.7684L17 7.1875Z" }, null, -1)], FL = { render: function(e, n) {
11981
- return r(), a("g", null, EL);
11982
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Visa.vue" }, PL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.3606 0.552786C12.9921 -0.184262 11.9403 -0.184262 11.5718 0.552787L1.07366 21.549C0.741209 22.2139 1.22471 22.9962 1.96809 22.9962H22.9643C23.7077 22.9962 24.1912 22.2139 23.8588 21.549L13.3606 0.552786ZM11.518 15.71H13.353L13.5637 7.24522H11.316L11.518 15.71ZM11.5794 17.5233C11.3629 17.7267 11.2546 17.9849 11.2546 18.2981C11.2546 18.6003 11.3599 18.8531 11.5706 19.0564C11.7814 19.2597 12.0799 19.3614 12.4662 19.3614C12.8525 19.3614 13.151 19.2597 13.3617 19.0564C13.5724 18.8531 13.6778 18.6003 13.6778 18.2981C13.6778 17.9849 13.5695 17.7267 13.353 17.5233C13.1364 17.3145 12.8408 17.2101 12.4662 17.2101C12.0916 17.2101 11.796 17.3145 11.5794 17.5233Z" }, UL = { render: function(e, n) {
11983
- return r(), a("path", PL);
11984
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Warning.vue" }, zL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 22L23 22L23 2.28572L1.72348e-06 2.28571L0 22ZM3.28508 10.5001L3.28508 18.7144L19.7137 18.7144L19.7137 10.5001L3.28508 10.5001Z" }, GL = { render: function(e, n) {
11985
- return r(), a("path", zL);
11986
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowBottom.vue" }, YL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.05009 7.90625H8.05004H5.85464L4.3869e-05 7.90625L4.40575e-05 5.75L5.85464 5.75L5.85464 0H8.05009L8.05009 7.90625ZM17.1454 5.75003L23 5.75003V7.90628L14.95 7.90628V5.75003L14.95 2.79065e-05L17.1454 2.80984e-05V5.75003ZM8.05 15.0938H8.05005L8.05005 23H5.85459L5.85459 17.25H0V15.0937L5.85459 15.0938H8.05ZM23 15.0938L14.95 15.0938V17.25V23H17.1454V17.25L23 17.25L23 15.0938Z" }, WL = { render: function(e, n) {
11987
- return r(), a("path", YL);
11988
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Windowed.vue" }, XL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM13.143 5.28546H3.28582V18.4283H13.143V5.28546Z" }, jL = { render: function(e, n) {
11989
- return r(), a("path", XL);
11990
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowLeft.vue" }, KL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7165 5.28546H9.85937V18.4283H19.7165V5.28546Z" }, qL = { render: function(e, n) {
11991
- return r(), a("path", KL);
11992
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowRight.vue" }, JL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7137 13.4997V5.28546L3.28515 5.28546L3.28515 13.4997L19.7137 13.4997Z" }, QL = { render: function(e, n) {
11993
- return r(), a("path", JL);
11994
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowTop.vue" }, ev = [t("path", { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" }, null, -1), t("path", { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" }, null, -1), t("path", { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" }, null, -1), t("path", { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" }, null, -1)], nv = { render: function(e, n) {
11995
- return r(), a("g", null, ev);
11996
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Zone.vue" }, tv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.02193 12.8656C4.99498 13.5081 4.948 14.6282 5.60528 15.8997C7.70676 16.9403 12.8873 18.8488 16.5248 18.118C21.0718 17.2045 24.4653 11.2714 22.3618 6.71975C20.2583 2.16806 16.7141 1.26965 13.7885 1.56016C13.8264 1.59404 13.8667 1.6296 13.9093 1.6671C14.4738 2.16451 15.427 3.0043 16.2088 4.83129C17.7639 5.7059 20.2614 8.64331 18.7358 12.3391C17.0551 16.4108 13.4497 16.0217 12.2821 15.8956C12.1416 15.8805 12.0365 15.8691 11.9742 15.8698C11.5056 15.8749 7.61308 15.3475 5.02347 12.8287C5.02297 12.8408 5.02245 12.8531 5.02193 12.8656ZM12.4885 4.74167C11.9561 4.40063 10.617 3.72872 9.52006 3.76938C7.57654 5.08613 3.39156 8.60595 2.1998 12.1512C0.710113 16.5827 4.10364 22.5158 9.06053 22.9528C14.0174 23.3898 16.6583 20.7215 17.8718 18.0188C17.0698 18.3001 15.5331 18.7286 13.7293 18.4406C12.2014 19.3627 8.46042 20.1549 6.05233 16.9734C3.39934 13.4683 5.53596 10.5111 6.22787 9.55348C6.3111 9.43828 6.37343 9.35202 6.40399 9.29722C6.63388 8.88508 9.03266 5.74603 12.4885 4.74167Z", class: "fill-primary" }, null, -1), t("path", { d: "M18.0536 13.1944C17.54 14.1736 16.294 15.0082 15.7352 15.3031C16.6014 11.78 15.1076 8.07749 14.869 7.67046C14.5735 7.16642 13.314 2.89017 8.45901 3.52497C4.52537 4.0393 3.30588 7.69446 3.33306 9.49119C2.28341 10.7256 1.78066 12.3166 1.62101 13.1584C-0.0910414 10.7461 -1.02859 7.27957 1.82482 3.16493C4.67824 -0.949703 11.4653 -0.949707 14.5225 2.56831C16.9683 5.38272 17.8957 10.837 18.0536 13.1944Z", class: "fill-secondary" }, null, -1)], rv = { render: function(e, n) {
11997
- return r(), a("g", null, tv);
11998
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/BcfPolychrome.vue" }, ov = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 5.47981C0 3.9647 1.22825 2.73645 2.74336 2.73645H19.3255C20.8406 2.73645 22.0688 3.9647 22.0688 5.47981V10.5919C21.5229 10.3111 20.9283 10.1115 20.3011 10.009V8.06481C20.3011 7.51253 19.8534 7.06481 19.3011 7.06481H2.79865C2.24636 7.06481 1.79865 7.51253 1.79865 8.06481V17.526C1.79865 18.0783 2.24636 18.526 2.79865 18.526H13.9069C14.2198 19.1792 14.6474 19.7671 15.1635 20.2635H2.74336C1.22825 20.2635 0 19.0352 0 17.5201V5.47981ZM4.70657 4.91213C4.70657 5.4271 4.28911 5.84456 3.77414 5.84456C3.25918 5.84456 2.84172 5.4271 2.84172 4.91213C2.84172 4.39717 3.25918 3.9797 3.77414 3.9797C4.28911 3.9797 4.70657 4.39717 4.70657 4.91213ZM6.172 5.84456C6.68696 5.84456 7.10443 5.4271 7.10443 4.91213C7.10443 4.39717 6.68696 3.9797 6.172 3.9797C5.65703 3.9797 5.23957 4.39717 5.23957 4.91213C5.23957 5.4271 5.65703 5.84456 6.172 5.84456Z", class: "fill-primary" }, null, -1), t("rect", { x: "17.7899", y: "11.6612", width: "2.65031", height: "7.77024", class: "fill-secondary" }, null, -1), t("rect", { x: "23", y: "14.221", width: "2.65031", height: "7.77024", transform: "rotate(90 23 14.221)", class: "fill-secondary" }, null, -1)], av = { render: function(e, n) {
11999
- return r(), a("g", null, ov);
12000
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/CreateWindowPolychrome.vue" }, lv = [t("rect", { x: "8.28", y: "4.14003", width: "6.44", height: "1.84", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.66991 0.459961H18.4V8.97184C17.8119 8.82047 17.1953 8.73996 16.56 8.73996L16.56 2.29996H6.43999V6.90002H1.84V19.78H10.1846C10.5853 20.4725 11.0955 21.0938 11.6917 21.62H0V6.12987L5.66991 0.459961Z", class: "fill-primary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.20001 16.0999H3.67999V17.9399H9.43185C9.2805 17.3518 9.20001 16.7353 9.20001 16.1C9.20001 16.1 9.20001 16.0999 9.20001 16.0999Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.1847 12.42H3.67999V14.26H9.43189C9.59991 13.6072 9.85523 12.9895 10.1847 12.42Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.72 8.97181V8.73996H3.67999V10.58H11.6917C12.5475 9.82459 13.5803 9.26514 14.72 8.97181Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.56 22.54C20.1167 22.54 23 19.6567 23 16.1C23 12.5433 20.1167 9.66002 16.56 9.66002C13.0033 9.66002 10.12 12.5433 10.12 16.1C10.12 19.6567 13.0033 22.54 16.56 22.54ZM15.8426 17.406H17.0285L17.1965 12.4201H15.6746L15.8426 17.406ZM17.0137 18.3992C16.8688 18.2576 16.676 18.1868 16.4356 18.1868C16.1984 18.1868 16.0057 18.2592 15.8574 18.4042C15.7125 18.5458 15.64 18.7254 15.64 18.9428C15.64 19.1602 15.7125 19.3397 15.8574 19.4814C16.0057 19.6231 16.1984 19.6939 16.4356 19.6939C16.676 19.6939 16.8688 19.6231 17.0137 19.4814C17.1619 19.3397 17.2361 19.1602 17.2361 18.9428C17.2361 18.7221 17.1619 18.5409 17.0137 18.3992Z", class: "fill-primary" }, null, -1)], iv = { render: function(e, n) {
12001
- return r(), a("g", null, lv);
12002
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/DocInfoPolychrome.vue" }, sv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.73921 7.82627L11.7868 1.7787V5.91204V7.82627H5.73921ZM21.9496 2.27673C21.9496 1.02453 20.9365 0 19.6843 0H10.5773L3.74713 6.8302V20.4906C3.74713 21.7428 4.77131 22.7673 6.02386 22.7673H19.6956C20.9479 22.7673 21.961 21.7428 21.961 20.4906L21.9496 2.27673Z", class: "fill-primary" }, null, -1), t("path", { d: "M0.777466 12.8685C0.777466 12.3218 1.22065 11.8786 1.76735 11.8786H24.5347C25.0814 11.8786 25.5246 12.3218 25.5246 12.8685V19.7977C25.5246 20.3444 25.0814 20.7876 24.5347 20.7876H1.76735C1.22065 20.7876 0.777466 20.3444 0.777466 19.7977V12.8685Z", fill: "#F8C62C" }, null, -1), t("path", { d: "M2.8558 19.7976V12.7602H5.02118C5.63985 12.7602 6.19247 12.9003 6.67904 13.1807C7.16883 13.4578 7.55066 13.8541 7.82456 14.3697C8.09845 14.882 8.2354 15.4653 8.2354 16.1194V16.4432C8.2354 17.0974 8.10006 17.679 7.82939 18.1881C7.56194 18.6972 7.18333 19.0919 6.69354 19.3723C6.20375 19.6526 5.65113 19.7944 5.03568 19.7976H2.8558ZM4.30583 13.9347V18.6328H5.00668C5.5738 18.6328 6.00719 18.4475 6.30687 18.0769C6.60654 17.7064 6.7596 17.1763 6.76604 16.4867V16.1146C6.76604 15.3992 6.61782 14.8579 6.32137 14.4905C6.02492 14.12 5.59152 13.9347 5.02118 13.9347H4.30583Z", fill: "white" }, null, -1), t("path", { d: "M14.775 17.7676L15.7224 12.7602H17.1676L15.6064 19.7976H14.1467L13.0012 15.0899L11.8556 19.7976H10.3959L8.83474 12.7602H10.2799L11.2321 17.7579L12.3921 12.7602H13.6198L14.775 17.7676Z", fill: "white" }, null, -1), t("path", { d: "M23.5235 18.9083C23.2625 19.2208 22.8935 19.4641 22.4166 19.6381C21.9398 19.8089 21.4113 19.8943 20.8313 19.8943C20.2223 19.8943 19.6874 19.7622 19.2266 19.498C18.769 19.2305 18.4146 18.8438 18.1632 18.3379C17.9151 17.832 17.7878 17.2375 17.7814 16.5544V16.0759C17.7814 15.3734 17.899 14.766 18.1342 14.2537C18.3727 13.7381 18.7143 13.345 19.1589 13.0743C19.6068 12.8004 20.1304 12.6635 20.7298 12.6635C21.5644 12.6635 22.2169 12.8633 22.6873 13.2628C23.1578 13.6592 23.4365 14.2376 23.5235 14.998H22.1121C22.0477 14.5953 21.9043 14.3004 21.682 14.1135C21.4629 13.9266 21.16 13.8332 20.7733 13.8332C20.2803 13.8332 19.9049 14.0185 19.6471 14.389C19.3893 14.7596 19.2588 15.3106 19.2556 16.0421V16.4916C19.2556 17.2295 19.3958 17.7869 19.6761 18.1639C19.9564 18.5409 20.3673 18.7294 20.9086 18.7294C21.4532 18.7294 21.8415 18.6134 22.0735 18.3814V17.1682H20.754V16.1001H23.5235V18.9083Z", fill: "white" }, null, -1)], cv = { render: function(e, n) {
12003
- return r(), a("g", null, sv);
12004
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FileDwgPolychrome.vue" }, dv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.97188 7.82627L10.0195 1.7787V5.91204V7.82627H3.97188ZM20.1823 2.27673C20.1823 1.02453 19.1691 0 17.9169 0H8.81L1.9798 6.8302V20.4906C1.9798 21.7428 3.00397 22.7673 4.25653 22.7673H17.9283C19.1805 22.7673 20.1937 21.7428 20.1937 20.4906L20.1823 2.27673Z", class: "fill-primary" }, null, -1), t("path", { d: "M0 12.8685C0 12.3218 0.443186 11.8786 0.989884 11.8786H20.7876C21.3343 11.8786 21.7775 12.3218 21.7775 12.8685V19.7977C21.7775 20.3444 21.3343 20.7876 20.7876 20.7876H0.989884C0.443187 20.7876 0 20.3444 0 19.7977V12.8685Z", fill: "#205DBD" }, null, -1), t("path", { d: "M5.66383 19.7976H4.21381V12.7602H5.66383V19.7976Z", fill: "white" }, null, -1), t("path", { d: "M11.2464 16.9217H8.46238V19.7976H7.01236V12.7602H11.5944V13.9347H8.46238V15.7521H11.2464V16.9217Z", fill: "white" }, null, -1), t("path", { d: "M17.96 17.4534C17.9053 18.2107 17.6249 18.8068 17.119 19.2418C16.6164 19.6768 15.9526 19.8943 15.1277 19.8943C14.2254 19.8943 13.5149 19.5914 12.9961 18.9856C12.4806 18.3766 12.2228 17.542 12.2228 16.4819V16.0517C12.2228 15.375 12.342 14.7789 12.5805 14.2634C12.8189 13.7478 13.1589 13.3531 13.6003 13.0792C14.045 12.8021 14.5605 12.6635 15.147 12.6635C15.959 12.6635 16.6131 12.881 17.1094 13.316C17.6056 13.751 17.8924 14.3616 17.9697 15.1479H16.5197C16.4842 14.6935 16.357 14.3649 16.1378 14.1619C15.922 13.9556 15.5917 13.8525 15.147 13.8525C14.6637 13.8525 14.3012 14.0265 14.0595 14.3745C13.821 14.7193 13.6986 15.2558 13.6921 15.9841V16.5157C13.6921 17.2762 13.8065 17.832 14.0353 18.1833C14.2673 18.5345 14.6314 18.7101 15.1277 18.7101C15.5756 18.7101 15.9091 18.6086 16.1282 18.4056C16.3505 18.1994 16.4778 17.882 16.51 17.4534H17.96Z", fill: "white" }, null, -1)], uv = { render: function(e, n) {
12005
- return r(), a("g", null, dv);
12006
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FileIfcPolychrome.vue" }, Cv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z", class: "fill-primary" }, null, -1), t("rect", { y: "12", width: "22", height: "9", rx: "1", fill: "#FF0000" }, null, -1), t("path", { d: "M3.88086 17.4951V20H2.41602V12.8906H5.18945C5.72331 12.8906 6.19206 12.9883 6.5957 13.1836C7.0026 13.3789 7.3151 13.6572 7.5332 14.0186C7.7513 14.3766 7.86035 14.7852 7.86035 15.2441C7.86035 15.9408 7.62109 16.4909 7.14258 16.8945C6.66732 17.2949 6.00814 17.4951 5.16504 17.4951H3.88086ZM3.88086 16.3086H5.18945C5.57682 16.3086 5.87142 16.2174 6.07324 16.0352C6.27832 15.8529 6.38086 15.5924 6.38086 15.2539C6.38086 14.9056 6.27832 14.624 6.07324 14.4092C5.86816 14.1943 5.58496 14.0837 5.22363 14.0771H3.88086V16.3086ZM8.87109 20V12.8906H11.0586C11.6836 12.8906 12.2419 13.0322 12.7334 13.3154C13.2282 13.5954 13.6139 13.9958 13.8906 14.5166C14.1673 15.0342 14.3057 15.6234 14.3057 16.2842V16.6113C14.3057 17.2721 14.1689 17.8597 13.8955 18.374C13.6253 18.8883 13.2428 19.2871 12.748 19.5703C12.2533 19.8535 11.695 19.9967 11.0732 20H8.87109ZM10.3359 14.0771V18.8232H11.0439C11.6169 18.8232 12.0547 18.6361 12.3574 18.2617C12.6602 17.8874 12.8148 17.3519 12.8213 16.6553V16.2793C12.8213 15.5566 12.6715 15.0098 12.3721 14.6387C12.0726 14.2643 11.6348 14.0771 11.0586 14.0771H10.3359ZM19.6523 17.0947H16.8398V20H15.375V12.8906H20.0039V14.0771H16.8398V15.9131H19.6523V17.0947Z", fill: "white" }, null, -1)], pv = { render: function(e, n) {
12007
- return r(), a("g", null, Cv);
12008
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FilePdfPolychrome.vue" }, hv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z", class: "fill-primary" }, null, -1), t("rect", { y: "12", width: "22", height: "9", rx: "1", fill: "#FF9900" }, null, -1), t("path", { d: "M4.37598 17.2261H3.10791V16.4263H4.37598C4.57194 16.4263 4.73145 16.3944 4.85449 16.3306C4.97754 16.2645 5.06755 16.1733 5.12451 16.0571C5.18148 15.9409 5.20996 15.8099 5.20996 15.6641C5.20996 15.516 5.18148 15.3781 5.12451 15.2505C5.06755 15.1229 4.97754 15.0203 4.85449 14.9429C4.73145 14.8654 4.57194 14.8267 4.37598 14.8267H3.46338V19H2.43799V14.0234H4.37598C4.76562 14.0234 5.09945 14.0941 5.37744 14.2354C5.65771 14.3743 5.87191 14.5669 6.02002 14.813C6.16813 15.0591 6.24219 15.3405 6.24219 15.6572C6.24219 15.9785 6.16813 16.2565 6.02002 16.4912C5.87191 16.7259 5.65771 16.9071 5.37744 17.0347C5.09945 17.1623 4.76562 17.2261 4.37598 17.2261ZM10.1489 18.2002V19H7.64355V18.2002H10.1489ZM7.9751 14.0234V19H6.94971V14.0234H7.9751ZM12.8286 14.8745L11.4751 19H10.3848L12.2339 14.0234H12.9277L12.8286 14.8745ZM13.9531 19L12.5962 14.8745L12.4868 14.0234H13.1875L15.0469 19H13.9531ZM13.8916 17.1475V17.9507H11.2632V17.1475H13.8916ZM19.5586 14.0234V19H18.5332L16.5337 15.6641V19H15.5083V14.0234H16.5337L18.5366 17.3628V14.0234H19.5586Z", fill: "white" }, null, -1)], bv = { render: function(e, n) {
12009
- return r(), a("g", null, hv);
12010
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FilePlanPolychrome.vue" }, gv = [t("path", { d: "M21.45 2.69359H9.95863L9.88979 5.59441H21.45V2.69359Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 1.91663H2.29984C1.03451 1.91663 0.0111238 2.99464 0.0111238 4.31267L0 18.6873C0 20.0053 1.03451 21.0833 2.29984 21.0833H20.6998C21.9651 21.0833 23 20.0053 23 18.6873V6.70829C23 5.39068 21.9651 4.31267 20.6998 4.31267H11.5L9.19976 1.91663Z", class: "fill-primary" }, null, -1)], fv = { render: function(e, n) {
12011
- return r(), a("g", null, gv);
12012
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FolderPolychrome.vue" }, Lv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 15.7775H20.5497V11.8888C20.5497 11.4605 20.2107 11.1109 19.7954 11.1109H12.2543V7.22228H13.1828C13.9164 7.22228 14.5163 6.60266 14.5163 5.84611V2.37605C14.5163 1.6195 13.9164 0.999878 13.1828 0.999878H9.81719C9.08361 0.999878 8.4828 1.6195 8.4828 2.37605V5.84611C8.4828 6.60266 9.08361 7.22228 9.81719 7.22228H10.7457V11.1109H3.20459C2.78931 11.1109 2.45029 11.4605 2.45029 11.8888V15.7775H1.33438C0.600803 15.7775 0 16.3971 0 17.1537V20.6237C0 21.3803 0.600803 21.9999 1.33438 21.9999H4.69907C5.43265 21.9999 6.03345 21.3803 6.03345 20.6237V17.1537C6.03345 16.3971 5.43265 15.7775 4.69907 15.7775H3.95795V12.6668H10.7457V15.7775H9.81719C9.08361 15.7775 8.4828 16.3971 8.4828 17.1537V20.6237C8.4828 21.3803 9.08361 21.9999 9.81719 21.9999H13.1828C13.9164 21.9999 14.5163 21.3803 14.5163 20.6237V17.1537C14.5163 16.3971 13.9164 15.7775 13.1828 15.7775H12.2543V12.6668H19.0411V15.7775H18.3009C17.5664 15.7775 16.9665 16.3971 16.9665 17.1537V20.6237C16.9665 21.3803 17.5664 21.9999 18.3009 21.9999H21.6656C22.3992 21.9999 23 21.3803 23 20.6237V17.1537C23 16.3971 22.3992 15.7775 21.6656 15.7775Z", class: "fill-primary" }, null, -1), t("rect", { x: "8.41016", y: "0.999878", width: "6.1797", height: "6.2208", rx: "1", class: "fill-secondary" }, null, -1)], vv = { render: function(e, n) {
12013
- return r(), a("g", null, Lv);
12014
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/StructurePolychrome.vue" }, mv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8093 0H0.908936V23H13.487V16.8195H22.0911V10.6239H17.8093V0ZM2.25708 6.97618V1.34814H9.70245V6.97618H8.34131L7.39822 5.33817L7.04736 5.54018L8.00586 7.20495L8.00586 7.78409L9.70245 7.78409V11.864H10.5104V7.78409H10.5104V6.97618H10.5104V1.34814H16.4611V11.9721H20.743V15.4714H12.1868V15.4591H10.0431L9.04084 13.7183L8.68998 13.9203L9.68225 15.6437V16.267H12.1388V21.6519H2.25708V16.267H7.37974V15.4591H2.25708V7.78409L5.70333 7.78409V6.97618H2.25708Z", class: "fill-primary" }, null, -1), t("rect", { x: "4.0519", y: "18.0658", width: "6.1275", height: "2.1021", class: "fill-secondary" }, null, -1)], Iv = { render: function(e, n) {
12015
- return r(), a("g", null, mv);
12016
- }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/Viewer2DPolychrome.vue" }, Mv = [t("path", { d: "M0 6.13333L10.7333 10.4896V23L0 18.6437V6.13333Z", class: "fill-primary" }, null, -1), t("path", { d: "M23 6.13333L12.2667 10.4896V23L23 18.6437V6.13333Z", class: "fill-primary" }, null, -1), t("path", { d: "M11.4437 0L1.53333 4.4386L11.4437 8.43333L21.4667 4.21667L11.4437 0Z", class: "fill-secondary" }, null, -1)], _v = { render: function(e, n) {
12017
- return r(), a("g", null, Mv);
11781
+ 16.1135L22.5592 20.1026L21.9323 22.9998L19.2221 21.7991Z` }, Uh = { render: function(e, n) {
11782
+ return r(), a("path", Ph);
11783
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Caliper.vue" }, zh = { d: "M3.91781 5.21572V2.51572H5.71781V5.21572H8.41781V7.01572H5.71781V9.71572H3.91781V7.01572H1.31781V5.21572H3.91781ZM6.61781 10.6157V7.91572H9.31781V5.21572H15.5178L17.1178 7.01572H20.0178C21.0178 7.01572 21.8178 7.81572 21.8178 8.81572V19.5157C21.8178 20.5157 21.0178 21.3157 20.0178 21.3157H5.71781C4.71781 21.3157 3.91781 20.5157 3.91781 19.5157V10.6157H6.61781ZM12.8178 18.6157C15.3178 18.6157 17.3178 16.6157 17.3178 14.1157C17.3178 11.6157 15.3178 9.61572 12.8178 9.61572C10.3178 9.61572 8.31781 11.6157 8.31781 14.1157C8.31781 16.6157 10.4178 18.6157 12.8178 18.6157ZM10.0178 14.1157C10.0178 15.7157 11.3178 17.0157 12.9178 17.0157C14.5178 17.0157 15.8178 15.7157 15.8178 14.1157C15.8178 12.5157 14.5178 11.2157 12.9178 11.2157C11.3178 11.2157 10.0178 12.6157 10.0178 14.1157Z" }, Gh = { render: function(e, n) {
11784
+ return r(), a("path", zh);
11785
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Camera.vue" }, Yh = [t("path", { d: "M1.30957 3.00321L3.1304 4.82404C2.8429 5.20738 2.65124 5.68654 2.65124 6.16571V8.08238V17.6657C2.65124 18.7199 3.51374 19.5824 4.5679 19.5824H17.8887L20.0929 21.7865L21.0512 20.8282L2.2679 2.04488L1.30957 3.00321ZM12.2346 16.7074C9.55124 16.7074 7.4429 14.599 7.4429 11.9157C7.4429 11.149 7.63457 10.3824 8.0179 9.71154L9.35957 11.0532C9.26374 11.3407 9.26374 11.6282 9.26374 11.9157C9.26374 13.6407 10.6054 14.9824 12.3304 14.9824C12.6179 14.9824 12.9054 14.8865 13.1929 14.8865L14.5346 16.2282C13.7679 16.5157 13.0012 16.7074 12.2346 16.7074Z" }, null, -1), t("path", { d: "M19.9012 4.24905H16.8346L15.1096 2.33238H13.9596H9.93457H9.35957L7.63457 4.24905H6.29291L9.83874 7.79488C10.5096 7.41155 11.3721 7.12405 12.2346 7.12405C14.9179 7.12405 17.0262 9.23238 17.0262 11.9157C17.0262 12.7782 16.7387 13.6407 16.3554 14.3115L21.1471 19.1032C21.5304 18.7199 21.8179 18.2407 21.8179 17.6657V8.08238V6.16572C21.8179 5.11155 20.9554 4.24905 19.9012 4.24905Z" }, null, -1), t("path", { d: "M12.2346 8.84904C11.8513 8.84904 11.4679 8.94488 11.0846 9.04071L15.1096 13.0657C15.2054 12.6824 15.3013 12.299 15.3013 11.9157C15.3013 10.1907 13.9596 8.84904 12.2346 8.84904Z" }, null, -1)], Wh = { render: function(e, n) {
11786
+ return r(), a("g", null, Yh);
11787
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/CancelCamera.vue" }, Xh = { d: "M13.7426 8.83955H0.599731V10.9824H13.7426V8.83955ZM13.7426 4.55383H0.599731V6.69669H13.7426V4.55383ZM0.599731 15.2681H9.36164V13.1253H0.599731V15.2681ZM21.9569 10.4467L23.5997 12.0538L15.944 19.5538L11.0045 14.7324L12.6474 13.1253L15.944 16.3395L21.9569 10.4467Z" }, jh = { render: function(e, n) {
11788
+ return r(), a("path", Xh);
11789
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Check.vue" }, Kh = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" }, qh = { render: function(e, n) {
11790
+ return r(), a("path", Kh);
11791
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Chevron.vue" }, Jh = [t("path", { d: "M22.4015 1.01572H9.1015V4.91572H22.4015V1.01572Z" }, null, -1), t("path", { d: "M19.5015 6.81572H9.1015V10.7157H19.5015V6.81572Z" }, null, -1), t("path", { d: "M16.5015 12.6157H9.1015V16.5157H16.5015V12.6157Z" }, null, -1), t("path", { d: "M7.30149 1.01572H3.40149V18.4157H0.901489L3.10149 20.7157L5.30149 23.0157L7.50149 20.7157L9.70149 18.4157H7.30149V1.01572Z" }, null, -1)], Qh = { render: function(e, n) {
11792
+ return r(), a("g", null, Jh);
11793
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ClassificationCategorie.vue" }, eb = [t("path", { d: "M18.0475 5.01572H5.34753V7.61572H18.0475V5.01572Z" }, null, -1), t("path", { d: "M18.0475 10.2157H5.34753V12.8157H18.0475V10.2157Z" }, null, -1), t("path", { d: "M18.0475 15.3157H5.34753V17.9157H18.0475V15.3157Z" }, null, -1), t("path", { d: "M9.14756 0.515717H3.34756H0.747559V3.11572V8.81572H3.34756V3.11572H9.14756V0.515717Z" }, null, -1), t("path", { d: "M20.1475 14.2157V19.9157H14.3475V22.5157H20.1475H22.7475V19.9157V14.2157H20.1475Z" }, null, -1)], nb = { render: function(e, n) {
11794
+ return r(), a("g", null, eb);
11795
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ClassificationElement.vue" }, tb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.94492 4.49546C10.154 4.49546 10.2586 4.28637 10.2586 4.18182V0.313636C10.2586 0.104545 10.0495 0 9.94492 0C9.84037 0 9.52674 0.104545 9.52674 0.313636V4.07727C9.52674 4.39091 9.73583 4.49546 9.94492 4.49546ZM21.4449 17.3545L15.4858 12.5454L9.52674 7.63181L9.63128 15.2636V23L14.1267 17.1455L21.4449 17.3545ZM15.5904 2.3C15.6949 2.40455 15.6949 2.71818 15.5904 2.82273L12.8722 5.54091C12.7676 5.64546 12.454 5.64546 12.3495 5.54091C12.2449 5.43637 12.2449 5.12273 12.3495 5.01818L15.0676 2.3C15.1722 2.19546 15.4858 2.19546 15.5904 2.3ZM7.0177 10.35L4.29951 13.0682C4.19497 13.1727 4.19497 13.4864 4.29951 13.5909C4.40406 13.6955 4.71769 13.6955 4.82224 13.5909L7.54042 10.8727C7.64497 10.7682 7.64497 10.4546 7.54042 10.35C7.33133 10.2455 7.12224 10.2455 7.0177 10.35ZM13.7085 8.2591C13.604 8.2591 13.3949 8.15456 13.3949 7.94546C13.3949 7.73637 13.4994 7.52728 13.7085 7.63183H17.4721C17.5767 7.63183 17.7858 7.73637 17.7858 7.94546C17.7858 8.05001 17.6812 8.2591 17.4721 8.2591H13.7085ZM6.49497 7.94546C6.49497 7.73637 6.28588 7.63183 6.18133 7.63183H2.31315C2.10406 7.52728 1.99951 7.73637 1.99951 7.94546C1.99951 8.15456 2.2086 8.2591 2.31315 8.2591H6.07679C6.28588 8.2591 6.49497 8.15456 6.49497 7.94546ZM4.29951 2.3C4.40406 2.19546 4.71769 2.19546 4.82224 2.3L7.54042 5.01818C7.64497 5.12273 7.64497 5.43637 7.54042 5.54091C7.33133 5.64546 7.12224 5.64546 7.0177 5.54091L4.29951 2.82273C4.19497 2.71818 4.19497 2.50909 4.29951 2.3Z" }, rb = { render: function(e, n) {
11796
+ return r(), a("path", tb);
11797
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Click.vue" }, ob = { d: "M23 2.31643L20.6836 0L11.5 9.18357L2.31643 0L0 2.31643L9.18357 11.5L0 20.6836L2.31643 23L11.5 13.8164L20.6836 23L23 20.6836L13.8164 11.5L23 2.31643Z" }, ab = { render: function(e, n) {
11798
+ return r(), a("path", ob);
11799
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Close.vue" }, lb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.9995 13.7162C22.9995 10.6768 20.5357 8.21286 17.4963 8.21286C17.095 8.21286 16.7041 8.25698 16.3273 8.33851C15.6281 5.83623 13.333 4 10.6077 4C7.32729 4 4.66778 6.65933 4.66778 9.93979C4.66778 10.2037 4.68688 10.463 4.72022 10.7178H4.25039C1.91241 10.7178 -0.000488281 12.6307 -0.000488281 14.9687C-0.000488281 17.3067 1.91241 19.2195 4.25039 19.2195H8.87188H13.9108H18.7488C21.0866 19.2195 22.9995 17.3067 22.9995 14.9687C22.9995 14.7743 22.9817 14.5844 22.9562 14.3968C22.9837 14.1736 22.9995 13.9468 22.9995 13.7162Z" }, ib = { render: function(e, n) {
11800
+ return r(), a("path", lb);
11801
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Cloud.vue" }, sb = { d: "M11.405 0.00179965C5.89928 0.116844 1.7993 3.45312 0.393597 8.51505C-1.01211 13.577 1.7993 17.6035 1.7993 17.6035C1.7993 17.6035 4.025 21.4 8.35926 22.5504C10.9364 23.2407 13.5135 23.3557 16.2078 21.2849C16.2078 21.2849 16.6763 20.9398 16.5592 20.5947C16.4421 20.2495 15.6221 20.3646 15.6221 20.3646H14.2164C13.1621 20.3646 12.2249 19.4442 12.2249 18.4088C12.2249 17.3734 13.1621 16.4531 14.2164 16.4531H18.3163C18.6678 16.4531 20.3078 16.4531 21.1277 15.1876C21.2449 14.9575 21.4792 14.6124 21.5963 14.3823C26.6334 5.29382 16.9106 -0.113244 11.405 0.00179965ZM4.49357 11.5062C3.43929 11.5062 2.50215 10.5858 2.50215 9.55044C2.50215 8.51505 3.43929 7.5947 4.49357 7.5947C5.54785 7.5947 6.48499 8.51505 6.48499 9.55044C6.48499 10.5858 5.54785 11.5062 4.49357 11.5062ZM8.35926 6.44426C7.30498 6.44426 6.36784 5.52391 6.36784 4.48851C6.36784 3.45312 7.30498 2.53276 8.35926 2.53276C9.41354 2.53276 10.3507 3.45312 10.3507 4.48851C10.3507 5.52391 9.53068 6.44426 8.35926 6.44426ZM14.8021 6.32921C13.7478 6.32921 12.8107 5.40886 12.8107 4.37347C12.8107 3.33807 13.7478 2.41772 14.8021 2.41772C15.8564 2.41772 16.7935 3.33807 16.7935 4.37347C16.7935 5.40886 15.8564 6.32921 14.8021 6.32921ZM18.7849 11.5062C17.7306 11.5062 16.7935 10.5858 16.7935 9.55044C16.7935 8.51505 17.7306 7.5947 18.7849 7.5947C19.8392 7.5947 20.7763 8.51505 20.7763 9.55044C20.6592 10.5858 19.8392 11.5062 18.7849 11.5062Z" }, cb = { render: function(e, n) {
11802
+ return r(), a("path", sb);
11803
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Color.vue" }, db = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2 0C0.895431 0 0 0.895431 0 2V14C0 15.1046 0.895431 16 2 16H6.01207L6.01207 22.4845C6.01207 22.9512 6.59476 23.1635 6.89492 22.8061L12.612 16H21C22.1046 16 23 15.1046 23 14V2C23 0.895431 22.1046 0 21 0H2ZM3.6767 5.08725C3.6767 4.53497 4.12442 4.08725 4.6767 4.08725H18.0124C18.5647 4.08725 19.0124 4.53497 19.0124 5.08725V5.6432C19.0124 6.19548 18.5647 6.6432 18.0124 6.6432H4.6767C4.12442 6.6432 3.6767 6.19548 3.6767 5.6432V5.08725ZM4.6767 9.19914C4.12442 9.19914 3.6767 9.64685 3.6767 10.1991V10.7551C3.6767 11.3074 4.12442 11.7551 4.6767 11.7551H14.1785C14.7307 11.7551 15.1785 11.3074 15.1785 10.7551V10.1991C15.1785 9.64685 14.7307 9.19914 14.1785 9.19914H4.6767Z" }, ub = { render: function(e, n) {
11804
+ return r(), a("path", db);
11805
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Comment.vue" }, Cb = { d: "M23 0L0 9.62167V10.8739L8.74 14.26L12.1133 23H13.3656L23 0Z" }, pb = { render: function(e, n) {
11806
+ return r(), a("path", Cb);
11807
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Cursor.vue" }, hb = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18197H11.3399C11.9399 7.18197 12.4308 7.67288 12.4308 8.27288V17.0002C12.4308 17.6002 11.9399 18.0911 11.3399 18.0911H2.61264C2.01264 18.0911 1.52173 17.6002 1.52173 17.0002V8.27288C1.52173 7.67288 2.01264 7.18197 2.61264 7.18197H3.15809V6.09106H4.249V7.18197H9.70355V6.09106H10.7945V7.18197ZM2.61264 17.0002H11.3399V9.90925H2.61264V17.0002ZM6.01196 10.5634H3.26468V13.3107H6.01196V10.5634Z" }, null, -1)], bb = { render: function(e, n) {
11808
+ return r(), a("g", null, hb);
11809
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DateAscending.vue" }, gb = [t("path", { d: "M11.3399 7.18185H10.7945V6.09094H9.70355V7.18185H4.249V6.09094H3.15809V7.18185H2.61264C2.01264 7.18185 1.52173 7.67276 1.52173 8.27276V17C1.52173 17.6 2.01264 18.0909 2.61264 18.0909H11.3399C11.9399 18.0909 12.4308 17.6 12.4308 17V8.27276C12.4308 7.67276 11.9399 7.18185 11.3399 7.18185ZM11.3399 17H2.61264V9.90912H11.3399V17Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.7945 7.18185H11.3399C11.9399 7.18185 12.4308 7.67276 12.4308 8.27276V17C12.4308 17.6 11.9399 18.0909 11.3399 18.0909H2.61264C2.01264 18.0909 1.52173 17.6 1.52173 17V8.27276C1.52173 7.67276 2.01264 7.18185 2.61264 7.18185H3.15809V6.09094H4.249V7.18185H9.70355V6.09094H10.7945V7.18185ZM2.61264 17H11.3399V9.90912H2.61264V17ZM10.6696 13.5819H7.91956V16.3319H10.6696V13.5819Z" }, null, -1)], fb = { render: function(e, n) {
11810
+ return r(), a("g", null, gb);
11811
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DateDescending.vue" }, Lb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.4375 19.8906V4.4375H21.5625V19.8906H1.4375ZM0 4.07812C0 3.48269 0.482693 3 1.07812 3H21.9219C22.5173 3 23 3.48269 23 4.07812V20.25C23 20.8454 22.5173 21.3281 21.9219 21.3281H1.07812C0.482693 21.3281 0 20.8454 0 20.25V4.07812ZM7.54688 8.21094C7.54688 9.50104 6.50104 10.5469 5.21094 10.5469C3.92084 10.5469 2.875 9.50104 2.875 8.21094C2.875 6.92084 3.92084 5.875 5.21094 5.875C6.50104 5.875 7.54688 6.92084 7.54688 8.21094ZM2.875 16.1172V18.4531H20.125V12.8828L15.0938 7.85156L8.80469 14.1406L6.82812 12.1641L2.875 16.1172Z" }, vb = { render: function(e, n) {
11812
+ return r(), a("path", Lb);
11813
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Default.vue" }, mb = { d: "M4.1508 20.7945C4.1508 22.1993 5.33296 23.3486 6.77783 23.3486H17.286C18.7308 23.3486 19.913 22.1993 19.913 20.7945V5.47018H4.1508V20.7945ZM7.38204 11.7021L9.2341 9.90147L12.0319 12.6088L14.8165 9.90147L16.6686 11.7021L13.8839 14.4094L16.6686 17.1167L14.8165 18.9173L12.0319 16.21L9.24724 18.9173L7.39518 17.1167L10.1798 14.4094L7.38204 11.7021ZM16.6292 1.63909L15.3157 0.362061H8.7481L7.43459 1.63909H2.83728V4.19315H21.2265V1.63909H16.6292Z" }, Ib = { render: function(e, n) {
11814
+ return r(), a("path", mb);
11815
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Delete.vue" }, Mb = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z" }, null, -1), t("path", { d: "M10.7275 13.0429C11.4757 11.6116 13.5243 11.6116 14.2725 13.0429L18.4702 21.0735C19.1663 22.4051 18.2003 24 16.6978 24H8.30222C6.79967 24 5.8337 22.4051 6.52977 21.0735L10.7275 13.0429Z", fill: "#FF3D1E" }, null, -1), t("path", { d: "M13.2031 16L13.0581 20.4429H12.0034L11.854 16H13.2031ZM11.8188 21.8184C11.8188 21.6309 11.8833 21.4756 12.0122 21.3525C12.144 21.2266 12.3169 21.1636 12.5308 21.1636C12.7476 21.1636 12.9204 21.2266 13.0493 21.3525C13.1782 21.4756 13.2427 21.6309 13.2427 21.8184C13.2427 22 13.1782 22.1538 13.0493 22.2798C12.9204 22.4058 12.7476 22.4688 12.5308 22.4688C12.3169 22.4688 12.144 22.4058 12.0122 22.2798C11.8833 22.1538 11.8188 22 11.8188 21.8184Z", fill: "white" }, null, -1)], _b = { render: function(e, n) {
11816
+ return r(), a("g", null, Mb);
11817
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DeniedFile.vue" }, yb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.7691 6.1512C21.6937 6.0816 21.5704 6.0816 21.4948 6.1512L12.4466 14.5036L3.43681 6.18704C3.36141 6.11725 3.23794 6.11725 3.16253 6.18704L1.02253 8.16243C0.946918 8.23204 0.946918 8.34601 1.02253 8.41562L12.2989 18.8247C12.373 18.8932 12.4934 18.894 12.569 18.828C12.5923 18.8192 12.614 18.8061 12.6327 18.7889L23.9093 8.37977C23.9847 8.31017 23.9847 8.19619 23.9093 8.12659L21.7691 6.1512Z" }, Hb = { render: function(e, n) {
11818
+ return r(), a("path", yb);
11819
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Deploy.vue" }, Db = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.0537 2.3513C13.0902 0.62498 15.3654 0.0220922 17.1354 1.00471C18.9054 1.98733 19.5 4.18337 18.4634 5.90969L16.1842 9.70566C15.4582 10.9147 14.1248 11.5727 12.7828 11.5209L12.4773 12.0501L9.7249 10.461L9.95854 10.0563C9.13259 8.94749 9.01038 7.41978 9.77444 6.14727L12.0537 2.3513ZM14.1171 8.70055C14.0903 8.18061 13.8088 7.68435 13.3244 7.40465C12.8068 7.1058 12.1909 7.13127 11.7121 7.418C11.7404 7.25105 11.8 7.08589 11.8931 6.93041L13.8155 3.71728C14.2238 3.03482 15.121 2.79704 15.8195 3.1862C16.518 3.57535 16.7532 4.44406 16.3449 5.12652L14.4225 8.33965C14.3391 8.47901 14.2354 8.59983 14.1171 8.70055ZM5.6974 13.3607C6.42334 12.1517 7.7568 11.4937 9.09878 11.5455L9.3791 11.0599L12.1315 12.649L11.923 13.01C12.749 14.1189 12.8712 15.6466 12.1071 16.9191L9.8279 20.7151C8.79136 22.4414 6.5162 23.0443 4.7462 22.0617C2.9762 21.0791 2.38162 18.883 3.41816 17.1567L5.6974 13.3607ZM7.45903 14.7267C7.54241 14.5874 7.64618 14.4665 7.76448 14.3658C7.79126 14.8858 8.07272 15.382 8.55717 15.6617C9.07479 15.9606 9.69066 15.9351 10.1695 15.6484C10.1411 15.8153 10.0815 15.9805 9.98848 16.136L8.06607 19.3491C7.65775 20.0316 6.76051 20.2693 6.06202 19.8802C5.36354 19.491 5.1283 18.6223 5.53662 17.9398L7.45903 14.7267ZM17.7429 16.2934L18.5331 14.9246L14.7161 13.6334L17.7429 16.2934ZM15.9264 17.7095L14.3998 18.1185L14.1404 14.0974L15.9264 17.7095ZM18.5467 12.5879L18.1376 11.0613L14.5255 12.8473L18.5467 12.5879ZM3.85241 8.07499L4.70693 6.7454L7.60365 9.54648L3.85241 8.07499ZM8.13313 5.08147L6.58873 5.4174L8.20076 9.11043L8.13313 5.08147ZM4.0636 11.9528L3.72767 10.4084L7.75663 10.3408L4.0636 11.9528Z" }, Vb = { render: function(e, n) {
11820
+ return r(), a("path", Db);
11821
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Detach.vue" }, Bb = [t("rect", { y: "6.24689", width: "23", height: "17.7429" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.28571 0.989746L0 2.96117L3.28571 4.9326L3.28571 0.989746ZM20.3714 4.9326L23 2.96117L20.3714 0.989746V4.9326Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: `M20.3715
11822
+ 3.6183H2.6286V2.30402H20.3715V3.6183Z` }, null, -1)], kb = { render: function(e, n) {
11823
+ return r(), a("g", null, Bb);
11824
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Distance.vue" }, xb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.05119 2.47105C0.982285 2.39544 0.982285 2.27217 1.05119 2.19676L3.00683 0.0565512C3.07573 -0.0188504 3.18857 -0.0188504 3.25748 0.0565512L13.5625 11.3331C13.5796 11.3518 13.5925 11.3736 13.6012 11.3968C13.6665 11.4724 13.6658 11.5928 13.598 11.667L3.29296 22.9433C3.22406 23.0189 3.11122 23.0189 3.04231 22.9433L1.08668 20.8033C1.01758 20.7279 1.01758 20.6044 1.08668 20.529L9.32003 11.5192L1.05119 2.47105ZM10.2512 2.47105C10.1823 2.39544 10.1823 2.27217 10.2512 2.19676L12.2068 0.0565512C12.2757 -0.0188504 12.3886 -0.0188504 12.4575 0.0565512L22.7625 11.3331C22.7796 11.3518 22.7925 11.3736 22.8012 11.3968C22.8665 11.4724 22.8658 11.5928 22.798 11.667L12.493 22.9433C12.4241 23.0189 12.3112 23.0189 12.2423 22.9433L10.2867 20.8033C10.2176 20.7279 10.2176 20.6044 10.2867 20.529L18.52 11.5192L10.2512 2.47105Z" }, wb = { render: function(e, n) {
11825
+ return r(), a("path", xb);
11826
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DoubleChevron.vue" }, Zb = { d: "M11.8209 21.5107L0.320924 0.0440684L23.3209 0.0440705L11.8209 21.5107Z" }, Sb = { render: function(e, n) {
11827
+ return r(), a("path", Zb);
11828
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Down.vue" }, Ab = { d: "M18.5438 9.77808C17.8921 6.47183 14.9883 3.98975 11.5 3.98975C8.73042 3.98975 6.325 5.56141 5.12708 7.86141C2.2425 8.16808 0 10.6118 0 13.5731C0 16.7452 2.57792 19.3231 5.75 19.3231H18.2083C20.8533 19.3231 23 17.1764 23 14.5314C23 12.0014 21.0354 9.95058 18.5438 9.77808ZM16.2917 12.6147L11.5 17.4064L6.70833 12.6147H9.58333V8.78141H13.4167V12.6147H16.2917Z" }, Tb = { render: function(e, n) {
11829
+ return r(), a("path", Ab);
11830
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Download.vue" }, $b = [t("rect", { x: "7.0011", y: "8.99884", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "7.0011", y: "12.3734", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "10.3756", y: "8.99884", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "10.3756", y: "12.3734", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "13.7502", y: "8.99884", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "13.7502", y: "12.3734", width: "2.24971", height: "2.24971" }, null, -1), t("rect", { x: "11.5002", width: "1.27286", height: "6.36432", transform: "rotate(45 11.5002 0)" }, null, -1), t("rect", { x: "15.9996", y: "4.50104", width: "1.27287", height: "6.36432", transform: "rotate(135 15.9996 4.50104)" }, null, -1), t("rect", { width: "1.22648", height: "6.13242", transform: "matrix(-0.733847 -0.679315 0.733847 -0.679315 11.4996 22.9999)" }, null, -1), t("rect", { width: "1.22648", height: "6.13242", transform: "matrix(0.733847 -0.679315 0.733847 0.679315 7 18.8331)" }, null, -1)], Nb = { render: function(e, n) {
11831
+ return r(), a("g", null, $b);
11832
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Drag.vue" }, Ob = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6263 3.36328C23.1245 3.86155 23.1245 4.66643 22.6263 5.1647L20.2883 7.50271L15.4973 2.71171L17.8353 0.373698C18.3335 -0.124566 19.1384 -0.124566 19.6367 0.373698L22.6263 3.36328ZM0 23.0001V18.2091L14.1303 4.07886L18.9213 8.86987L4.791 23.0001H0Z" }, Rb = { render: function(e, n) {
11833
+ return r(), a("path", Ob);
11834
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Edit.vue" }, Eb = [t("path", { d: "M11.5 8.69377C12.3284 8.69377 13 8.01961 13 7.18798C13 6.35636 12.3284 5.68219 11.5 5.68219C10.6716 5.68219 10 6.35636 10 7.18798C10 8.01961 10.6716 8.69377 11.5 8.69377Z" }, null, -1), t("path", { d: "M11.5 13.0058C12.3284 13.0058 13 12.3316 13 11.5C13 10.6684 12.3284 9.9942 11.5 9.9942C10.6716 9.9942 10 10.6684 10 11.5C10 12.3316 10.6716 13.0058 11.5 13.0058Z" }, null, -1), t("path", { d: "M11.5 17.3179C12.3284 17.3179 13 16.6437 13 15.8121C13 14.9804 12.3284 14.3063 11.5 14.3063C10.6716 14.3063 10 14.9804 10 15.8121C10 16.6437 10.6716 17.3179 11.5 17.3179Z" }, null, -1)], Fb = { render: function(e, n) {
11835
+ return r(), a("g", null, Eb);
11836
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Ellipsis.vue" }, Pb = [t("path", { d: "M12.3356 0.500488H0.447998V12.256L12.3356 0.500488Z" }, null, -1), t("rect", { width: "3.30881", height: "8.73784", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 3.54883 5.89368)" }, null, -1), t("path", { d: "M11.5604 23.5005L23.448 23.5005L23.448 11.7449L11.5604 23.5005Z" }, null, -1), t("rect", { width: "3.30881", height: "8.73784", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 20.3464 18.1073)" }, null, -1)], Ub = { render: function(e, n) {
11837
+ return r(), a("g", null, Pb);
11838
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Expanded.vue" }, zb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.6172 3.34817C11.549 3.12969 11.3438 2.98329 11.115 2.98997C10.8862 2.99664 10.6898 3.15475 10.6345 3.37683L8.79044 10.7763L2.90624 6.97704C2.72176 6.85793 2.48179 6.87012 2.31033 7.00731C2.13888 7.14451 2.07435 7.37596 2.1501 7.58207L5.26103 16.0467L0.350471 17.6681C0.148987 17.7346 0.0096536 17.9188 0.000480396 18.1308C-0.00869285 18.3428 0.114207 18.5384 0.309191 18.6221L6.25703 21.1748C6.51614 21.286 6.81634 21.1661 6.92754 20.907C7.03875 20.6479 6.91885 20.3477 6.65974 20.2365L1.9502 18.2152L6.08239 16.8508C6.21376 16.8074 6.32191 16.7126 6.38206 16.588C6.44222 16.4634 6.44924 16.3197 6.40152 16.1899L3.63531 8.66321L8.83628 12.0213C8.9747 12.1107 9.14775 12.1278 9.30098 12.0672C9.4542 12.0066 9.56876 11.8757 9.6086 11.7159L11.185 5.39037L13.3994 12.4848C13.4458 12.6332 13.5572 12.7525 13.7022 12.8087C13.8471 12.8649 14.0098 12.852 14.1441 12.7736L20.828 8.87298L17.5593 15.8953C17.5019 16.0186 17.4961 16.1597 17.5432 16.2873C17.5902 16.4149 17.6862 16.5185 17.8099 16.575L21.3166 18.1781L17.2541 20.2508C17.0029 20.379 16.9032 20.6865 17.0314 20.9376C17.1595 21.1888 17.467 21.2885 17.7182 21.1604L22.7215 18.6077C22.8959 18.5187 23.0041 18.3377 22.9999 18.1419C22.9957 17.9461 22.8798 17.77 22.7017 17.6886L18.702 15.8601L22.4418 7.82561C22.536 7.62326 22.4878 7.38318 22.3228 7.23283C22.1579 7.08248 21.9144 7.05672 21.7216 7.16922L14.1831 11.5686L11.6172 3.34817ZM11.8626 11.9433C11.8215 11.7198 11.6232 11.5599 11.3961 11.5671C11.169 11.5743 10.9812 11.7465 10.9544 11.9721L10.4943 15.8413L8.33957 14C8.17477 13.8592 7.93398 13.8527 7.76183 13.9844C7.58968 14.1162 7.53301 14.3503 7.62586 14.5462L9.2083 17.8845L6.87485 18.1039C6.67435 18.1227 6.50948 18.2699 6.46815 18.4671C6.42683 18.6642 6.51867 18.8652 6.69472 18.963L8.76033 20.1106L7.67407 21.5523C7.52137 21.755 7.56188 22.0431 7.76456 22.1958C7.96724 22.3485 8.25534 22.308 8.40805 22.1053L9.81204 20.2418C9.89204 20.1357 9.92213 20 9.89454 19.87C9.86696 19.74 9.78441 19.6282 9.6682 19.5637L8.43756 18.88L9.94755 18.738C10.0968 18.724 10.2298 18.638 10.3039 18.5077C10.3781 18.3774 10.384 18.2192 10.3197 18.0837L9.37737 16.0957L10.5505 17.0982C10.6794 17.2084 10.8585 17.2386 11.0163 17.1769C11.1742 17.1151 11.2853 16.9715 11.3053 16.8032L11.5081 15.0984L11.8267 16.832C11.8547 16.9845 11.9578 17.1126 12.1008 17.1726C12.2438 17.2326 12.4075 17.2164 12.536 17.1295L14.5182 15.7891L13.126 18.3413C13.0484 18.4837 13.0515 18.6564 13.1343 18.7959C13.2171 18.9353 13.3672 19.0208 13.5294 19.0208H15.1757L13.7572 19.8494C13.6424 19.9164 13.5623 20.0299 13.5375 20.1604C13.5127 20.291 13.5456 20.4259 13.6279 20.5304L14.5724 21.7301C14.7293 21.9295 15.0182 21.9639 15.2176 21.807C15.417 21.65 15.4514 21.3611 15.2944 21.1617L14.6764 20.3767L17.1052 18.9581C17.2844 18.8534 17.3712 18.6416 17.317 18.4413C17.2628 18.241 17.081 18.1019 16.8735 18.1019H14.3034L16.2302 14.5694C16.3317 14.3833 16.2928 14.1519 16.1359 14.0093C15.9791 13.8668 15.745 13.85 15.5695 13.9687L12.6034 15.9745L11.8626 11.9433Z" }, Gb = { render: function(e, n) {
11839
+ return r(), a("path", zb);
11840
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Explosion.vue" }, Yb = [t("path", { d: "M22.3,15.3l-4.1-2.8h-2.1l3.6,2.6h-4l-1.1,2.5h-3.1h-0.2H8.3l-1.1-2.5h-4l3.6-2.6H4.8l-4.1,2.8 c0,0-0.2,4,1.4,5h9.3h0.2h9.3C22.6,19.3,22.3,15.3,22.3,15.3z" }, null, -1), t("polygon", { points: "16.8,7.6 14.1,5.2 11.4,2.7 8.7,5.2 5.9,7.6 9.2,7.6 9.2,13.1 13.5,13.1 13.5,7.6" }, null, -1)], Wb = { render: function(e, n) {
11841
+ return r(), a("g", null, Yb);
11842
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Export.vue" }, Xb = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.8743 18.5537H5.92538V1.6318H14.0184V6.63481H18.6686V6.30358L18.8743 6.51754V18.5537ZM18.4533 6.07957L16.4743 4.02064L14.5737 2.12235V6.07957H18.4533ZM5.33679 1.04321H14.3261L16.8945 3.60843L19.4629 6.28053V19.1423H5.33679V1.04321Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.84741 0.553833H14.5286L17.2474 3.26923L19.9522 6.08347V19.6316H4.84741V0.553833ZM18.3849 7.12416H13.5291V2.12114H6.41472V18.0643H18.3849V7.12416ZM17.3042 5.59019L16.1249 4.36333L15.063 3.30273V5.59019H17.3042Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0184 17.4473H10.7076V20.1695L9.3833 20.1695L12.3998 23.5538L15.4163 20.1695L14.0184 20.1695V17.4473Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.0162 8.23163C13.5359 7.90501 14.2302 7.98058 14.6665 8.44511L15.8945 9.75273C16.3293 10.2157 16.3635 10.9113 16.0102 11.4107L16.0096 11.4102C15.9597 11.4808 15.902 11.5476 15.8366 11.6092L14.8553 12.5339C14.776 12.6086 14.6898 12.6716 14.5989 12.7228L14.5992 12.7231C14.5055 12.7757 14.4069 12.8158 14.3057 12.8436C13.9524 12.9408 13.5674 12.8868 13.2516 12.6846L13.2526 12.6837L13.2443 12.6783L13.943 12.0259L13.9466 12.0298L15.3488 10.7085L13.6673 8.92294L13.1447 9.42292L12.4913 8.73761L13.0181 8.23359L13.0162 8.23163ZM13.1267 11.1586L12.4033 11.8341L11.7812 11.1686C11.3641 10.7223 11.3179 10.0619 11.63 9.56849L13.1267 11.1586ZM8.72122 11.2988C8.3954 10.7782 8.47097 10.0828 8.93471 9.64576L10.2396 8.41598C10.7018 7.98042 11.3961 7.94601 11.8946 8.29968L11.8943 8.30004C11.9647 8.35001 12.0313 8.40774 12.0928 8.47319L13.0162 9.45663C13.0909 9.53616 13.1537 9.62255 13.2048 9.71363L13.2053 9.71322C13.2847 9.85519 13.3356 10.0085 13.3583 10.1649C13.4033 10.4729 13.3387 10.7931 13.1665 11.0629L13.1658 11.0621L13.1606 11.0702L12.5094 10.3704L12.5131 10.367L11.1938 8.962L9.41138 10.6466L9.9107 11.1702L9.22553 11.8258L8.72216 11.2979L8.72122 11.2988ZM11.6437 11.1881L12.3179 11.9127L11.6531 12.5362C11.2078 12.9539 10.5487 13.0001 10.0562 12.6875L11.6437 11.1881ZM11.784 15.5876C11.2642 15.9142 10.57 15.8386 10.1338 15.3741L8.90577 14.0664C8.47101 13.6035 8.43679 12.9079 8.79001 12.4085L8.79049 12.409C8.84043 12.3383 8.89812 12.2715 8.96355 12.2099L9.94485 11.2852C10.0241 11.2105 10.1102 11.1476 10.201 11.0965L10.2006 11.0961C10.2924 11.0446 10.3888 11.005 10.4878 10.9774C10.843 10.8776 11.2308 10.931 11.5486 11.1345L11.5473 11.1357L11.5552 11.1408L10.8566 11.7931L10.8533 11.7895L9.45126 13.1107L11.133 14.8964L11.6557 14.3963L12.3127 15.0853L11.7862 15.589L11.7151 15.5145L11.784 15.5876ZM11.6729 12.6603L12.3963 11.9849L13.0186 12.6507C13.4356 13.0969 13.4819 13.7573 13.1698 14.2507L11.6729 12.6603ZM15.8647 14.187C16.3285 13.75 16.404 13.0546 16.0782 12.5339L16.0774 12.5347L15.5741 12.0069L14.8891 12.6624L15.3883 13.186L13.606 14.8704L12.2868 13.4655L12.2904 13.4621L11.6392 12.7623L11.6341 12.7703L11.6333 12.7695C11.4871 12.9987 11.4184 13.2642 11.4287 13.5278C11.4363 13.7321 11.4913 13.9353 11.5944 14.1195L11.595 14.1189C11.6461 14.21 11.709 14.2963 11.7836 14.3758L12.707 15.3593C12.7685 15.4247 12.835 15.4824 12.9055 15.5324L12.9048 15.5331C13.4033 15.8868 14.0976 15.8524 14.5598 15.4168L15.8647 14.187ZM12.482 11.9198L13.1562 12.6444L14.7434 11.1452C14.2509 10.8326 13.5918 10.8788 13.1465 11.2965L12.482 11.9198Z" }, null, -1)], jb = { render: function(e, n) {
11843
+ return r(), a("g", null, Xb);
11844
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ExportIfc.vue" }, Kb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 23.0664C17.8513 23.0664 23 17.9177 23 11.5664C23 5.21513 17.8513 0.0664062 11.5 0.0664062C5.14873 0.0664062 0 5.21513 0 11.5664C0 17.9177 5.14873 23.0664 11.5 23.0664ZM16.0918 5.81641L17.25 6.97462L12.6582 11.5664L17.25 16.1582L16.0918 17.3164L11.5 12.7246L6.90821 17.3164L5.75 16.1582L10.3418 11.5664L5.75 6.97462L6.90821 5.81641L11.5 10.4082L16.0918 5.81641Z" }, qb = { render: function(e, n) {
11845
+ return r(), a("path", Kb);
11846
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Failed.vue" }, Jb = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 6.55556H23V4H0V6.55556ZM3.83333 12.9442H19.1679V10.3887H3.83333V12.9442ZM8.94442 19.3336H14.0555V16.778H8.94442V19.3336Z" }, Qb = { render: function(e, n) {
11847
+ return r(), a("path", Jb);
11848
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Filter.vue" }, eg = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.07563 14.7426C5.80119 14.7426 3.15796 12.0993 3.15796 8.8249C3.15796 5.55045 5.80119 2.90723 9.07563 2.90723C12.3501 2.90723 14.9933 5.55045 14.9933 8.8249C14.9933 12.0993 12.3501 14.7426 9.07563 14.7426V14.7426ZM16.966 14.7428H15.9272L15.559 14.3878C16.8477 12.8886 17.6236 10.9424 17.6236 8.82515C17.6236 4.10416 13.7968 0.277405 9.07582 0.277405C4.35484 0.277405 0.528076 4.10416 0.528076 8.82515C0.528076 13.5461 4.35484 17.3729 9.07582 17.3729C11.193 17.3729 13.1393 16.597 14.6384 15.3083L14.9935 15.6765V16.7154L21.5687 23.2774L23.5281 21.318L16.966 14.7428Z" }, null, -1), t("path", { d: "M4.309 11.6279L9.12309 13.831L13.9372 11.6279C14.0188 11.6279 14.1004 11.4648 14.1004 11.3832V6.1611C14.1004 6.0795 14.0188 5.99791 13.9372 5.91632L9.12309 3.71326C9.0415 3.71326 8.9599 3.71326 8.87831 3.71326L5.53292 5.42675C5.45133 5.50834 5.36973 5.58994 5.45133 5.75313C5.53292 5.83472 5.69611 5.91632 5.77771 5.83472L9.20469 4.20283L13.366 6.0795L9.12309 7.87459L4.47219 5.99791C4.3906 5.99791 4.309 5.99791 4.22741 5.99791C4.22741 6.0795 4.14581 6.1611 4.14581 6.24269V11.4648C4.14581 11.5464 4.22741 11.6279 4.309 11.6279ZM4.63538 6.56907L9.0415 8.44575C9.12309 8.44575 9.20469 8.44575 9.20469 8.44575L13.6924 6.56907V11.3016L9.36788 13.2598V9.42489C9.36788 9.2617 9.28628 9.18011 9.12309 9.18011C8.9599 9.18011 8.87831 9.2617 8.87831 9.42489V13.2598L4.63538 11.3016V6.56907Z" }, null, -1)], ng = { render: function(e, n) {
11849
+ return r(), a("g", null, eg);
11850
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/FitView.vue" }, tg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 3H2.29984C1.03451 3 0.0111238 4.03491 0.0111238 5.30024L0 19.1001C0 20.3654 1.03451 21.4003 2.29984 21.4003H20.6998C21.9651 21.4003 23 20.3654 23 19.1001V7.60008C23 6.33515 21.9651 5.30024 20.6998 5.30024H11.5L9.19976 3Z" }, rg = { render: function(e, n) {
11851
+ return r(), a("path", tg);
11852
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Folder.vue" }, og = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29985 18.1002H20.6999V6.60037H2.29985V18.1002ZM20.6998 4.3002H11.4998L9.2 2H2.2998C1.03489 2 0.0115209 3.03529 0.0115209 4.3002L0 18.1002C0 19.3651 1.03489 20.4 2.2998 20.4H20.6998C21.9647 20.4 23 19.3651 23 18.1002V6.6C23 5.33509 21.9647 4.3002 20.6998 4.3002Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.653 16.72L15.0877 13.2854L15.9467 12.4268L15.0877 11.5679L11.653 8.1333L10.7945 8.99185L13.6219 11.8193L7.35999 11.8193L7.35999 12.4266L7.35999 13.034L13.6219 13.034L10.7945 15.8614L11.653 16.72Z" }, null, -1)], ag = { render: function(e, n) {
11853
+ return r(), a("g", null, og);
11854
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/FolderMove.vue" }, lg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29979 19.1002H20.6998V7.60039H2.29979V19.1002ZM20.6998 5.3002H11.4998L9.2 3H2.2998C1.03489 3 0.0115209 4.03529 0.0115209 5.3002L0 19.1002C0 20.3651 1.03489 21.4 2.2998 21.4H20.6998C21.9647 21.4 23 20.3651 23 19.1002V7.6C23 6.33509 21.9647 5.3002 20.6998 5.3002Z" }, ig = { render: function(e, n) {
11855
+ return r(), a("path", lg);
11856
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/FolderOpen.vue" }, sg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 0H4.8995e-05H2.19545H8.05005V2.15625H2.19545V7.90625H0V0ZM20.8045 2.15628L14.95 2.15628V3.05176e-05H23V2.15628V7.90628H20.8045V2.15628ZM4.8995e-05 23H0V15.0938H2.19545V20.8437H8.05005V23H2.19545H4.8995e-05ZM14.95 23L23 23V20.8438V15.0938H20.8045V20.8438H14.95V23Z" }, cg = { render: function(e, n) {
11857
+ return r(), a("path", sg);
11858
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Fullscreen.vue" }, dg = [t("path", { d: "M3.11719 2.52161C3.11719 2.24546 3.34105 2.02161 3.61719 2.02161H7.61719C7.89333 2.02161 8.11719 2.24546 8.11719 2.52161V6.52161C8.11719 6.79775 7.89333 7.02161 7.61719 7.02161H3.61719C3.34105 7.02161 3.11719 6.79775 3.11719 6.52161V2.52161Z" }, null, -1), t("path", { d: "M3.11719 16.4784C3.11719 16.2023 3.34105 15.9784 3.61719 15.9784H7.61719C7.89333 15.9784 8.11719 16.2023 8.11719 16.4784V20.4784C8.11719 20.7545 7.89333 20.9784 7.61719 20.9784H3.61719C3.34105 20.9784 3.11719 20.7545 3.11719 20.4784V16.4784Z" }, null, -1), t("path", { d: "M3.11719 9.5C3.11719 9.22386 3.34105 9 3.61719 9H7.61719C7.89333 9 8.11719 9.22386 8.11719 9.5V13.5C8.11719 13.7761 7.89333 14 7.61719 14H3.61719C3.34105 14 3.11719 13.7761 3.11719 13.5V9.5Z" }, null, -1), t("path", { d: "M9.68536 2.52161C9.68536 2.24546 9.90922 2.02161 10.1854 2.02161H14.1854C14.4615 2.02161 14.6854 2.24546 14.6854 2.52161V6.52161C14.6854 6.79775 14.4615 7.02161 14.1854 7.02161H10.1854C9.90922 7.02161 9.68536 6.79775 9.68536 6.52161V2.52161Z" }, null, -1), t("path", { d: "M9.68536 16.4784C9.68536 16.2023 9.90922 15.9784 10.1854 15.9784H14.1854C14.4615 15.9784 14.6854 16.2023 14.6854 16.4784V20.4784C14.6854 20.7545 14.4615 20.9784 14.1854 20.9784H10.1854C9.90922 20.9784 9.68536 20.7545 9.68536 20.4784V16.4784Z" }, null, -1), t("path", { d: "M9.68536 9.5C9.68536 9.22386 9.90922 9 10.1854 9H14.1854C14.4615 9 14.6854 9.22386 14.6854 9.5V13.5C14.6854 13.7761 14.4615 14 14.1854 14H10.1854C9.90922 14 9.68536 13.7761 9.68536 13.5V9.5Z" }, null, -1), t("path", { d: "M16.2535 2.52161C16.2535 2.24546 16.4774 2.02161 16.7535 2.02161H20.7535C21.0297 2.02161 21.2535 2.24546 21.2535 2.52161V6.52161C21.2535 6.79775 21.0297 7.02161 20.7535 7.02161H16.7535C16.4774 7.02161 16.2535 6.79775 16.2535 6.52161V2.52161Z" }, null, -1), t("path", { d: "M16.2535 16.4784C16.2535 16.2023 16.4774 15.9784 16.7535 15.9784H20.7535C21.0297 15.9784 21.2535 16.2023 21.2535 16.4784V20.4784C21.2535 20.7545 21.0297 20.9784 20.7535 20.9784H16.7535C16.4774 20.9784 16.2535 20.7545 16.2535 20.4784V16.4784Z" }, null, -1), t("path", { d: "M16.2535 9.5C16.2535 9.22386 16.4774 9 16.7535 9H20.7535C21.0297 9 21.2535 9.22386 21.2535 9.5V13.5C21.2535 13.7761 21.0297 14 20.7535 14H16.7535C16.4774 14 16.2535 13.7761 16.2535 13.5V9.5Z" }, null, -1)], ug = { render: function(e, n) {
11859
+ return r(), a("g", null, dg);
11860
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Grid.vue" }, Cg = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.1632 14.0812C5.66865 14.0812 0.688965 15.3332 0.688965 17.8184V19.6869H15.6374V17.8184C15.6374 15.3332 10.6577 14.0812 8.1632 14.0812Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.16302 12.2129C10.2278 12.2129 11.9001 10.5405 11.9001 8.47576C11.9001 6.41103 10.2278 4.73865 8.16302 4.73865C6.09828 4.73865 4.4259 6.41103 4.4259 8.47576C4.4259 10.5405 6.09828 12.2129 8.16302 12.2129Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.2606 13.2593C19.0363 13.2593 20.4745 11.821 20.4745 10.0453C20.4745 8.26967 19.0363 6.83142 17.2606 6.83142C15.4849 6.83142 14.0467 8.26967 14.0467 10.0453C14.0467 11.821 15.4849 13.2593 17.2606 13.2593Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.8334 19.6868H17.2612V17.6154C17.2612 16.5705 16.4671 15.7222 15.3304 15.0718C16.0414 14.9347 16.7195 14.866 17.2613 14.866C19.4066 14.866 23.6891 15.9427 23.6891 18.08V19.6869H10.8334V19.6868Z" }, null, -1)], pg = { render: function(e, n) {
11861
+ return r(), a("g", null, Cg);
11862
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Group.vue" }, hg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.99087 6.78082L0.945206 3.73516L1.68037 3L19.4292 20.6438L18.6941 21.379L16.1735 18.8584C14.7032 19.4886 13.1279 19.8037 11.4475 19.8037C6.30137 19.8037 1.78539 16.653 0 12.032C0.840183 9.93151 2.20548 8.14612 3.99087 6.78082ZM6.19635 12.032C6.19635 14.9726 8.61187 17.2831 11.4475 17.2831C12.2877 17.2831 13.1279 17.0731 13.863 16.653L12.2877 15.0776C11.9726 15.1826 11.7626 15.1826 11.4475 15.1826C9.6621 15.1826 8.2968 13.7123 8.2968 12.032C8.2968 11.7169 8.2968 11.4018 8.40183 11.1918L6.82648 9.61644C6.40639 10.3516 6.19635 11.1918 6.19635 12.032ZM11.4476 4.26048C9.34714 4.26048 7.45673 4.7856 5.77637 5.62578L8.19189 8.0413C9.1371 7.30614 10.1873 6.88605 11.4476 6.88605C14.2832 6.88605 16.6987 9.19656 16.6987 12.1372C16.6987 13.3975 16.2786 14.5527 15.5435 15.3929L18.1691 18.0185C20.3745 16.6532 22.0549 14.5527 23.0001 12.1372C21.1097 7.41117 16.6987 4.26048 11.4476 4.26048ZM11.4475 8.88086C10.8174 8.88086 10.1872 9.0909 9.66211 9.511L14.0731 13.922C14.3881 13.3968 14.7032 12.7667 14.7032 12.1366C14.5982 10.3512 13.1279 8.88086 11.4475 8.88086Z" }, bg = { render: function(e, n) {
11863
+ return r(), a("path", hg);
11864
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Hide.vue" }, gg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.4279 1.14627C14.9692 0.177724 17.0281 0.401832 18.3218 1.77945L21.9637 5.65738C23.253 7.03033 23.3545 9.09327 22.3069 10.5743L22.3051 10.5723C22.157 10.782 21.9859 10.98 21.7919 11.1628L18.8817 13.905C18.6464 14.1267 18.3908 14.3134 18.1213 14.4652L18.1224 14.4663C17.8104 14.6415 17.4799 14.7701 17.1408 14.8522C16.1239 15.1002 15.0293 14.9307 14.1257 14.3521L14.1289 14.3492L14.1044 14.3334L16.1763 12.3987L16.1869 12.41L20.3454 8.49157L15.3586 3.1964L13.809 4.67919L11.8711 2.6468L13.4333 1.15203L13.4279 1.14627ZM13.7555 9.82669L11.6102 11.8298L9.76531 9.85607C8.52837 8.53274 8.39124 6.57409 9.31689 5.11091L13.7555 9.82669ZM0.690849 10.2425C-0.275375 8.69857 -0.0512554 6.63632 1.32401 5.34024L5.19394 1.69313C6.56454 0.401454 8.62364 0.299392 10.1021 1.34822L10.1006 1.34962C10.3096 1.49781 10.507 1.66901 10.6893 1.86309L13.4278 4.77961C13.6492 5.01543 13.8356 5.27159 13.9871 5.54167L13.9885 5.54034C14.2325 5.97628 14.3857 6.44824 14.4491 6.92921C14.5688 7.82737 14.3751 8.75745 13.8735 9.54335L13.8713 9.54092L13.856 9.56456L11.925 7.48933L11.9356 7.47939L8.02331 3.3128L2.73747 8.30833L4.21831 9.8614L2.18633 11.8057L0.693501 10.24L0.690849 10.2425ZM9.35752 9.91441L11.3569 12.0631L9.38551 13.9122C8.06488 15.151 6.11012 15.2882 4.6496 14.3611L9.35752 9.91441ZM9.77347 22.9615C8.23216 23.93 6.17324 23.7059 4.87947 22.3283L1.23761 18.4504C-0.0517673 17.0774 -0.15322 15.0144 0.894438 13.5334L0.896188 13.5353C1.04427 13.3256 1.21537 13.1276 1.40936 12.9448L4.31957 10.2026C4.5547 9.98105 4.81009 9.7945 5.07933 9.64277L5.07808 9.64144C5.39912 9.46112 5.73974 9.33026 6.08911 9.24851C7.0979 9.01064 8.18039 9.18229 9.07548 9.75545L9.07196 9.75876L9.09521 9.77379L7.02345 11.7083L7.01381 11.6981L2.85576 15.616L7.84304 20.9117L9.39298 19.4286L11.3413 21.472L9.78006 22.9659L9.58559 22.7619L9.77347 22.9615ZM9.44428 14.2803L11.5896 12.2772L13.4352 14.2517C14.6721 15.575 14.8092 17.5337 13.8836 18.9969L9.44428 14.2803ZM21.8757 18.8078C23.251 17.5117 23.4751 15.4495 22.5088 13.9055L22.5063 13.9079L21.0138 12.3426L18.9822 14.2865L20.4627 15.8393L15.1772 20.8345L11.265 16.668L11.2756 16.658L9.34443 14.5826L9.32915 14.6063L9.32712 14.6041C8.94205 15.2075 8.73846 15.8958 8.71879 16.5894C8.69813 17.2832 8.86144 17.9825 9.21132 18.6077L9.21348 18.6057C9.36503 18.8758 9.55143 19.132 9.77289 19.3678L12.5114 22.2844C12.6936 22.4784 12.8909 22.6495 13.0999 22.7977L13.0976 22.7998C14.576 23.8487 16.6352 23.7466 18.0058 22.4549L21.8757 18.8078ZM11.8438 12.0842L13.8431 14.2329L18.5502 9.78693C17.0897 8.85986 15.1349 8.9971 13.8143 10.2358L11.8438 12.0842Z" }, fg = { render: function(e, n) {
11865
+ return r(), a("path", gg);
11866
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Ifc.vue" }, Lg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21563 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21563 0 3 0.215625 3 0.479167ZM4.4375 9.82251H18.8125V21.5621H4.4375V9.82251ZM5.06037 4.88621V1.48413H4.2937V4.88621H5.06037ZM5.75516 1.48413H7.81558V2.10705H6.52183V2.87371H7.7437V3.49663H6.52183V4.86226H5.75516V1.48413ZM10.0197 4.93444C10.427 4.93444 10.7385 4.86257 10.8822 4.79069L10.7625 4.16777C10.5947 4.23965 10.3552 4.28757 10.1156 4.28757C9.44474 4.28757 9.03745 3.85632 9.03745 3.18548C9.03745 2.41882 9.51662 2.05944 10.1156 2.05944C10.3791 2.05944 10.5947 2.10736 10.7625 2.17923L10.9302 1.58027C10.7864 1.5084 10.4989 1.43652 10.0916 1.43652C9.08537 1.43652 8.24683 2.0834 8.24683 3.2334C8.24683 4.19173 8.84578 4.93444 10.0197 4.93444ZM20.226 5.75034C20.202 5.65451 20.178 5.58263 20.1301 5.51076L15.4583 0.287842V5.75034H20.226ZM13.1105 11.1157C13.374 11.1157 13.5896 11.2116 13.7573 11.3793C14.012 11.6339 14.2693 11.8886 14.5276 12.1442L14.5276 12.1442L14.5277 12.1443L14.5278 12.1444C15.0468 12.6581 15.5694 13.1753 16.0813 13.7032C16.4646 14.0866 16.4646 14.6376 16.0813 15.0209C15.6669 15.4512 15.242 15.8709 14.8135 16.2941L14.8133 16.2943L14.8133 16.2943L14.8133 16.2943L14.8132 16.2944C14.5976 16.5073 14.3811 16.7211 14.1646 16.9376C13.7573 17.3209 13.2063 17.3209 12.799 16.9376C12.7032 16.8418 12.6792 16.7938 12.799 16.6741C13.2951 16.194 13.7804 15.7033 14.2622 15.2161L14.2624 15.216L14.2625 15.2159C14.502 14.9737 14.7406 14.7325 14.9792 14.4938C15.099 14.3741 15.099 14.3022 14.9792 14.1824C14.7867 13.9899 14.5942 13.8 14.4025 13.6111L14.4024 13.611C14.0218 13.2356 13.6447 12.8638 13.2782 12.4813C13.1584 12.3616 13.0865 12.3376 12.9667 12.4813C12.8876 12.5763 12.7981 12.6607 12.705 12.7485C12.6571 12.7937 12.6083 12.8398 12.5594 12.8886C12.4876 12.9605 12.4396 12.9845 12.3438 12.8886C12.2152 12.7439 12.0757 12.61 11.94 12.4796L11.9399 12.4796C11.8735 12.4157 11.8079 12.3527 11.7448 12.2897C11.649 12.2178 11.673 12.1459 11.7448 12.0741L12.4636 11.3553C12.6553 11.2116 12.8709 11.1157 13.1105 11.1157ZM7.16882 13.8711C7.00111 14.0388 6.90527 14.2544 6.90527 14.494C6.90527 14.7336 6.97715 14.9732 7.21673 15.1888L7.71986 15.6919C7.87778 15.8377 7.95562 15.9095 8.03148 15.9075C8.10522 15.9055 8.17708 15.8336 8.31881 15.6919L8.31882 15.6919C8.36673 15.644 8.42246 15.5961 8.47819 15.5482L8.47821 15.5482C8.61756 15.4284 8.75691 15.3086 8.77402 15.1888C8.77402 15.0549 8.63367 14.9443 8.49189 14.8327L8.49188 14.8327C8.43074 14.7845 8.36934 14.7362 8.31882 14.6857L8.29486 14.6617C8.17507 14.5659 8.19902 14.494 8.29486 14.3982L10.0199 12.6732C10.1396 12.5534 10.1876 12.5294 10.3313 12.6732L12.4876 14.8294C12.5834 14.9492 12.6553 14.9492 12.7511 14.8294C13.1105 14.4221 13.1344 13.8711 12.7511 13.4877L10.8105 11.5471C10.4511 11.1877 9.87611 11.1877 9.51673 11.5471C8.72611 12.3138 7.93548 13.0805 7.16882 13.8711ZM10.3073 20.6987C10.0198 20.6987 9.80422 20.6029 9.61255 20.4352L9.61246 20.4351C8.84582 19.6684 8.07919 18.9018 7.31255 18.1591C6.90526 17.7518 6.90526 17.2008 7.31255 16.7935C7.7287 16.3614 8.15554 15.9399 8.57878 15.522L8.57881 15.522L8.57886 15.5219L8.57903 15.5217L8.57919 15.5216L8.57942 15.5214L8.57958 15.5212C8.78961 15.3138 8.99875 15.1073 9.20526 14.9008C9.61255 14.4935 10.1636 14.5175 10.5709 14.9008C10.6907 15.0206 10.6667 15.0685 10.5709 15.1643C9.85213 15.8831 9.13338 16.6018 8.39067 17.3206C8.27088 17.4404 8.27088 17.5123 8.39067 17.632L10.1157 19.3571C10.2115 19.4529 10.2834 19.4768 10.3792 19.3571L10.8105 18.9258C10.8823 18.8539 10.9303 18.8539 10.9782 18.9258L11.6011 19.5487C11.673 19.6206 11.673 19.6685 11.6011 19.7404C11.3615 19.98 11.1219 20.2196 10.8584 20.4591C10.7386 20.6268 10.523 20.6987 10.3073 20.6987ZM16.4886 17.3207C16.4886 17.5842 16.4167 17.7998 16.2251 17.9676C15.4584 18.7582 14.6678 19.5248 13.8772 20.2915C13.5178 20.6509 12.9667 20.6509 12.6074 20.3155C11.9365 19.6686 11.2657 18.9978 10.6188 18.3269C10.2355 17.9436 10.3074 17.3207 10.7147 16.9613C10.8045 16.8894 10.8404 16.9254 10.8831 16.968L10.8831 16.9681C10.8974 16.9823 10.9123 16.9972 10.9303 17.0092C11.1689 17.2478 11.4102 17.4865 11.6523 17.726L11.6524 17.726L11.6526 17.7262L11.6526 17.7263C12.1397 18.208 12.6305 18.6934 13.1105 19.1894C13.2303 19.3092 13.2782 19.3092 13.398 19.1894C13.973 18.5905 14.548 18.0155 15.147 17.4405C15.2667 17.3207 15.2667 17.2728 15.147 17.1769C15.0521 17.0978 14.9676 17.0083 14.8798 16.9152L14.8798 16.9152C14.8346 16.8673 14.7885 16.8185 14.7397 16.7696C14.6438 16.6978 14.6199 16.6259 14.7397 16.554C14.9553 16.3623 15.147 16.1707 15.3386 15.9551C15.4105 15.8832 15.4584 15.8592 15.5542 15.9551L15.5543 15.9551L15.5543 15.9551C15.7939 16.1947 16.0334 16.4342 16.273 16.6978C16.4167 16.8655 16.4886 17.0811 16.4886 17.3207ZM14.3564 14.7815C14.1647 14.5898 13.9251 14.47 13.5418 14.446C13.398 14.446 13.1584 14.5419 12.9907 14.7096C12.6074 15.069 12.248 15.4283 11.8886 15.7877C11.7928 15.8835 11.8168 15.9315 11.8886 16.0033C12.0333 16.132 12.1673 16.2714 12.2976 16.4071L12.2977 16.4071L12.2977 16.4071C12.3616 16.4737 12.4246 16.5393 12.4876 16.6023C12.5595 16.6742 12.6074 16.6981 12.7032 16.6023L14.3564 14.9492C14.4043 14.9013 14.4282 14.8533 14.3564 14.7815ZM13.1584 17.848C13.1584 18.1355 13.0386 18.3751 12.823 18.5667C12.7511 18.6386 12.7032 18.6386 12.6553 18.5667L12.6553 18.5667C12.1042 18.0157 11.5532 17.4647 10.9782 16.9136C10.9063 16.8417 10.9063 16.7938 10.9782 16.7459C11.1938 16.5542 11.4095 16.3386 11.6011 16.123C11.673 16.0511 11.7209 16.0511 11.7928 16.123C12.0315 16.3777 12.2809 16.6217 12.5337 16.8693L12.5337 16.8693L12.534 16.8696C12.6617 16.9946 12.7903 17.1205 12.9188 17.249C13.0866 17.3928 13.1584 17.6084 13.1584 17.848ZM10.7402 13.269C10.7219 13.2452 10.7002 13.2169 10.6668 13.2002C10.6189 13.2242 10.5949 13.2481 10.5709 13.296C10.1636 13.6554 10.1157 14.2304 10.4991 14.6377C10.6787 14.8294 10.8644 15.009 11.0501 15.1887C11.2358 15.3684 11.4215 15.5481 11.6011 15.7398C11.673 15.8117 11.7209 15.8117 11.7928 15.7398C11.8558 15.6768 11.9189 15.6111 11.9827 15.5446L11.9827 15.5446C12.1131 15.4089 12.2471 15.2695 12.3918 15.1408C12.4636 15.045 12.4636 14.9971 12.3918 14.9252L10.7626 13.296C10.7553 13.2888 10.7481 13.2793 10.7402 13.269ZM9.78022 17.3688C9.49272 17.3688 9.25314 17.2491 9.06147 17.0334C8.9896 16.9616 8.9896 16.9136 9.06147 16.8657L10.7146 15.2126C10.7865 15.1407 10.8344 15.1407 10.9063 15.2126C11.0332 15.3554 11.1707 15.4878 11.3117 15.6235C11.3836 15.6927 11.4564 15.7627 11.5292 15.8355C11.6011 15.9074 11.6011 15.9313 11.5292 16.0032L10.3792 17.1532C10.2115 17.297 9.99585 17.3688 9.78022 17.3688Z" }, vg = { render: function(e, n) {
11867
+ return r(), a("path", Lg);
11868
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/IfcFile.vue" }, mg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.8998 13.6346L6.68806 8.51539L9.94558 8.51539L9.94558 2.85382L13.8541 2.85382V8.51539L17.1116 8.51539L11.8998 13.6346ZM1.06519 15.8128L5.86457 12.5658L7.81884 12.8583L3.45051 15.8128H6.46811C6.89919 15.8128 7.53145 16.2516 7.81884 17.4217C8.04875 18.3578 8.98756 18.7284 9.42822 18.7966H11.8998L11.8998 18.7966H14.3713C14.812 18.7284 15.7508 18.3578 15.9807 17.4217C16.2681 16.2516 16.9004 15.8128 17.3314 15.8128H20.349L15.9807 12.8583L17.935 12.5658L22.7344 15.8128C23.108 16.0079 23.723 16.8776 23.1942 18.7966C22.5332 21.1954 21.2974 21.2539 20.8951 21.2539H11.8998L11.8998 21.2538H2.90447C2.50213 21.2538 1.26636 21.1953 0.605363 18.7966C0.0765659 16.8776 0.691582 16.0078 1.06519 15.8128Z" }, Ig = { render: function(e, n) {
11869
+ return r(), a("path", mg);
11870
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Import.vue" }, Mg = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.9932 20.4443L17.9932 1.39685L19.9351 1.39685L19.9351 20.4443L17.9932 20.4443Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.3563 17.3742C21.3372 17.3539 21.306 17.3539 21.2868 17.3742L18.9951 19.8103L16.713 17.3847C16.6939 17.3643 16.6627 17.3643 16.6436 17.3847L16.1015 17.9608C16.0824 17.9811 16.0824 18.0144 16.1015 18.0347L18.9577 21.0707C18.9764 21.0906 19.0069 21.0909 19.0261 21.0716C19.032 21.0691 19.0375 21.0653 19.0422 21.0602L21.8984 18.0242C21.9175 18.0039 21.9175 17.9707 21.8984 17.9504L21.3563 17.3742Z" }, null, -1), t("path", { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" }, null, -1)], _g = { render: function(e, n) {
11871
+ return r(), a("g", null, Mg);
11872
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/IndexAscending.vue" }, yg = [t("g", { "clip-path": "url(#clip0_3035_480)" }, [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.0067 2.56714V21.6146H18.0648V2.56714H20.0067Z" }), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.6436 5.63724C16.6627 5.65754 16.6939 5.65754 16.713 5.63724L19.0048 3.20114L21.2868 5.62679C21.3059 5.64714 21.3372 5.64714 21.3563 5.62679L21.8983 5.05063C21.9175 5.03033 21.9175 4.99709 21.8983 4.97679L19.0422 1.94079C19.0234 1.92083 18.9929 1.92061 18.9738 1.93985C18.9679 1.9424 18.9624 1.94622 18.9577 1.95125L16.1015 4.98724C16.0824 5.00754 16.0824 5.04078 16.1015 5.06108L16.6436 5.63724Z" }), t("path", { d: "M2.8938 18.5909L5.23755 4.37219H7.17114L4.83716 18.5909H2.8938ZM6.40942 18.5909L8.75317 4.37219H10.6965L8.35278 18.5909H6.40942ZM12.2786 10.2218H2.11255V8.43469H12.2786V10.2218ZM11.5364 14.587H1.38013V12.7999H11.5364V14.587Z" })], -1)], Hg = { render: function(e, n) {
11873
+ return r(), a("g", null, yg);
11874
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/IndexDescending.vue" }, Dg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 11.5C0 17.8424 5.15936 23 11.5 23C17.8406 23 23 17.8424 23 11.5C23 5.15936 17.8406 0 11.5 0C5.15936 0 0 5.15936 0 11.5ZM1.70953 11.5C1.70953 6.10131 6.10131 1.70953 11.5 1.70953C16.8987 1.70953 21.2905 6.10131 21.2905 11.5C21.2905 16.8987 16.8987 21.2905 11.5 21.2905C6.10131 21.2905 1.70953 16.8987 1.70953 11.5ZM10.8029 14.3193L10.5157 4.4775H12.4834L12.1962 14.3193H10.8029ZM10.2901 17.2508C10.2901 16.5123 10.8029 15.9789 11.5004 15.9789C12.2372 15.9789 12.7091 16.5123 12.7091 17.2508C12.7091 17.9688 12.2372 18.5209 11.5004 18.5209C10.7824 18.5209 10.2901 17.9688 10.2901 17.2508Z" }, Vg = { render: function(e, n) {
11875
+ return r(), a("path", Dg);
11876
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Information.vue" }, Bg = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" }, null, -1), t("circle", { cx: "13", cy: "18", r: "6", fill: "#D8D8D8" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11 15V17H11.0033L11 17.0033L12.3333 18.3333L11 19.6667L11.0033 19.67H11V21.6667H15V19.67H14.9967L15 19.6667L13.6667 18.3333L15 17.0033L14.9967 17H15V15H11ZM14.3333 19.8333V21H11.6667V19.8333L13 18.5L14.3333 19.8333ZM11.6667 16.8333V15.6667H14.3333V16.8333L13 18.1667L11.6667 16.8333ZM13.0002 19.6667L12.0002 20.6667H14.0002L13.0002 19.6667ZM13.9999 16.8333L12.9999 17.8333L11.9999 16.8333L13.9999 16.8333Z", fill: "#2F374A" }, null, -1)], kg = { render: function(e, n) {
11877
+ return r(), a("g", null, Bg);
11878
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/InProgressFile.vue" }, xg = { d: "M11.5 1.5C5.98 1.5 1.5 5.98 1.5 11.5C1.5 17.02 5.98 21.5 11.5 21.5C17.02 21.5 21.5 17.02 21.5 11.5C21.5 5.98 17.02 1.5 11.5 1.5ZM15.11 7.84C16.18 7.84 17.04 8.7 17.04 9.77C17.04 10.84 16.18 11.7 15.11 11.7C14.04 11.7 13.18 10.84 13.18 9.77C13.17 8.7 14.04 7.84 15.11 7.84ZM9.11 6.26C10.41 6.26 11.47 7.32 11.47 8.62C11.47 9.92 10.41 10.98 9.11 10.98C7.81 10.98 6.75 9.92 6.75 8.62C6.75 7.31 7.8 6.26 9.11 6.26ZM9.11 15.39V19.14C6.71 18.39 4.81 16.54 3.97 14.18C5.02 13.06 7.64 12.49 9.11 12.49C9.64 12.49 10.31 12.57 11.01 12.71C9.37 13.58 9.11 14.73 9.11 15.39ZM11.5 19.5C11.23 19.5 10.97 19.49 10.71 19.46V15.39C10.71 13.97 13.65 13.26 15.11 13.26C16.18 13.26 18.03 13.65 18.95 14.41C17.78 17.38 14.89 19.5 11.5 19.5Z" }, wg = { render: function(e, n) {
11879
+ return r(), a("path", xg);
11880
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Invitation.vue" }, Zg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.3904 17.581L4.92852 14.6238C4.819 14.6238 4.70947 14.5143 4.70947 14.4048V7.39524C4.70947 7.34048 4.73685 7.28571 4.76423 7.23095C4.79162 7.17619 4.819 7.12143 4.819 7.06667H5.14757L11.3904 9.58571L17.0857 7.17619L11.4999 4.65714L6.89995 6.84762C6.79042 6.95714 6.57138 6.84762 6.46185 6.73809C6.35233 6.51905 6.46185 6.40952 6.57138 6.3L11.0619 4H11.3904L17.8523 6.95714C17.9619 7.06667 18.0714 7.17619 18.0714 7.28571V14.2952C18.0714 14.4048 17.9619 14.6238 17.8523 14.6238L11.3904 17.581ZM11.2809 10.3524L5.36662 7.83333V14.1857L11.0619 16.8143V11.6667C11.0619 11.4476 11.1714 11.3381 11.3904 11.3381C11.6095 11.3381 11.719 11.4476 11.719 11.6667V16.8143L17.5238 14.1857V7.83333L11.4999 10.3524H11.2809ZM18.9476 14.4001V9.58105C21.4667 10.7858 23 12.5382 23 14.5096C23 18.1239 17.8524 20.9715 11.5 20.9715C5.14762 20.9715 0 18.1239 0 14.5096C0 12.5382 1.53333 10.7858 4.05238 9.58105V14.4001C4.05238 14.7287 4.27143 15.1668 4.6 15.2763L10.9524 18.2334H11.0619H11.281H11.5H11.6095L18.4 15.2763C18.7286 15.1668 18.9476 14.8382 18.9476 14.4001Z" }, Sg = { render: function(e, n) {
11881
+ return r(), a("path", Zg);
11882
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Isolate.vue" }, Ag = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.0178 10.0262C19.0178 12.9638 16.6364 15.3452 13.6988 15.3452C13.0611 15.3452 12.4495 15.233 11.8829 15.0272L10.9023 16.0078H9.00661V17.8483H7.12931V19.7072H3.98207L3.98206 16.5967L8.7106 11.8769C8.49667 11.3005 8.37977 10.677 8.37977 10.0262C8.37977 7.08856 10.7612 4.70715 13.6988 4.70715C16.6364 4.70715 19.0178 7.08856 19.0178 10.0262ZM16.6431 8.77465C16.6431 9.67924 15.9098 10.4125 15.0052 10.4125C14.1006 10.4125 13.3673 9.67924 13.3673 8.77465C13.3673 7.87007 14.1006 7.13675 15.0052 7.13675C15.9098 7.13675 16.6431 7.87007 16.6431 8.77465Z" }, Tg = { render: function(e, n) {
11883
+ return r(), a("path", Ag);
11884
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Key.vue" }, $g = { d: "M0.481203 11.7773L21.9479 0.277346L21.9479 23.2773L0.481203 11.7773Z" }, Ng = { render: function(e, n) {
11885
+ return r(), a("path", $g);
11886
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Left.vue" }, Og = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3 0.479167V22.5208C3 22.7844 3.21562 23 3.47917 23H19.7708C20.0344 23 20.25 22.7844 20.25 22.5208V6.70833H14.9792C14.7156 6.70833 14.5 6.49271 14.5 6.22917V0H3.47917C3.21562 0 3 0.215625 3 0.479167ZM20.2257 5.75036C20.2017 5.65452 20.1778 5.58265 20.1299 5.51077L15.458 0.287855V5.75036H20.2257ZM15.1622 15.8675C16.4073 15.859 17.4235 14.8428 17.4321 13.5977C17.4406 12.3526 16.4382 11.3502 15.1931 11.3587L14.0318 11.3667C13.7931 11.3683 13.5983 11.5632 13.5966 11.8019C13.595 12.0406 13.7872 12.2327 14.0259 12.2311L15.1872 12.2231C15.9549 12.2179 16.5729 12.8359 16.5677 13.6036C16.5624 14.3713 15.9358 14.9979 15.1681 15.0031L12.8455 15.0191C12.0833 15.0243 11.4686 14.415 11.465 13.6549C11.4706 13.5382 11.4293 13.4203 11.3408 13.3319C11.1729 13.164 10.8988 13.1658 10.7286 13.336C10.6357 13.429 10.5929 13.5529 10.6006 13.6736C10.6077 14.9051 11.6042 15.8919 12.8396 15.8835L15.1622 15.8675ZM8.73734 11.4119C7.49227 11.4204 6.47603 12.4367 6.4675 13.6817C6.45897 14.9268 7.46138 15.9292 8.70646 15.9207L9.86777 15.9127C10.1065 15.9111 10.3013 15.7163 10.3029 15.4776C10.3046 15.2389 10.1124 15.0467 9.8737 15.0483L8.71238 15.0563C7.9447 15.0615 7.32664 14.4435 7.3319 13.6758C7.33715 12.9081 7.96374 12.2815 8.73142 12.2763L11.0541 12.2604C11.8163 12.2551 12.431 12.8644 12.4346 13.6245C12.429 13.7412 12.4703 13.8591 12.5588 13.9476C12.7267 14.1155 13.0007 14.1136 13.1709 13.9434C13.2639 13.8504 13.3066 13.7265 13.299 13.6059C13.2918 12.3743 12.2954 11.3875 11.06 11.396L8.73734 11.4119Z" }, Rg = { render: function(e, n) {
11887
+ return r(), a("path", Og);
11888
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/LinkedDocument.vue" }, Eg = [t("path", { d: "M19.1537 13.26C19.1537 12.9839 18.9298 12.76 18.6537 12.76H8.56629C8.29015 12.76 8.06629 12.9839 8.06629 13.26V14.3701C8.06629 14.6462 8.29015 14.8701 8.56629 14.8701H18.6537C18.9298 14.8701 19.1537 14.6462 19.1537 14.3701V13.26Z" }, null, -1), t("path", { d: "M19.1537 17.8898C19.1537 17.6137 18.9298 17.3898 18.6537 17.3898H8.56629C8.29015 17.3898 8.06629 17.6137 8.06629 17.8898V18.9999C8.06629 19.276 8.29015 19.4999 8.56629 19.4999H18.6537C18.9298 19.4999 19.1537 19.276 19.1537 18.9999V17.8898Z" }, null, -1), t("path", { d: "M19.1537 8.62994C19.1537 8.3538 18.9298 8.12994 18.6537 8.12994H8.56629C8.29015 8.12994 8.06629 8.3538 8.06629 8.62994V9.74C8.06629 10.0161 8.29015 10.24 8.56629 10.24H18.6537C18.9298 10.24 19.1537 10.0161 19.1537 9.74V8.62994Z" }, null, -1), t("path", { d: "M19.1537 4C19.1537 3.72386 18.9298 3.5 18.6537 3.5H8.56629C8.29015 3.5 8.06629 3.72386 8.06629 4V5.11006C8.06629 5.3862 8.29015 5.61006 8.56629 5.61006H18.6537C18.9298 5.61006 19.1537 5.3862 19.1537 5.11006V4Z" }, null, -1), t("path", { d: "M3.84619 13.26C3.84619 12.9839 4.07005 12.76 4.34619 12.76H5.45625C5.73239 12.76 5.95625 12.9839 5.95625 13.26V14.3701C5.95625 14.6462 5.73239 14.8701 5.45625 14.8701H4.34619C4.07005 14.8701 3.84619 14.6462 3.84619 14.3701V13.26Z" }, null, -1), t("path", { d: "M3.84619 17.8898C3.84619 17.6137 4.07005 17.3898 4.34619 17.3898H5.45625C5.73239 17.3898 5.95625 17.6137 5.95625 17.8898V18.9999C5.95625 19.276 5.73239 19.4999 5.45625 19.4999H4.34619C4.07005 19.4999 3.84619 19.276 3.84619 18.9999V17.8898Z" }, null, -1), t("path", { d: "M3.84619 8.62994C3.84619 8.3538 4.07005 8.12994 4.34619 8.12994H5.45625C5.73239 8.12994 5.95625 8.3538 5.95625 8.62994V9.74C5.95625 10.0161 5.73239 10.24 5.45625 10.24H4.34619C4.07005 10.24 3.84619 10.0161 3.84619 9.74V8.62994Z" }, null, -1), t("path", { d: "M3.84619 4C3.84619 3.72386 4.07005 3.5 4.34619 3.5H5.45625C5.73239 3.5 5.95625 3.72386 5.95625 4V5.11006C5.95625 5.3862 5.73239 5.61006 5.45625 5.61006H4.34619C4.07005 5.61006 3.84619 5.3862 3.84619 5.11006V4Z" }, null, -1)], Fg = { render: function(e, n) {
11889
+ return r(), a("g", null, Eg);
11890
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/List.vue" }, Pg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.82965 16.6538L5.82965 0.553833H8.12965L8.12965 16.6538H11.9593L6.97965 23.5538L2 16.6538H5.82965ZM16.1796 0.553833L21.1593 7.45383L17.3296 7.45383V23.5538H15.0296V7.45383L11.2 7.45383L16.1796 0.553833Z" }, Ug = { render: function(e, n) {
11891
+ return r(), a("path", Pg);
11892
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ListManage.vue" }, zg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4 8.05C4 3.5995 7.5995 0 12.05 0C16.5005 0 20.1 3.5995 20.1 8.05C20.1 14.0875 12.05 23 12.05 23C12.05 23 4 14.0875 4 8.05ZM9.17501 8.05011C9.17501 9.63711 10.463 10.9251 12.05 10.9251C13.637 10.9251 14.925 9.63711 14.925 8.05011C14.925 6.46311 13.637 5.17511 12.05 5.17511C10.463 5.17511 9.17501 6.46311 9.17501 8.05011Z" }, Gg = { render: function(e, n) {
11893
+ return r(), a("path", zg);
11894
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Location.vue" }, Yg = { d: "M18.3333 7.66667H17.2381V5.47619C17.2381 2.45333 14.7848 0 11.7619 0C8.73905 0 6.28571 2.45333 6.28571 5.47619V7.66667H5.19048C3.98571 7.66667 3 8.65238 3 9.85714V20.8095C3 22.0143 3.98571 23 5.19048 23H18.3333C19.5381 23 20.5238 22.0143 20.5238 20.8095V9.85714C20.5238 8.65238 19.5381 7.66667 18.3333 7.66667ZM11.7619 17.5238C10.5571 17.5238 9.57143 16.5381 9.57143 15.3333C9.57143 14.1286 10.5571 13.1429 11.7619 13.1429C12.9667 13.1429 13.9524 14.1286 13.9524 15.3333C13.9524 16.5381 12.9667 17.5238 11.7619 17.5238ZM15.1571 7.66667H8.36667V5.47619C8.36667 3.60333 9.88905 2.08095 11.7619 2.08095C13.6348 2.08095 15.1571 3.60333 15.1571 5.47619V7.66667Z" }, Wg = { render: function(e, n) {
11895
+ return r(), a("path", Yg);
11896
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Lock.vue" }, Xg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18.6434 4.08305L16.9078 5.8186C18.8389 7.37083 20.0734 9.75416 20.0734 12.4308C20.0734 17.1608 16.2478 20.9864 11.5178 20.9864C6.78782 20.9864 2.96227 17.1608 2.96227 12.4308C2.96227 9.75416 4.19671 7.37083 6.1156 5.80638L4.39227 4.08305C2.02116 6.09972 0.517822 9.08194 0.517822 12.4308C0.517822 18.5053 5.44338 23.4308 11.5178 23.4308C17.5923 23.4308 22.5178 18.5053 22.5178 12.4308C22.5178 9.08194 21.0133 6.09972 18.6434 4.08305ZM10.2956 13.6531H12.74V1.43085H10.2956V13.6531Z" }, jg = { render: function(e, n) {
11897
+ return r(), a("path", Xg);
11898
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Logout.vue" }, Kg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.7717 0.241397L16.4534 1.55968L17.4627 2.56896C17.5803 2.68652 17.5803 2.87926 17.4627 2.99714L16.7515 3.708C16.634 3.82589 16.4412 3.82589 16.3234 3.708L15.3144 2.69873L14.4963 3.51656L16.4711 5.49142C16.589 5.60931 16.589 5.80204 16.4711 5.9196L15.7603 6.63046C15.6427 6.74835 15.4496 6.74835 15.3321 6.63046L13.3572 4.65592L12.5693 5.44388L13.5786 6.45283C13.6961 6.57072 13.6961 6.76345 13.5786 6.88102L12.8677 7.59188C12.7498 7.70976 12.5571 7.70976 12.4395 7.59188L11.4303 6.58292L10.5588 7.45439L12.5336 9.42926C12.6515 9.54682 12.6515 9.73955 12.5336 9.85712L11.8225 10.568C11.7049 10.6859 11.5122 10.6859 11.3946 10.568L9.41976 8.59312L8.59969 9.41352L9.60896 10.4225C9.72684 10.5404 9.72684 10.7331 9.60896 10.8507L8.8981 11.5618C8.78022 11.6794 8.58749 11.6794 8.46992 11.5618L7.46066 10.5526L6.65344 11.3598L8.62828 13.3346C8.74585 13.4522 8.74585 13.6449 8.62828 13.7625L7.91711 14.4737C7.79954 14.5913 7.60681 14.5913 7.48925 14.4737L5.51441 12.4988L4.71554 13.2977L5.7248 14.3067C5.84269 14.4245 5.84269 14.617 5.7248 14.7348L5.01395 15.4457C4.89607 15.5636 4.70334 15.5636 4.58577 15.4457L3.57651 14.4364L2.72496 15.288L4.6998 17.2628C4.81737 17.3807 4.81737 17.5735 4.6998 17.691L3.98895 18.4022C3.87106 18.5198 3.67833 18.5198 3.56077 18.4022L1.58593 16.4274L0.241635 17.7717C-0.0805451 18.0935 -0.0805451 18.6203 0.241635 18.9422L4.05769 22.7586C4.37987 23.0805 4.90634 23.0805 5.22852 22.7586L22.7586 5.22834C23.0805 4.90615 23.0805 4.37968 22.7586 4.05749L18.9422 0.241397C18.6204 -0.0804656 18.0936 -0.0804656 17.7717 0.241397Z" }, qg = { render: function(e, n) {
11899
+ return r(), a("path", Kg);
11900
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Measure.vue" }, Jg = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0.0178223 13.2484H23.0178V9.9584H0.0178223V13.2484Z" }, Qg = { render: function(e, n) {
11901
+ return r(), a("path", Jg);
11902
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Minus.vue" }, ef = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M22.6758 5.03818L11.7623 0.0529037C11.607 -0.0183966 11.4265 -0.0172466 11.2712 0.0540537L3.22117 3.79272C2.93826 3.92497 2.81981 4.25157 2.95666 4.52413C3.09236 4.79668 3.43277 4.91168 3.71452 4.77943L11.5208 1.15461L21.0739 5.51773L11.4633 9.6175L0.795804 5.14398C0.619853 5.07038 0.417452 5.08648 0.257601 5.18768C0.0966005 5.28888 0 5.46138 0 5.64653V17.5042C0 17.717 0.127651 17.9102 0.327752 18.001L11.277 22.9484C11.2793 22.9495 11.2827 22.9495 11.285 22.9507C11.2977 22.9564 11.3115 22.9622 11.3241 22.9668C11.3299 22.9679 11.3356 22.9702 11.3402 22.9725C11.3552 22.9771 11.369 22.9806 11.3851 22.984C11.3897 22.9852 11.3931 22.9863 11.3989 22.9875C11.415 22.9909 11.4299 22.9932 11.446 22.9955L11.4587 22.9967C11.4782 22.999 11.4978 23.0001 11.5185 23.0001C11.5392 23.0001 11.5587 22.999 11.5794 22.9967C11.5829 22.9967 11.5863 22.9955 11.5909 22.9955C11.607 22.9932 11.6231 22.9909 11.6392 22.9875C11.6438 22.9863 11.6484 22.9852 11.653 22.984C11.668 22.9806 11.6829 22.9771 11.6967 22.9725C11.7025 22.9702 11.7071 22.9679 11.7128 22.9668C11.7266 22.961 11.7404 22.9564 11.7531 22.9507C11.7554 22.9495 11.7577 22.9495 11.76 22.9484L22.6747 17.9999C22.8736 17.9102 23.0001 17.717 23.0001 17.5042V5.53268C23.0001 5.32108 22.8736 5.12903 22.6758 5.03818ZM21.8637 17.1569L12.0863 21.5902V12.9444C12.0863 12.642 11.8322 12.397 11.5182 12.397C11.2043 12.397 10.9501 12.642 10.9501 12.9444V21.5913L1.13713 17.1569V6.48138L11.2388 10.718C11.3848 10.779 11.5504 10.779 11.6953 10.7169L21.8637 6.37903V17.1569Z" }, nf = { render: function(e, n) {
11903
+ return r(), a("path", ef);
11904
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Model3d.vue" }, tf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0002 5.24957C14.0002 6.6303 12.8809 7.7496 11.5001 7.7496C10.1194 7.7496 9.00009 6.6303 9.00009 5.24957C9.00009 3.86884 10.1194 2.74954 11.5001 2.74954C12.8809 2.74954 14.0002 3.86884 14.0002 5.24957ZM15.4247 7.45313C14.6534 8.82378 13.1849 9.74962 11.5001 9.74962C9.01481 9.74962 7.00007 7.73488 7.00007 5.24957C7.00007 2.76426 9.01481 0.749512 11.5001 0.749512C13.9854 0.749512 16.0002 2.76426 16.0002 5.24957C16.0002 5.31734 15.9987 5.38477 15.9957 5.45181C18.3978 6.83951 20.099 9.30513 20.4381 12.1875C21.9533 12.9117 23 14.4586 23 16.25C23 18.7353 20.9852 20.75 18.4999 20.75C16.0146 20.75 13.9999 18.7353 13.9999 16.25C13.9999 13.8183 15.9285 11.8371 18.3396 11.7527C17.9513 9.97155 16.885 8.44368 15.4247 7.45313ZM7.00009 16.25C7.00009 17.6307 5.88079 18.75 4.50006 18.75C3.11933 18.75 2.00003 17.6307 2.00003 16.25C2.00003 14.8692 3.11933 13.7499 4.50006 13.7499C5.88079 13.7499 7.00009 14.8692 7.00009 16.25ZM9.00011 16.25C9.00011 18.7353 6.98537 20.75 4.50006 20.75C2.01474 20.75 0 18.7353 0 16.25C0 14.4585 1.0468 12.9116 2.56208 12.1874C2.90121 9.30518 4.60227 6.83967 7.00417 5.45195C7.03624 6.17683 7.2398 6.85713 7.57526 7.45328C6.11501 8.44384 5.04879 9.97164 4.66057 11.7527C7.07154 11.8372 9.00011 13.8184 9.00011 16.25ZM18.4999 18.75C19.8807 18.75 21 17.6307 21 16.25C21 14.8692 19.8807 13.7499 18.4999 13.7499C17.1192 13.7499 15.9999 14.8692 15.9999 16.25C15.9999 17.6307 17.1192 18.75 18.4999 18.75ZM15.1323 19.2356C15.6087 19.7726 16.2116 20.1948 16.8942 20.4556C15.391 21.5828 13.5235 22.2505 11.5001 22.2505C9.47656 22.2505 7.60903 21.5827 6.10581 20.4555C6.78842 20.1947 7.39124 19.7724 7.86758 19.2354C8.92655 19.8795 10.17 20.2505 11.5001 20.2505C12.8301 20.2505 14.0734 19.8796 15.1323 19.2356Z" }, rf = { render: function(e, n) {
11905
+ return r(), a("path", tf);
11906
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Organization.vue" }, of = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 17.8889V20.4444H7.66667V17.8889H0ZM0 2.55556V5.11111H12.7778V2.55556H0ZM12.7778 23V20.4444H23V17.8889H12.7778V15.3333H10.2222V23H12.7778ZM5.11111 7.66667V10.2222H0V12.7778H5.11111V15.3333H7.66667V7.66667H5.11111ZM23 12.7778V10.2222H10.2222V12.7778H23ZM15.3333 7.66667H17.8889V5.11111H23V2.55556H17.8889V0H15.3333V7.66667Z" }, af = { render: function(e, n) {
11907
+ return r(), a("path", of);
11908
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Parameters.vue" }, lf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2.87267C23 4.23366 21.8967 5.33696 20.5357 5.33696C19.8712 5.33696 19.2682 5.07396 18.825 4.64637L9.83851 9.13959C9.85081 9.23937 9.85714 9.341 9.85714 9.4441C9.85714 9.54715 9.85082 9.64872 9.83853 9.74845L18.8251 14.2417C19.2683 13.8142 19.8713 13.5512 20.5357 13.5512C21.8967 13.5512 23 14.6545 23 16.0155C23 17.3765 21.8967 18.4798 20.5357 18.4798C19.6964 18.4798 18.9551 18.0602 18.5101 17.4193L4.92202 21.1252C4.82932 22.4016 3.76438 23.4084 2.46429 23.4084C1.1033 23.4084 0 22.3051 0 20.9441C0 19.5831 1.1033 18.4798 2.46429 18.4798C3.30355 18.4798 4.04483 18.8994 4.48982 19.5402L18.078 15.8343C18.081 15.7929 18.085 15.7518 18.0901 15.711L9.10365 11.2178C8.66043 11.6454 8.05736 11.9084 7.39286 11.9084C6.03187 11.9084 4.92857 10.8051 4.92857 9.4441C4.92857 8.08311 6.03187 6.97982 7.39286 6.97982C8.0573 6.97982 8.66032 7.24278 9.10353 7.67032L18.09 3.17706C18.0778 3.07732 18.0714 2.97573 18.0714 2.87267C18.0714 1.51168 19.1747 0.408386 20.5357 0.408386C21.8967 0.408386 23 1.51168 23 2.87267Z" }, sf = { render: function(e, n) {
11909
+ return r(), a("path", lf);
11910
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Path.vue" }, cf = [t("circle", { cx: "12.2266", cy: "12.2281", r: "9.65632", stroke: "#D8D8D8", "stroke-width": "5", fill: "none" }, null, -1), t("path", { d: "M21.8824 12.2281C21.8824 6.89506 17.5592 2.57178 12.2261 2.57178C11.6725 2.57178 11.1297 2.61837 10.6016 2.70785", stroke: "var(--color-secondary)", "stroke-width": "5", fill: "none" }, null, -1), t("path", { d: "M12.2266 21.8843C6.89359 21.8843 2.57031 17.5611 2.57031 12.228C2.57031 7.44861 6.04256 3.4802 10.6021 2.70776", stroke: "var(--color-primary)", "stroke-width": "5", fill: "none" }, null, -1)], df = { render: function(e, n) {
11911
+ return r(), a("g", null, cf);
11912
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/PieGraph.vue" }, uf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.2066 0.46463H9.92089V10.3218H0.0637207V13.6075H9.92089V23.4646H13.2066V13.6075H23.0637V10.3218H13.2066V0.46463Z" }, Cf = { render: function(e, n) {
11913
+ return r(), a("path", uf);
11914
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Plus.vue" }, pf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.3081 2.94247L12.5649 0V1.89286C18.2707 2.22812 22.7916 6.81993 22.7916 12.4362C22.7916 18.2704 17.9134 23 11.8958 23C5.87827 23 1 18.2704 1 12.4362C1 9.69438 2.07754 7.19679 3.84419 5.31913L5.54766 6.67278C4.09078 8.18052 3.19828 10.2072 3.19828 12.4362C3.19828 17.0934 7.09229 20.8687 11.8958 20.8687C16.6993 20.8687 20.5933 17.0934 20.5933 12.4362C20.5933 7.99732 17.0557 4.35959 12.5649 4.02832V5.88494L7.3081 2.94247ZM7.70508 12.5722C7.70508 10.2578 9.58134 8.38155 11.8958 8.38155C14.2102 8.38155 16.0865 10.2578 16.0865 12.5722C16.0865 14.8867 14.2102 16.7629 11.8958 16.7629C9.58134 16.7629 7.70508 14.8867 7.70508 12.5722Z" }, hf = { render: function(e, n) {
11915
+ return r(), a("path", pf);
11916
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Project.vue" }, bf = [t("path", { d: "M18.3998 4.89012H7.57623C6.08799 4.89012 4.87035 6.10777 4.87035 7.59601V18.4195H3.51741C2.02917 18.4195 0.811523 17.2019 0.811523 15.7137V3.53718C0.811523 2.04895 2.02917 0.831299 3.51741 0.831299H15.6939C17.1821 0.831299 18.3998 2.04895 18.3998 3.53718V4.89012Z" }, null, -1), t("path", { d: "M8.92915 6.24307H21.1056C22.5939 6.24307 23.8115 7.46072 23.8115 8.94896V21.1254C23.8115 22.6137 22.5939 23.8313 21.1056 23.8313H8.92915C7.44091 23.8313 6.22327 22.6137 6.22327 21.1254V8.94896C6.22327 7.46072 7.44091 6.24307 8.92915 6.24307ZM20.4291 10.3019L12.988 17.7431L10.0115 14.7666L8.92915 15.849L12.8527 19.7725L21.3762 11.249L20.4291 10.3019Z" }, null, -1)], gf = { render: function(e, n) {
11917
+ return r(), a("g", null, bf);
11918
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/QuickSelect.vue" }, ff = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M2.29984 2H9.19976L11.5 4.30024H20.6998C21.9651 4.30024 23 5.33515 23 6.60008V18.1001C23 19.3654 21.9651 20.4003 20.6998 20.4003H2.29984C1.03451 20.4003 0 19.3654 0 18.1001L0.0111238 4.30024C0.0111238 3.03491 1.03451 2 2.29984 2ZM10 12.5C10 11.7253 10.67 11.1 11.5 11.1C12.33 11.1 13 11.7253 13 12.5C13 13.2747 12.33 13.9 11.5 13.9C10.67 13.9 10 13.2747 10 12.5ZM9 12.5C9 13.788 10.12 14.8333 11.5 14.8333C12.88 14.8333 14 13.788 14 12.5C14 11.212 12.88 10.1667 11.5 10.1667C10.12 10.1667 9 11.212 9 12.5ZM6 12.5C6.865 10.4513 9 9 11.5 9C14 9 16.135 10.4513 17 12.5C16.135 14.5487 14 16 11.5 16C9 16 6.865 14.5487 6 12.5Z" }, Lf = { render: function(e, n) {
11919
+ return r(), a("path", ff);
11920
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ReadonlyFolder.vue" }, vf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.1921 0.277443L22.6409 5.41187L17.1921 10.5463V7.24548H10.0143C6.59996 7.24548 3.83206 10.0134 3.83206 13.4278C3.83206 16.8421 6.59996 19.61 10.0143 19.61H17.4016V23.2775H10.0143C4.57448 23.2775 0.164612 18.8676 0.164612 13.4278C0.164612 7.9879 4.57448 3.57803 10.0143 3.57803H17.1921V0.277443Z" }, mf = { render: function(e, n) {
11921
+ return r(), a("path", vf);
11922
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Redo.vue" }, If = [t("path", { d: "M0.000108719 12.2561L11.8879 12.2561L11.8879 0.50036L0.000108719 12.2561Z" }, null, -1), t("rect", { width: "3.30887", height: "8.73798", transform: "matrix(-0.711046 0.703145 -0.711046 -0.703146 8.78711 6.86267)" }, null, -1), t("path", { d: "M23.0004 11.7451L11.1125 11.7451L11.1125 23.5009L23.0004 11.7451Z" }, null, -1), t("rect", { width: "3.30887", height: "8.73798", transform: "matrix(0.711046 -0.703145 0.711046 0.703145 14.2141 17.1385)" }, null, -1)], Mf = { render: function(e, n) {
11923
+ return r(), a("g", null, If);
11924
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Reduced.vue" }, _f = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M12.3636 8.36364V5.22727C8.90318 5.22727 6.09091 8.03954 6.09091 11.5C6.09091 12.5559 6.35227 13.5595 6.82273 14.4273L5.29636 15.9536C4.48091 14.6677 4 13.1414 4 11.5C4 6.87909 7.74273 3.13636 12.3636 3.13636V0L16.5455 4.18182L12.3636 8.36364ZM17.9045 8.57278L19.4309 7.04642C20.2464 8.33233 20.7273 9.85869 20.7273 11.5001C20.7273 16.121 16.9845 19.8637 12.3636 19.8637V23.0001L8.18181 18.8182L12.3636 14.6364V17.7728C15.8241 17.7728 18.6364 14.9605 18.6364 11.5001C18.6364 10.4441 18.3645 9.45096 17.9045 8.57278Z" }, yf = { render: function(e, n) {
11925
+ return r(), a("path", _f);
11926
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Refresh.vue" }, Hf = [t("path", { d: "M11.8203 4.50582V5.99229L15.4758 3.25508L11.8203 0.553833V2.00433C6.00773 2.00433 1.2998 6.482 1.2998 12.0103C1.2998 13.974 1.90473 15.8 2.93048 17.3385L4.85047 15.5124C4.25869 14.4743 3.92993 13.2735 3.92993 12.0103C3.92993 7.87032 7.46745 4.50582 11.8203 4.50582Z" }, null, -1), t("path", { d: "M11.7793 19.6018L11.7793 18.1154L8.12386 20.8526L11.7793 23.5538L11.7793 22.1033C17.5919 22.1033 22.2998 17.6257 22.2998 12.0974C22.2998 10.1337 21.6949 8.30762 20.6691 6.76921L18.7491 8.59529C19.3409 9.63341 19.6697 10.8341 19.6697 12.0974C19.6697 16.2373 16.1322 19.6018 11.7793 19.6018Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.1641 7.92453C11.1641 7.40334 11.5866 6.98083 12.1078 6.98083C12.629 6.98083 13.0515 7.40334 13.0515 7.92453V8.65954C13.4326 8.74917 13.7916 8.89186 14.1195 9.07888L14.6993 8.52748C15.0678 8.17697 15.6653 8.17697 16.0339 8.52748C16.4024 8.87799 16.4024 9.44627 16.0339 9.79678L15.4579 10.3446C15.6576 10.6571 15.8103 10.9999 15.9066 11.3639H16.7626C17.2583 11.3639 17.6601 11.7657 17.6601 12.2614C17.6601 12.7571 17.2583 13.159 16.7626 13.159H15.9143C15.8203 13.5268 15.6689 13.8733 15.4696 14.1894L16.0339 14.7261C16.4024 15.0766 16.4024 15.6449 16.0339 15.9954C15.6654 16.3459 15.0678 16.3459 14.6993 15.9954L14.1388 15.4623C13.8057 15.6548 13.44 15.8014 13.0515 15.8928V16.5984C13.0515 17.1196 12.629 17.5421 12.1078 17.5421C11.5866 17.5421 11.1641 17.1196 11.1641 16.5984V15.8927C10.7756 15.8013 10.41 15.6548 10.077 15.4623L9.51643 15.9955C9.1479 16.346 8.55039 16.346 8.18185 15.9955C7.81332 15.6449 7.81332 15.0767 8.18185 14.7261L8.7462 14.1894C8.54691 13.8733 8.39551 13.5268 8.30152 13.159H7.4532C6.9575 13.159 6.55566 12.7571 6.55566 12.2614C6.55566 11.7657 6.95751 11.3639 7.4532 11.3639H8.30917C8.40551 10.9999 8.55817 10.6572 8.75782 10.3446L8.18182 9.79677C7.81329 9.44626 7.81329 8.87797 8.18182 8.52746C8.55035 8.17695 9.14787 8.17695 9.5164 8.52746L10.0962 9.07891C10.4241 8.89189 10.7831 8.74921 11.1641 8.65957V7.92453ZM12.1079 14.4477C13.3689 14.4477 14.3911 13.4755 14.3911 12.2761C14.3911 11.0768 13.3689 10.1046 12.1079 10.1046C10.8469 10.1046 9.82463 11.0768 9.82463 12.2761C9.82463 13.4755 10.8469 14.4477 12.1079 14.4477Z" }, null, -1)], Df = { render: function(e, n) {
11927
+ return r(), a("g", null, Hf);
11928
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ReprocessIfc.vue" }, Vf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.89662 7.99349L16.5789 4.13546L9.89662 0.277418V7.99349ZM0.221069 13.1147C0.221069 7.66542 4.50998 3.21786 9.89633 2.96351V5.05472C5.66388 5.30673 2.30929 8.81897 2.30929 13.1147C2.30929 17.5741 5.92436 21.1892 10.3838 21.1892C14.8432 21.1892 18.4582 17.5741 18.4582 13.1147L18.4579 13.0467H20.5462L20.5465 13.1147C20.5465 18.7274 15.9965 23.2774 10.3838 23.2774C4.77106 23.2774 0.221069 18.7274 0.221069 13.1147Z" }, Bf = { render: function(e, n) {
11929
+ return r(), a("path", Vf);
11930
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Reset.vue" }, kf = { d: "M21.7407 11.7774L0.274057 23.2774L0.274058 0.277404L21.7407 11.7774Z" }, xf = { render: function(e, n) {
11931
+ return r(), a("path", kf);
11932
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Right.vue" }, wf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 4H13.1428V6.19047H0V4ZM0 8.38093H13.1428V10.5714H0V8.38093ZM0 14.9524H8.76189V12.7619H0V14.9524ZM23 11.6666L21.3571 10.0238L15.3443 16.0476L12.0476 12.7619L10.4048 14.4047L15.3443 19.3333L23 11.6666Z" }, Zf = { render: function(e, n) {
11933
+ return r(), a("path", wf);
11934
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Rules.vue" }, Sf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5 0V6.9H5.0115L5 6.9115L9.6 11.5L5 16.1L5.0115 16.1115H5V23H18.8V16.1115H18.7885L18.8 16.1L14.2 11.5L18.8 6.9115L18.7885 6.9H18.8V0H5ZM16.5 16.675V20.7H7.3V16.675L11.9 12.075L16.5 16.675ZM11.9 10.925L7.3 6.325V2.3H16.5V6.325L11.9 10.925ZM11.9 16.1L8.45 19.55H15.35L11.9 16.1ZM15.35 6.325L11.9 9.775L8.45 6.325L15.35 6.325Z" }, Af = { render: function(e, n) {
11935
+ return r(), a("path", Sf);
11936
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Sandglass.vue" }, Tf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M 18.486083,0 H 1.4831979 C 0.66405087,0 0,0.66939113 0,1.4951152 V 20.504964 C 0,21.330672 0.66405183,22 1.4831998,22 H 20.516712 C 21.335835,22 22,21.330672 22,20.504964 V 3.5420143 Z M 3.0019947,11.000759 H 18.997863 V 21.469905 H 3.0019947 Z M 4.0318778,0.55220191 H 13.015922 V 5.4153029 c 0,0.058989 0.0474,0.1067975 0.10593,0.1067975 h 2.811993 c 0.05851,0 0.105944,-0.047817 0.105944,-0.1067975 V 0.55220191 h 1.928324 V 6.085047 c 0,0.5308217 -0.426912,0.9611484 -0.953468,0.9611484 H 4.9853636 c -0.5265892,0 -0.9534858,-0.4303267 -0.9534858,-0.9611484 z M 4.5687237,12.888559 H 17.431253 v 0.541178 H 4.5687237 Z M 17.431253,14.563595 H 4.5687237 v 0.54116 H 17.431253 Z M 4.5687237,16.238579 H 17.431253 v 0.541178 H 4.5687237 Z m 12.8625293,1.67514 H 4.5687237 v 0.541004 H 17.431253 Z" }, $f = { render: function(e, n) {
11937
+ return r(), a("path", Tf);
11938
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Save.vue" }, Nf = [t("path", { d: "M16.4286 3H1.64286C0.731071 3 0 3.7565 0 4.7V14.9C0 15.835 0.731071 16.6 1.64286 16.6H7.39286V18.3H5.75V20H12.3214V18.3H10.6786V16.6H12.3214V14.9H1.64286V4.7H16.4286V8.95H18.0714V4.7C18.0714 3.7565 17.3321 3 16.4286 3Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M19.7143 10.65H17.25V11.7176C17.1264 11.7628 17.0058 11.8147 16.8886 11.8727L16.1589 11.1176L14.4164 12.9207L15.146 13.6757C15.0899 13.797 15.0399 13.9217 14.9962 14.0496H13.9643V16.5996H14.9959C15.0396 16.7277 15.0898 16.8527 15.1459 16.9741L14.4162 17.7292L16.1587 19.5323L16.8884 18.7772C17.0057 18.8353 17.1263 18.8871 17.2501 18.9324V20H19.7143V18.9323C19.838 18.8871 19.9587 18.8352 20.0759 18.7772L20.8055 19.5321L22.548 17.729L21.8184 16.974C21.8744 16.8527 21.9245 16.728 21.9682 16.6001H23V14.0501H21.9682C21.9246 13.9222 21.8745 13.7974 21.8184 13.6761L22.5482 12.921L20.8057 11.1178L20.076 11.8729C19.9588 11.8148 19.8381 11.7629 19.7143 11.7177V10.65ZM18.4822 17.45C19.6163 17.45 20.5357 16.4986 20.5357 15.325C20.5357 14.1514 19.6163 13.2 18.4822 13.2C17.348 13.2 16.4286 14.1514 16.4286 15.325C16.4286 16.4986 17.348 17.45 18.4822 17.45Z" }, null, -1)], Of = { render: function(e, n) {
11939
+ return r(), a("g", null, Nf);
11940
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ScreenConfig.vue" }, Rf = [t("path", { d: "M17.284 16.9705C17.284 19.1126 15.5475 20.8492 13.4053 20.8492C11.2632 20.8492 9.52663 19.1126 9.52663 16.9705C9.52663 14.8283 11.2632 13.0918 13.4053 13.0918C15.5475 13.0918 17.284 14.8283 17.284 16.9705ZM11.393 16.9705C11.393 18.0818 12.294 18.9828 13.4053 18.9828C14.5167 18.9828 15.4176 18.0818 15.4176 16.9705C15.4176 15.8591 14.5167 14.9582 13.4053 14.9582C12.294 14.9582 11.393 15.8591 11.393 16.9705Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.81065 11.2545V23.7072H23V11.2545H18.1602L16.7396 9.41721H10.1391L8.73535 11.2545H3.81065ZM9.66272 13.0918H5.71598V21.8018H21.0947V13.0918H17.216L15.787 11.2545H11.0237L9.66272 13.0918Z" }, null, -1), t("path", { d: "M19.0533 8.32845H21.0947V10.3699H19.0533V8.32845Z" }, null, -1), t("path", { d: "M19.0533 4.5178H21.0947V6.55922H19.0533V4.5178Z" }, null, -1), t("path", { d: "M19.0533 0.707153H21.0947V2.74857H19.0533V0.707153Z" }, null, -1), t("path", { d: "M15.2426 0.707153H17.284V2.74857H15.2426V0.707153Z" }, null, -1), t("path", { d: "M11.432 0.707153H13.4734V2.74857H11.432V0.707153Z" }, null, -1), t("path", { d: "M7.6213 0.707153H9.66272V2.74857H7.6213V0.707153Z" }, null, -1), t("path", { d: "M3.81065 0.707153H5.85207V2.74857H3.81065V0.707153Z" }, null, -1), t("path", { d: "M0 0.707153H2.04142V2.74857H0V0.707153Z" }, null, -1), t("path", { d: "M0 4.5178H2.04142V6.55922H0V4.5178Z" }, null, -1), t("path", { d: "M0 8.32845H2.04142V10.3699H0V8.32845Z" }, null, -1), t("path", { d: "M0 12.1391H2.04142V14.1805H0V12.1391Z" }, null, -1), t("path", { d: "M0 15.9498H2.04142V17.9912H0V15.9498Z" }, null, -1)], Ef = { render: function(e, n) {
11941
+ return r(), a("g", null, Rf);
11942
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Screenshot.vue" }, Ff = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.54777 14.4652C5.27332 14.4652 2.6301 11.822 2.6301 8.54753C2.6301 5.27309 5.27332 2.62986 8.54777 2.62986C11.8222 2.62986 14.4654 5.27309 14.4654 8.54753C14.4654 11.822 11.8222 14.4652 8.54777 14.4652ZM16.438 14.4654H15.3991L15.0309 14.1103C16.3196 12.6112 17.0955 10.665 17.0955 8.54774C17.0955 3.82676 13.2687 0 8.54774 0C3.82676 0 0 3.82676 0 8.54774C0 13.2687 3.82676 17.0955 8.54774 17.0955C10.665 17.0955 12.6112 16.3196 14.1103 15.0309L14.4654 15.3991V16.438L21.0406 23L23 21.0406L16.438 14.4654Z" }, Pf = { render: function(e, n) {
11943
+ return r(), a("path", Ff);
11944
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Search.vue" }, Uf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 7.73164V23L11.953 16.5753C11.953 16.5753 6.49999 14.0121 6.28069 13.8522C6.26505 13.8408 6.24156 13.8259 6.21198 13.8071C5.82653 13.5623 4.40617 12.66 5.8354 10.3329C7.11214 8.25209 9.34904 9.49862 9.34904 9.49862L13.7885 11.4995V0L0 7.73164ZM19.8067 10.2348L18.2687 11.0038L20.3082 16.2667L8.58975 10.69C8.58975 10.69 7.57905 10.1296 7.03365 11.1403C6.3805 12.3517 7.13376 12.6275 7.13376 12.6275L19.2556 18.215L13.8883 20.6252L14.8085 22.0092L23 18.6253L19.8067 10.2348Z" }, zf = { render: function(e, n) {
11945
+ return r(), a("path", Uf);
11946
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Section.vue" }, Gf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.4907 15.5796C9.27638 15.5782 7.45187 13.7521 7.45375 11.5394C7.4554 9.32548 9.28085 7.50261 11.4952 7.50402C13.7103 7.50519 15.5319 9.32923 15.5294 11.5438C15.527 13.7615 13.7058 15.5813 11.4907 15.5796ZM19.8834 9.58064C19.6779 9.5487 19.5797 9.46792 19.5046 9.25984C19.2902 8.66804 19.0518 8.08304 18.7827 7.51448C18.6767 7.29138 18.6918 7.15235 18.8289 6.96142C19.4376 6.11292 20.0311 5.25363 20.606 4.43284C19.92 3.7471 19.2556 3.08296 18.5692 2.39674C18.4945 2.44911 18.3926 2.5198 18.2918 2.59237C17.5359 3.1358 16.7764 3.67476 16.027 4.22712C15.8635 4.3476 15.744 4.34149 15.5625 4.25929C14.9683 3.99063 14.364 3.74217 13.7556 3.50779C13.5729 3.43757 13.4803 3.35772 13.4479 3.15599C13.295 2.2037 13.1187 1.25516 12.9634 0.303332C12.9275 0.0821085 12.8451 -0.00407955 12.6102 0.000147662C11.8399 0.0142384 11.0692 0.00460971 10.2989 0.00695816C10.2118 0.00719301 10.1246 0.0266851 10.0333 0.0379577C9.86301 1.08231 9.68899 2.10083 9.53658 3.12264C9.50417 3.3387 9.41235 3.42653 9.21602 3.50004C8.61575 3.72455 8.0169 3.95752 7.43636 4.22806C7.22336 4.32716 7.0949 4.31331 6.91618 4.1832C6.08084 3.57472 5.2361 2.97915 4.42048 2.39721C3.73098 3.08413 3.06026 3.7532 2.37804 4.43331C2.96327 5.27194 3.56635 6.12584 4.153 6.99077C4.2204 7.08988 4.24952 7.27071 4.20748 7.37944C3.9562 8.0309 3.68425 8.67461 3.40455 9.31456C3.36251 9.41085 3.25401 9.52874 3.16031 9.54495C2.10891 9.72672 1.05422 9.89017 0 10.0588V12.9572C1.02886 13.139 2.05677 13.3281 3.08798 13.4967C3.29534 13.5307 3.36321 13.6327 3.43249 13.8107C3.67368 14.4292 3.92778 15.0434 4.20137 15.6481C4.28005 15.8216 4.27018 15.9313 4.16145 16.0795C3.69223 16.7188 3.23475 17.3667 2.77375 18.012C2.62204 18.2243 2.47268 18.4378 2.34422 18.6194C3.03936 19.3117 3.70444 19.9739 4.38596 20.6526C5.21473 20.0737 6.07497 19.481 6.92487 18.8735C7.1003 18.748 7.22688 18.7539 7.41875 18.8427C7.98003 19.102 8.54859 19.3502 9.131 19.5554C9.38205 19.6437 9.49713 19.7454 9.53705 20.0134C9.68547 21.0105 9.86137 22.0035 10.0279 23.0034H12.912C13.0938 21.9805 13.2809 20.9763 13.4453 19.9685C13.4848 19.7276 13.5912 19.6367 13.8162 19.5557C14.3866 19.35 14.9521 19.1207 15.4944 18.85C15.7416 18.7264 15.8945 18.7426 16.1071 18.8965C16.9441 19.5012 17.7942 20.0876 18.5995 20.6531C19.2885 19.9641 19.9531 19.2995 20.637 18.6158C20.5827 18.5386 20.5118 18.4357 20.4393 18.3342C19.8954 17.5785 19.3536 16.8211 18.8052 16.0687C18.7033 15.9287 18.6636 15.8235 18.747 15.6392C19.0252 15.0241 19.2608 14.3898 19.5332 13.7719C19.5821 13.6611 19.7169 13.5413 19.8326 13.5148C20.2457 13.4194 20.6682 13.3642 21.0867 13.2905C21.7278 13.1775 22.3683 13.0615 23 12.9486V10.0827C21.9463 9.91177 20.916 9.7401 19.8834 9.58064Z" }, Yf = { render: function(e, n) {
11947
+ return r(), a("path", Gf);
11948
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Settings.vue" }, Wf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.564 18.428L22.9999 10.714L14.564 3V7.94155C8.95509 7.51864 -0.50778 9.48476 0.0212735 20.6282C1.12724 17.8112 5.54844 12.6311 14.564 13.4746V18.428Z" }, Xf = { render: function(e, n) {
11949
+ return r(), a("path", Wf);
11950
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Share.vue" }, jf = { d: "M11.4995 8.20455C9.76406 8.20455 8.36315 9.60545 8.36315 11.3409C8.36315 13.0764 9.76406 14.4773 11.4995 14.4773C13.235 14.4773 14.6359 13.0764 14.6359 11.3409C14.6359 9.60545 13.235 8.20455 11.4995 8.20455ZM11.4995 16.5682C8.61406 16.5682 6.27224 14.2264 6.27224 11.3409C6.27224 8.45545 8.61406 6.11364 11.4995 6.11364C14.385 6.11364 16.7268 8.45545 16.7268 11.3409C16.7268 14.2264 14.385 16.5682 11.4995 16.5682ZM11.4995 3.5C6.27224 3.5 1.80815 6.75136 -0.000488281 11.3409C1.80815 15.9305 6.27224 19.1818 11.4995 19.1818C16.7268 19.1818 21.1909 15.9305 22.9995 11.3409C21.1909 6.75136 16.7268 3.5 11.4995 3.5Z" }, Kf = { render: function(e, n) {
11951
+ return r(), a("path", jf);
11952
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Show.vue" }, qf = [t("path", { d: "M15.6069 2.9494L17.3118 4.61536L9.36673 12.3898L4.24048 7.39196L5.94544 5.726L9.36673 9.05792L15.6069 2.9494Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.42978 9.10136C3.42978 12.3758 6.07301 15.019 9.34745 15.019C12.6219 15.019 15.2651 12.3758 15.2651 9.10136C15.2651 8.63047 15.2105 8.17263 15.1071 7.73382L17.185 5.68489C17.6418 6.73127 17.8952 7.88682 17.8952 9.10157C17.8952 11.2188 17.1193 13.165 15.8306 14.6642L16.1988 15.0192H17.2376L23.7997 21.5944L21.8403 23.5538L15.2651 16.9918V15.9529L14.91 15.5847C13.4109 16.8734 11.4646 17.6493 9.34742 17.6493C4.62644 17.6493 0.799683 13.8226 0.799683 9.10157C0.799683 4.38059 4.62644 0.553833 9.34742 0.553833C11.4683 0.553833 13.4087 1.32617 14.9028 2.60494C14.87 2.63635 14.8357 2.66923 14.8 2.70347C14.3495 3.13521 13.6725 3.78411 12.9949 4.43717C11.9907 3.65145 10.7249 3.1837 9.34745 3.1837C6.07301 3.1837 3.42978 5.82692 3.42978 9.10136Z" }, null, -1)], Jf = { render: function(e, n) {
11953
+ return r(), a("g", null, qf);
11954
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ShowSelected.vue" }, Qf = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.27974 16.9196C6.71704 16.9196 4.63987 14.8424 4.63987 12.2797C4.63987 9.71704 6.71704 7.63987 9.27974 7.63987C10.8157 7.63987 12.1732 8.38943 13.0177 9.53891L9.42965 12.4295L12.8781 15.2074C13.5286 14.4088 13.9198 13.3901 13.9198 12.2798C13.9198 11.2531 13.5825 10.3074 13.0179 9.53871L16.6353 6.62479C14.9386 4.4213 12.2759 3 9.27974 3C4.15463 3 0 7.15463 0 12.2797C0 17.4049 4.15463 21.5595 9.27974 21.5595C12.1921 21.5595 14.7898 20.2169 16.491 18.1182L12.8779 15.2074C12.0271 16.2518 10.7319 16.9196 9.27974 16.9196ZM16.6355 6.62479L20.2061 3.74837C20.2061 3.74837 26.4924 12.1301 20.2061 21.1105L16.4912 18.1182C17.7841 16.5233 18.5597 14.4925 18.5597 12.2797C18.5597 10.1508 17.841 8.19067 16.6355 6.62479Z" }, eL = { render: function(e, n) {
11955
+ return r(), a("path", Qf);
11956
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Socotec.vue" }, nL = [t("path", { d: "M12.0115 0.751587L2.51154 6.15159V17.0516L12.0115 11.5516V0.751587ZM8.81154 9.15159L6.41154 10.5516V7.85159L8.81154 6.55159V9.15159Z" }, null, -1), t("path", { d: "M12.6115 0.751587V11.6516L15.5115 13.2516V5.95159L18.6115 7.75159V15.0516L22.1115 17.0516V6.15159L12.6115 0.751587Z" }, null, -1), t("path", { d: "M12.3115 23.3516L2.51154 17.5516L12.3115 11.8516L22.1115 17.5516L12.3115 23.3516ZM3.11154 17.6516L12.3115 23.0516L21.5115 17.6516L12.3115 12.3516L3.11154 17.6516Z" }, null, -1)], tL = { render: function(e, n) {
11957
+ return r(), a("g", null, nL);
11958
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Space.vue" }, rL = [t("rect", { x: "12.8649", y: "20.541", width: "1.72499", height: "18.0819", transform: "rotate(-180 12.8649 20.541)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 0.709324 -0.704882 0.709324 5.00671 6.9657)" }, null, -1), t("rect", { x: "9.55774", y: "10.7045", width: "1.73586", height: "7.76247", transform: "rotate(90 9.55774 10.7045)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 0.709324 -0.704882 -0.709324 6.25037 14.7845)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(-0.704882 -0.709324 0.704882 -0.709324 18.9933 16.0353)" }, null, -1), t("rect", { x: "14.4423", y: "12.2964", width: "1.73586", height: "7.76247", transform: "rotate(-90 14.4423 12.2964)" }, null, -1), t("rect", { width: "1.76375", height: "6.39361", transform: "matrix(0.704882 -0.709324 0.704882 0.709324 17.7496 8.21649)" }, null, -1)], oL = { render: function(e, n) {
11959
+ return r(), a("g", null, rL);
11960
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Split.vue" }, aL = { d: "M11.7015 19.5944L2.29239 12.886L0.201477 14.4194L11.7015 22.661L23.2015 14.4194L21.1106 12.886L11.7015 19.5944ZM11.7015 16.7194L21.1106 10.011L23.2015 8.47769L11.7015 0.236023L0.201477 8.47769L2.29239 10.011L11.7015 16.7194Z" }, lL = { render: function(e, n) {
11961
+ return r(), a("path", aL);
11962
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Storey.vue" }, iL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 11.5664C23 17.9177 17.8513 23.0664 11.5 23.0664C5.14873 23.0664 0 17.9177 0 11.5664C0 5.21513 5.14873 0.0664062 11.5 0.0664062C17.8513 0.0664062 23 5.21513 23 11.5664ZM17.7727 10.1843L16.2727 8.71857L10.7827 14.0927L7.77271 11.1614L6.27271 12.6271L10.7827 17.0241L17.7727 10.1843Z" }, sL = { render: function(e, n) {
11963
+ return r(), a("path", iL);
11964
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Success.vue" }, cL = [t("path", { d: "M0 2.96117L3.28571 0.989746V4.9326L0 2.96117Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6857 3.6183H1.97144V2.30402H21.6857V3.6183Z" }, null, -1), t("path", { d: "M21.0286 23.9898L19.0571 21.3612L23 21.3612L21.0286 23.9898Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M20.3714 22.0183L20.3714 2.30402L21.6857 2.30402L21.6857 22.0183L20.3714 22.0183Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9266 6.24689H12.6502L17.7429 15.0677V11.1248L14.9266 6.24689ZM17.7429 8.4962L16.4442 6.24689H17.7429V8.4962ZM17.7429 17.6963L11.1326 6.24689H8.85611L17.7429 21.6392V17.6963ZM17.2029 23.3326L7.3385 6.24689H5.06212L14.9266 23.3326H17.2029ZM13.409 23.3326L3.54452 6.24689H1.26814L11.1326 23.3326H13.409ZM9.61498 23.3326L0.657166 7.81722V11.76L7.3386 23.3326H9.61498ZM5.82099 23.3326L0.657166 14.3886V18.3315L3.54454 23.3326H5.82099ZM2.02693 23.3326L0.657166 20.9601V23.3326H2.02693Z" }, null, -1)], dL = { render: function(e, n) {
11965
+ return r(), a("g", null, cL);
11966
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Surface.vue" }, uL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M7.80716 0L1 6.07732L7.80716 12.1546V8.29974H21.7947V4.00115H7.80716V0Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.9876 23L21.7948 16.9227L14.9876 10.8454L14.9876 14.7001L1.0001 14.7001L1.0001 18.9987L14.9876 18.9987L14.9876 23Z" }, null, -1)], CL = { render: function(e, n) {
11967
+ return r(), a("g", null, uL);
11968
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Swap.vue" }, pL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.43855 9.62606L11.5053 13.8805L18.6466 9.54576L21.5979 11.2011L11.5158 17.311L1.48096 11.2794L4.43855 9.62606Z" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5054 17.9337L4.43909 13.6795L1.48108 15.3331L11.5159 21.3647L21.598 15.2547L18.6462 13.5992L11.5054 17.9337ZM18.6651 14.689L11.5074 19.0337L4.42144 14.7677L3.35737 15.3625L11.5139 20.2651L19.7298 15.2861L18.6651 14.689Z" }, null, -1), t("rect", { x: "17.8959", width: "5.10406", height: "1.00266" }, null, -1), t("rect", { x: "23", y: "0.000183105", width: "5.07595", height: "1.00821", transform: "rotate(90 23 0.000183105)" }, null, -1), t("rect", { x: "22.9996", y: "17.9227", width: "5.07595", height: "1.00821", transform: "rotate(90 22.9996 17.9227)" }, null, -1), t("rect", { x: "22.9996", y: "23", width: "5.10406", height: "1.00266", transform: "rotate(-180 22.9996 23)" }, null, -1), t("rect", { width: "5.10406", height: "1.00266", transform: "matrix(-1 0 0 1 5.10413 0)" }, null, -1), t("rect", { width: "5.07595", height: "1.00821", transform: "matrix(4.18898e-08 1 1 -4.56122e-08 0.00012207 0.000183105)" }, null, -1), t("rect", { width: "5.07595", height: "1.00821", transform: "matrix(4.58647e-08 1 1 -4.16591e-08 0 17.9227)" }, null, -1), t("rect", { width: "5.10406", height: "1.00266", transform: "matrix(1 -8.33183e-08 -9.17295e-08 -1 0 23)" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.45079 2.7201L11.6262 1.50403L13.6668 2.64858L11.5004 3.89277L9.45079 2.7201ZM8.67663 3.15287L6.74597 4.23215L8.83247 5.42499L10.7366 4.33145L8.67663 3.15287ZM5.9718 4.66492L4.12574 5.6969L6.24637 6.9102L8.06863 5.86367L5.9718 4.66492ZM3.35157 6.12967L1.48108 7.17531L3.58393 8.43926L5.48254 7.34888L3.35157 6.12967ZM4.30028 8.86984L6.13779 9.97431L8.0998 8.84633L6.21696 7.76907L4.30028 8.86984ZM6.85413 10.4049L8.74577 11.5419L10.7726 10.3755L8.8342 9.2665L6.85413 10.4049ZM9.46209 11.9724L11.5159 13.2069L13.5582 11.9693L11.507 10.7957L9.46209 11.9724ZM14.3014 11.5188L16.0777 10.4424L14.0929 9.30768L12.2701 10.3566L14.3014 11.5188ZM16.8209 9.99195L18.6708 8.87093L16.7558 7.77529L14.8559 8.86857L16.8209 9.99195ZM19.414 8.42049L21.598 7.09697L19.7428 6.05644L17.5189 7.33618L19.414 8.42049ZM19.0011 5.64046L17.0474 4.54465L14.8489 5.80858L16.7845 6.91602L19.0011 5.64046ZM16.3057 4.12866L14.4085 3.06458L12.2348 4.31296L14.1145 5.3884L16.3057 4.12866ZM14.0855 6.24749L16.0214 7.35513L14.1213 8.44856L12.1837 7.34085L14.0855 6.24749ZM11.4202 7.77976L13.3582 8.88768L11.5357 9.93643L9.59764 8.8276L11.4202 7.77976ZM8.86324 8.40742L10.6856 7.35975L8.80334 6.28369L6.98079 7.33039L8.86324 8.40742ZM11.449 6.92084L13.3511 5.82731L11.471 4.75164L9.56717 5.84501L11.449 6.92084Z" }, null, -1)], hL = { render: function(e, n) {
11969
+ return r(), a("g", null, pL);
11970
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Synchro2D.vue" }, bL = { d: "M18.0935 15.9516C16.9935 15.9516 15.9935 16.4516 15.2935 17.2516L8.99346 13.5516C9.09346 13.1516 9.19346 12.7516 9.19346 12.3516C9.19346 11.9516 9.09346 11.4516 8.99346 11.1516L15.2935 7.35159C15.9935 8.15159 16.9935 8.65159 18.0935 8.65159C20.1935 8.65159 21.7935 6.95159 21.7935 4.95159C21.7935 2.95159 20.0935 1.25159 18.0935 1.25159C15.9935 1.25159 14.3935 2.95159 14.3935 4.95159C14.3935 5.35159 14.4935 5.85159 14.5935 6.15159L8.29346 9.85159C7.59346 9.05159 6.59346 8.55159 5.49346 8.55159C3.39346 8.55159 1.79346 10.2516 1.79346 12.2516C1.79346 14.3516 3.49346 15.9516 5.49346 15.9516C6.59346 15.9516 7.59346 15.4516 8.29346 14.6516L14.5935 18.3516C14.4935 18.7516 14.3935 19.1516 14.3935 19.5516C14.3935 21.6516 16.0935 23.2516 18.0935 23.2516C20.1935 23.2516 21.7935 21.5516 21.7935 19.5516C21.7935 17.5516 20.1935 15.9516 18.0935 15.9516Z" }, gL = { render: function(e, n) {
11971
+ return r(), a("path", bL);
11972
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/System.vue" }, fL = { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" }, LL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.3962 22.0997C9.45679 23.0219 7.94129 23.0015 7.01123 22.0541L0.836436 15.7643C-0.0936297 14.8169 -0.0860675 13.3012 0.853323 12.379L12.5926 0.854517C13.0398 0.415541 13.6433 0.171805 14.2725 0.176062L20.091 0.215414C21.3707 0.224069 22.4258 1.23792 22.486 2.51688L22.7832 8.82547C22.8151 9.50319 22.5582 10.1602 22.0763 10.6333L10.3962 22.0997ZM19.2431 6.6774C18.3037 7.59961 16.7882 7.57919 15.8581 6.63179C14.9281 5.68439 14.9356 4.16877 15.875 3.24657C16.8144 2.32436 18.3299 2.34479 19.26 3.29219C20.19 4.23959 20.1825 5.7552 19.2431 6.6774Z" }, null, -1)], vL = { render: function(e, n) {
11973
+ return r(), a("svg", fL, LL);
11974
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Tag.vue" }, mL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 16.4201H20.5497V12.3624C20.5497 11.9155 20.2107 11.5506 19.7954 11.5506H12.2543V7.49294H13.1828C13.9164 7.49294 14.5163 6.84638 14.5163 6.05693V2.43601C14.5163 1.64656 13.9164 1 13.1828 1H9.81719C9.08361 1 8.4828 1.64656 8.4828 2.43601V6.05693C8.4828 6.84638 9.08361 7.49294 9.81719 7.49294H10.7457V11.5506H3.20459C2.78931 11.5506 2.45029 11.9155 2.45029 12.3624V16.4201H1.33438C0.600802 16.4201 0 17.0667 0 17.8561V21.477C0 22.2665 0.600802 22.913 1.33438 22.913H4.69907C5.43265 22.913 6.03345 22.2665 6.03345 21.477V17.8561C6.03345 17.0667 5.43265 16.4201 4.69907 16.4201H3.95795V13.1741H10.7457V16.4201H9.81719C9.08361 16.4201 8.4828 17.0667 8.4828 17.8561V21.477C8.4828 22.2665 9.08361 22.913 9.81719 22.913H13.1828C13.9164 22.913 14.5163 22.2665 14.5163 21.477V17.8561C14.5163 17.0667 13.9164 16.4201 13.1828 16.4201H12.2543V13.1741H19.0411V16.4201H18.3009C17.5664 16.4201 16.9665 17.0667 16.9665 17.8561V21.477C16.9665 22.2665 17.5664 22.913 18.3009 22.913H21.6656C22.3992 22.913 23 22.2665 23 21.477V17.8561C23 17.0667 22.3992 16.4201 21.6656 16.4201Z" }, IL = { render: function(e, n) {
11975
+ return r(), a("path", mL);
11976
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Tree.vue" }, ML = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.0005 11.3952L8.93282 11.3952L8.93282 4.82378L6.32345 4.82378L11.4992 0L16.675 4.82378L14.0005 4.82378L14.0005 11.3952ZM8.47948 5.35129H4.53964L1.91846 13.0838H1C0.447715 13.0838 0 13.5315 0 14.0838V21.7902C0 22.3425 0.447715 22.7902 1 22.7902H22C22.5523 22.7902 23 22.3425 23 21.7902V14.0838C23 13.5315 22.5523 13.0838 22 13.0838H21.0651L18.3823 5.35129H14.5608V6.19532H17.7817L20.1717 13.0838H2.80967L5.14474 6.19532L8.47948 6.19532V5.35129ZM15.1788 17.1862H7.82114V18.6878H15.1788V17.1862Z" }, _L = { render: function(e, n) {
11977
+ return r(), a("path", ML);
11978
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Unarchive.vue" }, yL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.55706 0.277443L0.108276 5.41187L5.55706 10.5463V7.24548H12.7348C16.1491 7.24548 18.917 10.0134 18.917 13.4278C18.917 16.8421 16.1491 19.61 12.7348 19.61H5.34754V23.2775H12.7348C18.1746 23.2775 22.5845 18.8676 22.5845 13.4278C22.5845 7.9879 18.1746 3.57803 12.7348 3.57803H5.55706V0.277443Z" }, HL = { render: function(e, n) {
11979
+ return r(), a("path", yL);
11980
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Undo.vue" }, DL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.3398 7.91262C7.80826 6.62614 5.71323 6.63395 4.26441 6.65983L4.25505 6.65999H0.499756V4.56227H4.23629L4.30929 4.56094C5.69026 4.53548 8.51871 4.48332 10.689 6.30639C11.1904 6.7275 11.6426 7.22319 12.1087 7.73408L12.1087 7.73409L12.1634 7.79412C13.2698 9.00732 14.4941 10.3498 16.6072 10.8996V8.00851L23.4998 12.0541L16.6072 16.0997V13.5387C14.4592 14.1121 13.2296 15.4452 12.1087 16.6738C11.6426 17.1847 11.1904 17.6804 10.689 18.1015C8.51871 19.9246 5.69026 19.8724 4.30929 19.847L4.23629 19.8456H0.499756V17.7479H4.25505L4.26441 17.7481C5.71323 17.774 7.80826 17.7818 9.3398 16.4953C9.60506 16.2725 9.90529 15.9373 10.26 15.5413C11.1568 14.5401 12.4019 13.15 14.3107 12.204C12.4019 11.2579 11.1568 9.86786 10.26 8.86664C9.90529 8.47063 9.60506 8.13544 9.3398 7.91262Z" }, VL = { render: function(e, n) {
11981
+ return r(), a("path", DL);
11982
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Union.vue" }, BL = { d: "M12.4011 0.0440674L23.9011 21.5107H0.901062L12.4011 0.0440674Z" }, kL = { render: function(e, n) {
11983
+ return r(), a("path", BL);
11984
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Up.vue" }, xL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 14.375C7.66179 14.375 0 16.3014 0 20.125V23H23V20.125C23 16.3014 15.3382 14.375 11.5 14.375ZM11.5 11.5C14.6775 11.5 17.25 8.92679 17.25 5.75C17.25 2.57321 14.6775 0 11.5 0C8.32252 0 5.75 2.57321 5.75 5.75C5.75 8.92679 8.32252 11.5 11.5 11.5Z" }, wL = { render: function(e, n) {
11985
+ return r(), a("path", xL);
11986
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/User.vue" }, ZL = { d: "M20 4L23 6.93137L9.02 20.6111L0 11.817L3 8.88562L9.02 14.7484L20 4Z" }, SL = { render: function(e, n) {
11987
+ return r(), a("path", ZL);
11988
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Validate.vue" }, AL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 18.6042V0.395833C0 0.178125 0.178125 0 0.395833 0H9.5V5.14583C9.5 5.36354 9.67813 5.54167 9.89583 5.54167H14.25V18.6042C14.25 18.8219 14.0719 19 13.8542 19H0.395833C0.178125 19 0 18.8219 0 18.6042ZM14.1508 4.55257C14.1904 4.61194 14.2101 4.67132 14.2299 4.75048H10.2914V0.237984L14.1508 4.55257Z" }, null, -1), t("circle", { cx: "13", cy: "18", r: "6", fill: "#00AF50" }, null, -1), t("path", { d: "M15.9565 15L17 16.0588L12.1374 21L9 17.8235L10.0435 16.7647L12.1374 18.8824L15.9565 15Z", fill: "white" }, null, -1)], TL = { render: function(e, n) {
11989
+ return r(), a("g", null, AL);
11990
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/ValidatedFile.vue" }, $L = { width: "23", height: "23", viewBox: "0 0 23 23", xmlns: "http://www.w3.org/2000/svg" }, NL = [t("rect", { x: "10.7764", y: "3", width: "12.2237", height: "18" }, null, -1), t("rect", { x: "5.38818", y: "4.89471", width: "3.86011", height: "14.2105" }, null, -1), t("rect", { y: "6.78949", width: "3.86011", height: "10.4211" }, null, -1)], OL = { render: function(e, n) {
11991
+ return r(), a("svg", $L, NL);
11992
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Versioning.vue" }, RL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.40701 12.9833C4.32585 12.9833 3.45013 12.1298 3.45013 11.076C3.45013 10.0222 4.32585 9.16866 5.40701 9.16866C6.48817 9.16866 7.36388 10.0222 7.36388 11.076C7.36388 12.1298 6.48817 12.9833 5.40701 12.9833ZM21.9841 7.21059L18.5565 10.6275V7.87929C18.5565 7.10276 17.9049 6.46759 17.1082 6.46759H1.46619C0.669494 6.46759 0.0178223 7.10276 0.0178223 7.87929V17.8337C0.0178223 18.6093 0.669494 19.2454 1.46619 19.2454H17.1082C17.9049 19.2454 18.5565 18.6093 18.5565 17.8337V14.7294L21.9841 18.1463C22.3615 18.5232 23.0178 18.2623 23.0178 17.7358V7.62196C23.0178 7.09461 22.3615 6.83365 21.9841 7.21059Z" }, EL = { render: function(e, n) {
11993
+ return r(), a("path", RL);
11994
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Video.vue" }, FL = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21ZM11.5 23C17.8513 23 23 17.8513 23 11.5C23 5.14873 17.8513 0 11.5 0C5.14873 0 0 5.14873 0 11.5C0 17.8513 5.14873 23 11.5 23Z" }, null, -1), t("path", { d: "M17 7.1875L18.6875 8.70956L10.8238 15.8125L5.75 11.2463L7.4375 9.72426L10.8238 12.7684L17 7.1875Z" }, null, -1)], PL = { render: function(e, n) {
11995
+ return r(), a("g", null, FL);
11996
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Visa.vue" }, UL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M13.3606 0.552786C12.9921 -0.184262 11.9403 -0.184262 11.5718 0.552787L1.07366 21.549C0.741209 22.2139 1.22471 22.9962 1.96809 22.9962H22.9643C23.7077 22.9962 24.1912 22.2139 23.8588 21.549L13.3606 0.552786ZM11.518 15.71H13.353L13.5637 7.24522H11.316L11.518 15.71ZM11.5794 17.5233C11.3629 17.7267 11.2546 17.9849 11.2546 18.2981C11.2546 18.6003 11.3599 18.8531 11.5706 19.0564C11.7814 19.2597 12.0799 19.3614 12.4662 19.3614C12.8525 19.3614 13.151 19.2597 13.3617 19.0564C13.5724 18.8531 13.6778 18.6003 13.6778 18.2981C13.6778 17.9849 13.5695 17.7267 13.353 17.5233C13.1364 17.3145 12.8408 17.2101 12.4662 17.2101C12.0916 17.2101 11.796 17.3145 11.5794 17.5233Z" }, zL = { render: function(e, n) {
11997
+ return r(), a("path", UL);
11998
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Warning.vue" }, GL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 22L23 22L23 2.28572L1.72348e-06 2.28571L0 22ZM3.28508 10.5001L3.28508 18.7144L19.7137 18.7144L19.7137 10.5001L3.28508 10.5001Z" }, YL = { render: function(e, n) {
11999
+ return r(), a("path", GL);
12000
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowBottom.vue" }, WL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.05009 7.90625H8.05004H5.85464L4.3869e-05 7.90625L4.40575e-05 5.75L5.85464 5.75L5.85464 0H8.05009L8.05009 7.90625ZM17.1454 5.75003L23 5.75003V7.90628L14.95 7.90628V5.75003L14.95 2.79065e-05L17.1454 2.80984e-05V5.75003ZM8.05 15.0938H8.05005L8.05005 23H5.85459L5.85459 17.25H0V15.0937L5.85459 15.0938H8.05ZM23 15.0938L14.95 15.0938V17.25V23H17.1454V17.25L23 17.25L23 15.0938Z" }, XL = { render: function(e, n) {
12001
+ return r(), a("path", WL);
12002
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Windowed.vue" }, jL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM13.143 5.28546H3.28582V18.4283H13.143V5.28546Z" }, KL = { render: function(e, n) {
12003
+ return r(), a("path", jL);
12004
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowLeft.vue" }, qL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7165 5.28546H9.85937V18.4283H19.7165V5.28546Z" }, JL = { render: function(e, n) {
12005
+ return r(), a("path", qL);
12006
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowRight.vue" }, QL = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23 2H0V21.7143H23V2ZM19.7137 13.4997V5.28546L3.28515 5.28546L3.28515 13.4997L19.7137 13.4997Z" }, ev = { render: function(e, n) {
12007
+ return r(), a("path", QL);
12008
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/WindowTop.vue" }, nv = [t("path", { d: "M8.96582 11.3144L11.6658 10.1144V3.91443L1.96582 8.11443L8.96582 11.3144Z" }, null, -1), t("path", { d: "M1.0658 15.2145L11.6658 19.9145V13.6145L1.0658 8.81445V15.2145Z" }, null, -1), t("path", { d: "M22.9658 8.11443L13.2658 3.91443V10.1144L15.9658 11.3144L22.9658 8.11443Z" }, null, -1), t("path", { d: "M13.2658 13.6145V19.9145L23.8658 15.2145V8.81445L13.2658 13.6145Z" }, null, -1)], tv = { render: function(e, n) {
12009
+ return r(), a("g", null, nv);
12010
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Zone.vue" }, rv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.02193 12.8656C4.99498 13.5081 4.948 14.6282 5.60528 15.8997C7.70676 16.9403 12.8873 18.8488 16.5248 18.118C21.0718 17.2045 24.4653 11.2714 22.3618 6.71975C20.2583 2.16806 16.7141 1.26965 13.7885 1.56016C13.8264 1.59404 13.8667 1.6296 13.9093 1.6671C14.4738 2.16451 15.427 3.0043 16.2088 4.83129C17.7639 5.7059 20.2614 8.64331 18.7358 12.3391C17.0551 16.4108 13.4497 16.0217 12.2821 15.8956C12.1416 15.8805 12.0365 15.8691 11.9742 15.8698C11.5056 15.8749 7.61308 15.3475 5.02347 12.8287C5.02297 12.8408 5.02245 12.8531 5.02193 12.8656ZM12.4885 4.74167C11.9561 4.40063 10.617 3.72872 9.52006 3.76938C7.57654 5.08613 3.39156 8.60595 2.1998 12.1512C0.710113 16.5827 4.10364 22.5158 9.06053 22.9528C14.0174 23.3898 16.6583 20.7215 17.8718 18.0188C17.0698 18.3001 15.5331 18.7286 13.7293 18.4406C12.2014 19.3627 8.46042 20.1549 6.05233 16.9734C3.39934 13.4683 5.53596 10.5111 6.22787 9.55348C6.3111 9.43828 6.37343 9.35202 6.40399 9.29722C6.63388 8.88508 9.03266 5.74603 12.4885 4.74167Z", class: "fill-primary" }, null, -1), t("path", { d: "M18.0536 13.1944C17.54 14.1736 16.294 15.0082 15.7352 15.3031C16.6014 11.78 15.1076 8.07749 14.869 7.67046C14.5735 7.16642 13.314 2.89017 8.45901 3.52497C4.52537 4.0393 3.30588 7.69446 3.33306 9.49119C2.28341 10.7256 1.78066 12.3166 1.62101 13.1584C-0.0910414 10.7461 -1.02859 7.27957 1.82482 3.16493C4.67824 -0.949703 11.4653 -0.949707 14.5225 2.56831C16.9683 5.38272 17.8957 10.837 18.0536 13.1944Z", class: "fill-secondary" }, null, -1)], ov = { render: function(e, n) {
12011
+ return r(), a("g", null, rv);
12012
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/BcfPolychrome.vue" }, av = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M0 5.47981C0 3.9647 1.22825 2.73645 2.74336 2.73645H19.3255C20.8406 2.73645 22.0688 3.9647 22.0688 5.47981V10.5919C21.5229 10.3111 20.9283 10.1115 20.3011 10.009V8.06481C20.3011 7.51253 19.8534 7.06481 19.3011 7.06481H2.79865C2.24636 7.06481 1.79865 7.51253 1.79865 8.06481V17.526C1.79865 18.0783 2.24636 18.526 2.79865 18.526H13.9069C14.2198 19.1792 14.6474 19.7671 15.1635 20.2635H2.74336C1.22825 20.2635 0 19.0352 0 17.5201V5.47981ZM4.70657 4.91213C4.70657 5.4271 4.28911 5.84456 3.77414 5.84456C3.25918 5.84456 2.84172 5.4271 2.84172 4.91213C2.84172 4.39717 3.25918 3.9797 3.77414 3.9797C4.28911 3.9797 4.70657 4.39717 4.70657 4.91213ZM6.172 5.84456C6.68696 5.84456 7.10443 5.4271 7.10443 4.91213C7.10443 4.39717 6.68696 3.9797 6.172 3.9797C5.65703 3.9797 5.23957 4.39717 5.23957 4.91213C5.23957 5.4271 5.65703 5.84456 6.172 5.84456Z", class: "fill-primary" }, null, -1), t("rect", { x: "17.7899", y: "11.6612", width: "2.65031", height: "7.77024", class: "fill-secondary" }, null, -1), t("rect", { x: "23", y: "14.221", width: "2.65031", height: "7.77024", transform: "rotate(90 23 14.221)", class: "fill-secondary" }, null, -1)], lv = { render: function(e, n) {
12013
+ return r(), a("g", null, av);
12014
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/CreateWindowPolychrome.vue" }, iv = [t("rect", { x: "8.28", y: "4.14003", width: "6.44", height: "1.84", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.66991 0.459961H18.4V8.97184C17.8119 8.82047 17.1953 8.73996 16.56 8.73996L16.56 2.29996H6.43999V6.90002H1.84V19.78H10.1846C10.5853 20.4725 11.0955 21.0938 11.6917 21.62H0V6.12987L5.66991 0.459961Z", class: "fill-primary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.20001 16.0999H3.67999V17.9399H9.43185C9.2805 17.3518 9.20001 16.7353 9.20001 16.1C9.20001 16.1 9.20001 16.0999 9.20001 16.0999Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M10.1847 12.42H3.67999V14.26H9.43189C9.59991 13.6072 9.85523 12.9895 10.1847 12.42Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.72 8.97181V8.73996H3.67999V10.58H11.6917C12.5475 9.82459 13.5803 9.26514 14.72 8.97181Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M16.56 22.54C20.1167 22.54 23 19.6567 23 16.1C23 12.5433 20.1167 9.66002 16.56 9.66002C13.0033 9.66002 10.12 12.5433 10.12 16.1C10.12 19.6567 13.0033 22.54 16.56 22.54ZM15.8426 17.406H17.0285L17.1965 12.4201H15.6746L15.8426 17.406ZM17.0137 18.3992C16.8688 18.2576 16.676 18.1868 16.4356 18.1868C16.1984 18.1868 16.0057 18.2592 15.8574 18.4042C15.7125 18.5458 15.64 18.7254 15.64 18.9428C15.64 19.1602 15.7125 19.3397 15.8574 19.4814C16.0057 19.6231 16.1984 19.6939 16.4356 19.6939C16.676 19.6939 16.8688 19.6231 17.0137 19.4814C17.1619 19.3397 17.2361 19.1602 17.2361 18.9428C17.2361 18.7221 17.1619 18.5409 17.0137 18.3992Z", class: "fill-primary" }, null, -1)], sv = { render: function(e, n) {
12015
+ return r(), a("g", null, iv);
12016
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/DocInfoPolychrome.vue" }, cv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.73921 7.82627L11.7868 1.7787V5.91204V7.82627H5.73921ZM21.9496 2.27673C21.9496 1.02453 20.9365 0 19.6843 0H10.5773L3.74713 6.8302V20.4906C3.74713 21.7428 4.77131 22.7673 6.02386 22.7673H19.6956C20.9479 22.7673 21.961 21.7428 21.961 20.4906L21.9496 2.27673Z", class: "fill-primary" }, null, -1), t("path", { d: "M0.777466 12.8685C0.777466 12.3218 1.22065 11.8786 1.76735 11.8786H24.5347C25.0814 11.8786 25.5246 12.3218 25.5246 12.8685V19.7977C25.5246 20.3444 25.0814 20.7876 24.5347 20.7876H1.76735C1.22065 20.7876 0.777466 20.3444 0.777466 19.7977V12.8685Z", fill: "#F8C62C" }, null, -1), t("path", { d: "M2.8558 19.7976V12.7602H5.02118C5.63985 12.7602 6.19247 12.9003 6.67904 13.1807C7.16883 13.4578 7.55066 13.8541 7.82456 14.3697C8.09845 14.882 8.2354 15.4653 8.2354 16.1194V16.4432C8.2354 17.0974 8.10006 17.679 7.82939 18.1881C7.56194 18.6972 7.18333 19.0919 6.69354 19.3723C6.20375 19.6526 5.65113 19.7944 5.03568 19.7976H2.8558ZM4.30583 13.9347V18.6328H5.00668C5.5738 18.6328 6.00719 18.4475 6.30687 18.0769C6.60654 17.7064 6.7596 17.1763 6.76604 16.4867V16.1146C6.76604 15.3992 6.61782 14.8579 6.32137 14.4905C6.02492 14.12 5.59152 13.9347 5.02118 13.9347H4.30583Z", fill: "white" }, null, -1), t("path", { d: "M14.775 17.7676L15.7224 12.7602H17.1676L15.6064 19.7976H14.1467L13.0012 15.0899L11.8556 19.7976H10.3959L8.83474 12.7602H10.2799L11.2321 17.7579L12.3921 12.7602H13.6198L14.775 17.7676Z", fill: "white" }, null, -1), t("path", { d: "M23.5235 18.9083C23.2625 19.2208 22.8935 19.4641 22.4166 19.6381C21.9398 19.8089 21.4113 19.8943 20.8313 19.8943C20.2223 19.8943 19.6874 19.7622 19.2266 19.498C18.769 19.2305 18.4146 18.8438 18.1632 18.3379C17.9151 17.832 17.7878 17.2375 17.7814 16.5544V16.0759C17.7814 15.3734 17.899 14.766 18.1342 14.2537C18.3727 13.7381 18.7143 13.345 19.1589 13.0743C19.6068 12.8004 20.1304 12.6635 20.7298 12.6635C21.5644 12.6635 22.2169 12.8633 22.6873 13.2628C23.1578 13.6592 23.4365 14.2376 23.5235 14.998H22.1121C22.0477 14.5953 21.9043 14.3004 21.682 14.1135C21.4629 13.9266 21.16 13.8332 20.7733 13.8332C20.2803 13.8332 19.9049 14.0185 19.6471 14.389C19.3893 14.7596 19.2588 15.3106 19.2556 16.0421V16.4916C19.2556 17.2295 19.3958 17.7869 19.6761 18.1639C19.9564 18.5409 20.3673 18.7294 20.9086 18.7294C21.4532 18.7294 21.8415 18.6134 22.0735 18.3814V17.1682H20.754V16.1001H23.5235V18.9083Z", fill: "white" }, null, -1)], dv = { render: function(e, n) {
12017
+ return r(), a("g", null, cv);
12018
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FileDwgPolychrome.vue" }, uv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M3.97188 7.82627L10.0195 1.7787V5.91204V7.82627H3.97188ZM20.1823 2.27673C20.1823 1.02453 19.1691 0 17.9169 0H8.81L1.9798 6.8302V20.4906C1.9798 21.7428 3.00397 22.7673 4.25653 22.7673H17.9283C19.1805 22.7673 20.1937 21.7428 20.1937 20.4906L20.1823 2.27673Z", class: "fill-primary" }, null, -1), t("path", { d: "M0 12.8685C0 12.3218 0.443186 11.8786 0.989884 11.8786H20.7876C21.3343 11.8786 21.7775 12.3218 21.7775 12.8685V19.7977C21.7775 20.3444 21.3343 20.7876 20.7876 20.7876H0.989884C0.443187 20.7876 0 20.3444 0 19.7977V12.8685Z", fill: "#205DBD" }, null, -1), t("path", { d: "M5.66383 19.7976H4.21381V12.7602H5.66383V19.7976Z", fill: "white" }, null, -1), t("path", { d: "M11.2464 16.9217H8.46238V19.7976H7.01236V12.7602H11.5944V13.9347H8.46238V15.7521H11.2464V16.9217Z", fill: "white" }, null, -1), t("path", { d: "M17.96 17.4534C17.9053 18.2107 17.6249 18.8068 17.119 19.2418C16.6164 19.6768 15.9526 19.8943 15.1277 19.8943C14.2254 19.8943 13.5149 19.5914 12.9961 18.9856C12.4806 18.3766 12.2228 17.542 12.2228 16.4819V16.0517C12.2228 15.375 12.342 14.7789 12.5805 14.2634C12.8189 13.7478 13.1589 13.3531 13.6003 13.0792C14.045 12.8021 14.5605 12.6635 15.147 12.6635C15.959 12.6635 16.6131 12.881 17.1094 13.316C17.6056 13.751 17.8924 14.3616 17.9697 15.1479H16.5197C16.4842 14.6935 16.357 14.3649 16.1378 14.1619C15.922 13.9556 15.5917 13.8525 15.147 13.8525C14.6637 13.8525 14.3012 14.0265 14.0595 14.3745C13.821 14.7193 13.6986 15.2558 13.6921 15.9841V16.5157C13.6921 17.2762 13.8065 17.832 14.0353 18.1833C14.2673 18.5345 14.6314 18.7101 15.1277 18.7101C15.5756 18.7101 15.9091 18.6086 16.1282 18.4056C16.3505 18.1994 16.4778 17.882 16.51 17.4534H17.96Z", fill: "white" }, null, -1)], Cv = { render: function(e, n) {
12019
+ return r(), a("g", null, uv);
12020
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FileIfcPolychrome.vue" }, pv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z", class: "fill-primary" }, null, -1), t("rect", { y: "12", width: "22", height: "9", rx: "1", fill: "#FF0000" }, null, -1), t("path", { d: "M3.88086 17.4951V20H2.41602V12.8906H5.18945C5.72331 12.8906 6.19206 12.9883 6.5957 13.1836C7.0026 13.3789 7.3151 13.6572 7.5332 14.0186C7.7513 14.3766 7.86035 14.7852 7.86035 15.2441C7.86035 15.9408 7.62109 16.4909 7.14258 16.8945C6.66732 17.2949 6.00814 17.4951 5.16504 17.4951H3.88086ZM3.88086 16.3086H5.18945C5.57682 16.3086 5.87142 16.2174 6.07324 16.0352C6.27832 15.8529 6.38086 15.5924 6.38086 15.2539C6.38086 14.9056 6.27832 14.624 6.07324 14.4092C5.86816 14.1943 5.58496 14.0837 5.22363 14.0771H3.88086V16.3086ZM8.87109 20V12.8906H11.0586C11.6836 12.8906 12.2419 13.0322 12.7334 13.3154C13.2282 13.5954 13.6139 13.9958 13.8906 14.5166C14.1673 15.0342 14.3057 15.6234 14.3057 16.2842V16.6113C14.3057 17.2721 14.1689 17.8597 13.8955 18.374C13.6253 18.8883 13.2428 19.2871 12.748 19.5703C12.2533 19.8535 11.695 19.9967 11.0732 20H8.87109ZM10.3359 14.0771V18.8232H11.0439C11.6169 18.8232 12.0547 18.6361 12.3574 18.2617C12.6602 17.8874 12.8148 17.3519 12.8213 16.6553V16.2793C12.8213 15.5566 12.6715 15.0098 12.3721 14.6387C12.0726 14.2643 11.6348 14.0771 11.0586 14.0771H10.3359ZM19.6523 17.0947H16.8398V20H15.375V12.8906H20.0039V14.0771H16.8398V15.9131H19.6523V17.0947Z", fill: "white" }, null, -1)], hv = { render: function(e, n) {
12021
+ return r(), a("g", null, pv);
12022
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FilePdfPolychrome.vue" }, bv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M4.01244 7.90625L10.1218 1.79688V5.97245V7.90625H4.01244ZM20.3885 2.3C20.3885 1.035 19.365 0 18.1 0H8.9L2 6.9V20.7C2 21.965 3.03464 23 4.3 23H18.1115C19.3765 23 20.4 21.965 20.4 20.7L20.3885 2.3Z", class: "fill-primary" }, null, -1), t("rect", { y: "12", width: "22", height: "9", rx: "1", fill: "#FF9900" }, null, -1), t("path", { d: "M4.37598 17.2261H3.10791V16.4263H4.37598C4.57194 16.4263 4.73145 16.3944 4.85449 16.3306C4.97754 16.2645 5.06755 16.1733 5.12451 16.0571C5.18148 15.9409 5.20996 15.8099 5.20996 15.6641C5.20996 15.516 5.18148 15.3781 5.12451 15.2505C5.06755 15.1229 4.97754 15.0203 4.85449 14.9429C4.73145 14.8654 4.57194 14.8267 4.37598 14.8267H3.46338V19H2.43799V14.0234H4.37598C4.76562 14.0234 5.09945 14.0941 5.37744 14.2354C5.65771 14.3743 5.87191 14.5669 6.02002 14.813C6.16813 15.0591 6.24219 15.3405 6.24219 15.6572C6.24219 15.9785 6.16813 16.2565 6.02002 16.4912C5.87191 16.7259 5.65771 16.9071 5.37744 17.0347C5.09945 17.1623 4.76562 17.2261 4.37598 17.2261ZM10.1489 18.2002V19H7.64355V18.2002H10.1489ZM7.9751 14.0234V19H6.94971V14.0234H7.9751ZM12.8286 14.8745L11.4751 19H10.3848L12.2339 14.0234H12.9277L12.8286 14.8745ZM13.9531 19L12.5962 14.8745L12.4868 14.0234H13.1875L15.0469 19H13.9531ZM13.8916 17.1475V17.9507H11.2632V17.1475H13.8916ZM19.5586 14.0234V19H18.5332L16.5337 15.6641V19H15.5083V14.0234H16.5337L18.5366 17.3628V14.0234H19.5586Z", fill: "white" }, null, -1)], gv = { render: function(e, n) {
12023
+ return r(), a("g", null, bv);
12024
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FilePlanPolychrome.vue" }, fv = [t("path", { d: "M21.45 2.69359H9.95863L9.88979 5.59441H21.45V2.69359Z", class: "fill-secondary" }, null, -1), t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M9.19976 1.91663H2.29984C1.03451 1.91663 0.0111238 2.99464 0.0111238 4.31267L0 18.6873C0 20.0053 1.03451 21.0833 2.29984 21.0833H20.6998C21.9651 21.0833 23 20.0053 23 18.6873V6.70829C23 5.39068 21.9651 4.31267 20.6998 4.31267H11.5L9.19976 1.91663Z", class: "fill-primary" }, null, -1)], Lv = { render: function(e, n) {
12025
+ return r(), a("g", null, fv);
12026
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/FolderPolychrome.vue" }, vv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M21.6656 15.7775H20.5497V11.8888C20.5497 11.4605 20.2107 11.1109 19.7954 11.1109H12.2543V7.22228H13.1828C13.9164 7.22228 14.5163 6.60266 14.5163 5.84611V2.37605C14.5163 1.6195 13.9164 0.999878 13.1828 0.999878H9.81719C9.08361 0.999878 8.4828 1.6195 8.4828 2.37605V5.84611C8.4828 6.60266 9.08361 7.22228 9.81719 7.22228H10.7457V11.1109H3.20459C2.78931 11.1109 2.45029 11.4605 2.45029 11.8888V15.7775H1.33438C0.600803 15.7775 0 16.3971 0 17.1537V20.6237C0 21.3803 0.600803 21.9999 1.33438 21.9999H4.69907C5.43265 21.9999 6.03345 21.3803 6.03345 20.6237V17.1537C6.03345 16.3971 5.43265 15.7775 4.69907 15.7775H3.95795V12.6668H10.7457V15.7775H9.81719C9.08361 15.7775 8.4828 16.3971 8.4828 17.1537V20.6237C8.4828 21.3803 9.08361 21.9999 9.81719 21.9999H13.1828C13.9164 21.9999 14.5163 21.3803 14.5163 20.6237V17.1537C14.5163 16.3971 13.9164 15.7775 13.1828 15.7775H12.2543V12.6668H19.0411V15.7775H18.3009C17.5664 15.7775 16.9665 16.3971 16.9665 17.1537V20.6237C16.9665 21.3803 17.5664 21.9999 18.3009 21.9999H21.6656C22.3992 21.9999 23 21.3803 23 20.6237V17.1537C23 16.3971 22.3992 15.7775 21.6656 15.7775Z", class: "fill-primary" }, null, -1), t("rect", { x: "8.41016", y: "0.999878", width: "6.1797", height: "6.2208", rx: "1", class: "fill-secondary" }, null, -1)], mv = { render: function(e, n) {
12027
+ return r(), a("g", null, vv);
12028
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/StructurePolychrome.vue" }, Iv = [t("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8093 0H0.908936V23H13.487V16.8195H22.0911V10.6239H17.8093V0ZM2.25708 6.97618V1.34814H9.70245V6.97618H8.34131L7.39822 5.33817L7.04736 5.54018L8.00586 7.20495L8.00586 7.78409L9.70245 7.78409V11.864H10.5104V7.78409H10.5104V6.97618H10.5104V1.34814H16.4611V11.9721H20.743V15.4714H12.1868V15.4591H10.0431L9.04084 13.7183L8.68998 13.9203L9.68225 15.6437V16.267H12.1388V21.6519H2.25708V16.267H7.37974V15.4591H2.25708V7.78409L5.70333 7.78409V6.97618H2.25708Z", class: "fill-primary" }, null, -1), t("rect", { x: "4.0519", y: "18.0658", width: "6.1275", height: "2.1021", class: "fill-secondary" }, null, -1)], Mv = { render: function(e, n) {
12029
+ return r(), a("g", null, Iv);
12030
+ }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/Viewer2DPolychrome.vue" }, _v = [t("path", { d: "M0 6.13333L10.7333 10.4896V23L0 18.6437V6.13333Z", class: "fill-primary" }, null, -1), t("path", { d: "M23 6.13333L12.2667 10.4896V23L23 18.6437V6.13333Z", class: "fill-primary" }, null, -1), t("path", { d: "M11.4437 0L1.53333 4.4386L11.4437 8.43333L21.4667 4.21667L11.4437 0Z", class: "fill-secondary" }, null, -1)], yv = { render: function(e, n) {
12031
+ return r(), a("g", null, _v);
12018
12032
  }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/polychrome/Viewer3DPolychrome.vue" };
12019
- var g5 = { addFile: ih, addFolder: ch, addUser: uh, alphabeticalAscending: ph, alphabeticalDescending: bh, alphabeticalSort: fh, alt: vh, angle: Ih, api: _h, archive: Hh, arrow: Vh, attach: kh, backInTime: Zh, bcf: Ah, building: $h, burgerMenu: Oh, calendar: Eh, caliper: Ph, camera: zh, cancelCamera: Yh, check: Xh, chevron: Kh, classificationCategorie: Jh, classificationElement: eb, click: tb, close: ob, cloud: lb, color: sb, comment: db, cursor: Cb, dateAscending: hb, dateDescending: gb, default: Lb, delete: mb, deniedFile: Mb, deploy: yb, detach: Db, distance: Bb, doubleChevron: xb, down: Zb, download: Ab, drag: $b, edit: Ob, ellipsis: Eb, expanded: Pb, explosion: zb, export: Yb, exportIfc: Xb, failed: Kb, filter: Jb, fitView: eg, folder: tg, folderMove: og, folderOpen: lg, fullscreen: sg, grid: dg, group: Cg, hide: hg, ifc: gg, ifcFile: Lg, import: mg, indexAscending: Mg, indexDescending: yg, information: Dg, inProgressFile: Bg, invitation: xg, isolate: Zg, key: Ag, left: $g, linkedDocument: Og, list: Eg, listManage: Pg, location: zg, lock: Yg, logout: Xg, measure: Kg, minus: Jg, model3d: ef, organization: tf, parameters: of, path: lf, pieGraph: cf, plus: uf, project: pf, quickSelect: bf, readonlyFolder: ff, redo: vf, reduced: If, refresh: _f, reprocessIfc: Hf, reset: Vf, right: kf, rules: wf, sandglass: Sf, save: Tf, screenConfig: Nf, screenshot: Rf, search: Ff, section: Uf, settings: Gf, share: Wf, show: jf, showSelected: qf, socotec: Qf, space: nL, split: rL, storey: aL, success: iL, surface: cL, swap: uL, synchro2d: pL, system: bL, tag: LL, tree: mL, unarchive: ML, undo: yL, union: DL, up: BL, user: xL, validate: ZL, validatedFile: AL, versioning: NL, video: RL, visa: FL, warning: UL, windowBottom: GL, windowed: WL, windowLeft: jL, windowRight: qL, windowTop: QL, zone: nv, bcfPolychrome: rv, createWindowPolychrome: av, docInfoPolychrome: iv, fileDwgPolychrome: cv, fileIfcPolychrome: uv, filePdfPolychrome: pv, filePlanPolychrome: bv, folderPolychrome: fv, structurePolychrome: vv, viewer2dPolychrome: Iv, viewer3dPolychrome: _v }, yv = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
12033
+ var g5 = { addFile: sh, addFolder: dh, addUser: Ch, alphabeticalAscending: hh, alphabeticalDescending: gh, alphabeticalSort: Lh, alt: mh, angle: Mh, api: yh, archive: Dh, arrow: Bh, attach: xh, backInTime: Sh, bcf: Th, building: Nh, burgerMenu: Rh, calendar: Fh, caliper: Uh, camera: Gh, cancelCamera: Wh, check: jh, chevron: qh, classificationCategorie: Qh, classificationElement: nb, click: rb, close: ab, cloud: ib, color: cb, comment: ub, cursor: pb, dateAscending: bb, dateDescending: fb, default: vb, delete: Ib, deniedFile: _b, deploy: Hb, detach: Vb, distance: kb, doubleChevron: wb, down: Sb, download: Tb, drag: Nb, edit: Rb, ellipsis: Fb, expanded: Ub, explosion: Gb, export: Wb, exportIfc: jb, failed: qb, filter: Qb, fitView: ng, folder: rg, folderMove: ag, folderOpen: ig, fullscreen: cg, grid: ug, group: pg, hide: bg, ifc: fg, ifcFile: vg, import: Ig, indexAscending: _g, indexDescending: Hg, information: Vg, inProgressFile: kg, invitation: wg, isolate: Sg, key: Tg, left: Ng, linkedDocument: Rg, list: Fg, listManage: Ug, location: Gg, lock: Wg, logout: jg, measure: qg, minus: Qg, model3d: nf, organization: rf, parameters: af, path: sf, pieGraph: df, plus: Cf, project: hf, quickSelect: gf, readonlyFolder: Lf, redo: mf, reduced: Mf, refresh: yf, reprocessIfc: Df, reset: Bf, right: xf, rules: Zf, sandglass: Af, save: $f, screenConfig: Of, screenshot: Ef, search: Pf, section: zf, settings: Yf, share: Xf, show: Kf, showSelected: Jf, socotec: eL, space: tL, split: oL, storey: lL, success: sL, surface: dL, swap: CL, synchro2d: hL, system: gL, tag: vL, tree: IL, unarchive: _L, undo: HL, union: VL, up: kL, user: wL, validate: SL, validatedFile: TL, versioning: OL, video: EL, visa: PL, warning: zL, windowBottom: YL, windowed: XL, windowLeft: KL, windowRight: JL, windowTop: ev, zone: tv, bcfPolychrome: ov, createWindowPolychrome: lv, docInfoPolychrome: sv, fileDwgPolychrome: dv, fileIfcPolychrome: Cv, filePdfPolychrome: hv, filePlanPolychrome: gv, folderPolychrome: Lv, structurePolychrome: mv, viewer2dPolychrome: Mv, viewer3dPolychrome: yv }, Hv = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
12020
12034
  const f5 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
12021
12035
  var q1 = { name: "BIMDataIcon", components: { ...function(e = {}) {
12022
12036
  return Object.entries(e).reduce((n, [o, l]) => ({ ...n, [`bimdata-icon-${o}`]: l }), {});
12023
- }(g5) }, props: { name: { type: String, required: !0, validator: (e) => Object.keys(g5).includes(e) }, color: { type: String, default: "default", validator: (e) => yv.includes(e) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: !1 }, stroke: { type: Boolean, default: !1 }, size: { type: String, default: "s", validator: (e) => Object.keys(f5).includes(e) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
12037
+ }(g5) }, props: { name: { type: String, required: !0, validator: (e) => Object.keys(g5).includes(e) }, color: { type: String, default: "default", validator: (e) => Hv.includes(e) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: !1 }, stroke: { type: Boolean, default: !1 }, size: { type: String, default: "s", validator: (e) => Object.keys(f5).includes(e) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
12024
12038
  return { "icon-fill": this.fill, "icon-stroke": this.stroke, [`icon-fill--${this.color}`]: this.fill && this.color, [`icon-stroke--${this.color}`]: this.stroke && this.color };
12025
12039
  }, style() {
12026
12040
  const e = this.getPixelSize(this.size);
@@ -12028,7 +12042,7 @@ var q1 = { name: "BIMDataIcon", components: { ...function(e = {}) {
12028
12042
  } }, methods: { getPixelSize() {
12029
12043
  return this.customSize ? this.customSize : f5[this.size];
12030
12044
  } } };
12031
- const Hv = ["fill", "color"];
12045
+ const Dv = ["fill", "color"];
12032
12046
  Z1(`/* base COLORS --------------------------------------------- */
12033
12047
  /* colors BRAND */
12034
12048
  /* colors GREY SHADES - NEUTRAL */
@@ -12182,7 +12196,7 @@ Z1(`.icon-fill--black {
12182
12196
  .icon-stroke--white {
12183
12197
  stroke: var(--color-white);
12184
12198
  }`), q1.render = function(e, n, o, l, s, i) {
12185
- return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: o.fillColor, color: o.color, class: V(i.classes), style: y(i.style) }, [(r(), D(d1(`bimdata-icon-${o.name}`)))], 14, Hv);
12199
+ return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 23 23", width: "100%", fill: o.fillColor, color: o.color, class: V(i.classes), style: y(i.style) }, [(r(), D(d1(`bimdata-icon-${o.name}`)))], 14, Dv);
12186
12200
  }, q1.__scopeId = "data-v-1312d4d1", q1.__file = "src/BIMDataComponents/BIMDataIcon/BIMDataIcon.vue";
12187
12201
  var J1 = { components: { BIMDataButton: K1, BIMDataIcon: q1 }, props: { sliderPadding: { type: Number, default: 12 }, minGap: { type: Number, default: 24 } }, data: () => ({ index: 0, maxIndex: 0, translations: [] }), watch: { minGap() {
12188
12202
  this.distributeItems();
@@ -12205,7 +12219,7 @@ var J1 = { components: { BIMDataButton: K1, BIMDataIcon: q1 }, props: { sliderPa
12205
12219
  this.maxIndex = Math.max(n.length - i, 0), this.index = Math.min(this.index, this.maxIndex), this.translations = d;
12206
12220
  }
12207
12221
  } } };
12208
- const Dv = { class: "bimdata-carousel" }, Vv = { class: "bimdata-carousel__container" };
12222
+ const Vv = { class: "bimdata-carousel" }, Bv = { class: "bimdata-carousel__container" };
12209
12223
  Z1(`.bimdata-carousel[data-v-b82c72c2] {
12210
12224
  --button-size: 44px;
12211
12225
  position: relative;
@@ -12238,9 +12252,9 @@ Z1(`.bimdata-carousel[data-v-b82c72c2] {
12238
12252
  right: calc(0px - var(--button-size) / 2);
12239
12253
  }`), J1.render = function(e, n, o, l, s, i) {
12240
12254
  const c = g("BIMDataIcon"), u = g("BIMDataButton");
12241
- return r(), a("div", Dv, [X(p(u, { class: "bimdata-carousel__btn-prev", color: "default", fill: "", rounded: "", icon: "", onClick: n[0] || (n[0] = (d) => s.index--) }, { default: f(() => [p(c, { name: "chevron", size: "s", rotate: 180 })]), _: 1 }, 512), [[q, s.index > 0]]), t("div", Vv, [t("div", { class: "bimdata-carousel__container__slider", ref: "slider", style: y({ transform: `translateX(-${s.translations[s.index]}px)` }) }, [_(e.$slots, "default")], 4)]), X(p(u, { class: "bimdata-carousel__btn-next", color: "default", fill: "", rounded: "", icon: "", onClick: n[1] || (n[1] = (d) => s.index++) }, { default: f(() => [p(c, { name: "chevron", size: "s" })]), _: 1 }, 512), [[q, s.index < s.maxIndex]])]);
12255
+ return r(), a("div", Vv, [X(p(u, { class: "bimdata-carousel__btn-prev", color: "default", fill: "", rounded: "", icon: "", onClick: n[0] || (n[0] = (d) => s.index--) }, { default: f(() => [p(c, { name: "chevron", size: "s", rotate: 180 })]), _: 1 }, 512), [[q, s.index > 0]]), t("div", Bv, [t("div", { class: "bimdata-carousel__container__slider", ref: "slider", style: y({ transform: `translateX(-${s.translations[s.index]}px)` }) }, [_(e.$slots, "default")], 4)]), X(p(u, { class: "bimdata-carousel__btn-next", color: "default", fill: "", rounded: "", icon: "", onClick: n[1] || (n[1] = (d) => s.index++) }, { default: f(() => [p(c, { name: "chevron", size: "s" })]), _: 1 }, 512), [[q, s.index < s.maxIndex]])]);
12242
12256
  }, J1.__scopeId = "data-v-b82c72c2", J1.__file = "src/BIMDataComponents/BIMDataCarousel/BIMDataCarousel.vue";
12243
- const Bv = {
12257
+ const kv = {
12244
12258
  components: {
12245
12259
  BcfTopicDefaultImage: X2,
12246
12260
  BIMDataCarousel: J1,
@@ -12277,8 +12291,8 @@ const Bv = {
12277
12291
  adjustTextColor: i2
12278
12292
  };
12279
12293
  }
12280
- }, kv = ["src", "onClick"];
12281
- function xv(e, n, o, l, s, i) {
12294
+ }, xv = ["src", "onClick"];
12295
+ function wv(e, n, o, l, s, i) {
12282
12296
  const c = g("BIMDataIcon"), u = g("BIMDataCarousel"), d = g("BcfTopicDefaultImage");
12283
12297
  return r(), a("div", {
12284
12298
  class: V(["bcf-topic-viewpoints", { empty: l.viewpoints.length === 0 }])
@@ -12311,7 +12325,7 @@ function xv(e, n, o, l, s, i) {
12311
12325
  key: 0,
12312
12326
  src: C.snapshot.snapshot_data,
12313
12327
  onClick: (L) => e.$emit("view-topic-viewpoint", C)
12314
- }, null, 8, kv)) : v("", !0),
12328
+ }, null, 8, xv)) : v("", !0),
12315
12329
  C.icon ? (r(), D(c, {
12316
12330
  key: 1,
12317
12331
  class: "icon",
@@ -12327,12 +12341,12 @@ function xv(e, n, o, l, s, i) {
12327
12341
  }))
12328
12342
  ], 2);
12329
12343
  }
12330
- const wv = /* @__PURE__ */ F(Bv, [["render", xv], ["__scopeId", "data-v-15bf52d1"]]);
12331
- const Zv = {
12344
+ const Zv = /* @__PURE__ */ F(kv, [["render", wv], ["__scopeId", "data-v-15bf52d1"]]);
12345
+ const Sv = {
12332
12346
  components: {
12333
- BcfTopicComments: rh,
12347
+ BcfTopicComments: oh,
12334
12348
  BcfTopicDefaultImage: X2,
12335
- BcfTopicViewpoints: wv,
12349
+ BcfTopicViewpoints: Zv,
12336
12350
  BIMDataButton: W,
12337
12351
  BIMDataIcon: j,
12338
12352
  BIMDataLoading: c1,
@@ -12377,7 +12391,7 @@ const Zv = {
12377
12391
  "view-topic-viewpoint"
12378
12392
  ],
12379
12393
  setup(e, { emit: n }) {
12380
- const o = x1(), l = x(!1), s = x(!1), i = R(() => f1(e.topic, e.detailedExtensions)), c = R(() => {
12394
+ const o = x1(), l = x(!1), s = x(!1), i = R(() => L1(e.topic, e.detailedExtensions)), c = R(() => {
12381
12395
  var C, L, b;
12382
12396
  return ((b = (L = (C = e.topic.viewpoints) == null ? void 0 : C[0]) == null ? void 0 : L.components) == null ? void 0 : b.selection) || [];
12383
12397
  }), u = R(() => Array.from(e.topic.labels || []).sort());
@@ -12399,14 +12413,14 @@ const Zv = {
12399
12413
  }
12400
12414
  };
12401
12415
  }
12402
- }, Sv = { class: "bcf-topic-overview" }, Av = { class: "bcf-topic-overview__header" }, Tv = { class: "bcf-topic-overview__header__title" }, $v = { class: "bcf-topic-overview__header__actions" }, Nv = { class: "bcf-topic-overview__content" }, Ov = { class: "bcf-topic-overview__content__head" }, Rv = { class: "bcf-topic-overview__content__head__date" }, Ev = { class: "bcf-topic-overview__content__card" }, Fv = {
12416
+ }, Av = { class: "bcf-topic-overview" }, Tv = { class: "bcf-topic-overview__header" }, $v = { class: "bcf-topic-overview__header__title" }, Nv = { class: "bcf-topic-overview__header__actions" }, Ov = { class: "bcf-topic-overview__content" }, Rv = { class: "bcf-topic-overview__content__head" }, Ev = { class: "bcf-topic-overview__content__head__date" }, Fv = { class: "bcf-topic-overview__content__card" }, Pv = {
12403
12417
  key: 0,
12404
12418
  class: "title"
12405
- }, Pv = { class: "line" }, Uv = { class: "label" }, zv = { class: "value" }, Gv = { class: "line" }, Yv = { class: "label" }, Wv = { class: "value" }, Xv = { class: "line" }, jv = { class: "label" }, Kv = { class: "value" }, qv = { class: "line" }, Jv = { class: "label" }, Qv = { class: "value" }, em = { class: "bcf-topic-overview__content__card" }, nm = { class: "title" }, tm = { class: "line" }, rm = { class: "label" }, om = { class: "value" }, am = { class: "line" }, lm = { class: "label" }, im = { class: "value" }, sm = { class: "line" }, cm = { class: "label" }, dm = { class: "line" }, um = { class: "label" }, Cm = { class: "value" }, pm = { class: "line m-t-12" }, hm = { class: "label" }, bm = { class: "value" }, gm = { key: 1 };
12406
- function fm(e, n, o, l, s, i) {
12419
+ }, Uv = { class: "line" }, zv = { class: "label" }, Gv = { class: "value" }, Yv = { class: "line" }, Wv = { class: "label" }, Xv = { class: "value" }, jv = { class: "line" }, Kv = { class: "label" }, qv = { class: "value" }, Jv = { class: "line" }, Qv = { class: "label" }, em = { class: "value" }, nm = { class: "bcf-topic-overview__content__card" }, tm = { class: "title" }, rm = { class: "line" }, om = { class: "label" }, am = { class: "value" }, lm = { class: "line" }, im = { class: "label" }, sm = { class: "value" }, cm = { class: "line" }, dm = { class: "label" }, um = { class: "line" }, Cm = { class: "label" }, pm = { class: "value" }, hm = { class: "line m-t-12" }, bm = { class: "label" }, gm = { class: "value" }, fm = { key: 1 };
12420
+ function Lm(e, n, o, l, s, i) {
12407
12421
  const c = g("BIMDataIcon"), u = g("BIMDataButton"), d = g("BIMDataTextbox"), C = g("BcfTopicViewpoints"), L = g("BcfTopicComments"), b = g("BIMDataSafeZoneModal"), M = g("BIMDataLoading");
12408
- return r(), a("div", Sv, [
12409
- t("div", Av, [
12422
+ return r(), a("div", Av, [
12423
+ t("div", Tv, [
12410
12424
  o.uiConfig.backButton ? (r(), D(u, {
12411
12425
  key: 0,
12412
12426
  ghost: "",
@@ -12424,13 +12438,13 @@ function fm(e, n, o, l, s, i) {
12424
12438
  ]),
12425
12439
  _: 1
12426
12440
  })) : v("", !0),
12427
- t("div", Tv, [
12441
+ t("div", $v, [
12428
12442
  p(d, {
12429
12443
  maxWidth: "250px",
12430
12444
  text: o.topic.title
12431
12445
  }, null, 8, ["text"])
12432
12446
  ]),
12433
- t("div", $v, [
12447
+ t("div", Nv, [
12434
12448
  o.uiConfig.editButton ? (r(), D(u, {
12435
12449
  key: 0,
12436
12450
  ghost: "",
@@ -12480,8 +12494,8 @@ function fm(e, n, o, l, s, i) {
12480
12494
  })) : v("", !0)
12481
12495
  ])
12482
12496
  ]),
12483
- t("div", Nv, [
12484
- t("div", Ov, [
12497
+ t("div", Ov, [
12498
+ t("div", Rv, [
12485
12499
  t("div", {
12486
12500
  class: "bcf-topic-overview__content__head__index",
12487
12501
  style: y({
@@ -12489,7 +12503,7 @@ function fm(e, n, o, l, s, i) {
12489
12503
  color: l.adjustTextColor(`#${l.priorityColor}`, "#FFF", "#2F374A")
12490
12504
  })
12491
12505
  }, h(o.topic.index), 5),
12492
- t("div", Rv, h(e.$d(o.topic.creation_date, "short")), 1)
12506
+ t("div", Ev, h(e.$d(o.topic.creation_date, "short")), 1)
12493
12507
  ]),
12494
12508
  p(C, {
12495
12509
  detailedExtensions: o.detailedExtensions,
@@ -12530,58 +12544,58 @@ function fm(e, n, o, l, s, i) {
12530
12544
  ]),
12531
12545
  _: 1
12532
12546
  })),
12533
- t("div", Ev, [
12534
- o.uiConfig.viewerMode ? v("", !0) : (r(), a("div", Fv, [
12547
+ t("div", Fv, [
12548
+ o.uiConfig.viewerMode ? v("", !0) : (r(), a("div", Pv, [
12535
12549
  p(c, {
12536
12550
  name: "model3d",
12537
12551
  size: "xs"
12538
12552
  }),
12539
12553
  t("span", null, h(e.$t("BcfComponents.BcfTopicOverview.elements", { count: l.topicObjects.length })), 1)
12540
12554
  ])),
12541
- t("div", Pv, [
12542
- t("span", Uv, h(e.$t("BcfComponents.BcfTopicOverview.type")), 1),
12543
- t("span", zv, h(o.topic.topic_type ? o.topic.topic_type : e.$t("BcfComponents.BcfTopicOverview.noTypeSpecified")), 1)
12555
+ t("div", Uv, [
12556
+ t("span", zv, h(e.$t("BcfComponents.BcfTopicOverview.type")), 1),
12557
+ t("span", Gv, h(o.topic.topic_type ? o.topic.topic_type : e.$t("BcfComponents.BcfTopicOverview.noTypeSpecified")), 1)
12544
12558
  ]),
12545
- t("div", Gv, [
12546
- t("span", Yv, h(e.$t("BcfComponents.BcfTopicOverview.description")), 1),
12547
- t("span", Wv, h(o.topic.description ? o.topic.description : e.$t("BcfComponents.BcfTopicOverview.noDescriptionProvided")), 1)
12559
+ t("div", Yv, [
12560
+ t("span", Wv, h(e.$t("BcfComponents.BcfTopicOverview.description")), 1),
12561
+ t("span", Xv, h(o.topic.description ? o.topic.description : e.$t("BcfComponents.BcfTopicOverview.noDescriptionProvided")), 1)
12548
12562
  ]),
12549
- t("div", Xv, [
12550
- t("span", jv, h(e.$t("BcfComponents.BcfTopicOverview.assignedTo")), 1),
12551
- t("span", Kv, h(o.topic.assigned_to ? o.topic.assigned_to : e.$t("BcfComponents.BcfTopicOverview.notAssigned")), 1)
12563
+ t("div", jv, [
12564
+ t("span", Kv, h(e.$t("BcfComponents.BcfTopicOverview.assignedTo")), 1),
12565
+ t("span", qv, h(o.topic.assigned_to ? o.topic.assigned_to : e.$t("BcfComponents.BcfTopicOverview.notAssigned")), 1)
12552
12566
  ]),
12553
- t("div", qv, [
12554
- t("span", Jv, h(e.$t("BcfComponents.BcfTopicOverview.dueDate")), 1),
12555
- t("span", Qv, h(o.topic.due_date ? e.$d(o.topic.due_date, "short") : e.$t("BcfComponents.BcfTopicOverview.noDueDate")), 1)
12567
+ t("div", Jv, [
12568
+ t("span", Qv, h(e.$t("BcfComponents.BcfTopicOverview.dueDate")), 1),
12569
+ t("span", em, h(o.topic.due_date ? e.$d(o.topic.due_date, "short") : e.$t("BcfComponents.BcfTopicOverview.noDueDate")), 1)
12556
12570
  ])
12557
12571
  ]),
12558
- t("div", em, [
12559
- t("div", nm, [
12572
+ t("div", nm, [
12573
+ t("div", tm, [
12560
12574
  p(c, { name: "bcf" }),
12561
12575
  t("span", null, h(e.$t("BcfComponents.BcfTopicOverview.informations")), 1)
12562
12576
  ]),
12563
- t("div", tm, [
12564
- t("span", rm, h(e.$t("BcfComponents.BcfTopicOverview.status")), 1),
12565
- t("span", om, h(o.topic.topic_status || e.$t("BcfComponents.BcfTopicOverview.noStatusSpecified")), 1)
12577
+ t("div", rm, [
12578
+ t("span", om, h(e.$t("BcfComponents.BcfTopicOverview.status")), 1),
12579
+ t("span", am, h(o.topic.topic_status || e.$t("BcfComponents.BcfTopicOverview.noStatusSpecified")), 1)
12566
12580
  ]),
12567
- t("div", am, [
12568
- t("span", lm, h(e.$t("BcfComponents.BcfTopicOverview.stage")), 1),
12569
- t("span", im, h(o.topic.stage || e.$t("BcfComponents.BcfTopicOverview.noStageProvided")), 1)
12581
+ t("div", lm, [
12582
+ t("span", im, h(e.$t("BcfComponents.BcfTopicOverview.stage")), 1),
12583
+ t("span", sm, h(o.topic.stage || e.$t("BcfComponents.BcfTopicOverview.noStageProvided")), 1)
12570
12584
  ]),
12571
- t("div", sm, [
12572
- t("span", cm, h(e.$t("BcfComponents.BcfTopicOverview.priority")), 1),
12585
+ t("div", cm, [
12586
+ t("span", dm, h(e.$t("BcfComponents.BcfTopicOverview.priority")), 1),
12573
12587
  t("span", {
12574
12588
  class: "value",
12575
12589
  style: y({ color: `#${l.priorityColor}` })
12576
12590
  }, h(o.topic.priority || e.$t("BcfComponents.BcfTopicOverview.priorityNotDefined")), 5)
12577
12591
  ]),
12578
- t("div", dm, [
12579
- t("span", um, h(e.$t("BcfComponents.BcfTopicOverview.author")), 1),
12580
- t("span", Cm, h(o.topic.creation_author), 1)
12592
+ t("div", um, [
12593
+ t("span", Cm, h(e.$t("BcfComponents.BcfTopicOverview.author")), 1),
12594
+ t("span", pm, h(o.topic.creation_author), 1)
12581
12595
  ]),
12582
- t("div", pm, [
12583
- t("span", hm, h(e.$t("BcfComponents.BcfTopicOverview.tags")), 1),
12584
- t("span", bm, h(l.topicLabels.length ? l.topicLabels.join(", ") : e.$t("BcfComponents.BcfTopicOverview.noTags")), 1)
12596
+ t("div", hm, [
12597
+ t("span", bm, h(e.$t("BcfComponents.BcfTopicOverview.tags")), 1),
12598
+ t("span", gm, h(l.topicLabels.length ? l.topicLabels.join(", ") : e.$t("BcfComponents.BcfTopicOverview.noTags")), 1)
12585
12599
  ])
12586
12600
  ]),
12587
12601
  p(L, {
@@ -12626,12 +12640,12 @@ function fm(e, n, o, l, s, i) {
12626
12640
  ]),
12627
12641
  _: 1
12628
12642
  })) : v("", !0),
12629
- l.loading ? (r(), a("div", gm, [
12643
+ l.loading ? (r(), a("div", fm, [
12630
12644
  p(M)
12631
12645
  ])) : v("", !0)
12632
12646
  ]);
12633
12647
  }
12634
- const Lm = /* @__PURE__ */ F(Zv, [["render", fm], ["__scopeId", "data-v-15f742b7"]]), L5 = [
12648
+ const vm = /* @__PURE__ */ F(Sv, [["render", Lm], ["__scopeId", "data-v-15f742b7"]]), L5 = [
12635
12649
  {
12636
12650
  id: "index",
12637
12651
  label: "#",
@@ -12669,12 +12683,12 @@ const Lm = /* @__PURE__ */ F(Zv, [["render", fm], ["__scopeId", "data-v-15f742b7
12669
12683
  align: "center"
12670
12684
  }
12671
12685
  ];
12672
- var vm = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), Q1 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: !1 }, outline: { type: Boolean, default: !1 }, ghost: { type: Boolean, default: !1 }, ripple: { type: Boolean, default: !1 }, radius: { type: Boolean, default: !1 }, square: { type: Boolean, default: !1 }, rounded: { type: Boolean, default: !1 }, icon: { type: Boolean, default: !1 }, color: { type: String, default: "default", validator: (e) => vm.includes(e) } }, emits: ["click"], computed: { classes() {
12686
+ var mm = Object.freeze(["default", "primary", "secondary", "high", "success", "granite"]), Q1 = { name: "BIMDataButton", props: { width: { type: String, default: "32px" }, height: { type: String, default: "32px" }, fill: { type: Boolean, default: !1 }, outline: { type: Boolean, default: !1 }, ghost: { type: Boolean, default: !1 }, ripple: { type: Boolean, default: !1 }, radius: { type: Boolean, default: !1 }, square: { type: Boolean, default: !1 }, rounded: { type: Boolean, default: !1 }, icon: { type: Boolean, default: !1 }, color: { type: String, default: "default", validator: (e) => mm.includes(e) } }, emits: ["click"], computed: { classes() {
12673
12687
  return { "bimdata-btn__icon": this.icon, "bimdata-btn__fill": this.fill, "bimdata-btn__outline": this.outline, "bimdata-btn__ghost": this.ghost, "bimdata-btn__ripple": this.ripple, "bimdata-btn__radius": this.radius, "bimdata-btn__square": this.square, "bimdata-btn__rounded": this.rounded, [`bimdata-btn__fill--${this.color}`]: this.fill && this.color, [`bimdata-btn__outline--${this.color}`]: this.outline && this.color, [`bimdata-btn__ghost--${this.color}`]: this.ghost && this.color, [`bimdata-btn__ripple--${this.color}`]: this.ripple && this.color };
12674
12688
  }, style() {
12675
12689
  return { "min-width": `${this.width}`, "min-height": `${this.height}` };
12676
12690
  } } };
12677
- const mm = ["color"];
12691
+ const Im = ["color"];
12678
12692
  function K(e, n) {
12679
12693
  n === void 0 && (n = {});
12680
12694
  var o = n.insertAt;
@@ -13145,7 +13159,7 @@ K(`.bimdata-btn {
13145
13159
  color: var(--color-silver-dark);
13146
13160
  cursor: auto;
13147
13161
  }`), Q1.render = function(e, n, o, l, s, i) {
13148
- return r(), a("button", { class: V(["bimdata-btn", i.classes]), style: y(i.style), onClick: n[0] || (n[0] = (c) => e.$emit("click", c)), color: o.color, type: "button" }, [_(e.$slots, "default")], 14, mm);
13162
+ return r(), a("button", { class: V(["bimdata-btn", i.classes]), style: y(i.style), onClick: n[0] || (n[0] = (c) => e.$emit("click", c)), color: o.color, type: "button" }, [_(e.$slots, "default")], 14, Im);
13149
13163
  }, Q1.__scopeId = "data-v-3f903003", Q1.__file = "src/BIMDataComponents/BIMDataButton/BIMDataButton.vue";
13150
13164
  var e2 = { name: "BIMDataCheckbox", inheritAttrs: !1, model: { prop: "modelValue", event: "update:modelValue" }, props: { text: { type: String, default: null }, modelValue: { type: Boolean, validator: (e) => e === null || typeof e == "boolean" }, disabled: { type: Boolean, default: !1 }, margin: { type: String, default: "0px" } }, emits: ["update:modelValue"], computed: { indeterminate() {
13151
13165
  return this.modelValue === null;
@@ -13156,7 +13170,7 @@ var e2 = { name: "BIMDataCheckbox", inheritAttrs: !1, model: { prop: "modelValue
13156
13170
  } }, methods: { onClick() {
13157
13171
  this.disabled || this.$emit("update:modelValue", !this.checked);
13158
13172
  } } };
13159
- const Im = ((e) => (a1("data-v-34d34265"), e = e(), l1(), e))(() => t("span", { class: "bimdata-checkbox__mark" }, null, -1)), Mm = { key: 0, class: "bimdata-checkbox__text" };
13173
+ const Mm = ((e) => (a1("data-v-34d34265"), e = e(), l1(), e))(() => t("span", { class: "bimdata-checkbox__mark" }, null, -1)), _m = { key: 0, class: "bimdata-checkbox__text" };
13160
13174
  K(`/* base COLORS --------------------------------------------- */
13161
13175
  /* colors BRAND */
13162
13176
  /* colors GREY SHADES - NEUTRAL */
@@ -13403,22 +13417,22 @@ K(`.bimdata-checkbox {
13403
13417
  .bimdata-checkbox.checked.disabled > .bimdata-checkbox__mark {
13404
13418
  background-color: var(--color-silver-dark);
13405
13419
  }`), e2.render = function(e, n, o, l, s, i) {
13406
- return r(), a("div", { class: V(["bimdata-checkbox", { indeterminate: i.indeterminate, disabled: o.disabled, checked: i.checked }]), onClick: n[0] || (n[0] = (...c) => i.onClick && i.onClick(...c)), style: y(i.style) }, [Im, o.text ? (r(), a("span", Mm, [_(e.$slots, "default", {}, () => [Z(h(o.text), 1)])])) : v("v-if", !0)], 6);
13420
+ return r(), a("div", { class: V(["bimdata-checkbox", { indeterminate: i.indeterminate, disabled: o.disabled, checked: i.checked }]), onClick: n[0] || (n[0] = (...c) => i.onClick && i.onClick(...c)), style: y(i.style) }, [Mm, o.text ? (r(), a("span", _m, [_(e.$slots, "default", {}, () => [Z(h(o.text), 1)])])) : v("v-if", !0)], 6);
13407
13421
  }, e2.__scopeId = "data-v-34d34265", e2.__file = "src/BIMDataComponents/BIMDataCheckbox/BIMDataCheckbox.vue";
13408
- const _m = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" }, ym = { render: function(e, n) {
13409
- return r(), a("path", _m);
13422
+ const ym = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.0522 2.19676C5.9826 2.27217 5.9826 2.39544 6.0522 2.47105L14.4046 11.5192L6.08804 20.529C6.01825 20.6044 6.01825 20.7279 6.08804 20.8033L8.06344 22.9433C8.13304 23.0189 8.24702 23.0189 8.31662 22.9433L18.7257 11.667C18.7942 11.5928 18.795 11.4724 18.729 11.3968C18.7202 11.3736 18.7071 11.3518 18.6899 11.3331L8.28077 0.0565512C8.21117 -0.0188504 8.09719 -0.0188504 8.02759 0.0565512L6.0522 2.19676Z" }, Hm = { render: function(e, n) {
13423
+ return r(), a("path", ym);
13410
13424
  }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Chevron.vue" };
13411
- var Hm = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
13425
+ var Dm = Object.freeze(["black", "default", "granite", "granite-light", "high", "primary", "secondary", "success", "silver", "silver-light", "silver-dark", "warning", "white"]);
13412
13426
  const v5 = { xxxs: 10, xxs: 13, xs: 16, s: 18, m: 22, l: 28, xl: 36, xxl: 45, xxxl: 60 };
13413
- var u2 = (e, n) => ({ name: `BIMDataIcon${e}`, components: { [e]: n }, props: { color: { type: String, default: "default", validator: (o) => Hm.includes(o) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: !1 }, stroke: { type: Boolean, default: !1 }, size: { type: String, default: "s", validator: (o) => Object.keys(v5).includes(o) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
13427
+ var u2 = (e, n) => ({ name: `BIMDataIcon${e}`, components: { [e]: n }, props: { color: { type: String, default: "default", validator: (o) => Dm.includes(o) }, fillColor: { type: String, default: "currentColor" }, fill: { type: Boolean, default: !1 }, stroke: { type: Boolean, default: !1 }, size: { type: String, default: "s", validator: (o) => Object.keys(v5).includes(o) }, customSize: { type: [Number, String], default: null }, rotate: { type: Number, default: 0 }, margin: { type: String, default: "0px" } }, computed: { classes() {
13414
13428
  return { "icon-fill": this.fill, "icon-stroke": this.stroke, [`icon-fill--${this.color}`]: this.fill && this.color, [`icon-stroke--${this.color}`]: this.stroke && this.color };
13415
13429
  }, style() {
13416
13430
  const o = this.getPixelSize(this.size);
13417
13431
  return { width: `${o}px`, minWidth: `${o}px`, height: `${o}px`, minHeight: `${o}px`, margin: `${this.margin}`, transform: `rotate(${this.rotate}deg)` };
13418
13432
  } }, methods: { getPixelSize() {
13419
13433
  return this.customSize ? this.customSize : v5[this.size];
13420
- } } }), n2 = u2("Chevron", ym);
13421
- const Dm = ["fill", "color"];
13434
+ } } }), n2 = u2("Chevron", Hm);
13435
+ const Vm = ["fill", "color"];
13422
13436
  K(`/* base COLORS --------------------------------------------- */
13423
13437
  /* colors BRAND */
13424
13438
  /* colors GREY SHADES - NEUTRAL */
@@ -13573,13 +13587,13 @@ K(`.icon-fill--black {
13573
13587
  stroke: var(--color-white);
13574
13588
  }`), n2.render = function(e, n, o, l, s, i) {
13575
13589
  const c = g("Chevron");
13576
- return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, Dm);
13590
+ return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, Vm);
13577
13591
  }, n2.__scopeId = "data-v-5e440aca", n2.__file = "src/BIMDataComponents/BIMDataIcon/BIMDataIconStandalone/BIMDataIconChevron.vue";
13578
- const Vm = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.05119 2.47105C0.982285 2.39544 0.982285 2.27217 1.05119 2.19676L3.00683 0.0565512C3.07573 -0.0188504 3.18857 -0.0188504 3.25748 0.0565512L13.5625 11.3331C13.5796 11.3518 13.5925 11.3736 13.6012 11.3968C13.6665 11.4724 13.6658 11.5928 13.598 11.667L3.29296 22.9433C3.22406 23.0189 3.11122 23.0189 3.04231 22.9433L1.08668 20.8033C1.01758 20.7279 1.01758 20.6044 1.08668 20.529L9.32003 11.5192L1.05119 2.47105ZM10.2512 2.47105C10.1823 2.39544 10.1823 2.27217 10.2512 2.19676L12.2068 0.0565512C12.2757 -0.0188504 12.3886 -0.0188504 12.4575 0.0565512L22.7625 11.3331C22.7796 11.3518 22.7925 11.3736 22.8012 11.3968C22.8665 11.4724 22.8658 11.5928 22.798 11.667L12.493 22.9433C12.4241 23.0189 12.3112 23.0189 12.2423 22.9433L10.2867 20.8033C10.2176 20.7279 10.2176 20.6044 10.2867 20.529L18.52 11.5192L10.2512 2.47105Z" }, Bm = { render: function(e, n) {
13579
- return r(), a("path", Vm);
13592
+ const Bm = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.05119 2.47105C0.982285 2.39544 0.982285 2.27217 1.05119 2.19676L3.00683 0.0565512C3.07573 -0.0188504 3.18857 -0.0188504 3.25748 0.0565512L13.5625 11.3331C13.5796 11.3518 13.5925 11.3736 13.6012 11.3968C13.6665 11.4724 13.6658 11.5928 13.598 11.667L3.29296 22.9433C3.22406 23.0189 3.11122 23.0189 3.04231 22.9433L1.08668 20.8033C1.01758 20.7279 1.01758 20.6044 1.08668 20.529L9.32003 11.5192L1.05119 2.47105ZM10.2512 2.47105C10.1823 2.39544 10.1823 2.27217 10.2512 2.19676L12.2068 0.0565512C12.2757 -0.0188504 12.3886 -0.0188504 12.4575 0.0565512L22.7625 11.3331C22.7796 11.3518 22.7925 11.3736 22.8012 11.3968C22.8665 11.4724 22.8658 11.5928 22.798 11.667L12.493 22.9433C12.4241 23.0189 12.3112 23.0189 12.2423 22.9433L10.2867 20.8033C10.2176 20.7279 10.2176 20.6044 10.2867 20.529L18.52 11.5192L10.2512 2.47105Z" }, km = { render: function(e, n) {
13593
+ return r(), a("path", Bm);
13580
13594
  }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/DoubleChevron.vue" };
13581
- var L2 = u2("DoubleChevron", Bm);
13582
- const km = ["fill", "color"];
13595
+ var L2 = u2("DoubleChevron", km);
13596
+ const xm = ["fill", "color"];
13583
13597
  K(`/* base COLORS --------------------------------------------- */
13584
13598
  /* colors BRAND */
13585
13599
  /* colors GREY SHADES - NEUTRAL */
@@ -13734,13 +13748,13 @@ K(`.icon-fill--black {
13734
13748
  stroke: var(--color-white);
13735
13749
  }`), L2.render = function(e, n, o, l, s, i) {
13736
13750
  const c = g("DoubleChevron");
13737
- return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, km);
13751
+ return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, xm);
13738
13752
  }, L2.__scopeId = "data-v-859297ec", L2.__file = "src/BIMDataComponents/BIMDataIcon/BIMDataIconStandalone/BIMDataIconDoubleChevron.vue";
13739
- const xm = { d: "M23 2.31643L20.6836 0L11.5 9.18357L2.31643 0L0 2.31643L9.18357 11.5L0 20.6836L2.31643 23L11.5 13.8164L20.6836 23L23 20.6836L13.8164 11.5L23 2.31643Z" }, wm = { render: function(e, n) {
13740
- return r(), a("path", xm);
13753
+ const wm = { d: "M23 2.31643L20.6836 0L11.5 9.18357L2.31643 0L0 2.31643L9.18357 11.5L0 20.6836L2.31643 23L11.5 13.8164L20.6836 23L23 20.6836L13.8164 11.5L23 2.31643Z" }, Zm = { render: function(e, n) {
13754
+ return r(), a("path", wm);
13741
13755
  }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Close.vue" };
13742
- var v2 = u2("Close", wm);
13743
- const Zm = ["fill", "color"];
13756
+ var v2 = u2("Close", Zm);
13757
+ const Sm = ["fill", "color"];
13744
13758
  K(`/* base COLORS --------------------------------------------- */
13745
13759
  /* colors BRAND */
13746
13760
  /* colors GREY SHADES - NEUTRAL */
@@ -13895,13 +13909,13 @@ K(`.icon-fill--black {
13895
13909
  stroke: var(--color-white);
13896
13910
  }`), v2.render = function(e, n, o, l, s, i) {
13897
13911
  const c = g("Close");
13898
- return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, Zm);
13912
+ return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, Sm);
13899
13913
  }, v2.__scopeId = "data-v-797f55d8", v2.__file = "src/BIMDataComponents/BIMDataIcon/BIMDataIconStandalone/BIMDataIconClose.vue";
13900
- const Sm = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.54777 14.4652C5.27332 14.4652 2.6301 11.822 2.6301 8.54753C2.6301 5.27309 5.27332 2.62986 8.54777 2.62986C11.8222 2.62986 14.4654 5.27309 14.4654 8.54753C14.4654 11.822 11.8222 14.4652 8.54777 14.4652ZM16.438 14.4654H15.3991L15.0309 14.1103C16.3196 12.6112 17.0955 10.665 17.0955 8.54774C17.0955 3.82676 13.2687 0 8.54774 0C3.82676 0 0 3.82676 0 8.54774C0 13.2687 3.82676 17.0955 8.54774 17.0955C10.665 17.0955 12.6112 16.3196 14.1103 15.0309L14.4654 15.3991V16.438L21.0406 23L23 21.0406L16.438 14.4654Z" }, Am = { render: function(e, n) {
13901
- return r(), a("path", Sm);
13914
+ const Am = { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.54777 14.4652C5.27332 14.4652 2.6301 11.822 2.6301 8.54753C2.6301 5.27309 5.27332 2.62986 8.54777 2.62986C11.8222 2.62986 14.4654 5.27309 14.4654 8.54753C14.4654 11.822 11.8222 14.4652 8.54777 14.4652ZM16.438 14.4654H15.3991L15.0309 14.1103C16.3196 12.6112 17.0955 10.665 17.0955 8.54774C17.0955 3.82676 13.2687 0 8.54774 0C3.82676 0 0 3.82676 0 8.54774C0 13.2687 3.82676 17.0955 8.54774 17.0955C10.665 17.0955 12.6112 16.3196 14.1103 15.0309L14.4654 15.3991V16.438L21.0406 23L23 21.0406L16.438 14.4654Z" }, Tm = { render: function(e, n) {
13915
+ return r(), a("path", Am);
13902
13916
  }, __file: "src/BIMDataComponents/BIMDataIcon/BIMDataLibraryIcons/Search.vue" };
13903
- var m2 = u2("Search", Am);
13904
- const Tm = ["fill", "color"];
13917
+ var m2 = u2("Search", Tm);
13918
+ const $m = ["fill", "color"];
13905
13919
  K(`/* base COLORS --------------------------------------------- */
13906
13920
  /* colors BRAND */
13907
13921
  /* colors GREY SHADES - NEUTRAL */
@@ -14056,7 +14070,7 @@ K(`.icon-fill--black {
14056
14070
  stroke: var(--color-white);
14057
14071
  }`), m2.render = function(e, n, o, l, s, i) {
14058
14072
  const c = g("Search");
14059
- return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, Tm);
14073
+ return r(), a("svg", { xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "xMidYMid meet", viewBox: "0 0 24 24", width: "100%", fill: e.fillColor, color: e.color, class: V(e.classes), style: y(e.style) }, [p(c)], 14, $m);
14060
14074
  }, m2.__scopeId = "data-v-0993abf8", m2.__file = "src/BIMDataComponents/BIMDataIcon/BIMDataIconStandalone/BIMDataIconSearch.vue";
14061
14075
  var t2 = { components: { BIMDataButton: Q1, BIMDataCheckbox: e2, BIMDataIconChevron: n2 }, props: { columns: { type: Array, required: !0 }, rows: { type: Array, required: !0 }, rowHeight: { type: Number, default: 50 }, selectable: { type: Boolean, default: !1 }, paginated: { type: Boolean, default: !1 }, perPage: { type: Number, default: 10 }, placeholder: { type: String, default: "" }, tableWidth: { type: String, default: "100%" }, tableLayout: { type: String, default: "auto" } }, emits: ["selection-changed", "row-selected", "row-unselected", "all-selected", "all-unselected"], data: () => ({ displayedRows: [], pageIndex: 0, pageStartIndex: 1, pageEndIndex: 1, selection: /* @__PURE__ */ new Map(), selectionRefs: [], oldSelectionRefs: [], fullSelectionRef: !1 }), watch: { rows: { immediate: !0, handler(e) {
14062
14076
  this.selection = /* @__PURE__ */ new Map(), this.buildSelectionRefs(e, !1), this.setPagination();
@@ -14094,7 +14108,7 @@ var t2 = { components: { BIMDataButton: Q1, BIMDataCheckbox: e2, BIMDataIconChev
14094
14108
  } else
14095
14109
  this.displayedRows = e;
14096
14110
  } } };
14097
- const $m = { class: "bimdata-table" }, Nm = { key: 0, class: "cell-checkbox" }, Om = { key: 0, class: "cell-checkbox" }, Rm = { class: "bimdata-table__page-nav__text" };
14111
+ const Nm = { class: "bimdata-table" }, Om = { key: 0, class: "cell-checkbox" }, Rm = { key: 0, class: "cell-checkbox" }, Em = { class: "bimdata-table__page-nav__text" };
14098
14112
  K(`/* base COLORS --------------------------------------------- */
14099
14113
  /* colors BRAND */
14100
14114
  /* colors GREY SHADES - NEUTRAL */
@@ -14223,9 +14237,9 @@ html[data-v-a29e0786] {
14223
14237
  margin: 0 var(--spacing-unit);
14224
14238
  }`), t2.render = function(e, n, o, l, s, i) {
14225
14239
  const c = g("BIMDataCheckbox"), u = g("BIMDataIconChevron"), d = g("BIMDataButton");
14226
- return r(), a("div", $m, [t("div", { class: "bimdata-table__container", style: y({ height: o.paginated ? (o.perPage + 1) * o.rowHeight + "px" : void 0 }) }, [t("table", { style: y({ width: o.tableWidth, tableLayout: o.tableLayout }) }, [t("thead", null, [t("tr", { key: "head-row-0", style: y({ height: `${o.rowHeight}px` }) }, [o.selectable ? (r(), a("th", Nm, [p(c, { disabled: o.rows.length === 0, modelValue: o.rows.length > 0 && s.selection.size === o.rows.length, "onUpdate:modelValue": i.toggleFullSelection }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])])) : v("v-if", !0), (r(!0), a(O, null, U(o.columns, (C, L) => (r(), a("th", { key: `head-row-0-col-${L}`, style: y({ width: C.width || "auto", textAlign: C.align || "left" }) }, h(C.id ? C.label || C.id : C), 5))), 128))], 4)]), t("tbody", null, [(r(!0), a(O, null, U(o.rows, (C, L) => X((r(), a("tr", { key: `body-row-${L}`, style: y({ height: `${o.rowHeight}px` }) }, [o.selectable ? (r(), a("td", Om, [p(c, { modelValue: s.selection.has(L), "onUpdate:modelValue": (b) => i.toggleSelection(L) }, null, 8, ["modelValue", "onUpdate:modelValue"])])) : v("v-if", !0), (r(!0), a(O, null, U(o.columns, (b, M) => (r(), a("td", { key: `body-row-${L}-col-${M}`, style: y({ width: b.width || "auto", textAlign: b.align || "left" }) }, [_(e.$slots, `cell-${b.id}`, { row: C }, () => [Z(h(C[b.id] || C[M] || ""), 1)])], 4))), 128))], 4)), [[q, s.displayedRows.includes(L)]])), 128))])], 4), o.rows.length === 0 && o.placeholder ? (r(), a("div", { key: 0, class: "bimdata-table__container__placeholder", style: y({ height: `calc(100% - ${o.rowHeight}px)` }) }, h(o.placeholder), 5)) : v("v-if", !0)], 4), o.paginated ? (r(), a("div", { key: 0, class: "bimdata-table__page-nav", style: y({ visibility: o.rows.length > o.perPage ? "visible" : "hidden" }) }, [p(d, { ghost: "", rounded: "", icon: "", disabled: s.pageStartIndex === 1, onClick: n[0] || (n[0] = (C) => s.pageIndex--) }, { default: f(() => [p(u, { size: "s", rotate: 180 })]), _: 1 }, 8, ["disabled"]), t("span", Rm, h(`${s.pageStartIndex} - ${s.pageEndIndex} of ${o.rows.length}`), 1), p(d, { ghost: "", rounded: "", icon: "", disabled: s.pageEndIndex === o.rows.length, onClick: n[1] || (n[1] = (C) => s.pageIndex++) }, { default: f(() => [p(u, { size: "s" })]), _: 1 }, 8, ["disabled"])], 4)) : v("v-if", !0)]);
14240
+ return r(), a("div", Nm, [t("div", { class: "bimdata-table__container", style: y({ height: o.paginated ? (o.perPage + 1) * o.rowHeight + "px" : void 0 }) }, [t("table", { style: y({ width: o.tableWidth, tableLayout: o.tableLayout }) }, [t("thead", null, [t("tr", { key: "head-row-0", style: y({ height: `${o.rowHeight}px` }) }, [o.selectable ? (r(), a("th", Om, [p(c, { disabled: o.rows.length === 0, modelValue: o.rows.length > 0 && s.selection.size === o.rows.length, "onUpdate:modelValue": i.toggleFullSelection }, null, 8, ["disabled", "modelValue", "onUpdate:modelValue"])])) : v("v-if", !0), (r(!0), a(O, null, U(o.columns, (C, L) => (r(), a("th", { key: `head-row-0-col-${L}`, style: y({ width: C.width || "auto", textAlign: C.align || "left" }) }, h(C.id ? C.label || C.id : C), 5))), 128))], 4)]), t("tbody", null, [(r(!0), a(O, null, U(o.rows, (C, L) => X((r(), a("tr", { key: `body-row-${L}`, style: y({ height: `${o.rowHeight}px` }) }, [o.selectable ? (r(), a("td", Rm, [p(c, { modelValue: s.selection.has(L), "onUpdate:modelValue": (b) => i.toggleSelection(L) }, null, 8, ["modelValue", "onUpdate:modelValue"])])) : v("v-if", !0), (r(!0), a(O, null, U(o.columns, (b, M) => (r(), a("td", { key: `body-row-${L}-col-${M}`, style: y({ width: b.width || "auto", textAlign: b.align || "left" }) }, [_(e.$slots, `cell-${b.id}`, { row: C }, () => [Z(h(C[b.id] || C[M] || ""), 1)])], 4))), 128))], 4)), [[q, s.displayedRows.includes(L)]])), 128))])], 4), o.rows.length === 0 && o.placeholder ? (r(), a("div", { key: 0, class: "bimdata-table__container__placeholder", style: y({ height: `calc(100% - ${o.rowHeight}px)` }) }, h(o.placeholder), 5)) : v("v-if", !0)], 4), o.paginated ? (r(), a("div", { key: 0, class: "bimdata-table__page-nav", style: y({ visibility: o.rows.length > o.perPage ? "visible" : "hidden" }) }, [p(d, { ghost: "", rounded: "", icon: "", disabled: s.pageStartIndex === 1, onClick: n[0] || (n[0] = (C) => s.pageIndex--) }, { default: f(() => [p(u, { size: "s", rotate: 180 })]), _: 1 }, 8, ["disabled"]), t("span", Em, h(`${s.pageStartIndex} - ${s.pageEndIndex} of ${o.rows.length}`), 1), p(d, { ghost: "", rounded: "", icon: "", disabled: s.pageEndIndex === o.rows.length, onClick: n[1] || (n[1] = (C) => s.pageIndex++) }, { default: f(() => [p(u, { size: "s" })]), _: 1 }, 8, ["disabled"])], 4)) : v("v-if", !0)]);
14227
14241
  }, t2.__scopeId = "data-v-a29e0786", t2.__file = "src/BIMDataComponents/BIMDataTable/BIMDataTable.vue";
14228
- const Em = {
14242
+ const Fm = {
14229
14243
  components: {
14230
14244
  BIMDataButton: W
14231
14245
  },
@@ -14238,10 +14252,10 @@ const Em = {
14238
14252
  emits: [
14239
14253
  "open-topic"
14240
14254
  ]
14241
- }, Fm = { class: "bcf-topic-actions-cell" };
14242
- function Pm(e, n, o, l, s, i) {
14255
+ }, Pm = { class: "bcf-topic-actions-cell" };
14256
+ function Um(e, n, o, l, s, i) {
14243
14257
  const c = g("BIMDataIcon"), u = g("BIMDataButton");
14244
- return r(), a("div", Fm, [
14258
+ return r(), a("div", Pm, [
14245
14259
  p(u, {
14246
14260
  color: "primary",
14247
14261
  outline: "",
@@ -14259,8 +14273,8 @@ function Pm(e, n, o, l, s, i) {
14259
14273
  })
14260
14274
  ]);
14261
14275
  }
14262
- const Um = /* @__PURE__ */ F(Em, [["render", Pm], ["__scopeId", "data-v-ddc03e0d"]]);
14263
- const zm = {
14276
+ const zm = /* @__PURE__ */ F(Fm, [["render", Um], ["__scopeId", "data-v-ddc03e0d"]]);
14277
+ const Gm = {
14264
14278
  props: {
14265
14279
  detailedExtensions: {
14266
14280
  type: Object,
@@ -14274,22 +14288,22 @@ const zm = {
14274
14288
  setup(e) {
14275
14289
  return {
14276
14290
  priorityColor: R(
14277
- () => f1(e.topic, e.detailedExtensions)
14291
+ () => L1(e.topic, e.detailedExtensions)
14278
14292
  )
14279
14293
  };
14280
14294
  }
14281
- }, Gm = { class: "bcf-topic-index-cell" }, Ym = { class: "index" };
14282
- function Wm(e, n, o, l, s, i) {
14283
- return r(), a("div", Gm, [
14295
+ }, Ym = { class: "bcf-topic-index-cell" }, Wm = { class: "index" };
14296
+ function Xm(e, n, o, l, s, i) {
14297
+ return r(), a("div", Ym, [
14284
14298
  t("span", {
14285
14299
  class: "left-stripe",
14286
14300
  style: y({ backgroundColor: `#${l.priorityColor}` })
14287
14301
  }, null, 4),
14288
- t("span", Ym, h(o.topic.index), 1)
14302
+ t("span", Wm, h(o.topic.index), 1)
14289
14303
  ]);
14290
14304
  }
14291
- const Xm = /* @__PURE__ */ F(zm, [["render", Wm], ["__scopeId", "data-v-2afda176"]]);
14292
- const jm = {
14305
+ const jm = /* @__PURE__ */ F(Gm, [["render", Xm], ["__scopeId", "data-v-2afda176"]]);
14306
+ const Km = {
14293
14307
  props: {
14294
14308
  detailedExtensions: {
14295
14309
  type: Object,
@@ -14303,19 +14317,19 @@ const jm = {
14303
14317
  setup(e) {
14304
14318
  return {
14305
14319
  priorityColor: R(
14306
- () => f1(e.topic, e.detailedExtensions)
14320
+ () => L1(e.topic, e.detailedExtensions)
14307
14321
  )
14308
14322
  };
14309
14323
  }
14310
14324
  };
14311
- function Km(e, n, o, l, s, i) {
14325
+ function qm(e, n, o, l, s, i) {
14312
14326
  return r(), a("span", {
14313
14327
  class: "bcf-topic-priority-cell",
14314
14328
  style: y({ color: `#${l.priorityColor}` })
14315
14329
  }, h(o.topic.priority || e.$t("BcfComponents.BcfTopicPriorityCell.noPriority")), 5);
14316
14330
  }
14317
- const qm = /* @__PURE__ */ F(jm, [["render", Km], ["__scopeId", "data-v-1d15fcf6"]]);
14318
- const Jm = {
14331
+ const Jm = /* @__PURE__ */ F(Km, [["render", qm], ["__scopeId", "data-v-1d15fcf6"]]);
14332
+ const Qm = {
14319
14333
  props: {
14320
14334
  detailedExtensions: {
14321
14335
  type: Object,
@@ -14335,7 +14349,7 @@ const Jm = {
14335
14349
  };
14336
14350
  }
14337
14351
  };
14338
- function Qm(e, n, o, l, s, i) {
14352
+ function eI(e, n, o, l, s, i) {
14339
14353
  return r(), a("span", {
14340
14354
  class: "bcf-topic-status-cell",
14341
14355
  style: y({
@@ -14344,12 +14358,12 @@ function Qm(e, n, o, l, s, i) {
14344
14358
  })
14345
14359
  }, h(o.topic.topic_status), 5);
14346
14360
  }
14347
- const eI = /* @__PURE__ */ F(Jm, [["render", Qm], ["__scopeId", "data-v-c2a5faf4"]]), nI = {
14361
+ const nI = /* @__PURE__ */ F(Qm, [["render", eI], ["__scopeId", "data-v-c2a5faf4"]]), tI = {
14348
14362
  components: {
14349
- BcfTopicActionsCell: Um,
14350
- BcfTopicIndexCell: Xm,
14351
- BcfTopicPriorityCell: qm,
14352
- BcfTopicStatusCell: eI,
14363
+ BcfTopicActionsCell: zm,
14364
+ BcfTopicIndexCell: jm,
14365
+ BcfTopicPriorityCell: Jm,
14366
+ BcfTopicStatusCell: nI,
14353
14367
  BIMDataTable: t2,
14354
14368
  BIMDataTextbox: r1,
14355
14369
  BIMDataTooltip: V1,
@@ -14393,7 +14407,7 @@ const eI = /* @__PURE__ */ F(Jm, [["render", Qm], ["__scopeId", "data-v-c2a5faf4
14393
14407
  };
14394
14408
  }
14395
14409
  };
14396
- function tI(e, n, o, l, s, i) {
14410
+ function rI(e, n, o, l, s, i) {
14397
14411
  const c = g("BcfTopicIndexCell"), u = g("BcfTopicPriorityCell"), d = g("BcfTopicStatusCell"), C = g("BIMDataTextbox"), L = g("UserAvatar"), b = g("BIMDataTooltip"), M = g("BcfTopicActionsCell"), m = g("BIMDataTable");
14398
14412
  return r(), D(m, {
14399
14413
  class: "bcf-topics-table",
@@ -14458,15 +14472,15 @@ function tI(e, n, o, l, s, i) {
14458
14472
  _: 1
14459
14473
  }, 8, ["columns", "rows", "paginated", "perPage"]);
14460
14474
  }
14461
- const rI = /* @__PURE__ */ F(nI, [["render", tI]]), uI = {
14475
+ const oI = /* @__PURE__ */ F(tI, [["render", rI]]), CI = {
14462
14476
  BcfFilters: i0,
14463
14477
  BcfSettings: U0,
14464
14478
  BcfStatistics: Zn,
14465
14479
  BcfTopicCard: e8,
14466
14480
  BcfTopicCreationCard: u8,
14467
- BcfTopicForm: Bp,
14468
- BcfTopicOverview: Lm,
14469
- BcfTopicsTable: rI
14481
+ BcfTopicForm: kp,
14482
+ BcfTopicOverview: vm,
14483
+ BcfTopicsTable: oI
14470
14484
  };
14471
14485
  export {
14472
14486
  i0 as BcfFilters,
@@ -14474,20 +14488,20 @@ export {
14474
14488
  Zn as BcfStatistics,
14475
14489
  e8 as BcfTopicCard,
14476
14490
  u8 as BcfTopicCreationCard,
14477
- Bp as BcfTopicForm,
14478
- Lm as BcfTopicOverview,
14479
- rI as BcfTopicsTable,
14480
- uI as components,
14481
- aI as config,
14482
- lI as createService,
14483
- f1 as getPriorityColor,
14491
+ kp as BcfTopicForm,
14492
+ vm as BcfTopicOverview,
14493
+ oI as BcfTopicsTable,
14494
+ CI as components,
14495
+ lI as config,
14496
+ iI as createService,
14497
+ L1 as getPriorityColor,
14484
14498
  Y2 as getStatusColor,
14485
14499
  e3 as getViewpointConfig,
14486
- dI as getViewpointModels,
14500
+ uI as getViewpointModels,
14487
14501
  Q5 as getViewpointType,
14488
- iI as setService,
14502
+ sI as setService,
14489
14503
  q5 as useBcfFilter,
14490
- sI as useBcfSearch,
14491
- cI as useBcfSort,
14504
+ cI as useBcfSearch,
14505
+ dI as useBcfSort,
14492
14506
  x1 as useService
14493
14507
  };