// ============================================================================
// Icon.gl | Development | Banner
// ============================================================================

@mixin banner(
    $file,
    $version: '1.0.0',
    $author: 'Scape Agency',
    $website: 'https://www.icon.gl/',
    $license: 'Apache 2.0 License',
    $licenseUrl: 'https://github.com/scape-agency/icon.gl/blob/main/LICENSE',
    $description: 'Icon Library',
    $repository: 'https://github.com/scape-agency/icon.gl/',
) {
    @at-root {
    /*!
     * ============================================================================
     *
     * Icon.gl #{$file} v#{$version} (#{$website})
     * Copyright (c) 2020-2024 #{$author} (https://www.scape.agency)
     * All rights reserved under #{$license} terms.
     *
     * ============================================================================
     *
     * @description     #{$description}
     * @author          #{$author} (https://www.scape.agency)
     * @version         v#{$version}
     * @copyright       2020-2024 #{$author} (https://www.scape.agency)
     * @website         #{$website}
     * @repository      #{$repository}
     * @license         #{$license} (#{$licenseUrl})
     *
     * ============================================================================
     */
    }
}
