/**
 * Phosphor Icons - Complete Web Font Implementation
 * Version: 2.1.1
 * License: MIT
 * https://phosphoricons.com/
 * 
 * This file imports all Phosphor icon weights
 */

/* Import Regular Weight (default) - Contains all icon definitions */
@import url('./phosphor-regular.css');

/* Import Bold Weight */
@import url('./phosphor-bold.css');

/* Import Fill Weight */
@import url('./phosphor-fill.css');

/* Import Light Weight */
@import url('./phosphor-light.css');

/* Import Duotone Weight */
@import url('./phosphor-duotone.css');
