@alaskaairux/auro-icon
Version:
Auro custom auro-icon element
31 lines (22 loc) • 1.27 kB
JavaScript
const chalk = require('chalk');
const pjson = require('../package.json');
console.log(chalk.hex('#f26135')(`
_______ __ __ __
| __|.---.-.--.--. | |--.-----.| | |.-----.
|__ || _ | | | | | -__|| | || _ |
|_______||___._|___ | |__|__|_____||__|__||_____|
|_____|
__ _______ __
| |_.-----. | _ |.--.--.----.-----.| |
| _| _ | | || | | _| _ ||__|
|____|_____| |___|___||_____|__| |_____||__|
╭ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ──────────────────────────────╮
`) + chalk.hex('#ffd200').bold(`WARN: `) + chalk.hex('#f26135')(`The use of auro-icon for Alaska Airline's
logo is `) + chalk.hex('#ffd200').bold(`DEPRECATED! `) + chalk.hex('#f26135')(`Please see auro-alaska
for new logo support.
Thanks for installing the latest version
of `) + chalk.hex('#ffd200').bold(`auro-icon v${pjson.version}.`) + chalk.hex('#f26135')(`
╰─────────────────────────────── ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─ ─╯
`)
);
;