/*!
 * @quasar/quasar-ui-qiconpicker v2.0.7
 * (c) 2023 Jeff Galbraith <jeff@quasar.dev>
 * Released under the MIT License.
 */
.q-icon-picker {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
.q-icon-picker__body {
  overflow: hidden;
  flex: 1 1 auto;
  position: relative;
  width: 100%;
}
.q-icon-picker__scroll-area {
  overflow: hidden;
  flex: 1 1 auto;
  width: 100%;
}
.q-icon-picker__container {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
.q-icon-picker__header {
  width: 100%;
}
.q-icon-picker__footer {
  width: 100%;
}