/* icons.tsx - ESP3D icons file Copyright (c) 2020 Luc Lebosse. All rights reserved. This code is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This code is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with This code; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ import { VNode } from "preact" import { Activity, AlertCircle, Anchor, Aperture, Award, BarChart, BellOff, Bell, Bluetooth, Bookmark, Box, Camera, Cast, CheckCircle, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsLeft, ChevronsRight, ChevronsUp, Circle, Clipboard, Clock, Cpu, Crosshair, Database, Delete, Download, Droplet, Edit, EyeOff, Eye, File, Filter, Flag, Frown, GitCommit, Globe, Grid, HardDrive, Hash, Heart, HelpCircle, Home, Image, Info, Layers, LifeBuoy, List, Loader, Lock, LogIn, LogOut, Mail, MapPin, Meh, Menu, MessageSquare, MinusCircle, Monitor, Moon, MoreHorizontal, MoreVertical, Move, PauseCircle, Percent, PlayCircle, PlusCircle, Power, Printer, Radio, RefreshCw, Repeat, RotateCcw, Save, Scissors, Send, Server, Settings, Share, Slash, Sliders, Smile, Star, StopCircle, Sun, Sunrise, Sunset, Tag, Target, Terminal, Thermometer, Tool, Trash2, Underline, Upload, VideoOff, Video, VolumeX, Volume, Wifi, WifiOff, Wind, XCircle, ZapOff, Zap, } from "preact-feather" const iconsFeather: Record | null> = { None: null, Activity: , AlertCircle: , Anchor: , Aperture: , Award: , BarChart: , BellOff: , Bell: , Bluetooth: , Bookmark: , Box: , Camera: , Cast: , CheckCircle: , ChevronDown: , ChevronLeft: , ChevronRight: , ChevronUp: , ChevronsDown: , ChevronsLeft: , ChevronsRight: , ChevronsUp: , Circle: , Clipboard: , Clock: , Cpu: , Crosshair: , Database: , Delete: , Download: , Droplet: , Edit: , EyeOff: , Eye: , File: , Filter: , Flag: , Frown: , GitCommit: , Globe: , Grid: , HardDrive: , Hash: , Heart: , HelpCircle: , Home: , Image: , Info: , Layers: , LifeBuoy: , List: , Loader: , Lock: , LogIn: , LogOut: , Mail: , MapPin: , Meh: , Menu: , MessageSquare: , MinusCircle: , Monitor: , Moon: , MoreHorizontal: , MoreVertical: , Move: , PauseCircle: , Percent: , PlayCircle: , PlusCircle: , Power: , Printer: , Radio: , RefreshCw: , Repeat: , RotateCcw: , Save: , Scissors: , Send: , Server: , Settings: , Share: , Slash: , Sliders: , Smile: , Star: , StopCircle: , Sun: , Sunrise: , Sunset: , Tag: , Target: , Terminal: , Thermometer: , Tool: , Trash2: , Underline: , Upload: , VideoOff: , Video: