/*!
 * Phosphor Icons Web (self-hosted, regular + bold + fill weights).
 * Source: https://github.com/phosphor-icons/core  (v2.1.1)
 * License: MIT
 *
 * Usage in HTML:
 *   <i class="ph ph-house"></i>             <!-- regular weight (default) -->
 *   <i class="ph-bold ph-house"></i>        <!-- bold weight -->
 *   <i class="ph-fill ph-house"></i>        <!-- fill weight (solid) -->
 *   <i class="ph-duotone ph-house"></i>     <!-- duotone weight -->
 *
 * Modifier utilities (provided by Phosphor):
 *   ph-spin, ph-pulse, ph-fw, ph-spinner
 */

@import url("./regular.css");
@import url("./bold.css");
@import url("./fill.css");
