import React from 'react';
import BoundedBox from './boundedbox.jsx';
import Button from './button.jsx';
import ButtonGroup from './buttongroup.jsx';
import Calendar from './calendar.jsx';
import Chart from './chart.jsx';
import Checkbox from './checkbox.jsx';
import Circularprogressbar from './circularprogressbar.jsx';
import Codeeditor from './codeeditor.jsx';
import Colorpicker from './colorpicker.jsx';
import Container from './container.jsx';
import Customcomponent from './customcomponent.jsx';
import Datepicker from './datepicker.jsx';
import Daterangepicker from './daterangepicker.jsx';
import Divider from './divider.jsx';
import DividerHorizondal from './dividerhorizontal.jsx';
import Downstatistics from './downstatistics.jsx';
import Dropdown from './dropdown.jsx';
import Filepicker from './filepicker.jsx';
import Form from './form.jsx';
import Frame from './frame.jsx';
import Group from './group.jsx';
import Html from './html.jsx';
import Icon from './icon.jsx';
import Iframe from './iframe.jsx';
import Image from './image.jsx';
import Kanban from './kanban.jsx';
import Kanbanboard from './kanbanboard.jsx';
import Link from './link.jsx';
import Listview from './listview.jsx';
import Map from './map.jsx';
import Modal from './modal.jsx';
import Multiselect from './multiselect.jsx';
import Numberinput from './numberinput.jsx';
import Pagination from './pagination.jsx';
import Passwordinput from './passwordinput.jsx';
import Pdf from './pdf.jsx';
import Qrscanner from './qrscanner.jsx';
import RadioButton from './radio-button.jsx';
import Rangeslider from './rangeslider.jsx';
import Rating from './rating.jsx';
import Spinner from './spinner.jsx';
import Statistics from './statistics.jsx';
import Steps from './steps.jsx';
import Svgimage from './svgimage.jsx';
import Table from './table.jsx';
import Tabs from './tabs.jsx';
import Tags from './tags.jsx';
import Text from './text.jsx';
import TextArea from './textarea.jsx';
import Texteditor from './texteditor.jsx';
import Textinput from './textinput.jsx';
import Timeline from './timeline.jsx';
import Timer from './timer.jsx';
import Toggleswitch from './toggleswitch.jsx';
import Treeselect from './treeselect.jsx';
import Upstatistics from './upstatistics.jsx';
import Verticaldivider from './verticaldivider.jsx';
const WidgetIcon = (props) => {
switch (props.name) {
case 'boundedbox':
return