const icons = [ 'address-book', 'address-card', 'adjust', 'air-freshener', 'align-center', 'align-left', 'align-right', 'ambulance', 'angle-double-down', 'angle-double-left', 'angle-double-right', 'angle-double-up', 'angle-down', 'angle-left', 'angle-right', 'angle-up', 'archive', 'arrow-alt-circle-down', 'arrow-alt-circle-left', 'arrow-alt-circle-right', 'arrow-alt-circle-up', 'arrow-down', 'arrow-left', 'arrow-right', 'arrow-up', 'arrows-alt', 'arrows-alt-h', 'arrows-alt-v', 'assistive-listening-systems', 'asterisk', 'at', 'atlas', 'award', 'backspace', 'backward', 'bahai', 'ban', 'band-aid', 'bars', 'battery-empty', 'battery-full', 'battery-half', 'battery-quarter', 'battery-three-quarters', 'bed', 'beer', 'bell', 'bell-slash', 'birthday-cake', 'bolt', 'bomb', 'bone', 'book', 'book-dead', 'book-medical', 'book-open', 'bookmark', 'border-all', 'border-none', 'border-style', 'bowling-ball', 'box', 'box-open', 'briefcase', 'broadcast-tower', 'bug', 'building', 'bullhorn', 'calculator', 'calendar', 'calendar-alt', 'calendar-check', 'calendar-day', 'calendar-minus', 'calendar-plus', 'calendar-times', 'calendar-week', 'camera', 'caret-down', 'caret-left', 'caret-right', 'caret-up', 'certificate', 'chair', 'chalkboard', 'charging-station', 'chart-bar', 'chart-line', 'chart-pie', 'check', 'check-circle', 'check-square', 'circle', 'circle-notch', 'clipboard', 'clock', 'clone', 'cloud', 'cloud-download-alt', 'cloud-meatball', 'cloud-moon', 'cloud-moon-rain', 'cloud-rain', 'cloud-showers-heavy', 'cloud-sun', 'cloud-sun-rain', 'cloud-upload-alt', 'code', 'code-branch', 'cog', 'cogs', 'columns', 'comment', 'comment-alt', 'comment-dollar', 'comment-dots', 'comment-medical', 'comment-slash', 'comments', 'comments-dollar', 'compact-disc', 'compass', 'compress-alt', 'cookie', 'cookie-bite', 'copy', 'credit-card', 'crop', 'crop-alt', 'cut', 'database', 'desktop', 'edit', 'envelope', 'envelope-open', 'eraser', 'ethernet', 'exchange-alt', 'exclamation', 'exclamation-circle', 'exclamation-triangle', 'expand', 'expand-alt', 'external-link-alt', 'eye', 'eye-dropper', 'eye-slash', 'fan', 'file', 'file-alt', 'file-archive', 'file-audio', 'file-code', 'file-download', 'fill', 'fill-drip', 'filter', 'fingerprint', 'fire', 'fire-alt', 'folder', 'folder-open', 'forward', 'gamepad', 'ghost', 'gift', 'gifts', 'globe', 'globe-africa', 'globe-asia', 'globe-europe', 'headphones', 'headphones-alt', 'headset', 'heart', 'heart-broken', 'heartbeat', 'history', 'home', 'info', 'keyboard', 'layer-group', 'list', 'lock', 'lock-open', 'map-marker', 'map-marker-alt', 'microphone', 'microphone-alt', 'microphone-alt-slash', 'minus', 'mobile', 'mobile-alt', 'moon', 'mouse', 'mouse-pointer', 'music', 'network-wired', 'neuter', 'paperclip', 'paste', 'pause', 'paw', 'pen', 'pencil-alt', 'percent', 'percentage', 'phone', 'phone-alt', 'phone-slash', 'phone-volume', 'photo-video', 'power-off', 'question', 'question-circle', 'redo', 'redo-alt', 'reply', 'robot', 'rocket', 'rss', 'satellite-dish', 'save', 'search', 'server', 'shapes', 'share', 'share-alt', 'shield-alt', 'signal', 'skull', 'skull-crossbones', 'sliders-h', 'sort', 'spinner', 'times', 'times-circle', 'toggle-off', 'toggle-on', 'toolbox', 'tools', 'trash', 'trash-alt', 'tv', 'undo', 'undo-alt', 'unlink', 'unlock', 'unlock-alt', 'upload', 'user', 'user-alt', 'volume-down', 'volume-mute', 'volume-off', 'volume-up', 'wifi', 'wrench' ] const otherIcons = [ 'youtube', 'discord', 'node', 'apple', 'sellsy', 'app-store', 'cloudflare', 'dev', 'github-alt', 'gitlab', 'google', 'itunes-note', 'node-js', 'npm', 'spotify', 'usb', 'windows' ] function run() { return { icons, otherIcons } } module.exports = run()