/**
 * Vue3 Icons - Icon Font
 * Generated: 2026-08-07T11:57:36.133Z
 * 
 * This file is automatically generated from icons/vue3/ folder.
 * Do not edit manually - regenerate using: node scripts/build-font.js
 */

/* Font Face Definition */
@font-face {
  font-family: 'Vue3 Icons';
  src: url('vue3-icons.woff2') format('woff2'),
       url('vue3-icons.woff') format('woff'),
       url('vue3-icons.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* Base Icon Class */
.vue3-icon {
  /* Font properties */
  font-family: 'Vue3 Icons', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  
  /* Display properties */
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  
  /* Text properties */
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  
  /* Font smoothing */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  
  /* User interaction */
  user-select: none;
}

/* Individual Icon Classes */
.vue3-icon-assess::before { content: '\E000'; }
.vue3-icon-detect::before { content: '\E001'; }
.vue3-icon-disconnect::before { content: '\E002'; }
.vue3-icon-home::before { content: '\E003'; }
.vue3-icon-minus::before { content: '\E004'; }
.vue3-icon-pivot::before { content: '\E005'; }
.vue3-icon-plus::before { content: '\E006'; }
.vue3-icon-refresh::before { content: '\E007'; }
.vue3-icon-search::before { content: '\E008'; }
.vue3-icon-settings::before { content: '\E009'; }
.vue3-icon-table::before { content: '\E00A'; }
.vue3-icon-user::before { content: '\E00B'; }
.vue3-icon-waterfall::before { content: '\E00C'; }

/* Size Modifiers */
.vue3-icon-xs  { font-size: 0.75em; }  /* 18px at 24px base */
.vue3-icon-sm  { font-size: 0.875em; } /* 21px at 24px base */
.vue3-icon-lg  { font-size: 1.333em; } /* 32px at 24px base */
.vue3-icon-xl  { font-size: 1.5em; }   /* 36px at 24px base */
.vue3-icon-2x  { font-size: 2em; }     /* 48px at 24px base */
.vue3-icon-3x  { font-size: 3em; }     /* 72px at 24px base */
.vue3-icon-4x  { font-size: 4em; }     /* 96px at 24px base */
.vue3-icon-5x  { font-size: 5em; }     /* 120px at 24px base */

/* Fixed Width (useful for lists/navigation) */
.vue3-icon-fw {
  text-align: center;
  width: 1.25em;
}

/* Rotation Utilities */
.vue3-icon-rotate-90  { transform: rotate(90deg); }
.vue3-icon-rotate-180 { transform: rotate(180deg); }
.vue3-icon-rotate-270 { transform: rotate(270deg); }

/* Flip Utilities */
.vue3-icon-flip-h { transform: scaleX(-1); }
.vue3-icon-flip-v { transform: scaleY(-1); }
