Full Code of arttuka/reagent-material-ui for AI

master 4fc4b4489191 cached
11081 files
7.7 MB
2.6M tokens
1 requests
Copy disabled (too large) Download .txt
Showing preview only (10,383K chars total). Download the full file to get everything.
Repository: arttuka/reagent-material-ui
Branch: master
Commit: 4fc4b4489191
Files: 11081
Total size: 7.7 MB

Directory structure:
gitextract_nadph5gs/

├── .github/
│   └── workflows/
│       └── main.yml
├── .gitignore
├── .nvmrc
├── CHANGELOG.md
├── LICENSE
├── README.md
├── deploy.sh
├── deps.cljs
├── deps.edn
├── example/
│   ├── .gitignore
│   ├── .nvmrc
│   ├── README.md
│   ├── deps.edn
│   ├── dev.cljs.edn
│   ├── npm.cljs.edn
│   ├── package.json
│   ├── project.clj
│   ├── resources/
│   │   └── public/
│   │       └── index.html
│   ├── shadow-cljs.edn
│   └── src/
│       ├── deps.cljs
│       ├── example/
│       │   ├── autocomplete.cljs
│       │   ├── core.cljs
│       │   ├── data_grid.cljs
│       │   └── select.cljs
│       └── x-mock.js
├── karma.conf.js
├── package.json
├── project.clj
├── reagent-material-ui-js/
│   ├── .gitignore
│   ├── README.md
│   ├── deps.cljs
│   ├── entries/
│   │   ├── baseComponents.json
│   │   ├── components.json
│   │   ├── mui-base-badge-unstyled.js
│   │   ├── mui-base-button-unstyled.js
│   │   ├── mui-base-class-name.js
│   │   ├── mui-base-click-away-listener.js
│   │   ├── mui-base-compose-classes.js
│   │   ├── mui-base-focus-trap.js
│   │   ├── mui-base-form-control-unstyled.js
│   │   ├── mui-base-generate-utility-class.js
│   │   ├── mui-base-generate-utility-classes.js
│   │   ├── mui-base-input-unstyled.js
│   │   ├── mui-base-menu-item-unstyled.js
│   │   ├── mui-base-menu-unstyled.js
│   │   ├── mui-base-modal-unstyled.js
│   │   ├── mui-base-no-ssr.js
│   │   ├── mui-base-option-group-unstyled.js
│   │   ├── mui-base-option-unstyled.js
│   │   ├── mui-base-popper-unstyled.js
│   │   ├── mui-base-portal.js
│   │   ├── mui-base-select-unstyled.js
│   │   ├── mui-base-slider-unstyled.js
│   │   ├── mui-base-snackbar-unstyled.js
│   │   ├── mui-base-switch-unstyled.js
│   │   ├── mui-base-tab-panel-unstyled.js
│   │   ├── mui-base-tab-unstyled.js
│   │   ├── mui-base-table-pagination-unstyled.js
│   │   ├── mui-base-tabs-list-unstyled.js
│   │   ├── mui-base-tabs-unstyled.js
│   │   ├── mui-base-textarea-autosize.js
│   │   ├── mui-base-use-autocomplete.js
│   │   ├── mui-base-use-badge.js
│   │   ├── mui-base-use-button.js
│   │   ├── mui-base-use-input.js
│   │   ├── mui-base-use-listbox.js
│   │   ├── mui-base-use-menu-item.js
│   │   ├── mui-base-use-menu.js
│   │   ├── mui-base-use-option.js
│   │   ├── mui-base-use-select.js
│   │   ├── mui-base-use-slider.js
│   │   ├── mui-base-use-snackbar.js
│   │   ├── mui-base-use-switch.js
│   │   ├── mui-base-use-tab-panel.js
│   │   ├── mui-base-use-tab.js
│   │   ├── mui-base-use-tabs-list.js
│   │   ├── mui-base-use-tabs.js
│   │   ├── mui-base-utils.js
│   │   ├── mui-lab-loading-button.js
│   │   ├── mui-lab-masonry-item.js
│   │   ├── mui-lab-masonry.js
│   │   ├── mui-lab-tab-context.js
│   │   ├── mui-lab-tab-list.js
│   │   ├── mui-lab-tab-panel.js
│   │   ├── mui-lab-timeline-connector.js
│   │   ├── mui-lab-timeline-content.js
│   │   ├── mui-lab-timeline-dot.js
│   │   ├── mui-lab-timeline-item.js
│   │   ├── mui-lab-timeline-opposite-content.js
│   │   ├── mui-lab-timeline-separator.js
│   │   ├── mui-lab-timeline.js
│   │   ├── mui-lab-tree-item.js
│   │   ├── mui-lab-tree-view.js
│   │   ├── mui-material-accordion-actions.js
│   │   ├── mui-material-accordion-details.js
│   │   ├── mui-material-accordion-summary.js
│   │   ├── mui-material-accordion.js
│   │   ├── mui-material-alert-title.js
│   │   ├── mui-material-alert.js
│   │   ├── mui-material-app-bar.js
│   │   ├── mui-material-autocomplete.js
│   │   ├── mui-material-avatar-group.js
│   │   ├── mui-material-avatar.js
│   │   ├── mui-material-backdrop.js
│   │   ├── mui-material-badge.js
│   │   ├── mui-material-bottom-navigation-action.js
│   │   ├── mui-material-bottom-navigation.js
│   │   ├── mui-material-box.js
│   │   ├── mui-material-breadcrumbs.js
│   │   ├── mui-material-button-base.js
│   │   ├── mui-material-button-group.js
│   │   ├── mui-material-button.js
│   │   ├── mui-material-card-action-area.js
│   │   ├── mui-material-card-actions.js
│   │   ├── mui-material-card-content.js
│   │   ├── mui-material-card-header.js
│   │   ├── mui-material-card-media.js
│   │   ├── mui-material-card.js
│   │   ├── mui-material-checkbox.js
│   │   ├── mui-material-chip.js
│   │   ├── mui-material-circular-progress.js
│   │   ├── mui-material-click-away-listener.js
│   │   ├── mui-material-collapse.js
│   │   ├── mui-material-container.js
│   │   ├── mui-material-css-baseline.js
│   │   ├── mui-material-dialog-actions.js
│   │   ├── mui-material-dialog-content-text.js
│   │   ├── mui-material-dialog-content.js
│   │   ├── mui-material-dialog-title.js
│   │   ├── mui-material-dialog.js
│   │   ├── mui-material-divider.js
│   │   ├── mui-material-drawer.js
│   │   ├── mui-material-fab.js
│   │   ├── mui-material-fade.js
│   │   ├── mui-material-filled-input.js
│   │   ├── mui-material-form-control-label.js
│   │   ├── mui-material-form-control.js
│   │   ├── mui-material-form-group.js
│   │   ├── mui-material-form-helper-text.js
│   │   ├── mui-material-form-label.js
│   │   ├── mui-material-generate-utility-class.js
│   │   ├── mui-material-generate-utility-classes.js
│   │   ├── mui-material-global-styles.js
│   │   ├── mui-material-grid.js
│   │   ├── mui-material-grow.js
│   │   ├── mui-material-hidden.js
│   │   ├── mui-material-icon-button.js
│   │   ├── mui-material-icon.js
│   │   ├── mui-material-image-list-item-bar.js
│   │   ├── mui-material-image-list-item.js
│   │   ├── mui-material-image-list.js
│   │   ├── mui-material-input-adornment.js
│   │   ├── mui-material-input-base.js
│   │   ├── mui-material-input-label.js
│   │   ├── mui-material-input.js
│   │   ├── mui-material-linear-progress.js
│   │   ├── mui-material-link.js
│   │   ├── mui-material-list-item-avatar.js
│   │   ├── mui-material-list-item-button.js
│   │   ├── mui-material-list-item-icon.js
│   │   ├── mui-material-list-item-secondary-action.js
│   │   ├── mui-material-list-item-text.js
│   │   ├── mui-material-list-item.js
│   │   ├── mui-material-list-subheader.js
│   │   ├── mui-material-list.js
│   │   ├── mui-material-menu-item.js
│   │   ├── mui-material-menu-list.js
│   │   ├── mui-material-menu.js
│   │   ├── mui-material-mobile-stepper.js
│   │   ├── mui-material-modal.js
│   │   ├── mui-material-native-select.js
│   │   ├── mui-material-no-ssr.js
│   │   ├── mui-material-outlined-input.js
│   │   ├── mui-material-pagination-item.js
│   │   ├── mui-material-pagination.js
│   │   ├── mui-material-paper.js
│   │   ├── mui-material-popover.js
│   │   ├── mui-material-popper.js
│   │   ├── mui-material-portal.js
│   │   ├── mui-material-radio-group.js
│   │   ├── mui-material-radio.js
│   │   ├── mui-material-rating.js
│   │   ├── mui-material-scoped-css-baseline.js
│   │   ├── mui-material-select.js
│   │   ├── mui-material-skeleton.js
│   │   ├── mui-material-slide.js
│   │   ├── mui-material-slider.js
│   │   ├── mui-material-snackbar-content.js
│   │   ├── mui-material-snackbar.js
│   │   ├── mui-material-speed-dial-action.js
│   │   ├── mui-material-speed-dial-icon.js
│   │   ├── mui-material-speed-dial.js
│   │   ├── mui-material-stack.js
│   │   ├── mui-material-step-button.js
│   │   ├── mui-material-step-connector.js
│   │   ├── mui-material-step-content.js
│   │   ├── mui-material-step-icon.js
│   │   ├── mui-material-step-label.js
│   │   ├── mui-material-step.js
│   │   ├── mui-material-stepper.js
│   │   ├── mui-material-styled-engine-provider.js
│   │   ├── mui-material-styles.js
│   │   ├── mui-material-svg-icon.js
│   │   ├── mui-material-swipeable-drawer.js
│   │   ├── mui-material-switch.js
│   │   ├── mui-material-tab-scroll-button.js
│   │   ├── mui-material-tab.js
│   │   ├── mui-material-table-body.js
│   │   ├── mui-material-table-cell.js
│   │   ├── mui-material-table-container.js
│   │   ├── mui-material-table-footer.js
│   │   ├── mui-material-table-head.js
│   │   ├── mui-material-table-pagination.js
│   │   ├── mui-material-table-row.js
│   │   ├── mui-material-table-sort-label.js
│   │   ├── mui-material-table.js
│   │   ├── mui-material-tabs.js
│   │   ├── mui-material-text-field.js
│   │   ├── mui-material-textarea-autosize.js
│   │   ├── mui-material-toggle-button-group.js
│   │   ├── mui-material-toggle-button.js
│   │   ├── mui-material-toolbar.js
│   │   ├── mui-material-tooltip.js
│   │   ├── mui-material-typography.js
│   │   ├── mui-material-unstable-grid-2.js
│   │   ├── mui-material-unstable-trap-focus.js
│   │   ├── mui-material-use-autocomplete.js
│   │   ├── mui-material-use-media-query.js
│   │   ├── mui-material-use-pagination.js
│   │   ├── mui-material-use-scroll-trigger.js
│   │   ├── mui-material-use-touch-ripple.js
│   │   ├── mui-material-utils.js
│   │   ├── mui-material-zoom.js
│   │   └── mui-material.js
│   ├── project.clj
│   ├── src/
│   │   └── mui/
│   │       └── mui.ext.js
│   └── webpack.config.js
├── scripts/
│   └── deploy.sh
├── shadow-cljs.edn
├── src/
│   ├── core/
│   │   └── reagent_mui/
│   │       ├── base/
│   │       │   ├── badge_unstyled.cljs
│   │       │   ├── button_unstyled.cljs
│   │       │   ├── click_away_listener.cljs
│   │       │   ├── focus_trap.cljs
│   │       │   ├── form_control_unstyled.cljs
│   │       │   ├── input_unstyled.cljs
│   │       │   ├── menu_item_unstyled.cljs
│   │       │   ├── menu_unstyled.cljs
│   │       │   ├── modal_unstyled.cljs
│   │       │   ├── no_ssr.cljs
│   │       │   ├── option_group_unstyled.cljs
│   │       │   ├── option_unstyled.cljs
│   │       │   ├── popper_unstyled.cljs
│   │       │   ├── portal.cljs
│   │       │   ├── select_unstyled.cljs
│   │       │   ├── select_unstyled_context.cljs
│   │       │   ├── slider_unstyled.cljs
│   │       │   ├── snackbar_unstyled.cljs
│   │       │   ├── switch_unstyled.cljs
│   │       │   ├── tab_panel_unstyled.cljs
│   │       │   ├── tab_unstyled.cljs
│   │       │   ├── table_pagination_unstyled.cljs
│   │       │   ├── tabs_list_unstyled.cljs
│   │       │   ├── tabs_unstyled.cljs
│   │       │   ├── use_badge.cljs
│   │       │   ├── use_button.cljs
│   │       │   ├── use_form_control_unstyled_context.cljs
│   │       │   ├── use_input.cljs
│   │       │   ├── use_listbox.cljs
│   │       │   ├── use_menu.cljs
│   │       │   ├── use_menu_item.cljs
│   │       │   ├── use_option.cljs
│   │       │   ├── use_select.cljs
│   │       │   ├── use_slider.cljs
│   │       │   ├── use_snackbar.cljs
│   │       │   ├── use_switch.cljs
│   │       │   ├── use_tab.cljs
│   │       │   ├── use_tab_panel.cljs
│   │       │   ├── use_tabs.cljs
│   │       │   └── use_tabs_list.cljs
│   │       ├── cljs_time_adapter.cljs
│   │       ├── colors.cljs
│   │       ├── components.cljs
│   │       ├── jss_styles.cljs
│   │       ├── lab/
│   │       │   ├── loading_button.cljs
│   │       │   ├── masonry.cljs
│   │       │   ├── masonry_item.cljs
│   │       │   ├── tab_context.cljs
│   │       │   ├── tab_list.cljs
│   │       │   ├── tab_panel.cljs
│   │       │   ├── timeline.cljs
│   │       │   ├── timeline_connector.cljs
│   │       │   ├── timeline_content.cljs
│   │       │   ├── timeline_dot.cljs
│   │       │   ├── timeline_item.cljs
│   │       │   ├── timeline_opposite_content.cljs
│   │       │   ├── timeline_separator.cljs
│   │       │   ├── tree_item.cljs
│   │       │   ├── tree_view.cljs
│   │       │   ├── use_tab_context.cljs
│   │       │   └── use_tree_item.cljs
│   │       ├── material/
│   │       │   ├── accordion.cljs
│   │       │   ├── accordion_actions.cljs
│   │       │   ├── accordion_details.cljs
│   │       │   ├── accordion_summary.cljs
│   │       │   ├── alert.cljs
│   │       │   ├── alert_title.cljs
│   │       │   ├── app_bar.cljs
│   │       │   ├── autocomplete.cljs
│   │       │   ├── avatar.cljs
│   │       │   ├── avatar_group.cljs
│   │       │   ├── backdrop.cljs
│   │       │   ├── badge.cljs
│   │       │   ├── bottom_navigation.cljs
│   │       │   ├── bottom_navigation_action.cljs
│   │       │   ├── box.cljs
│   │       │   ├── breadcrumbs.cljs
│   │       │   ├── button.cljs
│   │       │   ├── button_base.cljs
│   │       │   ├── button_group.cljs
│   │       │   ├── card.cljs
│   │       │   ├── card_action_area.cljs
│   │       │   ├── card_actions.cljs
│   │       │   ├── card_content.cljs
│   │       │   ├── card_header.cljs
│   │       │   ├── card_media.cljs
│   │       │   ├── checkbox.cljs
│   │       │   ├── chip.cljs
│   │       │   ├── circular_progress.cljs
│   │       │   ├── click_away_listener.cljs
│   │       │   ├── collapse.cljs
│   │       │   ├── container.cljs
│   │       │   ├── create_filter_options.cljs
│   │       │   ├── css_baseline.cljs
│   │       │   ├── dialog.cljs
│   │       │   ├── dialog_actions.cljs
│   │       │   ├── dialog_content.cljs
│   │       │   ├── dialog_content_text.cljs
│   │       │   ├── dialog_title.cljs
│   │       │   ├── divider.cljs
│   │       │   ├── drawer.cljs
│   │       │   ├── fab.cljs
│   │       │   ├── fade.cljs
│   │       │   ├── filled_input.cljs
│   │       │   ├── form_control.cljs
│   │       │   ├── form_control_label.cljs
│   │       │   ├── form_group.cljs
│   │       │   ├── form_helper_text.cljs
│   │       │   ├── form_label.cljs
│   │       │   ├── global_styles.cljs
│   │       │   ├── grid.cljs
│   │       │   ├── grow.cljs
│   │       │   ├── hidden.cljs
│   │       │   ├── icon.cljs
│   │       │   ├── icon_button.cljs
│   │       │   ├── image_list.cljs
│   │       │   ├── image_list_item.cljs
│   │       │   ├── image_list_item_bar.cljs
│   │       │   ├── input.cljs
│   │       │   ├── input_adornment.cljs
│   │       │   ├── input_base.cljs
│   │       │   ├── input_label.cljs
│   │       │   ├── linear_progress.cljs
│   │       │   ├── link.cljs
│   │       │   ├── list.cljs
│   │       │   ├── list_item.cljs
│   │       │   ├── list_item_avatar.cljs
│   │       │   ├── list_item_button.cljs
│   │       │   ├── list_item_icon.cljs
│   │       │   ├── list_item_secondary_action.cljs
│   │       │   ├── list_item_text.cljs
│   │       │   ├── list_subheader.cljs
│   │       │   ├── menu.cljs
│   │       │   ├── menu_item.cljs
│   │       │   ├── menu_list.cljs
│   │       │   ├── mobile_stepper.cljs
│   │       │   ├── modal.cljs
│   │       │   ├── modal_manager.cljs
│   │       │   ├── native_select.cljs
│   │       │   ├── no_ssr.cljs
│   │       │   ├── outlined_input.cljs
│   │       │   ├── pagination.cljs
│   │       │   ├── pagination_item.cljs
│   │       │   ├── paper.cljs
│   │       │   ├── popover.cljs
│   │       │   ├── popper.cljs
│   │       │   ├── portal.cljs
│   │       │   ├── radio.cljs
│   │       │   ├── radio_group.cljs
│   │       │   ├── rating.cljs
│   │       │   ├── scoped_css_baseline.cljs
│   │       │   ├── select.cljs
│   │       │   ├── skeleton.cljs
│   │       │   ├── slide.cljs
│   │       │   ├── slider.cljs
│   │       │   ├── snackbar.cljs
│   │       │   ├── snackbar_content.cljs
│   │       │   ├── speed_dial.cljs
│   │       │   ├── speed_dial_action.cljs
│   │       │   ├── speed_dial_icon.cljs
│   │       │   ├── stack.cljs
│   │       │   ├── step.cljs
│   │       │   ├── step_button.cljs
│   │       │   ├── step_connector.cljs
│   │       │   ├── step_content.cljs
│   │       │   ├── step_icon.cljs
│   │       │   ├── step_label.cljs
│   │       │   ├── stepper.cljs
│   │       │   ├── styled_engine_provider.cljs
│   │       │   ├── svg_icon.cljs
│   │       │   ├── swipeable_drawer.cljs
│   │       │   ├── switch.cljs
│   │       │   ├── tab.cljs
│   │       │   ├── tab_scroll_button.cljs
│   │       │   ├── table.cljs
│   │       │   ├── table_body.cljs
│   │       │   ├── table_cell.cljs
│   │       │   ├── table_container.cljs
│   │       │   ├── table_footer.cljs
│   │       │   ├── table_head.cljs
│   │       │   ├── table_pagination.cljs
│   │       │   ├── table_row.cljs
│   │       │   ├── table_sort_label.cljs
│   │       │   ├── tabs.cljs
│   │       │   ├── text_field.cljs
│   │       │   ├── textarea_autosize.cljs
│   │       │   ├── toggle_button.cljs
│   │       │   ├── toggle_button_group.cljs
│   │       │   ├── toolbar.cljs
│   │       │   ├── tooltip.cljs
│   │       │   ├── typography.cljs
│   │       │   ├── unstable_grid_2.cljs
│   │       │   ├── unstable_trap_focus.cljs
│   │       │   ├── use_autocomplete.cljs
│   │       │   ├── use_form_control.cljs
│   │       │   ├── use_media_query.cljs
│   │       │   ├── use_pagination.cljs
│   │       │   ├── use_radio_group.cljs
│   │       │   ├── use_scroll_trigger.cljs
│   │       │   ├── use_touch_ripple.cljs
│   │       │   └── zoom.cljs
│   │       ├── styles.cljs
│   │       ├── util.clj
│   │       └── util.cljs
│   ├── icons/
│   │   └── reagent_mui/
│   │       └── icons/
│   │           ├── abc.cljs
│   │           ├── abc_outlined.cljs
│   │           ├── abc_rounded.cljs
│   │           ├── abc_sharp.cljs
│   │           ├── abc_two_tone.cljs
│   │           ├── ac_unit.cljs
│   │           ├── ac_unit_outlined.cljs
│   │           ├── ac_unit_rounded.cljs
│   │           ├── ac_unit_sharp.cljs
│   │           ├── ac_unit_two_tone.cljs
│   │           ├── access_alarm.cljs
│   │           ├── access_alarm_outlined.cljs
│   │           ├── access_alarm_rounded.cljs
│   │           ├── access_alarm_sharp.cljs
│   │           ├── access_alarm_two_tone.cljs
│   │           ├── access_alarms.cljs
│   │           ├── access_alarms_outlined.cljs
│   │           ├── access_alarms_rounded.cljs
│   │           ├── access_alarms_sharp.cljs
│   │           ├── access_alarms_two_tone.cljs
│   │           ├── access_time.cljs
│   │           ├── access_time_filled.cljs
│   │           ├── access_time_filled_outlined.cljs
│   │           ├── access_time_filled_rounded.cljs
│   │           ├── access_time_filled_sharp.cljs
│   │           ├── access_time_filled_two_tone.cljs
│   │           ├── access_time_outlined.cljs
│   │           ├── access_time_rounded.cljs
│   │           ├── access_time_sharp.cljs
│   │           ├── access_time_two_tone.cljs
│   │           ├── accessibility.cljs
│   │           ├── accessibility_new.cljs
│   │           ├── accessibility_new_outlined.cljs
│   │           ├── accessibility_new_rounded.cljs
│   │           ├── accessibility_new_sharp.cljs
│   │           ├── accessibility_new_two_tone.cljs
│   │           ├── accessibility_outlined.cljs
│   │           ├── accessibility_rounded.cljs
│   │           ├── accessibility_sharp.cljs
│   │           ├── accessibility_two_tone.cljs
│   │           ├── accessible.cljs
│   │           ├── accessible_forward.cljs
│   │           ├── accessible_forward_outlined.cljs
│   │           ├── accessible_forward_rounded.cljs
│   │           ├── accessible_forward_sharp.cljs
│   │           ├── accessible_forward_two_tone.cljs
│   │           ├── accessible_outlined.cljs
│   │           ├── accessible_rounded.cljs
│   │           ├── accessible_sharp.cljs
│   │           ├── accessible_two_tone.cljs
│   │           ├── account_balance.cljs
│   │           ├── account_balance_outlined.cljs
│   │           ├── account_balance_rounded.cljs
│   │           ├── account_balance_sharp.cljs
│   │           ├── account_balance_two_tone.cljs
│   │           ├── account_balance_wallet.cljs
│   │           ├── account_balance_wallet_outlined.cljs
│   │           ├── account_balance_wallet_rounded.cljs
│   │           ├── account_balance_wallet_sharp.cljs
│   │           ├── account_balance_wallet_two_tone.cljs
│   │           ├── account_box.cljs
│   │           ├── account_box_outlined.cljs
│   │           ├── account_box_rounded.cljs
│   │           ├── account_box_sharp.cljs
│   │           ├── account_box_two_tone.cljs
│   │           ├── account_circle.cljs
│   │           ├── account_circle_outlined.cljs
│   │           ├── account_circle_rounded.cljs
│   │           ├── account_circle_sharp.cljs
│   │           ├── account_circle_two_tone.cljs
│   │           ├── account_tree.cljs
│   │           ├── account_tree_outlined.cljs
│   │           ├── account_tree_rounded.cljs
│   │           ├── account_tree_sharp.cljs
│   │           ├── account_tree_two_tone.cljs
│   │           ├── ad_units.cljs
│   │           ├── ad_units_outlined.cljs
│   │           ├── ad_units_rounded.cljs
│   │           ├── ad_units_sharp.cljs
│   │           ├── ad_units_two_tone.cljs
│   │           ├── adb.cljs
│   │           ├── adb_outlined.cljs
│   │           ├── adb_rounded.cljs
│   │           ├── adb_sharp.cljs
│   │           ├── adb_two_tone.cljs
│   │           ├── add.cljs
│   │           ├── add_a_photo.cljs
│   │           ├── add_a_photo_outlined.cljs
│   │           ├── add_a_photo_rounded.cljs
│   │           ├── add_a_photo_sharp.cljs
│   │           ├── add_a_photo_two_tone.cljs
│   │           ├── add_alarm.cljs
│   │           ├── add_alarm_outlined.cljs
│   │           ├── add_alarm_rounded.cljs
│   │           ├── add_alarm_sharp.cljs
│   │           ├── add_alarm_two_tone.cljs
│   │           ├── add_alert.cljs
│   │           ├── add_alert_outlined.cljs
│   │           ├── add_alert_rounded.cljs
│   │           ├── add_alert_sharp.cljs
│   │           ├── add_alert_two_tone.cljs
│   │           ├── add_box.cljs
│   │           ├── add_box_outlined.cljs
│   │           ├── add_box_rounded.cljs
│   │           ├── add_box_sharp.cljs
│   │           ├── add_box_two_tone.cljs
│   │           ├── add_business.cljs
│   │           ├── add_business_outlined.cljs
│   │           ├── add_business_rounded.cljs
│   │           ├── add_business_sharp.cljs
│   │           ├── add_business_two_tone.cljs
│   │           ├── add_card.cljs
│   │           ├── add_card_outlined.cljs
│   │           ├── add_card_rounded.cljs
│   │           ├── add_card_sharp.cljs
│   │           ├── add_card_two_tone.cljs
│   │           ├── add_circle.cljs
│   │           ├── add_circle_outline.cljs
│   │           ├── add_circle_outline_outlined.cljs
│   │           ├── add_circle_outline_rounded.cljs
│   │           ├── add_circle_outline_sharp.cljs
│   │           ├── add_circle_outline_two_tone.cljs
│   │           ├── add_circle_outlined.cljs
│   │           ├── add_circle_rounded.cljs
│   │           ├── add_circle_sharp.cljs
│   │           ├── add_circle_two_tone.cljs
│   │           ├── add_comment.cljs
│   │           ├── add_comment_outlined.cljs
│   │           ├── add_comment_rounded.cljs
│   │           ├── add_comment_sharp.cljs
│   │           ├── add_comment_two_tone.cljs
│   │           ├── add_home.cljs
│   │           ├── add_home_outlined.cljs
│   │           ├── add_home_rounded.cljs
│   │           ├── add_home_sharp.cljs
│   │           ├── add_home_two_tone.cljs
│   │           ├── add_home_work.cljs
│   │           ├── add_home_work_outlined.cljs
│   │           ├── add_home_work_rounded.cljs
│   │           ├── add_home_work_sharp.cljs
│   │           ├── add_home_work_two_tone.cljs
│   │           ├── add_ic_call.cljs
│   │           ├── add_ic_call_outlined.cljs
│   │           ├── add_ic_call_rounded.cljs
│   │           ├── add_ic_call_sharp.cljs
│   │           ├── add_ic_call_two_tone.cljs
│   │           ├── add_link.cljs
│   │           ├── add_link_outlined.cljs
│   │           ├── add_link_rounded.cljs
│   │           ├── add_link_sharp.cljs
│   │           ├── add_link_two_tone.cljs
│   │           ├── add_location.cljs
│   │           ├── add_location_alt.cljs
│   │           ├── add_location_alt_outlined.cljs
│   │           ├── add_location_alt_rounded.cljs
│   │           ├── add_location_alt_sharp.cljs
│   │           ├── add_location_alt_two_tone.cljs
│   │           ├── add_location_outlined.cljs
│   │           ├── add_location_rounded.cljs
│   │           ├── add_location_sharp.cljs
│   │           ├── add_location_two_tone.cljs
│   │           ├── add_moderator.cljs
│   │           ├── add_moderator_outlined.cljs
│   │           ├── add_moderator_rounded.cljs
│   │           ├── add_moderator_sharp.cljs
│   │           ├── add_moderator_two_tone.cljs
│   │           ├── add_outlined.cljs
│   │           ├── add_photo_alternate.cljs
│   │           ├── add_photo_alternate_outlined.cljs
│   │           ├── add_photo_alternate_rounded.cljs
│   │           ├── add_photo_alternate_sharp.cljs
│   │           ├── add_photo_alternate_two_tone.cljs
│   │           ├── add_reaction.cljs
│   │           ├── add_reaction_outlined.cljs
│   │           ├── add_reaction_rounded.cljs
│   │           ├── add_reaction_sharp.cljs
│   │           ├── add_reaction_two_tone.cljs
│   │           ├── add_road.cljs
│   │           ├── add_road_outlined.cljs
│   │           ├── add_road_rounded.cljs
│   │           ├── add_road_sharp.cljs
│   │           ├── add_road_two_tone.cljs
│   │           ├── add_rounded.cljs
│   │           ├── add_sharp.cljs
│   │           ├── add_shopping_cart.cljs
│   │           ├── add_shopping_cart_outlined.cljs
│   │           ├── add_shopping_cart_rounded.cljs
│   │           ├── add_shopping_cart_sharp.cljs
│   │           ├── add_shopping_cart_two_tone.cljs
│   │           ├── add_task.cljs
│   │           ├── add_task_outlined.cljs
│   │           ├── add_task_rounded.cljs
│   │           ├── add_task_sharp.cljs
│   │           ├── add_task_two_tone.cljs
│   │           ├── add_to_drive.cljs
│   │           ├── add_to_drive_outlined.cljs
│   │           ├── add_to_drive_rounded.cljs
│   │           ├── add_to_drive_sharp.cljs
│   │           ├── add_to_drive_two_tone.cljs
│   │           ├── add_to_home_screen.cljs
│   │           ├── add_to_home_screen_outlined.cljs
│   │           ├── add_to_home_screen_rounded.cljs
│   │           ├── add_to_home_screen_sharp.cljs
│   │           ├── add_to_home_screen_two_tone.cljs
│   │           ├── add_to_photos.cljs
│   │           ├── add_to_photos_outlined.cljs
│   │           ├── add_to_photos_rounded.cljs
│   │           ├── add_to_photos_sharp.cljs
│   │           ├── add_to_photos_two_tone.cljs
│   │           ├── add_to_queue.cljs
│   │           ├── add_to_queue_outlined.cljs
│   │           ├── add_to_queue_rounded.cljs
│   │           ├── add_to_queue_sharp.cljs
│   │           ├── add_to_queue_two_tone.cljs
│   │           ├── add_two_tone.cljs
│   │           ├── addchart.cljs
│   │           ├── addchart_outlined.cljs
│   │           ├── addchart_rounded.cljs
│   │           ├── addchart_sharp.cljs
│   │           ├── addchart_two_tone.cljs
│   │           ├── adf_scanner.cljs
│   │           ├── adf_scanner_outlined.cljs
│   │           ├── adf_scanner_rounded.cljs
│   │           ├── adf_scanner_sharp.cljs
│   │           ├── adf_scanner_two_tone.cljs
│   │           ├── adjust.cljs
│   │           ├── adjust_outlined.cljs
│   │           ├── adjust_rounded.cljs
│   │           ├── adjust_sharp.cljs
│   │           ├── adjust_two_tone.cljs
│   │           ├── admin_panel_settings.cljs
│   │           ├── admin_panel_settings_outlined.cljs
│   │           ├── admin_panel_settings_rounded.cljs
│   │           ├── admin_panel_settings_sharp.cljs
│   │           ├── admin_panel_settings_two_tone.cljs
│   │           ├── agriculture.cljs
│   │           ├── agriculture_outlined.cljs
│   │           ├── agriculture_rounded.cljs
│   │           ├── agriculture_sharp.cljs
│   │           ├── agriculture_two_tone.cljs
│   │           ├── air.cljs
│   │           ├── air_outlined.cljs
│   │           ├── air_rounded.cljs
│   │           ├── air_sharp.cljs
│   │           ├── air_two_tone.cljs
│   │           ├── airline_seat_flat.cljs
│   │           ├── airline_seat_flat_angled.cljs
│   │           ├── airline_seat_flat_angled_outlined.cljs
│   │           ├── airline_seat_flat_angled_rounded.cljs
│   │           ├── airline_seat_flat_angled_sharp.cljs
│   │           ├── airline_seat_flat_angled_two_tone.cljs
│   │           ├── airline_seat_flat_outlined.cljs
│   │           ├── airline_seat_flat_rounded.cljs
│   │           ├── airline_seat_flat_sharp.cljs
│   │           ├── airline_seat_flat_two_tone.cljs
│   │           ├── airline_seat_individual_suite.cljs
│   │           ├── airline_seat_individual_suite_outlined.cljs
│   │           ├── airline_seat_individual_suite_rounded.cljs
│   │           ├── airline_seat_individual_suite_sharp.cljs
│   │           ├── airline_seat_individual_suite_two_tone.cljs
│   │           ├── airline_seat_legroom_extra.cljs
│   │           ├── airline_seat_legroom_extra_outlined.cljs
│   │           ├── airline_seat_legroom_extra_rounded.cljs
│   │           ├── airline_seat_legroom_extra_sharp.cljs
│   │           ├── airline_seat_legroom_extra_two_tone.cljs
│   │           ├── airline_seat_legroom_normal.cljs
│   │           ├── airline_seat_legroom_normal_outlined.cljs
│   │           ├── airline_seat_legroom_normal_rounded.cljs
│   │           ├── airline_seat_legroom_normal_sharp.cljs
│   │           ├── airline_seat_legroom_normal_two_tone.cljs
│   │           ├── airline_seat_legroom_reduced.cljs
│   │           ├── airline_seat_legroom_reduced_outlined.cljs
│   │           ├── airline_seat_legroom_reduced_rounded.cljs
│   │           ├── airline_seat_legroom_reduced_sharp.cljs
│   │           ├── airline_seat_legroom_reduced_two_tone.cljs
│   │           ├── airline_seat_recline_extra.cljs
│   │           ├── airline_seat_recline_extra_outlined.cljs
│   │           ├── airline_seat_recline_extra_rounded.cljs
│   │           ├── airline_seat_recline_extra_sharp.cljs
│   │           ├── airline_seat_recline_extra_two_tone.cljs
│   │           ├── airline_seat_recline_normal.cljs
│   │           ├── airline_seat_recline_normal_outlined.cljs
│   │           ├── airline_seat_recline_normal_rounded.cljs
│   │           ├── airline_seat_recline_normal_sharp.cljs
│   │           ├── airline_seat_recline_normal_two_tone.cljs
│   │           ├── airline_stops.cljs
│   │           ├── airline_stops_outlined.cljs
│   │           ├── airline_stops_rounded.cljs
│   │           ├── airline_stops_sharp.cljs
│   │           ├── airline_stops_two_tone.cljs
│   │           ├── airlines.cljs
│   │           ├── airlines_outlined.cljs
│   │           ├── airlines_rounded.cljs
│   │           ├── airlines_sharp.cljs
│   │           ├── airlines_two_tone.cljs
│   │           ├── airplane_ticket.cljs
│   │           ├── airplane_ticket_outlined.cljs
│   │           ├── airplane_ticket_rounded.cljs
│   │           ├── airplane_ticket_sharp.cljs
│   │           ├── airplane_ticket_two_tone.cljs
│   │           ├── airplanemode_active.cljs
│   │           ├── airplanemode_active_outlined.cljs
│   │           ├── airplanemode_active_rounded.cljs
│   │           ├── airplanemode_active_sharp.cljs
│   │           ├── airplanemode_active_two_tone.cljs
│   │           ├── airplanemode_inactive.cljs
│   │           ├── airplanemode_inactive_outlined.cljs
│   │           ├── airplanemode_inactive_rounded.cljs
│   │           ├── airplanemode_inactive_sharp.cljs
│   │           ├── airplanemode_inactive_two_tone.cljs
│   │           ├── airplay.cljs
│   │           ├── airplay_outlined.cljs
│   │           ├── airplay_rounded.cljs
│   │           ├── airplay_sharp.cljs
│   │           ├── airplay_two_tone.cljs
│   │           ├── airport_shuttle.cljs
│   │           ├── airport_shuttle_outlined.cljs
│   │           ├── airport_shuttle_rounded.cljs
│   │           ├── airport_shuttle_sharp.cljs
│   │           ├── airport_shuttle_two_tone.cljs
│   │           ├── alarm.cljs
│   │           ├── alarm_add.cljs
│   │           ├── alarm_add_outlined.cljs
│   │           ├── alarm_add_rounded.cljs
│   │           ├── alarm_add_sharp.cljs
│   │           ├── alarm_add_two_tone.cljs
│   │           ├── alarm_off.cljs
│   │           ├── alarm_off_outlined.cljs
│   │           ├── alarm_off_rounded.cljs
│   │           ├── alarm_off_sharp.cljs
│   │           ├── alarm_off_two_tone.cljs
│   │           ├── alarm_on.cljs
│   │           ├── alarm_on_outlined.cljs
│   │           ├── alarm_on_rounded.cljs
│   │           ├── alarm_on_sharp.cljs
│   │           ├── alarm_on_two_tone.cljs
│   │           ├── alarm_outlined.cljs
│   │           ├── alarm_rounded.cljs
│   │           ├── alarm_sharp.cljs
│   │           ├── alarm_two_tone.cljs
│   │           ├── album.cljs
│   │           ├── album_outlined.cljs
│   │           ├── album_rounded.cljs
│   │           ├── album_sharp.cljs
│   │           ├── album_two_tone.cljs
│   │           ├── align_horizontal_center.cljs
│   │           ├── align_horizontal_center_outlined.cljs
│   │           ├── align_horizontal_center_rounded.cljs
│   │           ├── align_horizontal_center_sharp.cljs
│   │           ├── align_horizontal_center_two_tone.cljs
│   │           ├── align_horizontal_left.cljs
│   │           ├── align_horizontal_left_outlined.cljs
│   │           ├── align_horizontal_left_rounded.cljs
│   │           ├── align_horizontal_left_sharp.cljs
│   │           ├── align_horizontal_left_two_tone.cljs
│   │           ├── align_horizontal_right.cljs
│   │           ├── align_horizontal_right_outlined.cljs
│   │           ├── align_horizontal_right_rounded.cljs
│   │           ├── align_horizontal_right_sharp.cljs
│   │           ├── align_horizontal_right_two_tone.cljs
│   │           ├── align_vertical_bottom.cljs
│   │           ├── align_vertical_bottom_outlined.cljs
│   │           ├── align_vertical_bottom_rounded.cljs
│   │           ├── align_vertical_bottom_sharp.cljs
│   │           ├── align_vertical_bottom_two_tone.cljs
│   │           ├── align_vertical_center.cljs
│   │           ├── align_vertical_center_outlined.cljs
│   │           ├── align_vertical_center_rounded.cljs
│   │           ├── align_vertical_center_sharp.cljs
│   │           ├── align_vertical_center_two_tone.cljs
│   │           ├── align_vertical_top.cljs
│   │           ├── align_vertical_top_outlined.cljs
│   │           ├── align_vertical_top_rounded.cljs
│   │           ├── align_vertical_top_sharp.cljs
│   │           ├── align_vertical_top_two_tone.cljs
│   │           ├── all_inbox.cljs
│   │           ├── all_inbox_outlined.cljs
│   │           ├── all_inbox_rounded.cljs
│   │           ├── all_inbox_sharp.cljs
│   │           ├── all_inbox_two_tone.cljs
│   │           ├── all_inclusive.cljs
│   │           ├── all_inclusive_outlined.cljs
│   │           ├── all_inclusive_rounded.cljs
│   │           ├── all_inclusive_sharp.cljs
│   │           ├── all_inclusive_two_tone.cljs
│   │           ├── all_out.cljs
│   │           ├── all_out_outlined.cljs
│   │           ├── all_out_rounded.cljs
│   │           ├── all_out_sharp.cljs
│   │           ├── all_out_two_tone.cljs
│   │           ├── alt_route.cljs
│   │           ├── alt_route_outlined.cljs
│   │           ├── alt_route_rounded.cljs
│   │           ├── alt_route_sharp.cljs
│   │           ├── alt_route_two_tone.cljs
│   │           ├── alternate_email.cljs
│   │           ├── alternate_email_outlined.cljs
│   │           ├── alternate_email_rounded.cljs
│   │           ├── alternate_email_sharp.cljs
│   │           ├── alternate_email_two_tone.cljs
│   │           ├── analytics.cljs
│   │           ├── analytics_outlined.cljs
│   │           ├── analytics_rounded.cljs
│   │           ├── analytics_sharp.cljs
│   │           ├── analytics_two_tone.cljs
│   │           ├── anchor.cljs
│   │           ├── anchor_outlined.cljs
│   │           ├── anchor_rounded.cljs
│   │           ├── anchor_sharp.cljs
│   │           ├── anchor_two_tone.cljs
│   │           ├── android.cljs
│   │           ├── android_outlined.cljs
│   │           ├── android_rounded.cljs
│   │           ├── android_sharp.cljs
│   │           ├── android_two_tone.cljs
│   │           ├── animation.cljs
│   │           ├── animation_outlined.cljs
│   │           ├── animation_rounded.cljs
│   │           ├── animation_sharp.cljs
│   │           ├── animation_two_tone.cljs
│   │           ├── announcement.cljs
│   │           ├── announcement_outlined.cljs
│   │           ├── announcement_rounded.cljs
│   │           ├── announcement_sharp.cljs
│   │           ├── announcement_two_tone.cljs
│   │           ├── aod.cljs
│   │           ├── aod_outlined.cljs
│   │           ├── aod_rounded.cljs
│   │           ├── aod_sharp.cljs
│   │           ├── aod_two_tone.cljs
│   │           ├── apartment.cljs
│   │           ├── apartment_outlined.cljs
│   │           ├── apartment_rounded.cljs
│   │           ├── apartment_sharp.cljs
│   │           ├── apartment_two_tone.cljs
│   │           ├── api.cljs
│   │           ├── api_outlined.cljs
│   │           ├── api_rounded.cljs
│   │           ├── api_sharp.cljs
│   │           ├── api_two_tone.cljs
│   │           ├── app_blocking.cljs
│   │           ├── app_blocking_outlined.cljs
│   │           ├── app_blocking_rounded.cljs
│   │           ├── app_blocking_sharp.cljs
│   │           ├── app_blocking_two_tone.cljs
│   │           ├── app_registration.cljs
│   │           ├── app_registration_outlined.cljs
│   │           ├── app_registration_rounded.cljs
│   │           ├── app_registration_sharp.cljs
│   │           ├── app_registration_two_tone.cljs
│   │           ├── app_settings_alt.cljs
│   │           ├── app_settings_alt_outlined.cljs
│   │           ├── app_settings_alt_rounded.cljs
│   │           ├── app_settings_alt_sharp.cljs
│   │           ├── app_settings_alt_two_tone.cljs
│   │           ├── app_shortcut.cljs
│   │           ├── app_shortcut_outlined.cljs
│   │           ├── app_shortcut_rounded.cljs
│   │           ├── app_shortcut_sharp.cljs
│   │           ├── app_shortcut_two_tone.cljs
│   │           ├── apple.cljs
│   │           ├── approval.cljs
│   │           ├── approval_outlined.cljs
│   │           ├── approval_rounded.cljs
│   │           ├── approval_sharp.cljs
│   │           ├── approval_two_tone.cljs
│   │           ├── apps.cljs
│   │           ├── apps_outage.cljs
│   │           ├── apps_outage_outlined.cljs
│   │           ├── apps_outage_rounded.cljs
│   │           ├── apps_outage_sharp.cljs
│   │           ├── apps_outage_two_tone.cljs
│   │           ├── apps_outlined.cljs
│   │           ├── apps_rounded.cljs
│   │           ├── apps_sharp.cljs
│   │           ├── apps_two_tone.cljs
│   │           ├── architecture.cljs
│   │           ├── architecture_outlined.cljs
│   │           ├── architecture_rounded.cljs
│   │           ├── architecture_sharp.cljs
│   │           ├── architecture_two_tone.cljs
│   │           ├── archive.cljs
│   │           ├── archive_outlined.cljs
│   │           ├── archive_rounded.cljs
│   │           ├── archive_sharp.cljs
│   │           ├── archive_two_tone.cljs
│   │           ├── arrow_back.cljs
│   │           ├── arrow_back_ios.cljs
│   │           ├── arrow_back_ios_new.cljs
│   │           ├── arrow_back_ios_new_outlined.cljs
│   │           ├── arrow_back_ios_new_rounded.cljs
│   │           ├── arrow_back_ios_new_sharp.cljs
│   │           ├── arrow_back_ios_new_two_tone.cljs
│   │           ├── arrow_back_ios_outlined.cljs
│   │           ├── arrow_back_ios_rounded.cljs
│   │           ├── arrow_back_ios_sharp.cljs
│   │           ├── arrow_back_ios_two_tone.cljs
│   │           ├── arrow_back_outlined.cljs
│   │           ├── arrow_back_rounded.cljs
│   │           ├── arrow_back_sharp.cljs
│   │           ├── arrow_back_two_tone.cljs
│   │           ├── arrow_circle_down.cljs
│   │           ├── arrow_circle_down_outlined.cljs
│   │           ├── arrow_circle_down_rounded.cljs
│   │           ├── arrow_circle_down_sharp.cljs
│   │           ├── arrow_circle_down_two_tone.cljs
│   │           ├── arrow_circle_left.cljs
│   │           ├── arrow_circle_left_outlined.cljs
│   │           ├── arrow_circle_left_rounded.cljs
│   │           ├── arrow_circle_left_sharp.cljs
│   │           ├── arrow_circle_left_two_tone.cljs
│   │           ├── arrow_circle_right.cljs
│   │           ├── arrow_circle_right_outlined.cljs
│   │           ├── arrow_circle_right_rounded.cljs
│   │           ├── arrow_circle_right_sharp.cljs
│   │           ├── arrow_circle_right_two_tone.cljs
│   │           ├── arrow_circle_up.cljs
│   │           ├── arrow_circle_up_outlined.cljs
│   │           ├── arrow_circle_up_rounded.cljs
│   │           ├── arrow_circle_up_sharp.cljs
│   │           ├── arrow_circle_up_two_tone.cljs
│   │           ├── arrow_downward.cljs
│   │           ├── arrow_downward_outlined.cljs
│   │           ├── arrow_downward_rounded.cljs
│   │           ├── arrow_downward_sharp.cljs
│   │           ├── arrow_downward_two_tone.cljs
│   │           ├── arrow_drop_down.cljs
│   │           ├── arrow_drop_down_circle.cljs
│   │           ├── arrow_drop_down_circle_outlined.cljs
│   │           ├── arrow_drop_down_circle_rounded.cljs
│   │           ├── arrow_drop_down_circle_sharp.cljs
│   │           ├── arrow_drop_down_circle_two_tone.cljs
│   │           ├── arrow_drop_down_outlined.cljs
│   │           ├── arrow_drop_down_rounded.cljs
│   │           ├── arrow_drop_down_sharp.cljs
│   │           ├── arrow_drop_down_two_tone.cljs
│   │           ├── arrow_drop_up.cljs
│   │           ├── arrow_drop_up_outlined.cljs
│   │           ├── arrow_drop_up_rounded.cljs
│   │           ├── arrow_drop_up_sharp.cljs
│   │           ├── arrow_drop_up_two_tone.cljs
│   │           ├── arrow_forward.cljs
│   │           ├── arrow_forward_ios.cljs
│   │           ├── arrow_forward_ios_outlined.cljs
│   │           ├── arrow_forward_ios_rounded.cljs
│   │           ├── arrow_forward_ios_sharp.cljs
│   │           ├── arrow_forward_ios_two_tone.cljs
│   │           ├── arrow_forward_outlined.cljs
│   │           ├── arrow_forward_rounded.cljs
│   │           ├── arrow_forward_sharp.cljs
│   │           ├── arrow_forward_two_tone.cljs
│   │           ├── arrow_left.cljs
│   │           ├── arrow_left_outlined.cljs
│   │           ├── arrow_left_rounded.cljs
│   │           ├── arrow_left_sharp.cljs
│   │           ├── arrow_left_two_tone.cljs
│   │           ├── arrow_outward.cljs
│   │           ├── arrow_outward_outlined.cljs
│   │           ├── arrow_outward_rounded.cljs
│   │           ├── arrow_outward_sharp.cljs
│   │           ├── arrow_outward_two_tone.cljs
│   │           ├── arrow_right.cljs
│   │           ├── arrow_right_alt.cljs
│   │           ├── arrow_right_alt_outlined.cljs
│   │           ├── arrow_right_alt_rounded.cljs
│   │           ├── arrow_right_alt_sharp.cljs
│   │           ├── arrow_right_alt_two_tone.cljs
│   │           ├── arrow_right_outlined.cljs
│   │           ├── arrow_right_rounded.cljs
│   │           ├── arrow_right_sharp.cljs
│   │           ├── arrow_right_two_tone.cljs
│   │           ├── arrow_upward.cljs
│   │           ├── arrow_upward_outlined.cljs
│   │           ├── arrow_upward_rounded.cljs
│   │           ├── arrow_upward_sharp.cljs
│   │           ├── arrow_upward_two_tone.cljs
│   │           ├── art_track.cljs
│   │           ├── art_track_outlined.cljs
│   │           ├── art_track_rounded.cljs
│   │           ├── art_track_sharp.cljs
│   │           ├── art_track_two_tone.cljs
│   │           ├── article.cljs
│   │           ├── article_outlined.cljs
│   │           ├── article_rounded.cljs
│   │           ├── article_sharp.cljs
│   │           ├── article_two_tone.cljs
│   │           ├── aspect_ratio.cljs
│   │           ├── aspect_ratio_outlined.cljs
│   │           ├── aspect_ratio_rounded.cljs
│   │           ├── aspect_ratio_sharp.cljs
│   │           ├── aspect_ratio_two_tone.cljs
│   │           ├── assessment.cljs
│   │           ├── assessment_outlined.cljs
│   │           ├── assessment_rounded.cljs
│   │           ├── assessment_sharp.cljs
│   │           ├── assessment_two_tone.cljs
│   │           ├── assignment.cljs
│   │           ├── assignment_ind.cljs
│   │           ├── assignment_ind_outlined.cljs
│   │           ├── assignment_ind_rounded.cljs
│   │           ├── assignment_ind_sharp.cljs
│   │           ├── assignment_ind_two_tone.cljs
│   │           ├── assignment_late.cljs
│   │           ├── assignment_late_outlined.cljs
│   │           ├── assignment_late_rounded.cljs
│   │           ├── assignment_late_sharp.cljs
│   │           ├── assignment_late_two_tone.cljs
│   │           ├── assignment_outlined.cljs
│   │           ├── assignment_return.cljs
│   │           ├── assignment_return_outlined.cljs
│   │           ├── assignment_return_rounded.cljs
│   │           ├── assignment_return_sharp.cljs
│   │           ├── assignment_return_two_tone.cljs
│   │           ├── assignment_returned.cljs
│   │           ├── assignment_returned_outlined.cljs
│   │           ├── assignment_returned_rounded.cljs
│   │           ├── assignment_returned_sharp.cljs
│   │           ├── assignment_returned_two_tone.cljs
│   │           ├── assignment_rounded.cljs
│   │           ├── assignment_sharp.cljs
│   │           ├── assignment_turned_in.cljs
│   │           ├── assignment_turned_in_outlined.cljs
│   │           ├── assignment_turned_in_rounded.cljs
│   │           ├── assignment_turned_in_sharp.cljs
│   │           ├── assignment_turned_in_two_tone.cljs
│   │           ├── assignment_two_tone.cljs
│   │           ├── assist_walker.cljs
│   │           ├── assist_walker_outlined.cljs
│   │           ├── assist_walker_rounded.cljs
│   │           ├── assist_walker_sharp.cljs
│   │           ├── assist_walker_two_tone.cljs
│   │           ├── assistant.cljs
│   │           ├── assistant_direction.cljs
│   │           ├── assistant_direction_outlined.cljs
│   │           ├── assistant_direction_rounded.cljs
│   │           ├── assistant_direction_sharp.cljs
│   │           ├── assistant_direction_two_tone.cljs
│   │           ├── assistant_outlined.cljs
│   │           ├── assistant_photo.cljs
│   │           ├── assistant_photo_outlined.cljs
│   │           ├── assistant_photo_rounded.cljs
│   │           ├── assistant_photo_sharp.cljs
│   │           ├── assistant_photo_two_tone.cljs
│   │           ├── assistant_rounded.cljs
│   │           ├── assistant_sharp.cljs
│   │           ├── assistant_two_tone.cljs
│   │           ├── assured_workload.cljs
│   │           ├── assured_workload_outlined.cljs
│   │           ├── assured_workload_rounded.cljs
│   │           ├── assured_workload_sharp.cljs
│   │           ├── assured_workload_two_tone.cljs
│   │           ├── atm.cljs
│   │           ├── atm_outlined.cljs
│   │           ├── atm_rounded.cljs
│   │           ├── atm_sharp.cljs
│   │           ├── atm_two_tone.cljs
│   │           ├── attach_email.cljs
│   │           ├── attach_email_outlined.cljs
│   │           ├── attach_email_rounded.cljs
│   │           ├── attach_email_sharp.cljs
│   │           ├── attach_email_two_tone.cljs
│   │           ├── attach_file.cljs
│   │           ├── attach_file_outlined.cljs
│   │           ├── attach_file_rounded.cljs
│   │           ├── attach_file_sharp.cljs
│   │           ├── attach_file_two_tone.cljs
│   │           ├── attach_money.cljs
│   │           ├── attach_money_outlined.cljs
│   │           ├── attach_money_rounded.cljs
│   │           ├── attach_money_sharp.cljs
│   │           ├── attach_money_two_tone.cljs
│   │           ├── attachment.cljs
│   │           ├── attachment_outlined.cljs
│   │           ├── attachment_rounded.cljs
│   │           ├── attachment_sharp.cljs
│   │           ├── attachment_two_tone.cljs
│   │           ├── attractions.cljs
│   │           ├── attractions_outlined.cljs
│   │           ├── attractions_rounded.cljs
│   │           ├── attractions_sharp.cljs
│   │           ├── attractions_two_tone.cljs
│   │           ├── attribution.cljs
│   │           ├── attribution_outlined.cljs
│   │           ├── attribution_rounded.cljs
│   │           ├── attribution_sharp.cljs
│   │           ├── attribution_two_tone.cljs
│   │           ├── audio_file.cljs
│   │           ├── audio_file_outlined.cljs
│   │           ├── audio_file_rounded.cljs
│   │           ├── audio_file_sharp.cljs
│   │           ├── audio_file_two_tone.cljs
│   │           ├── audiotrack.cljs
│   │           ├── audiotrack_outlined.cljs
│   │           ├── audiotrack_rounded.cljs
│   │           ├── audiotrack_sharp.cljs
│   │           ├── audiotrack_two_tone.cljs
│   │           ├── auto_awesome.cljs
│   │           ├── auto_awesome_mosaic.cljs
│   │           ├── auto_awesome_mosaic_outlined.cljs
│   │           ├── auto_awesome_mosaic_rounded.cljs
│   │           ├── auto_awesome_mosaic_sharp.cljs
│   │           ├── auto_awesome_mosaic_two_tone.cljs
│   │           ├── auto_awesome_motion.cljs
│   │           ├── auto_awesome_motion_outlined.cljs
│   │           ├── auto_awesome_motion_rounded.cljs
│   │           ├── auto_awesome_motion_sharp.cljs
│   │           ├── auto_awesome_motion_two_tone.cljs
│   │           ├── auto_awesome_outlined.cljs
│   │           ├── auto_awesome_rounded.cljs
│   │           ├── auto_awesome_sharp.cljs
│   │           ├── auto_awesome_two_tone.cljs
│   │           ├── auto_delete.cljs
│   │           ├── auto_delete_outlined.cljs
│   │           ├── auto_delete_rounded.cljs
│   │           ├── auto_delete_sharp.cljs
│   │           ├── auto_delete_two_tone.cljs
│   │           ├── auto_fix_high.cljs
│   │           ├── auto_fix_high_outlined.cljs
│   │           ├── auto_fix_high_rounded.cljs
│   │           ├── auto_fix_high_sharp.cljs
│   │           ├── auto_fix_high_two_tone.cljs
│   │           ├── auto_fix_normal.cljs
│   │           ├── auto_fix_normal_outlined.cljs
│   │           ├── auto_fix_normal_rounded.cljs
│   │           ├── auto_fix_normal_sharp.cljs
│   │           ├── auto_fix_normal_two_tone.cljs
│   │           ├── auto_fix_off.cljs
│   │           ├── auto_fix_off_outlined.cljs
│   │           ├── auto_fix_off_rounded.cljs
│   │           ├── auto_fix_off_sharp.cljs
│   │           ├── auto_fix_off_two_tone.cljs
│   │           ├── auto_graph.cljs
│   │           ├── auto_graph_outlined.cljs
│   │           ├── auto_graph_rounded.cljs
│   │           ├── auto_graph_sharp.cljs
│   │           ├── auto_graph_two_tone.cljs
│   │           ├── auto_mode.cljs
│   │           ├── auto_mode_outlined.cljs
│   │           ├── auto_mode_rounded.cljs
│   │           ├── auto_mode_sharp.cljs
│   │           ├── auto_mode_two_tone.cljs
│   │           ├── auto_stories.cljs
│   │           ├── auto_stories_outlined.cljs
│   │           ├── auto_stories_rounded.cljs
│   │           ├── auto_stories_sharp.cljs
│   │           ├── auto_stories_two_tone.cljs
│   │           ├── autofps_select.cljs
│   │           ├── autofps_select_outlined.cljs
│   │           ├── autofps_select_rounded.cljs
│   │           ├── autofps_select_sharp.cljs
│   │           ├── autofps_select_two_tone.cljs
│   │           ├── autorenew.cljs
│   │           ├── autorenew_outlined.cljs
│   │           ├── autorenew_rounded.cljs
│   │           ├── autorenew_sharp.cljs
│   │           ├── autorenew_two_tone.cljs
│   │           ├── av_timer.cljs
│   │           ├── av_timer_outlined.cljs
│   │           ├── av_timer_rounded.cljs
│   │           ├── av_timer_sharp.cljs
│   │           ├── av_timer_two_tone.cljs
│   │           ├── baby_changing_station.cljs
│   │           ├── baby_changing_station_outlined.cljs
│   │           ├── baby_changing_station_rounded.cljs
│   │           ├── baby_changing_station_sharp.cljs
│   │           ├── baby_changing_station_two_tone.cljs
│   │           ├── backpack.cljs
│   │           ├── backpack_outlined.cljs
│   │           ├── backpack_rounded.cljs
│   │           ├── backpack_sharp.cljs
│   │           ├── backpack_two_tone.cljs
│   │           ├── backspace.cljs
│   │           ├── backspace_outlined.cljs
│   │           ├── backspace_rounded.cljs
│   │           ├── backspace_sharp.cljs
│   │           ├── backspace_two_tone.cljs
│   │           ├── backup.cljs
│   │           ├── backup_outlined.cljs
│   │           ├── backup_rounded.cljs
│   │           ├── backup_sharp.cljs
│   │           ├── backup_table.cljs
│   │           ├── backup_table_outlined.cljs
│   │           ├── backup_table_rounded.cljs
│   │           ├── backup_table_sharp.cljs
│   │           ├── backup_table_two_tone.cljs
│   │           ├── backup_two_tone.cljs
│   │           ├── badge.cljs
│   │           ├── badge_outlined.cljs
│   │           ├── badge_rounded.cljs
│   │           ├── badge_sharp.cljs
│   │           ├── badge_two_tone.cljs
│   │           ├── bakery_dining.cljs
│   │           ├── bakery_dining_outlined.cljs
│   │           ├── bakery_dining_rounded.cljs
│   │           ├── bakery_dining_sharp.cljs
│   │           ├── bakery_dining_two_tone.cljs
│   │           ├── balance.cljs
│   │           ├── balance_outlined.cljs
│   │           ├── balance_rounded.cljs
│   │           ├── balance_sharp.cljs
│   │           ├── balance_two_tone.cljs
│   │           ├── balcony.cljs
│   │           ├── balcony_outlined.cljs
│   │           ├── balcony_rounded.cljs
│   │           ├── balcony_sharp.cljs
│   │           ├── balcony_two_tone.cljs
│   │           ├── ballot.cljs
│   │           ├── ballot_outlined.cljs
│   │           ├── ballot_rounded.cljs
│   │           ├── ballot_sharp.cljs
│   │           ├── ballot_two_tone.cljs
│   │           ├── bar_chart.cljs
│   │           ├── bar_chart_outlined.cljs
│   │           ├── bar_chart_rounded.cljs
│   │           ├── bar_chart_sharp.cljs
│   │           ├── bar_chart_two_tone.cljs
│   │           ├── batch_prediction.cljs
│   │           ├── batch_prediction_outlined.cljs
│   │           ├── batch_prediction_rounded.cljs
│   │           ├── batch_prediction_sharp.cljs
│   │           ├── batch_prediction_two_tone.cljs
│   │           ├── bathroom.cljs
│   │           ├── bathroom_outlined.cljs
│   │           ├── bathroom_rounded.cljs
│   │           ├── bathroom_sharp.cljs
│   │           ├── bathroom_two_tone.cljs
│   │           ├── bathtub.cljs
│   │           ├── bathtub_outlined.cljs
│   │           ├── bathtub_rounded.cljs
│   │           ├── bathtub_sharp.cljs
│   │           ├── bathtub_two_tone.cljs
│   │           ├── battery_0_bar.cljs
│   │           ├── battery_0_bar_outlined.cljs
│   │           ├── battery_0_bar_rounded.cljs
│   │           ├── battery_0_bar_sharp.cljs
│   │           ├── battery_0_bar_two_tone.cljs
│   │           ├── battery_1_bar.cljs
│   │           ├── battery_1_bar_outlined.cljs
│   │           ├── battery_1_bar_rounded.cljs
│   │           ├── battery_1_bar_sharp.cljs
│   │           ├── battery_1_bar_two_tone.cljs
│   │           ├── battery_20.cljs
│   │           ├── battery_20_outlined.cljs
│   │           ├── battery_20_rounded.cljs
│   │           ├── battery_20_sharp.cljs
│   │           ├── battery_20_two_tone.cljs
│   │           ├── battery_2_bar.cljs
│   │           ├── battery_2_bar_outlined.cljs
│   │           ├── battery_2_bar_rounded.cljs
│   │           ├── battery_2_bar_sharp.cljs
│   │           ├── battery_2_bar_two_tone.cljs
│   │           ├── battery_30.cljs
│   │           ├── battery_30_outlined.cljs
│   │           ├── battery_30_rounded.cljs
│   │           ├── battery_30_sharp.cljs
│   │           ├── battery_30_two_tone.cljs
│   │           ├── battery_3_bar.cljs
│   │           ├── battery_3_bar_outlined.cljs
│   │           ├── battery_3_bar_rounded.cljs
│   │           ├── battery_3_bar_sharp.cljs
│   │           ├── battery_3_bar_two_tone.cljs
│   │           ├── battery_4_bar.cljs
│   │           ├── battery_4_bar_outlined.cljs
│   │           ├── battery_4_bar_rounded.cljs
│   │           ├── battery_4_bar_sharp.cljs
│   │           ├── battery_4_bar_two_tone.cljs
│   │           ├── battery_50.cljs
│   │           ├── battery_50_outlined.cljs
│   │           ├── battery_50_rounded.cljs
│   │           ├── battery_50_sharp.cljs
│   │           ├── battery_50_two_tone.cljs
│   │           ├── battery_5_bar.cljs
│   │           ├── battery_5_bar_outlined.cljs
│   │           ├── battery_5_bar_rounded.cljs
│   │           ├── battery_5_bar_sharp.cljs
│   │           ├── battery_5_bar_two_tone.cljs
│   │           ├── battery_60.cljs
│   │           ├── battery_60_outlined.cljs
│   │           ├── battery_60_rounded.cljs
│   │           ├── battery_60_sharp.cljs
│   │           ├── battery_60_two_tone.cljs
│   │           ├── battery_6_bar.cljs
│   │           ├── battery_6_bar_outlined.cljs
│   │           ├── battery_6_bar_rounded.cljs
│   │           ├── battery_6_bar_sharp.cljs
│   │           ├── battery_6_bar_two_tone.cljs
│   │           ├── battery_80.cljs
│   │           ├── battery_80_outlined.cljs
│   │           ├── battery_80_rounded.cljs
│   │           ├── battery_80_sharp.cljs
│   │           ├── battery_80_two_tone.cljs
│   │           ├── battery_90.cljs
│   │           ├── battery_90_outlined.cljs
│   │           ├── battery_90_rounded.cljs
│   │           ├── battery_90_sharp.cljs
│   │           ├── battery_90_two_tone.cljs
│   │           ├── battery_alert.cljs
│   │           ├── battery_alert_outlined.cljs
│   │           ├── battery_alert_rounded.cljs
│   │           ├── battery_alert_sharp.cljs
│   │           ├── battery_alert_two_tone.cljs
│   │           ├── battery_charging_20.cljs
│   │           ├── battery_charging_20_outlined.cljs
│   │           ├── battery_charging_20_rounded.cljs
│   │           ├── battery_charging_20_sharp.cljs
│   │           ├── battery_charging_20_two_tone.cljs
│   │           ├── battery_charging_30.cljs
│   │           ├── battery_charging_30_outlined.cljs
│   │           ├── battery_charging_30_rounded.cljs
│   │           ├── battery_charging_30_sharp.cljs
│   │           ├── battery_charging_30_two_tone.cljs
│   │           ├── battery_charging_50.cljs
│   │           ├── battery_charging_50_outlined.cljs
│   │           ├── battery_charging_50_rounded.cljs
│   │           ├── battery_charging_50_sharp.cljs
│   │           ├── battery_charging_50_two_tone.cljs
│   │           ├── battery_charging_60.cljs
│   │           ├── battery_charging_60_outlined.cljs
│   │           ├── battery_charging_60_rounded.cljs
│   │           ├── battery_charging_60_sharp.cljs
│   │           ├── battery_charging_60_two_tone.cljs
│   │           ├── battery_charging_80.cljs
│   │           ├── battery_charging_80_outlined.cljs
│   │           ├── battery_charging_80_rounded.cljs
│   │           ├── battery_charging_80_sharp.cljs
│   │           ├── battery_charging_80_two_tone.cljs
│   │           ├── battery_charging_90.cljs
│   │           ├── battery_charging_90_outlined.cljs
│   │           ├── battery_charging_90_rounded.cljs
│   │           ├── battery_charging_90_sharp.cljs
│   │           ├── battery_charging_90_two_tone.cljs
│   │           ├── battery_charging_full.cljs
│   │           ├── battery_charging_full_outlined.cljs
│   │           ├── battery_charging_full_rounded.cljs
│   │           ├── battery_charging_full_sharp.cljs
│   │           ├── battery_charging_full_two_tone.cljs
│   │           ├── battery_full.cljs
│   │           ├── battery_full_outlined.cljs
│   │           ├── battery_full_rounded.cljs
│   │           ├── battery_full_sharp.cljs
│   │           ├── battery_full_two_tone.cljs
│   │           ├── battery_saver.cljs
│   │           ├── battery_saver_outlined.cljs
│   │           ├── battery_saver_rounded.cljs
│   │           ├── battery_saver_sharp.cljs
│   │           ├── battery_saver_two_tone.cljs
│   │           ├── battery_std.cljs
│   │           ├── battery_std_outlined.cljs
│   │           ├── battery_std_rounded.cljs
│   │           ├── battery_std_sharp.cljs
│   │           ├── battery_std_two_tone.cljs
│   │           ├── battery_unknown.cljs
│   │           ├── battery_unknown_outlined.cljs
│   │           ├── battery_unknown_rounded.cljs
│   │           ├── battery_unknown_sharp.cljs
│   │           ├── battery_unknown_two_tone.cljs
│   │           ├── beach_access.cljs
│   │           ├── beach_access_outlined.cljs
│   │           ├── beach_access_rounded.cljs
│   │           ├── beach_access_sharp.cljs
│   │           ├── beach_access_two_tone.cljs
│   │           ├── bed.cljs
│   │           ├── bed_outlined.cljs
│   │           ├── bed_rounded.cljs
│   │           ├── bed_sharp.cljs
│   │           ├── bed_two_tone.cljs
│   │           ├── bedroom_baby.cljs
│   │           ├── bedroom_baby_outlined.cljs
│   │           ├── bedroom_baby_rounded.cljs
│   │           ├── bedroom_baby_sharp.cljs
│   │           ├── bedroom_baby_two_tone.cljs
│   │           ├── bedroom_child.cljs
│   │           ├── bedroom_child_outlined.cljs
│   │           ├── bedroom_child_rounded.cljs
│   │           ├── bedroom_child_sharp.cljs
│   │           ├── bedroom_child_two_tone.cljs
│   │           ├── bedroom_parent.cljs
│   │           ├── bedroom_parent_outlined.cljs
│   │           ├── bedroom_parent_rounded.cljs
│   │           ├── bedroom_parent_sharp.cljs
│   │           ├── bedroom_parent_two_tone.cljs
│   │           ├── bedtime.cljs
│   │           ├── bedtime_off.cljs
│   │           ├── bedtime_off_outlined.cljs
│   │           ├── bedtime_off_rounded.cljs
│   │           ├── bedtime_off_sharp.cljs
│   │           ├── bedtime_off_two_tone.cljs
│   │           ├── bedtime_outlined.cljs
│   │           ├── bedtime_rounded.cljs
│   │           ├── bedtime_sharp.cljs
│   │           ├── bedtime_two_tone.cljs
│   │           ├── beenhere.cljs
│   │           ├── beenhere_outlined.cljs
│   │           ├── beenhere_rounded.cljs
│   │           ├── beenhere_sharp.cljs
│   │           ├── beenhere_two_tone.cljs
│   │           ├── bento.cljs
│   │           ├── bento_outlined.cljs
│   │           ├── bento_rounded.cljs
│   │           ├── bento_sharp.cljs
│   │           ├── bento_two_tone.cljs
│   │           ├── bike_scooter.cljs
│   │           ├── bike_scooter_outlined.cljs
│   │           ├── bike_scooter_rounded.cljs
│   │           ├── bike_scooter_sharp.cljs
│   │           ├── bike_scooter_two_tone.cljs
│   │           ├── biotech.cljs
│   │           ├── biotech_outlined.cljs
│   │           ├── biotech_rounded.cljs
│   │           ├── biotech_sharp.cljs
│   │           ├── biotech_two_tone.cljs
│   │           ├── blender.cljs
│   │           ├── blender_outlined.cljs
│   │           ├── blender_rounded.cljs
│   │           ├── blender_sharp.cljs
│   │           ├── blender_two_tone.cljs
│   │           ├── blind.cljs
│   │           ├── blind_outlined.cljs
│   │           ├── blind_rounded.cljs
│   │           ├── blind_sharp.cljs
│   │           ├── blind_two_tone.cljs
│   │           ├── blinds.cljs
│   │           ├── blinds_closed.cljs
│   │           ├── blinds_closed_outlined.cljs
│   │           ├── blinds_closed_rounded.cljs
│   │           ├── blinds_closed_sharp.cljs
│   │           ├── blinds_closed_two_tone.cljs
│   │           ├── blinds_outlined.cljs
│   │           ├── blinds_rounded.cljs
│   │           ├── blinds_sharp.cljs
│   │           ├── blinds_two_tone.cljs
│   │           ├── block.cljs
│   │           ├── block_outlined.cljs
│   │           ├── block_rounded.cljs
│   │           ├── block_sharp.cljs
│   │           ├── block_two_tone.cljs
│   │           ├── bloodtype.cljs
│   │           ├── bloodtype_outlined.cljs
│   │           ├── bloodtype_rounded.cljs
│   │           ├── bloodtype_sharp.cljs
│   │           ├── bloodtype_two_tone.cljs
│   │           ├── bluetooth.cljs
│   │           ├── bluetooth_audio.cljs
│   │           ├── bluetooth_audio_outlined.cljs
│   │           ├── bluetooth_audio_rounded.cljs
│   │           ├── bluetooth_audio_sharp.cljs
│   │           ├── bluetooth_audio_two_tone.cljs
│   │           ├── bluetooth_connected.cljs
│   │           ├── bluetooth_connected_outlined.cljs
│   │           ├── bluetooth_connected_rounded.cljs
│   │           ├── bluetooth_connected_sharp.cljs
│   │           ├── bluetooth_connected_two_tone.cljs
│   │           ├── bluetooth_disabled.cljs
│   │           ├── bluetooth_disabled_outlined.cljs
│   │           ├── bluetooth_disabled_rounded.cljs
│   │           ├── bluetooth_disabled_sharp.cljs
│   │           ├── bluetooth_disabled_two_tone.cljs
│   │           ├── bluetooth_drive.cljs
│   │           ├── bluetooth_drive_outlined.cljs
│   │           ├── bluetooth_drive_rounded.cljs
│   │           ├── bluetooth_drive_sharp.cljs
│   │           ├── bluetooth_drive_two_tone.cljs
│   │           ├── bluetooth_outlined.cljs
│   │           ├── bluetooth_rounded.cljs
│   │           ├── bluetooth_searching.cljs
│   │           ├── bluetooth_searching_outlined.cljs
│   │           ├── bluetooth_searching_rounded.cljs
│   │           ├── bluetooth_searching_sharp.cljs
│   │           ├── bluetooth_searching_two_tone.cljs
│   │           ├── bluetooth_sharp.cljs
│   │           ├── bluetooth_two_tone.cljs
│   │           ├── blur_circular.cljs
│   │           ├── blur_circular_outlined.cljs
│   │           ├── blur_circular_rounded.cljs
│   │           ├── blur_circular_sharp.cljs
│   │           ├── blur_circular_two_tone.cljs
│   │           ├── blur_linear.cljs
│   │           ├── blur_linear_outlined.cljs
│   │           ├── blur_linear_rounded.cljs
│   │           ├── blur_linear_sharp.cljs
│   │           ├── blur_linear_two_tone.cljs
│   │           ├── blur_off.cljs
│   │           ├── blur_off_outlined.cljs
│   │           ├── blur_off_rounded.cljs
│   │           ├── blur_off_sharp.cljs
│   │           ├── blur_off_two_tone.cljs
│   │           ├── blur_on.cljs
│   │           ├── blur_on_outlined.cljs
│   │           ├── blur_on_rounded.cljs
│   │           ├── blur_on_sharp.cljs
│   │           ├── blur_on_two_tone.cljs
│   │           ├── bolt.cljs
│   │           ├── bolt_outlined.cljs
│   │           ├── bolt_rounded.cljs
│   │           ├── bolt_sharp.cljs
│   │           ├── bolt_two_tone.cljs
│   │           ├── book.cljs
│   │           ├── book_online.cljs
│   │           ├── book_online_outlined.cljs
│   │           ├── book_online_rounded.cljs
│   │           ├── book_online_sharp.cljs
│   │           ├── book_online_two_tone.cljs
│   │           ├── book_outlined.cljs
│   │           ├── book_rounded.cljs
│   │           ├── book_sharp.cljs
│   │           ├── book_two_tone.cljs
│   │           ├── bookmark.cljs
│   │           ├── bookmark_add.cljs
│   │           ├── bookmark_add_outlined.cljs
│   │           ├── bookmark_add_rounded.cljs
│   │           ├── bookmark_add_sharp.cljs
│   │           ├── bookmark_add_two_tone.cljs
│   │           ├── bookmark_added.cljs
│   │           ├── bookmark_added_outlined.cljs
│   │           ├── bookmark_added_rounded.cljs
│   │           ├── bookmark_added_sharp.cljs
│   │           ├── bookmark_added_two_tone.cljs
│   │           ├── bookmark_border.cljs
│   │           ├── bookmark_border_outlined.cljs
│   │           ├── bookmark_border_rounded.cljs
│   │           ├── bookmark_border_sharp.cljs
│   │           ├── bookmark_border_two_tone.cljs
│   │           ├── bookmark_outlined.cljs
│   │           ├── bookmark_remove.cljs
│   │           ├── bookmark_remove_outlined.cljs
│   │           ├── bookmark_remove_rounded.cljs
│   │           ├── bookmark_remove_sharp.cljs
│   │           ├── bookmark_remove_two_tone.cljs
│   │           ├── bookmark_rounded.cljs
│   │           ├── bookmark_sharp.cljs
│   │           ├── bookmark_two_tone.cljs
│   │           ├── bookmarks.cljs
│   │           ├── bookmarks_outlined.cljs
│   │           ├── bookmarks_rounded.cljs
│   │           ├── bookmarks_sharp.cljs
│   │           ├── bookmarks_two_tone.cljs
│   │           ├── border_all.cljs
│   │           ├── border_all_outlined.cljs
│   │           ├── border_all_rounded.cljs
│   │           ├── border_all_sharp.cljs
│   │           ├── border_all_two_tone.cljs
│   │           ├── border_bottom.cljs
│   │           ├── border_bottom_outlined.cljs
│   │           ├── border_bottom_rounded.cljs
│   │           ├── border_bottom_sharp.cljs
│   │           ├── border_bottom_two_tone.cljs
│   │           ├── border_clear.cljs
│   │           ├── border_clear_outlined.cljs
│   │           ├── border_clear_rounded.cljs
│   │           ├── border_clear_sharp.cljs
│   │           ├── border_clear_two_tone.cljs
│   │           ├── border_color.cljs
│   │           ├── border_color_outlined.cljs
│   │           ├── border_color_rounded.cljs
│   │           ├── border_color_sharp.cljs
│   │           ├── border_color_two_tone.cljs
│   │           ├── border_horizontal.cljs
│   │           ├── border_horizontal_outlined.cljs
│   │           ├── border_horizontal_rounded.cljs
│   │           ├── border_horizontal_sharp.cljs
│   │           ├── border_horizontal_two_tone.cljs
│   │           ├── border_inner.cljs
│   │           ├── border_inner_outlined.cljs
│   │           ├── border_inner_rounded.cljs
│   │           ├── border_inner_sharp.cljs
│   │           ├── border_inner_two_tone.cljs
│   │           ├── border_left.cljs
│   │           ├── border_left_outlined.cljs
│   │           ├── border_left_rounded.cljs
│   │           ├── border_left_sharp.cljs
│   │           ├── border_left_two_tone.cljs
│   │           ├── border_outer.cljs
│   │           ├── border_outer_outlined.cljs
│   │           ├── border_outer_rounded.cljs
│   │           ├── border_outer_sharp.cljs
│   │           ├── border_outer_two_tone.cljs
│   │           ├── border_right.cljs
│   │           ├── border_right_outlined.cljs
│   │           ├── border_right_rounded.cljs
│   │           ├── border_right_sharp.cljs
│   │           ├── border_right_two_tone.cljs
│   │           ├── border_style.cljs
│   │           ├── border_style_outlined.cljs
│   │           ├── border_style_rounded.cljs
│   │           ├── border_style_sharp.cljs
│   │           ├── border_style_two_tone.cljs
│   │           ├── border_top.cljs
│   │           ├── border_top_outlined.cljs
│   │           ├── border_top_rounded.cljs
│   │           ├── border_top_sharp.cljs
│   │           ├── border_top_two_tone.cljs
│   │           ├── border_vertical.cljs
│   │           ├── border_vertical_outlined.cljs
│   │           ├── border_vertical_rounded.cljs
│   │           ├── border_vertical_sharp.cljs
│   │           ├── border_vertical_two_tone.cljs
│   │           ├── boy.cljs
│   │           ├── boy_outlined.cljs
│   │           ├── boy_rounded.cljs
│   │           ├── boy_sharp.cljs
│   │           ├── boy_two_tone.cljs
│   │           ├── branding_watermark.cljs
│   │           ├── branding_watermark_outlined.cljs
│   │           ├── branding_watermark_rounded.cljs
│   │           ├── branding_watermark_sharp.cljs
│   │           ├── branding_watermark_two_tone.cljs
│   │           ├── breakfast_dining.cljs
│   │           ├── breakfast_dining_outlined.cljs
│   │           ├── breakfast_dining_rounded.cljs
│   │           ├── breakfast_dining_sharp.cljs
│   │           ├── breakfast_dining_two_tone.cljs
│   │           ├── brightness_1.cljs
│   │           ├── brightness_1_outlined.cljs
│   │           ├── brightness_1_rounded.cljs
│   │           ├── brightness_1_sharp.cljs
│   │           ├── brightness_1_two_tone.cljs
│   │           ├── brightness_2.cljs
│   │           ├── brightness_2_outlined.cljs
│   │           ├── brightness_2_rounded.cljs
│   │           ├── brightness_2_sharp.cljs
│   │           ├── brightness_2_two_tone.cljs
│   │           ├── brightness_3.cljs
│   │           ├── brightness_3_outlined.cljs
│   │           ├── brightness_3_rounded.cljs
│   │           ├── brightness_3_sharp.cljs
│   │           ├── brightness_3_two_tone.cljs
│   │           ├── brightness_4.cljs
│   │           ├── brightness_4_outlined.cljs
│   │           ├── brightness_4_rounded.cljs
│   │           ├── brightness_4_sharp.cljs
│   │           ├── brightness_4_two_tone.cljs
│   │           ├── brightness_5.cljs
│   │           ├── brightness_5_outlined.cljs
│   │           ├── brightness_5_rounded.cljs
│   │           ├── brightness_5_sharp.cljs
│   │           ├── brightness_5_two_tone.cljs
│   │           ├── brightness_6.cljs
│   │           ├── brightness_6_outlined.cljs
│   │           ├── brightness_6_rounded.cljs
│   │           ├── brightness_6_sharp.cljs
│   │           ├── brightness_6_two_tone.cljs
│   │           ├── brightness_7.cljs
│   │           ├── brightness_7_outlined.cljs
│   │           ├── brightness_7_rounded.cljs
│   │           ├── brightness_7_sharp.cljs
│   │           ├── brightness_7_two_tone.cljs
│   │           ├── brightness_auto.cljs
│   │           ├── brightness_auto_outlined.cljs
│   │           ├── brightness_auto_rounded.cljs
│   │           ├── brightness_auto_sharp.cljs
│   │           ├── brightness_auto_two_tone.cljs
│   │           ├── brightness_high.cljs
│   │           ├── brightness_high_outlined.cljs
│   │           ├── brightness_high_rounded.cljs
│   │           ├── brightness_high_sharp.cljs
│   │           ├── brightness_high_two_tone.cljs
│   │           ├── brightness_low.cljs
│   │           ├── brightness_low_outlined.cljs
│   │           ├── brightness_low_rounded.cljs
│   │           ├── brightness_low_sharp.cljs
│   │           ├── brightness_low_two_tone.cljs
│   │           ├── brightness_medium.cljs
│   │           ├── brightness_medium_outlined.cljs
│   │           ├── brightness_medium_rounded.cljs
│   │           ├── brightness_medium_sharp.cljs
│   │           ├── brightness_medium_two_tone.cljs
│   │           ├── broadcast_on_home.cljs
│   │           ├── broadcast_on_home_outlined.cljs
│   │           ├── broadcast_on_home_rounded.cljs
│   │           ├── broadcast_on_home_sharp.cljs
│   │           ├── broadcast_on_home_two_tone.cljs
│   │           ├── broadcast_on_personal.cljs
│   │           ├── broadcast_on_personal_outlined.cljs
│   │           ├── broadcast_on_personal_rounded.cljs
│   │           ├── broadcast_on_personal_sharp.cljs
│   │           ├── broadcast_on_personal_two_tone.cljs
│   │           ├── broken_image.cljs
│   │           ├── broken_image_outlined.cljs
│   │           ├── broken_image_rounded.cljs
│   │           ├── broken_image_sharp.cljs
│   │           ├── broken_image_two_tone.cljs
│   │           ├── browse_gallery.cljs
│   │           ├── browse_gallery_outlined.cljs
│   │           ├── browse_gallery_rounded.cljs
│   │           ├── browse_gallery_sharp.cljs
│   │           ├── browse_gallery_two_tone.cljs
│   │           ├── browser_not_supported.cljs
│   │           ├── browser_not_supported_outlined.cljs
│   │           ├── browser_not_supported_rounded.cljs
│   │           ├── browser_not_supported_sharp.cljs
│   │           ├── browser_not_supported_two_tone.cljs
│   │           ├── browser_updated.cljs
│   │           ├── browser_updated_outlined.cljs
│   │           ├── browser_updated_rounded.cljs
│   │           ├── browser_updated_sharp.cljs
│   │           ├── browser_updated_two_tone.cljs
│   │           ├── brunch_dining.cljs
│   │           ├── brunch_dining_outlined.cljs
│   │           ├── brunch_dining_rounded.cljs
│   │           ├── brunch_dining_sharp.cljs
│   │           ├── brunch_dining_two_tone.cljs
│   │           ├── brush.cljs
│   │           ├── brush_outlined.cljs
│   │           ├── brush_rounded.cljs
│   │           ├── brush_sharp.cljs
│   │           ├── brush_two_tone.cljs
│   │           ├── bubble_chart.cljs
│   │           ├── bubble_chart_outlined.cljs
│   │           ├── bubble_chart_rounded.cljs
│   │           ├── bubble_chart_sharp.cljs
│   │           ├── bubble_chart_two_tone.cljs
│   │           ├── bug_report.cljs
│   │           ├── bug_report_outlined.cljs
│   │           ├── bug_report_rounded.cljs
│   │           ├── bug_report_sharp.cljs
│   │           ├── bug_report_two_tone.cljs
│   │           ├── build.cljs
│   │           ├── build_circle.cljs
│   │           ├── build_circle_outlined.cljs
│   │           ├── build_circle_rounded.cljs
│   │           ├── build_circle_sharp.cljs
│   │           ├── build_circle_two_tone.cljs
│   │           ├── build_outlined.cljs
│   │           ├── build_rounded.cljs
│   │           ├── build_sharp.cljs
│   │           ├── build_two_tone.cljs
│   │           ├── bungalow.cljs
│   │           ├── bungalow_outlined.cljs
│   │           ├── bungalow_rounded.cljs
│   │           ├── bungalow_sharp.cljs
│   │           ├── bungalow_two_tone.cljs
│   │           ├── burst_mode.cljs
│   │           ├── burst_mode_outlined.cljs
│   │           ├── burst_mode_rounded.cljs
│   │           ├── burst_mode_sharp.cljs
│   │           ├── burst_mode_two_tone.cljs
│   │           ├── bus_alert.cljs
│   │           ├── bus_alert_outlined.cljs
│   │           ├── bus_alert_rounded.cljs
│   │           ├── bus_alert_sharp.cljs
│   │           ├── bus_alert_two_tone.cljs
│   │           ├── business.cljs
│   │           ├── business_center.cljs
│   │           ├── business_center_outlined.cljs
│   │           ├── business_center_rounded.cljs
│   │           ├── business_center_sharp.cljs
│   │           ├── business_center_two_tone.cljs
│   │           ├── business_outlined.cljs
│   │           ├── business_rounded.cljs
│   │           ├── business_sharp.cljs
│   │           ├── business_two_tone.cljs
│   │           ├── cabin.cljs
│   │           ├── cabin_outlined.cljs
│   │           ├── cabin_rounded.cljs
│   │           ├── cabin_sharp.cljs
│   │           ├── cabin_two_tone.cljs
│   │           ├── cable.cljs
│   │           ├── cable_outlined.cljs
│   │           ├── cable_rounded.cljs
│   │           ├── cable_sharp.cljs
│   │           ├── cable_two_tone.cljs
│   │           ├── cached.cljs
│   │           ├── cached_outlined.cljs
│   │           ├── cached_rounded.cljs
│   │           ├── cached_sharp.cljs
│   │           ├── cached_two_tone.cljs
│   │           ├── cake.cljs
│   │           ├── cake_outlined.cljs
│   │           ├── cake_rounded.cljs
│   │           ├── cake_sharp.cljs
│   │           ├── cake_two_tone.cljs
│   │           ├── calculate.cljs
│   │           ├── calculate_outlined.cljs
│   │           ├── calculate_rounded.cljs
│   │           ├── calculate_sharp.cljs
│   │           ├── calculate_two_tone.cljs
│   │           ├── calendar_month.cljs
│   │           ├── calendar_month_outlined.cljs
│   │           ├── calendar_month_rounded.cljs
│   │           ├── calendar_month_sharp.cljs
│   │           ├── calendar_month_two_tone.cljs
│   │           ├── calendar_today.cljs
│   │           ├── calendar_today_outlined.cljs
│   │           ├── calendar_today_rounded.cljs
│   │           ├── calendar_today_sharp.cljs
│   │           ├── calendar_today_two_tone.cljs
│   │           ├── calendar_view_day.cljs
│   │           ├── calendar_view_day_outlined.cljs
│   │           ├── calendar_view_day_rounded.cljs
│   │           ├── calendar_view_day_sharp.cljs
│   │           ├── calendar_view_day_two_tone.cljs
│   │           ├── calendar_view_month.cljs
│   │           ├── calendar_view_month_outlined.cljs
│   │           ├── calendar_view_month_rounded.cljs
│   │           ├── calendar_view_month_sharp.cljs
│   │           ├── calendar_view_month_two_tone.cljs
│   │           ├── calendar_view_week.cljs
│   │           ├── calendar_view_week_outlined.cljs
│   │           ├── calendar_view_week_rounded.cljs
│   │           ├── calendar_view_week_sharp.cljs
│   │           ├── calendar_view_week_two_tone.cljs
│   │           ├── call.cljs
│   │           ├── call_end.cljs
│   │           ├── call_end_outlined.cljs
│   │           ├── call_end_rounded.cljs
│   │           ├── call_end_sharp.cljs
│   │           ├── call_end_two_tone.cljs
│   │           ├── call_made.cljs
│   │           ├── call_made_outlined.cljs
│   │           ├── call_made_rounded.cljs
│   │           ├── call_made_sharp.cljs
│   │           ├── call_made_two_tone.cljs
│   │           ├── call_merge.cljs
│   │           ├── call_merge_outlined.cljs
│   │           ├── call_merge_rounded.cljs
│   │           ├── call_merge_sharp.cljs
│   │           ├── call_merge_two_tone.cljs
│   │           ├── call_missed.cljs
│   │           ├── call_missed_outgoing.cljs
│   │           ├── call_missed_outgoing_outlined.cljs
│   │           ├── call_missed_outgoing_rounded.cljs
│   │           ├── call_missed_outgoing_sharp.cljs
│   │           ├── call_missed_outgoing_two_tone.cljs
│   │           ├── call_missed_outlined.cljs
│   │           ├── call_missed_rounded.cljs
│   │           ├── call_missed_sharp.cljs
│   │           ├── call_missed_two_tone.cljs
│   │           ├── call_outlined.cljs
│   │           ├── call_received.cljs
│   │           ├── call_received_outlined.cljs
│   │           ├── call_received_rounded.cljs
│   │           ├── call_received_sharp.cljs
│   │           ├── call_received_two_tone.cljs
│   │           ├── call_rounded.cljs
│   │           ├── call_sharp.cljs
│   │           ├── call_split.cljs
│   │           ├── call_split_outlined.cljs
│   │           ├── call_split_rounded.cljs
│   │           ├── call_split_sharp.cljs
│   │           ├── call_split_two_tone.cljs
│   │           ├── call_to_action.cljs
│   │           ├── call_to_action_outlined.cljs
│   │           ├── call_to_action_rounded.cljs
│   │           ├── call_to_action_sharp.cljs
│   │           ├── call_to_action_two_tone.cljs
│   │           ├── call_two_tone.cljs
│   │           ├── camera.cljs
│   │           ├── camera_alt.cljs
│   │           ├── camera_alt_outlined.cljs
│   │           ├── camera_alt_rounded.cljs
│   │           ├── camera_alt_sharp.cljs
│   │           ├── camera_alt_two_tone.cljs
│   │           ├── camera_enhance.cljs
│   │           ├── camera_enhance_outlined.cljs
│   │           ├── camera_enhance_rounded.cljs
│   │           ├── camera_enhance_sharp.cljs
│   │           ├── camera_enhance_two_tone.cljs
│   │           ├── camera_front.cljs
│   │           ├── camera_front_outlined.cljs
│   │           ├── camera_front_rounded.cljs
│   │           ├── camera_front_sharp.cljs
│   │           ├── camera_front_two_tone.cljs
│   │           ├── camera_indoor.cljs
│   │           ├── camera_indoor_outlined.cljs
│   │           ├── camera_indoor_rounded.cljs
│   │           ├── camera_indoor_sharp.cljs
│   │           ├── camera_indoor_two_tone.cljs
│   │           ├── camera_outdoor.cljs
│   │           ├── camera_outdoor_outlined.cljs
│   │           ├── camera_outdoor_rounded.cljs
│   │           ├── camera_outdoor_sharp.cljs
│   │           ├── camera_outdoor_two_tone.cljs
│   │           ├── camera_outlined.cljs
│   │           ├── camera_rear.cljs
│   │           ├── camera_rear_outlined.cljs
│   │           ├── camera_rear_rounded.cljs
│   │           ├── camera_rear_sharp.cljs
│   │           ├── camera_rear_two_tone.cljs
│   │           ├── camera_roll.cljs
│   │           ├── camera_roll_outlined.cljs
│   │           ├── camera_roll_rounded.cljs
│   │           ├── camera_roll_sharp.cljs
│   │           ├── camera_roll_two_tone.cljs
│   │           ├── camera_rounded.cljs
│   │           ├── camera_sharp.cljs
│   │           ├── camera_two_tone.cljs
│   │           ├── cameraswitch.cljs
│   │           ├── cameraswitch_outlined.cljs
│   │           ├── cameraswitch_rounded.cljs
│   │           ├── cameraswitch_sharp.cljs
│   │           ├── cameraswitch_two_tone.cljs
│   │           ├── campaign.cljs
│   │           ├── campaign_outlined.cljs
│   │           ├── campaign_rounded.cljs
│   │           ├── campaign_sharp.cljs
│   │           ├── campaign_two_tone.cljs
│   │           ├── cancel.cljs
│   │           ├── cancel_outlined.cljs
│   │           ├── cancel_presentation.cljs
│   │           ├── cancel_presentation_outlined.cljs
│   │           ├── cancel_presentation_rounded.cljs
│   │           ├── cancel_presentation_sharp.cljs
│   │           ├── cancel_presentation_two_tone.cljs
│   │           ├── cancel_rounded.cljs
│   │           ├── cancel_schedule_send.cljs
│   │           ├── cancel_schedule_send_outlined.cljs
│   │           ├── cancel_schedule_send_rounded.cljs
│   │           ├── cancel_schedule_send_sharp.cljs
│   │           ├── cancel_schedule_send_two_tone.cljs
│   │           ├── cancel_sharp.cljs
│   │           ├── cancel_two_tone.cljs
│   │           ├── candlestick_chart.cljs
│   │           ├── candlestick_chart_outlined.cljs
│   │           ├── candlestick_chart_rounded.cljs
│   │           ├── candlestick_chart_sharp.cljs
│   │           ├── candlestick_chart_two_tone.cljs
│   │           ├── car_crash.cljs
│   │           ├── car_crash_outlined.cljs
│   │           ├── car_crash_rounded.cljs
│   │           ├── car_crash_sharp.cljs
│   │           ├── car_crash_two_tone.cljs
│   │           ├── car_rental.cljs
│   │           ├── car_rental_outlined.cljs
│   │           ├── car_rental_rounded.cljs
│   │           ├── car_rental_sharp.cljs
│   │           ├── car_rental_two_tone.cljs
│   │           ├── car_repair.cljs
│   │           ├── car_repair_outlined.cljs
│   │           ├── car_repair_rounded.cljs
│   │           ├── car_repair_sharp.cljs
│   │           ├── car_repair_two_tone.cljs
│   │           ├── card_giftcard.cljs
│   │           ├── card_giftcard_outlined.cljs
│   │           ├── card_giftcard_rounded.cljs
│   │           ├── card_giftcard_sharp.cljs
│   │           ├── card_giftcard_two_tone.cljs
│   │           ├── card_membership.cljs
│   │           ├── card_membership_outlined.cljs
│   │           ├── card_membership_rounded.cljs
│   │           ├── card_membership_sharp.cljs
│   │           ├── card_membership_two_tone.cljs
│   │           ├── card_travel.cljs
│   │           ├── card_travel_outlined.cljs
│   │           ├── card_travel_rounded.cljs
│   │           ├── card_travel_sharp.cljs
│   │           ├── card_travel_two_tone.cljs
│   │           ├── carpenter.cljs
│   │           ├── carpenter_outlined.cljs
│   │           ├── carpenter_rounded.cljs
│   │           ├── carpenter_sharp.cljs
│   │           ├── carpenter_two_tone.cljs
│   │           ├── cases.cljs
│   │           ├── cases_outlined.cljs
│   │           ├── cases_rounded.cljs
│   │           ├── cases_sharp.cljs
│   │           ├── cases_two_tone.cljs
│   │           ├── casino.cljs
│   │           ├── casino_outlined.cljs
│   │           ├── casino_rounded.cljs
│   │           ├── casino_sharp.cljs
│   │           ├── casino_two_tone.cljs
│   │           ├── cast.cljs
│   │           ├── cast_connected.cljs
│   │           ├── cast_connected_outlined.cljs
│   │           ├── cast_connected_rounded.cljs
│   │           ├── cast_connected_sharp.cljs
│   │           ├── cast_connected_two_tone.cljs
│   │           ├── cast_for_education.cljs
│   │           ├── cast_for_education_outlined.cljs
│   │           ├── cast_for_education_rounded.cljs
│   │           ├── cast_for_education_sharp.cljs
│   │           ├── cast_for_education_two_tone.cljs
│   │           ├── cast_outlined.cljs
│   │           ├── cast_rounded.cljs
│   │           ├── cast_sharp.cljs
│   │           ├── cast_two_tone.cljs
│   │           ├── castle.cljs
│   │           ├── castle_outlined.cljs
│   │           ├── castle_rounded.cljs
│   │           ├── castle_sharp.cljs
│   │           ├── castle_two_tone.cljs
│   │           ├── catching_pokemon.cljs
│   │           ├── catching_pokemon_outlined.cljs
│   │           ├── catching_pokemon_rounded.cljs
│   │           ├── catching_pokemon_sharp.cljs
│   │           ├── catching_pokemon_two_tone.cljs
│   │           ├── category.cljs
│   │           ├── category_outlined.cljs
│   │           ├── category_rounded.cljs
│   │           ├── category_sharp.cljs
│   │           ├── category_two_tone.cljs
│   │           ├── celebration.cljs
│   │           ├── celebration_outlined.cljs
│   │           ├── celebration_rounded.cljs
│   │           ├── celebration_sharp.cljs
│   │           ├── celebration_two_tone.cljs
│   │           ├── cell_tower.cljs
│   │           ├── cell_tower_outlined.cljs
│   │           ├── cell_tower_rounded.cljs
│   │           ├── cell_tower_sharp.cljs
│   │           ├── cell_tower_two_tone.cljs
│   │           ├── cell_wifi.cljs
│   │           ├── cell_wifi_outlined.cljs
│   │           ├── cell_wifi_rounded.cljs
│   │           ├── cell_wifi_sharp.cljs
│   │           ├── cell_wifi_two_tone.cljs
│   │           ├── center_focus_strong.cljs
│   │           ├── center_focus_strong_outlined.cljs
│   │           ├── center_focus_strong_rounded.cljs
│   │           ├── center_focus_strong_sharp.cljs
│   │           ├── center_focus_strong_two_tone.cljs
│   │           ├── center_focus_weak.cljs
│   │           ├── center_focus_weak_outlined.cljs
│   │           ├── center_focus_weak_rounded.cljs
│   │           ├── center_focus_weak_sharp.cljs
│   │           ├── center_focus_weak_two_tone.cljs
│   │           ├── chair.cljs
│   │           ├── chair_alt.cljs
│   │           ├── chair_alt_outlined.cljs
│   │           ├── chair_alt_rounded.cljs
│   │           ├── chair_alt_sharp.cljs
│   │           ├── chair_alt_two_tone.cljs
│   │           ├── chair_outlined.cljs
│   │           ├── chair_rounded.cljs
│   │           ├── chair_sharp.cljs
│   │           ├── chair_two_tone.cljs
│   │           ├── chalet.cljs
│   │           ├── chalet_outlined.cljs
│   │           ├── chalet_rounded.cljs
│   │           ├── chalet_sharp.cljs
│   │           ├── chalet_two_tone.cljs
│   │           ├── change_circle.cljs
│   │           ├── change_circle_outlined.cljs
│   │           ├── change_circle_rounded.cljs
│   │           ├── change_circle_sharp.cljs
│   │           ├── change_circle_two_tone.cljs
│   │           ├── change_history.cljs
│   │           ├── change_history_outlined.cljs
│   │           ├── change_history_rounded.cljs
│   │           ├── change_history_sharp.cljs
│   │           ├── change_history_two_tone.cljs
│   │           ├── charging_station.cljs
│   │           ├── charging_station_outlined.cljs
│   │           ├── charging_station_rounded.cljs
│   │           ├── charging_station_sharp.cljs
│   │           ├── charging_station_two_tone.cljs
│   │           ├── chat.cljs
│   │           ├── chat_bubble.cljs
│   │           ├── chat_bubble_outline.cljs
│   │           ├── chat_bubble_outline_outlined.cljs
│   │           ├── chat_bubble_outline_rounded.cljs
│   │           ├── chat_bubble_outline_sharp.cljs
│   │           ├── chat_bubble_outline_two_tone.cljs
│   │           ├── chat_bubble_outlined.cljs
│   │           ├── chat_bubble_rounded.cljs
│   │           ├── chat_bubble_sharp.cljs
│   │           ├── chat_bubble_two_tone.cljs
│   │           ├── chat_outlined.cljs
│   │           ├── chat_rounded.cljs
│   │           ├── chat_sharp.cljs
│   │           ├── chat_two_tone.cljs
│   │           ├── check.cljs
│   │           ├── check_box.cljs
│   │           ├── check_box_outline_blank.cljs
│   │           ├── check_box_outline_blank_outlined.cljs
│   │           ├── check_box_outline_blank_rounded.cljs
│   │           ├── check_box_outline_blank_sharp.cljs
│   │           ├── check_box_outline_blank_two_tone.cljs
│   │           ├── check_box_outlined.cljs
│   │           ├── check_box_rounded.cljs
│   │           ├── check_box_sharp.cljs
│   │           ├── check_box_two_tone.cljs
│   │           ├── check_circle.cljs
│   │           ├── check_circle_outline.cljs
│   │           ├── check_circle_outline_outlined.cljs
│   │           ├── check_circle_outline_rounded.cljs
│   │           ├── check_circle_outline_sharp.cljs
│   │           ├── check_circle_outline_two_tone.cljs
│   │           ├── check_circle_outlined.cljs
│   │           ├── check_circle_rounded.cljs
│   │           ├── check_circle_sharp.cljs
│   │           ├── check_circle_two_tone.cljs
│   │           ├── check_outlined.cljs
│   │           ├── check_rounded.cljs
│   │           ├── check_sharp.cljs
│   │           ├── check_two_tone.cljs
│   │           ├── checkroom.cljs
│   │           ├── checkroom_outlined.cljs
│   │           ├── checkroom_rounded.cljs
│   │           ├── checkroom_sharp.cljs
│   │           ├── checkroom_two_tone.cljs
│   │           ├── chevron_left.cljs
│   │           ├── chevron_left_outlined.cljs
│   │           ├── chevron_left_rounded.cljs
│   │           ├── chevron_left_sharp.cljs
│   │           ├── chevron_left_two_tone.cljs
│   │           ├── chevron_right.cljs
│   │           ├── chevron_right_outlined.cljs
│   │           ├── chevron_right_rounded.cljs
│   │           ├── chevron_right_sharp.cljs
│   │           ├── chevron_right_two_tone.cljs
│   │           ├── child_care.cljs
│   │           ├── child_care_outlined.cljs
│   │           ├── child_care_rounded.cljs
│   │           ├── child_care_sharp.cljs
│   │           ├── child_care_two_tone.cljs
│   │           ├── child_friendly.cljs
│   │           ├── child_friendly_outlined.cljs
│   │           ├── child_friendly_rounded.cljs
│   │           ├── child_friendly_sharp.cljs
│   │           ├── child_friendly_two_tone.cljs
│   │           ├── chrome_reader_mode.cljs
│   │           ├── chrome_reader_mode_outlined.cljs
│   │           ├── chrome_reader_mode_rounded.cljs
│   │           ├── chrome_reader_mode_sharp.cljs
│   │           ├── chrome_reader_mode_two_tone.cljs
│   │           ├── church.cljs
│   │           ├── church_outlined.cljs
│   │           ├── church_rounded.cljs
│   │           ├── church_sharp.cljs
│   │           ├── church_two_tone.cljs
│   │           ├── circle.cljs
│   │           ├── circle_notifications.cljs
│   │           ├── circle_notifications_outlined.cljs
│   │           ├── circle_notifications_rounded.cljs
│   │           ├── circle_notifications_sharp.cljs
│   │           ├── circle_notifications_two_tone.cljs
│   │           ├── circle_outlined.cljs
│   │           ├── circle_rounded.cljs
│   │           ├── circle_sharp.cljs
│   │           ├── circle_two_tone.cljs
│   │           ├── class.cljs
│   │           ├── class_outlined.cljs
│   │           ├── class_rounded.cljs
│   │           ├── class_sharp.cljs
│   │           ├── class_two_tone.cljs
│   │           ├── clean_hands.cljs
│   │           ├── clean_hands_outlined.cljs
│   │           ├── clean_hands_rounded.cljs
│   │           ├── clean_hands_sharp.cljs
│   │           ├── clean_hands_two_tone.cljs
│   │           ├── cleaning_services.cljs
│   │           ├── cleaning_services_outlined.cljs
│   │           ├── cleaning_services_rounded.cljs
│   │           ├── cleaning_services_sharp.cljs
│   │           ├── cleaning_services_two_tone.cljs
│   │           ├── clear.cljs
│   │           ├── clear_all.cljs
│   │           ├── clear_all_outlined.cljs
│   │           ├── clear_all_rounded.cljs
│   │           ├── clear_all_sharp.cljs
│   │           ├── clear_all_two_tone.cljs
│   │           ├── clear_outlined.cljs
│   │           ├── clear_rounded.cljs
│   │           ├── clear_sharp.cljs
│   │           ├── clear_two_tone.cljs
│   │           ├── close.cljs
│   │           ├── close_fullscreen.cljs
│   │           ├── close_fullscreen_outlined.cljs
│   │           ├── close_fullscreen_rounded.cljs
│   │           ├── close_fullscreen_sharp.cljs
│   │           ├── close_fullscreen_two_tone.cljs
│   │           ├── close_outlined.cljs
│   │           ├── close_rounded.cljs
│   │           ├── close_sharp.cljs
│   │           ├── close_two_tone.cljs
│   │           ├── closed_caption.cljs
│   │           ├── closed_caption_disabled.cljs
│   │           ├── closed_caption_disabled_outlined.cljs
│   │           ├── closed_caption_disabled_rounded.cljs
│   │           ├── closed_caption_disabled_sharp.cljs
│   │           ├── closed_caption_disabled_two_tone.cljs
│   │           ├── closed_caption_off.cljs
│   │           ├── closed_caption_off_outlined.cljs
│   │           ├── closed_caption_off_rounded.cljs
│   │           ├── closed_caption_off_sharp.cljs
│   │           ├── closed_caption_off_two_tone.cljs
│   │           ├── closed_caption_outlined.cljs
│   │           ├── closed_caption_rounded.cljs
│   │           ├── closed_caption_sharp.cljs
│   │           ├── closed_caption_two_tone.cljs
│   │           ├── cloud.cljs
│   │           ├── cloud_circle.cljs
│   │           ├── cloud_circle_outlined.cljs
│   │           ├── cloud_circle_rounded.cljs
│   │           ├── cloud_circle_sharp.cljs
│   │           ├── cloud_circle_two_tone.cljs
│   │           ├── cloud_done.cljs
│   │           ├── cloud_done_outlined.cljs
│   │           ├── cloud_done_rounded.cljs
│   │           ├── cloud_done_sharp.cljs
│   │           ├── cloud_done_two_tone.cljs
│   │           ├── cloud_download.cljs
│   │           ├── cloud_download_outlined.cljs
│   │           ├── cloud_download_rounded.cljs
│   │           ├── cloud_download_sharp.cljs
│   │           ├── cloud_download_two_tone.cljs
│   │           ├── cloud_off.cljs
│   │           ├── cloud_off_outlined.cljs
│   │           ├── cloud_off_rounded.cljs
│   │           ├── cloud_off_sharp.cljs
│   │           ├── cloud_off_two_tone.cljs
│   │           ├── cloud_outlined.cljs
│   │           ├── cloud_queue.cljs
│   │           ├── cloud_queue_outlined.cljs
│   │           ├── cloud_queue_rounded.cljs
│   │           ├── cloud_queue_sharp.cljs
│   │           ├── cloud_queue_two_tone.cljs
│   │           ├── cloud_rounded.cljs
│   │           ├── cloud_sharp.cljs
│   │           ├── cloud_sync.cljs
│   │           ├── cloud_sync_outlined.cljs
│   │           ├── cloud_sync_rounded.cljs
│   │           ├── cloud_sync_sharp.cljs
│   │           ├── cloud_sync_two_tone.cljs
│   │           ├── cloud_two_tone.cljs
│   │           ├── cloud_upload.cljs
│   │           ├── cloud_upload_outlined.cljs
│   │           ├── cloud_upload_rounded.cljs
│   │           ├── cloud_upload_sharp.cljs
│   │           ├── cloud_upload_two_tone.cljs
│   │           ├── co_2.cljs
│   │           ├── co_2_outlined.cljs
│   │           ├── co_2_rounded.cljs
│   │           ├── co_2_sharp.cljs
│   │           ├── co_2_two_tone.cljs
│   │           ├── co_present.cljs
│   │           ├── co_present_outlined.cljs
│   │           ├── co_present_rounded.cljs
│   │           ├── co_present_sharp.cljs
│   │           ├── co_present_two_tone.cljs
│   │           ├── code.cljs
│   │           ├── code_off.cljs
│   │           ├── code_off_outlined.cljs
│   │           ├── code_off_rounded.cljs
│   │           ├── code_off_sharp.cljs
│   │           ├── code_off_two_tone.cljs
│   │           ├── code_outlined.cljs
│   │           ├── code_rounded.cljs
│   │           ├── code_sharp.cljs
│   │           ├── code_two_tone.cljs
│   │           ├── coffee.cljs
│   │           ├── coffee_maker.cljs
│   │           ├── coffee_maker_outlined.cljs
│   │           ├── coffee_maker_rounded.cljs
│   │           ├── coffee_maker_sharp.cljs
│   │           ├── coffee_maker_two_tone.cljs
│   │           ├── coffee_outlined.cljs
│   │           ├── coffee_rounded.cljs
│   │           ├── coffee_sharp.cljs
│   │           ├── coffee_two_tone.cljs
│   │           ├── collections.cljs
│   │           ├── collections_bookmark.cljs
│   │           ├── collections_bookmark_outlined.cljs
│   │           ├── collections_bookmark_rounded.cljs
│   │           ├── collections_bookmark_sharp.cljs
│   │           ├── collections_bookmark_two_tone.cljs
│   │           ├── collections_outlined.cljs
│   │           ├── collections_rounded.cljs
│   │           ├── collections_sharp.cljs
│   │           ├── collections_two_tone.cljs
│   │           ├── color_lens.cljs
│   │           ├── color_lens_outlined.cljs
│   │           ├── color_lens_rounded.cljs
│   │           ├── color_lens_sharp.cljs
│   │           ├── color_lens_two_tone.cljs
│   │           ├── colorize.cljs
│   │           ├── colorize_outlined.cljs
│   │           ├── colorize_rounded.cljs
│   │           ├── colorize_sharp.cljs
│   │           ├── colorize_two_tone.cljs
│   │           ├── comment.cljs
│   │           ├── comment_bank.cljs
│   │           ├── comment_bank_outlined.cljs
│   │           ├── comment_bank_rounded.cljs
│   │           ├── comment_bank_sharp.cljs
│   │           ├── comment_bank_two_tone.cljs
│   │           ├── comment_outlined.cljs
│   │           ├── comment_rounded.cljs
│   │           ├── comment_sharp.cljs
│   │           ├── comment_two_tone.cljs
│   │           ├── comments_disabled.cljs
│   │           ├── comments_disabled_outlined.cljs
│   │           ├── comments_disabled_rounded.cljs
│   │           ├── comments_disabled_sharp.cljs
│   │           ├── comments_disabled_two_tone.cljs
│   │           ├── commit.cljs
│   │           ├── commit_outlined.cljs
│   │           ├── commit_rounded.cljs
│   │           ├── commit_sharp.cljs
│   │           ├── commit_two_tone.cljs
│   │           ├── commute.cljs
│   │           ├── commute_outlined.cljs
│   │           ├── commute_rounded.cljs
│   │           ├── commute_sharp.cljs
│   │           ├── commute_two_tone.cljs
│   │           ├── compare.cljs
│   │           ├── compare_arrows.cljs
│   │           ├── compare_arrows_outlined.cljs
│   │           ├── compare_arrows_rounded.cljs
│   │           ├── compare_arrows_sharp.cljs
│   │           ├── compare_arrows_two_tone.cljs
│   │           ├── compare_outlined.cljs
│   │           ├── compare_rounded.cljs
│   │           ├── compare_sharp.cljs
│   │           ├── compare_two_tone.cljs
│   │           ├── compass_calibration.cljs
│   │           ├── compass_calibration_outlined.cljs
│   │           ├── compass_calibration_rounded.cljs
│   │           ├── compass_calibration_sharp.cljs
│   │           ├── compass_calibration_two_tone.cljs
│   │           ├── compress.cljs
│   │           ├── compress_outlined.cljs
│   │           ├── compress_rounded.cljs
│   │           ├── compress_sharp.cljs
│   │           ├── compress_two_tone.cljs
│   │           ├── computer.cljs
│   │           ├── computer_outlined.cljs
│   │           ├── computer_rounded.cljs
│   │           ├── computer_sharp.cljs
│   │           ├── computer_two_tone.cljs
│   │           ├── confirmation_number.cljs
│   │           ├── confirmation_number_outlined.cljs
│   │           ├── confirmation_number_rounded.cljs
│   │           ├── confirmation_number_sharp.cljs
│   │           ├── confirmation_number_two_tone.cljs
│   │           ├── connect_without_contact.cljs
│   │           ├── connect_without_contact_outlined.cljs
│   │           ├── connect_without_contact_rounded.cljs
│   │           ├── connect_without_contact_sharp.cljs
│   │           ├── connect_without_contact_two_tone.cljs
│   │           ├── connected_tv.cljs
│   │           ├── connected_tv_outlined.cljs
│   │           ├── connected_tv_rounded.cljs
│   │           ├── connected_tv_sharp.cljs
│   │           ├── connected_tv_two_tone.cljs
│   │           ├── connecting_airports.cljs
│   │           ├── connecting_airports_outlined.cljs
│   │           ├── connecting_airports_rounded.cljs
│   │           ├── connecting_airports_sharp.cljs
│   │           ├── connecting_airports_two_tone.cljs
│   │           ├── construction.cljs
│   │           ├── construction_outlined.cljs
│   │           ├── construction_rounded.cljs
│   │           ├── construction_sharp.cljs
│   │           ├── construction_two_tone.cljs
│   │           ├── contact_emergency.cljs
│   │           ├── contact_emergency_outlined.cljs
│   │           ├── contact_emergency_rounded.cljs
│   │           ├── contact_emergency_sharp.cljs
│   │           ├── contact_emergency_two_tone.cljs
│   │           ├── contact_mail.cljs
│   │           ├── contact_mail_outlined.cljs
│   │           ├── contact_mail_rounded.cljs
│   │           ├── contact_mail_sharp.cljs
│   │           ├── contact_mail_two_tone.cljs
│   │           ├── contact_page.cljs
│   │           ├── contact_page_outlined.cljs
│   │           ├── contact_page_rounded.cljs
│   │           ├── contact_page_sharp.cljs
│   │           ├── contact_page_two_tone.cljs
│   │           ├── contact_phone.cljs
│   │           ├── contact_phone_outlined.cljs
│   │           ├── contact_phone_rounded.cljs
│   │           ├── contact_phone_sharp.cljs
│   │           ├── contact_phone_two_tone.cljs
│   │           ├── contact_support.cljs
│   │           ├── contact_support_outlined.cljs
│   │           ├── contact_support_rounded.cljs
│   │           ├── contact_support_sharp.cljs
│   │           ├── contact_support_two_tone.cljs
│   │           ├── contactless.cljs
│   │           ├── contactless_outlined.cljs
│   │           ├── contactless_rounded.cljs
│   │           ├── contactless_sharp.cljs
│   │           ├── contactless_two_tone.cljs
│   │           ├── contacts.cljs
│   │           ├── contacts_outlined.cljs
│   │           ├── contacts_rounded.cljs
│   │           ├── contacts_sharp.cljs
│   │           ├── contacts_two_tone.cljs
│   │           ├── content_copy.cljs
│   │           ├── content_copy_outlined.cljs
│   │           ├── content_copy_rounded.cljs
│   │           ├── content_copy_sharp.cljs
│   │           ├── content_copy_two_tone.cljs
│   │           ├── content_cut.cljs
│   │           ├── content_cut_outlined.cljs
│   │           ├── content_cut_rounded.cljs
│   │           ├── content_cut_sharp.cljs
│   │           ├── content_cut_two_tone.cljs
│   │           ├── content_paste.cljs
│   │           ├── content_paste_go.cljs
│   │           ├── content_paste_go_outlined.cljs
│   │           ├── content_paste_go_rounded.cljs
│   │           ├── content_paste_go_sharp.cljs
│   │           ├── content_paste_go_two_tone.cljs
│   │           ├── content_paste_off.cljs
│   │           ├── content_paste_off_outlined.cljs
│   │           ├── content_paste_off_rounded.cljs
│   │           ├── content_paste_off_sharp.cljs
│   │           ├── content_paste_off_two_tone.cljs
│   │           ├── content_paste_outlined.cljs
│   │           ├── content_paste_rounded.cljs
│   │           ├── content_paste_search.cljs
│   │           ├── content_paste_search_outlined.cljs
│   │           ├── content_paste_search_rounded.cljs
│   │           ├── content_paste_search_sharp.cljs
│   │           ├── content_paste_search_two_tone.cljs
│   │           ├── content_paste_sharp.cljs
│   │           ├── content_paste_two_tone.cljs
│   │           ├── contrast.cljs
│   │           ├── contrast_outlined.cljs
│   │           ├── contrast_rounded.cljs
│   │           ├── contrast_sharp.cljs
│   │           ├── contrast_two_tone.cljs
│   │           ├── control_camera.cljs
│   │           ├── control_camera_outlined.cljs
│   │           ├── control_camera_rounded.cljs
│   │           ├── control_camera_sharp.cljs
│   │           ├── control_camera_two_tone.cljs
│   │           ├── control_point.cljs
│   │           ├── control_point_duplicate.cljs
│   │           ├── control_point_duplicate_outlined.cljs
│   │           ├── control_point_duplicate_rounded.cljs
│   │           ├── control_point_duplicate_sharp.cljs
│   │           ├── control_point_duplicate_two_tone.cljs
│   │           ├── control_point_outlined.cljs
│   │           ├── control_point_rounded.cljs
│   │           ├── control_point_sharp.cljs
│   │           ├── control_point_two_tone.cljs
│   │           ├── cookie.cljs
│   │           ├── cookie_outlined.cljs
│   │           ├── cookie_rounded.cljs
│   │           ├── cookie_sharp.cljs
│   │           ├── cookie_two_tone.cljs
│   │           ├── copy_all.cljs
│   │           ├── copy_all_outlined.cljs
│   │           ├── copy_all_rounded.cljs
│   │           ├── copy_all_sharp.cljs
│   │           ├── copy_all_two_tone.cljs
│   │           ├── copyright.cljs
│   │           ├── copyright_outlined.cljs
│   │           ├── copyright_rounded.cljs
│   │           ├── copyright_sharp.cljs
│   │           ├── copyright_two_tone.cljs
│   │           ├── coronavirus.cljs
│   │           ├── coronavirus_outlined.cljs
│   │           ├── coronavirus_rounded.cljs
│   │           ├── coronavirus_sharp.cljs
│   │           ├── coronavirus_two_tone.cljs
│   │           ├── corporate_fare.cljs
│   │           ├── corporate_fare_outlined.cljs
│   │           ├── corporate_fare_rounded.cljs
│   │           ├── corporate_fare_sharp.cljs
│   │           ├── corporate_fare_two_tone.cljs
│   │           ├── cottage.cljs
│   │           ├── cottage_outlined.cljs
│   │           ├── cottage_rounded.cljs
│   │           ├── cottage_sharp.cljs
│   │           ├── cottage_two_tone.cljs
│   │           ├── countertops.cljs
│   │           ├── countertops_outlined.cljs
│   │           ├── countertops_rounded.cljs
│   │           ├── countertops_sharp.cljs
│   │           ├── countertops_two_tone.cljs
│   │           ├── create.cljs
│   │           ├── create_new_folder.cljs
│   │           ├── create_new_folder_outlined.cljs
│   │           ├── create_new_folder_rounded.cljs
│   │           ├── create_new_folder_sharp.cljs
│   │           ├── create_new_folder_two_tone.cljs
│   │           ├── create_outlined.cljs
│   │           ├── create_rounded.cljs
│   │           ├── create_sharp.cljs
│   │           ├── create_two_tone.cljs
│   │           ├── credit_card.cljs
│   │           ├── credit_card_off.cljs
│   │           ├── credit_card_off_outlined.cljs
│   │           ├── credit_card_off_rounded.cljs
│   │           ├── credit_card_off_sharp.cljs
│   │           ├── credit_card_off_two_tone.cljs
│   │           ├── credit_card_outlined.cljs
│   │           ├── credit_card_rounded.cljs
│   │           ├── credit_card_sharp.cljs
│   │           ├── credit_card_two_tone.cljs
│   │           ├── credit_score.cljs
│   │           ├── credit_score_outlined.cljs
│   │           ├── credit_score_rounded.cljs
│   │           ├── credit_score_sharp.cljs
│   │           ├── credit_score_two_tone.cljs
│   │           ├── crib.cljs
│   │           ├── crib_outlined.cljs
│   │           ├── crib_rounded.cljs
│   │           ├── crib_sharp.cljs
│   │           ├── crib_two_tone.cljs
│   │           ├── crisis_alert.cljs
│   │           ├── crisis_alert_outlined.cljs
│   │           ├── crisis_alert_rounded.cljs
│   │           ├── crisis_alert_sharp.cljs
│   │           ├── crisis_alert_two_tone.cljs
│   │           ├── crop.cljs
│   │           ├── crop_169.cljs
│   │           ├── crop_169_outlined.cljs
│   │           ├── crop_169_rounded.cljs
│   │           ├── crop_169_sharp.cljs
│   │           ├── crop_169_two_tone.cljs
│   │           ├── crop_32.cljs
│   │           ├── crop_32_outlined.cljs
│   │           ├── crop_32_rounded.cljs
│   │           ├── crop_32_sharp.cljs
│   │           ├── crop_32_two_tone.cljs
│   │           ├── crop_54.cljs
│   │           ├── crop_54_outlined.cljs
│   │           ├── crop_54_rounded.cljs
│   │           ├── crop_54_sharp.cljs
│   │           ├── crop_54_two_tone.cljs
│   │           ├── crop_75.cljs
│   │           ├── crop_75_outlined.cljs
│   │           ├── crop_75_rounded.cljs
│   │           ├── crop_75_sharp.cljs
│   │           ├── crop_75_two_tone.cljs
│   │           ├── crop_din.cljs
│   │           ├── crop_din_outlined.cljs
│   │           ├── crop_din_rounded.cljs
│   │           ├── crop_din_sharp.cljs
│   │           ├── crop_din_two_tone.cljs
│   │           ├── crop_free.cljs
│   │           ├── crop_free_outlined.cljs
│   │           ├── crop_free_rounded.cljs
│   │           ├── crop_free_sharp.cljs
│   │           ├── crop_free_two_tone.cljs
│   │           ├── crop_landscape.cljs
│   │           ├── crop_landscape_outlined.cljs
│   │           ├── crop_landscape_rounded.cljs
│   │           ├── crop_landscape_sharp.cljs
│   │           ├── crop_landscape_two_tone.cljs
│   │           ├── crop_original.cljs
│   │           ├── crop_original_outlined.cljs
│   │           ├── crop_original_rounded.cljs
│   │           ├── crop_original_sharp.cljs
│   │           ├── crop_original_two_tone.cljs
│   │           ├── crop_outlined.cljs
│   │           ├── crop_portrait.cljs
│   │           ├── crop_portrait_outlined.cljs
│   │           ├── crop_portrait_rounded.cljs
│   │           ├── crop_portrait_sharp.cljs
│   │           ├── crop_portrait_two_tone.cljs
│   │           ├── crop_rotate.cljs
│   │           ├── crop_rotate_outlined.cljs
│   │           ├── crop_rotate_rounded.cljs
│   │           ├── crop_rotate_sharp.cljs
│   │           ├── crop_rotate_two_tone.cljs
│   │           ├── crop_rounded.cljs
│   │           ├── crop_sharp.cljs
│   │           ├── crop_square.cljs
│   │           ├── crop_square_outlined.cljs
│   │           ├── crop_square_rounded.cljs
│   │           ├── crop_square_sharp.cljs
│   │           ├── crop_square_two_tone.cljs
│   │           ├── crop_two_tone.cljs
│   │           ├── css.cljs
│   │           ├── css_outlined.cljs
│   │           ├── css_rounded.cljs
│   │           ├── css_sharp.cljs
│   │           ├── css_two_tone.cljs
│   │           ├── currency_bitcoin.cljs
│   │           ├── currency_bitcoin_outlined.cljs
│   │           ├── currency_bitcoin_rounded.cljs
│   │           ├── currency_bitcoin_sharp.cljs
│   │           ├── currency_bitcoin_two_tone.cljs
│   │           ├── currency_exchange.cljs
│   │           ├── currency_exchange_outlined.cljs
│   │           ├── currency_exchange_rounded.cljs
│   │           ├── currency_exchange_sharp.cljs
│   │           ├── currency_exchange_two_tone.cljs
│   │           ├── currency_franc.cljs
│   │           ├── currency_franc_outlined.cljs
│   │           ├── currency_franc_rounded.cljs
│   │           ├── currency_franc_sharp.cljs
│   │           ├── currency_franc_two_tone.cljs
│   │           ├── currency_lira.cljs
│   │           ├── currency_lira_outlined.cljs
│   │           ├── currency_lira_rounded.cljs
│   │           ├── currency_lira_sharp.cljs
│   │           ├── currency_lira_two_tone.cljs
│   │           ├── currency_pound.cljs
│   │           ├── currency_pound_outlined.cljs
│   │           ├── currency_pound_rounded.cljs
│   │           ├── currency_pound_sharp.cljs
│   │           ├── currency_pound_two_tone.cljs
│   │           ├── currency_ruble.cljs
│   │           ├── currency_ruble_outlined.cljs
│   │           ├── currency_ruble_rounded.cljs
│   │           ├── currency_ruble_sharp.cljs
│   │           ├── currency_ruble_two_tone.cljs
│   │           ├── currency_rupee.cljs
│   │           ├── currency_rupee_outlined.cljs
│   │           ├── currency_rupee_rounded.cljs
│   │           ├── currency_rupee_sharp.cljs
│   │           ├── currency_rupee_two_tone.cljs
│   │           ├── currency_yen.cljs
│   │           ├── currency_yen_outlined.cljs
│   │           ├── currency_yen_rounded.cljs
│   │           ├── currency_yen_sharp.cljs
│   │           ├── currency_yen_two_tone.cljs
│   │           ├── currency_yuan.cljs
│   │           ├── currency_yuan_outlined.cljs
│   │           ├── currency_yuan_rounded.cljs
│   │           ├── currency_yuan_sharp.cljs
│   │           ├── currency_yuan_two_tone.cljs
│   │           ├── curtains.cljs
│   │           ├── curtains_closed.cljs
│   │           ├── curtains_closed_outlined.cljs
│   │           ├── curtains_closed_rounded.cljs
│   │           ├── curtains_closed_sharp.cljs
│   │           ├── curtains_closed_two_tone.cljs
│   │           ├── curtains_outlined.cljs
│   │           ├── curtains_rounded.cljs
│   │           ├── curtains_sharp.cljs
│   │           ├── curtains_two_tone.cljs
│   │           ├── cyclone.cljs
│   │           ├── cyclone_outlined.cljs
│   │           ├── cyclone_rounded.cljs
│   │           ├── cyclone_sharp.cljs
│   │           ├── cyclone_two_tone.cljs
│   │           ├── dangerous.cljs
│   │           ├── dangerous_outlined.cljs
│   │           ├── dangerous_rounded.cljs
│   │           ├── dangerous_sharp.cljs
│   │           ├── dangerous_two_tone.cljs
│   │           ├── dark_mode.cljs
│   │           ├── dark_mode_outlined.cljs
│   │           ├── dark_mode_rounded.cljs
│   │           ├── dark_mode_sharp.cljs
│   │           ├── dark_mode_two_tone.cljs
│   │           ├── dashboard.cljs
│   │           ├── dashboard_customize.cljs
│   │           ├── dashboard_customize_outlined.cljs
│   │           ├── dashboard_customize_rounded.cljs
│   │           ├── dashboard_customize_sharp.cljs
│   │           ├── dashboard_customize_two_tone.cljs
│   │           ├── dashboard_outlined.cljs
│   │           ├── dashboard_rounded.cljs
│   │           ├── dashboard_sharp.cljs
│   │           ├── dashboard_two_tone.cljs
│   │           ├── data_array.cljs
│   │           ├── data_array_outlined.cljs
│   │           ├── data_array_rounded.cljs
│   │           ├── data_array_sharp.cljs
│   │           ├── data_array_two_tone.cljs
│   │           ├── data_object.cljs
│   │           ├── data_object_outlined.cljs
│   │           ├── data_object_rounded.cljs
│   │           ├── data_object_sharp.cljs
│   │           ├── data_object_two_tone.cljs
│   │           ├── data_saver_off.cljs
│   │           ├── data_saver_off_outlined.cljs
│   │           ├── data_saver_off_rounded.cljs
│   │           ├── data_saver_off_sharp.cljs
│   │           ├── data_saver_off_two_tone.cljs
│   │           ├── data_saver_on.cljs
│   │           ├── data_saver_on_outlined.cljs
│   │           ├── data_saver_on_rounded.cljs
│   │           ├── data_saver_on_sharp.cljs
│   │           ├── data_saver_on_two_tone.cljs
│   │           ├── data_thresholding.cljs
│   │           ├── data_thresholding_outlined.cljs
│   │           ├── data_thresholding_rounded.cljs
│   │           ├── data_thresholding_sharp.cljs
│   │           ├── data_thresholding_two_tone.cljs
│   │           ├── data_usage.cljs
│   │           ├── data_usage_outlined.cljs
│   │           ├── data_usage_rounded.cljs
│   │           ├── data_usage_sharp.cljs
│   │           ├── data_usage_two_tone.cljs
│   │           ├── dataset.cljs
│   │           ├── dataset_linked.cljs
│   │           ├── dataset_linked_outlined.cljs
│   │           ├── dataset_linked_rounded.cljs
│   │           ├── dataset_linked_sharp.cljs
│   │           ├── dataset_linked_two_tone.cljs
│   │           ├── dataset_outlined.cljs
│   │           ├── dataset_rounded.cljs
│   │           ├── dataset_sharp.cljs
│   │           ├── dataset_two_tone.cljs
│   │           ├── date_range.cljs
│   │           ├── date_range_outlined.cljs
│   │           ├── date_range_rounded.cljs
│   │           ├── date_range_sharp.cljs
│   │           ├── date_range_two_tone.cljs
│   │           ├── deblur.cljs
│   │           ├── deblur_outlined.cljs
│   │           ├── deblur_rounded.cljs
│   │           ├── deblur_sharp.cljs
│   │           ├── deblur_two_tone.cljs
│   │           ├── deck.cljs
│   │           ├── deck_outlined.cljs
│   │           ├── deck_rounded.cljs
│   │           ├── deck_sharp.cljs
│   │           ├── deck_two_tone.cljs
│   │           ├── dehaze.cljs
│   │           ├── dehaze_outlined.cljs
│   │           ├── dehaze_rounded.cljs
│   │           ├── dehaze_sharp.cljs
│   │           ├── dehaze_two_tone.cljs
│   │           ├── delete.cljs
│   │           ├── delete_forever.cljs
│   │           ├── delete_forever_outlined.cljs
│   │           ├── delete_forever_rounded.cljs
│   │           ├── delete_forever_sharp.cljs
│   │           ├── delete_forever_two_tone.cljs
│   │           ├── delete_outline.cljs
│   │           ├── delete_outline_outlined.cljs
│   │           ├── delete_outline_rounded.cljs
│   │           ├── delete_outline_sharp.cljs
│   │           ├── delete_outline_two_tone.cljs
│   │           ├── delete_outlined.cljs
│   │           ├── delete_rounded.cljs
│   │           ├── delete_sharp.cljs
│   │           ├── delete_sweep.cljs
│   │           ├── delete_sweep_outlined.cljs
│   │           ├── delete_sweep_rounded.cljs
│   │           ├── delete_sweep_sharp.cljs
│   │           ├── delete_sweep_two_tone.cljs
│   │           ├── delete_two_tone.cljs
│   │           ├── delivery_dining.cljs
│   │           ├── delivery_dining_outlined.cljs
│   │           ├── delivery_dining_rounded.cljs
│   │           ├── delivery_dining_sharp.cljs
│   │           ├── delivery_dining_two_tone.cljs
│   │           ├── density_large.cljs
│   │           ├── density_large_outlined.cljs
│   │           ├── density_large_rounded.cljs
│   │           ├── density_large_sharp.cljs
│   │           ├── density_large_two_tone.cljs
│   │           ├── density_medium.cljs
│   │           ├── density_medium_outlined.cljs
│   │           ├── density_medium_rounded.cljs
│   │           ├── density_medium_sharp.cljs
│   │           ├── density_medium_two_tone.cljs
│   │           ├── density_small.cljs
│   │           ├── density_small_outlined.cljs
│   │           ├── density_small_rounded.cljs
│   │           ├── density_small_sharp.cljs
│   │           ├── density_small_two_tone.cljs
│   │           ├── departure_board.cljs
│   │           ├── departure_board_outlined.cljs
│   │           ├── departure_board_rounded.cljs
│   │           ├── departure_board_sharp.cljs
│   │           ├── departure_board_two_tone.cljs
│   │           ├── description.cljs
│   │           ├── description_outlined.cljs
│   │           ├── description_rounded.cljs
│   │           ├── description_sharp.cljs
│   │           ├── description_two_tone.cljs
│   │           ├── deselect.cljs
│   │           ├── deselect_outlined.cljs
│   │           ├── deselect_rounded.cljs
│   │           ├── deselect_sharp.cljs
│   │           ├── deselect_two_tone.cljs
│   │           ├── design_services.cljs
│   │           ├── design_services_outlined.cljs
│   │           ├── design_services_rounded.cljs
│   │           ├── design_services_sharp.cljs
│   │           ├── design_services_two_tone.cljs
│   │           ├── desk.cljs
│   │           ├── desk_outlined.cljs
│   │           ├── desk_rounded.cljs
│   │           ├── desk_sharp.cljs
│   │           ├── desk_two_tone.cljs
│   │           ├── desktop_access_disabled.cljs
│   │           ├── desktop_access_disabled_outlined.cljs
│   │           ├── desktop_access_disabled_rounded.cljs
│   │           ├── desktop_access_disabled_sharp.cljs
│   │           ├── desktop_access_disabled_two_tone.cljs
│   │           ├── desktop_mac.cljs
│   │           ├── desktop_mac_outlined.cljs
│   │           ├── desktop_mac_rounded.cljs
│   │           ├── desktop_mac_sharp.cljs
│   │           ├── desktop_mac_two_tone.cljs
│   │           ├── desktop_windows.cljs
│   │           ├── desktop_windows_outlined.cljs
│   │           ├── desktop_windows_rounded.cljs
│   │           ├── desktop_windows_sharp.cljs
│   │           ├── desktop_windows_two_tone.cljs
│   │           ├── details.cljs
│   │           ├── details_outlined.cljs
│   │           ├── details_rounded.cljs
│   │           ├── details_sharp.cljs
│   │           ├── details_two_tone.cljs
│   │           ├── developer_board.cljs
│   │           ├── developer_board_off.cljs
│   │           ├── developer_board_off_outlined.cljs
│   │           ├── developer_board_off_rounded.cljs
│   │           ├── developer_board_off_sharp.cljs
│   │           ├── developer_board_off_two_tone.cljs
│   │           ├── developer_board_outlined.cljs
│   │           ├── developer_board_rounded.cljs
│   │           ├── developer_board_sharp.cljs
│   │           ├── developer_board_two_tone.cljs
│   │           ├── developer_mode.cljs
│   │           ├── developer_mode_outlined.cljs
│   │           ├── developer_mode_rounded.cljs
│   │           ├── developer_mode_sharp.cljs
│   │           ├── developer_mode_two_tone.cljs
│   │           ├── device_hub.cljs
│   │           ├── device_hub_outlined.cljs
│   │           ├── device_hub_rounded.cljs
│   │           ├── device_hub_sharp.cljs
│   │           ├── device_hub_two_tone.cljs
│   │           ├── device_thermostat.cljs
│   │           ├── device_thermostat_outlined.cljs
│   │           ├── device_thermostat_rounded.cljs
│   │           ├── device_thermostat_sharp.cljs
│   │           ├── device_thermostat_two_tone.cljs
│   │           ├── device_unknown.cljs
│   │           ├── device_unknown_outlined.cljs
│   │           ├── device_unknown_rounded.cljs
│   │           ├── device_unknown_sharp.cljs
│   │           ├── device_unknown_two_tone.cljs
│   │           ├── devices.cljs
│   │           ├── devices_fold.cljs
│   │           ├── devices_fold_outlined.cljs
│   │           ├── devices_fold_rounded.cljs
│   │           ├── devices_fold_sharp.cljs
│   │           ├── devices_fold_two_tone.cljs
│   │           ├── devices_other.cljs
│   │           ├── devices_other_outlined.cljs
│   │           ├── devices_other_rounded.cljs
│   │           ├── devices_other_sharp.cljs
│   │           ├── devices_other_two_tone.cljs
│   │           ├── devices_outlined.cljs
│   │           ├── devices_rounded.cljs
│   │           ├── devices_sharp.cljs
│   │           ├── devices_two_tone.cljs
│   │           ├── dialer_sip.cljs
│   │           ├── dialer_sip_outlined.cljs
│   │           ├── dialer_sip_rounded.cljs
│   │           ├── dialer_sip_sharp.cljs
│   │           ├── dialer_sip_two_tone.cljs
│   │           ├── dialpad.cljs
│   │           ├── dialpad_outlined.cljs
│   │           ├── dialpad_rounded.cljs
│   │           ├── dialpad_sharp.cljs
│   │           ├── dialpad_two_tone.cljs
│   │           ├── diamond.cljs
│   │           ├── diamond_outlined.cljs
│   │           ├── diamond_rounded.cljs
│   │           ├── diamond_sharp.cljs
│   │           ├── diamond_two_tone.cljs
│   │           ├── difference.cljs
│   │           ├── difference_outlined.cljs
│   │           ├── difference_rounded.cljs
│   │           ├── difference_sharp.cljs
│   │           ├── difference_two_tone.cljs
│   │           ├── dining.cljs
│   │           ├── dining_outlined.cljs
│   │           ├── dining_rounded.cljs
│   │           ├── dining_sharp.cljs
│   │           ├── dining_two_tone.cljs
│   │           ├── dinner_dining.cljs
│   │           ├── dinner_dining_outlined.cljs
│   │           ├── dinner_dining_rounded.cljs
│   │           ├── dinner_dining_sharp.cljs
│   │           ├── dinner_dining_two_tone.cljs
│   │           ├── directions.cljs
│   │           ├── directions_bike.cljs
│   │           ├── directions_bike_outlined.cljs
│   │           ├── directions_bike_rounded.cljs
│   │           ├── directions_bike_sharp.cljs
│   │           ├── directions_bike_two_tone.cljs
│   │           ├── directions_boat.cljs
│   │           ├── directions_boat_filled.cljs
│   │           ├── directions_boat_filled_outlined.cljs
│   │           ├── directions_boat_filled_rounded.cljs
│   │           ├── directions_boat_filled_sharp.cljs
│   │           ├── directions_boat_filled_two_tone.cljs
│   │           ├── directions_boat_outlined.cljs
│   │           ├── directions_boat_rounded.cljs
│   │           ├── directions_boat_sharp.cljs
│   │           ├── directions_boat_two_tone.cljs
│   │           ├── directions_bus.cljs
│   │           ├── directions_bus_filled.cljs
│   │           ├── directions_bus_filled_outlined.cljs
│   │           ├── directions_bus_filled_rounded.cljs
│   │           ├── directions_bus_filled_sharp.cljs
│   │           ├── directions_bus_filled_two_tone.cljs
│   │           ├── directions_bus_outlined.cljs
│   │           ├── directions_bus_rounded.cljs
│   │           ├── directions_bus_sharp.cljs
│   │           ├── directions_bus_two_tone.cljs
│   │           ├── directions_car.cljs
│   │           ├── directions_car_filled.cljs
│   │           ├── directions_car_filled_outlined.cljs
│   │           ├── directions_car_filled_rounded.cljs
│   │           ├── directions_car_filled_sharp.cljs
│   │           ├── directions_car_filled_two_tone.cljs
│   │           ├── directions_car_outlined.cljs
│   │           ├── directions_car_rounded.cljs
│   │           ├── directions_car_sharp.cljs
│   │           ├── directions_car_two_tone.cljs
│   │           ├── directions_off.cljs
│   │           ├── directions_off_outlined.cljs
│   │           ├── directions_off_rounded.cljs
│   │           ├── directions_off_sharp.cljs
│   │           ├── directions_off_two_tone.cljs
│   │           ├── directions_outlined.cljs
│   │           ├── directions_railway.cljs
│   │           ├── directions_railway_filled.cljs
│   │           ├── directions_railway_filled_outlined.cljs
│   │           ├── directions_railway_filled_rounded.cljs
│   │           ├── directions_railway_filled_sharp.cljs
│   │           ├── directions_railway_filled_two_tone.cljs
│   │           ├── directions_railway_outlined.cljs
│   │           ├── directions_railway_rounded.cljs
│   │           ├── directions_railway_sharp.cljs
│   │           ├── directions_railway_two_tone.cljs
│   │           ├── directions_rounded.cljs
│   │           ├── directions_run.cljs
│   │           ├── directions_run_outlined.cljs
│   │           ├── directions_run_rounded.cljs
│   │           ├── directions_run_sharp.cljs
│   │           ├── directions_run_two_tone.cljs
│   │           ├── directions_sharp.cljs
│   │           ├── directions_subway.cljs
│   │           ├── directions_subway_filled.cljs
│   │           ├── directions_subway_filled_outlined.cljs
│   │           ├── directions_subway_filled_rounded.cljs
│   │           ├── directions_subway_filled_sharp.cljs
│   │           ├── directions_subway_filled_two_tone.cljs
│   │           ├── directions_subway_outlined.cljs
│   │           ├── directions_subway_rounded.cljs
│   │           ├── directions_subway_sharp.cljs
│   │           ├── directions_subway_two_tone.cljs
│   │           ├── directions_transit.cljs
│   │           ├── directions_transit_filled.cljs
│   │           ├── directions_transit_filled_outlined.cljs
│   │           ├── directions_transit_filled_rounded.cljs
│   │           ├── directions_transit_filled_sharp.cljs
│   │           ├── directions_transit_filled_two_tone.cljs
│   │           ├── directions_transit_outlined.cljs
│   │           ├── directions_transit_rounded.cljs
│   │           ├── directions_transit_sharp.cljs
│   │           ├── directions_transit_two_tone.cljs
│   │           ├── directions_two_tone.cljs
│   │           ├── directions_walk.cljs
│   │           ├── directions_walk_outlined.cljs
│   │           ├── directions_walk_rounded.cljs
│   │           ├── directions_walk_sharp.cljs
│   │           ├── directions_walk_two_tone.cljs
│   │           ├── dirty_lens.cljs
│   │           ├── dirty_lens_outlined.cljs
│   │           ├── dirty_lens_rounded.cljs
│   │           ├── dirty_lens_sharp.cljs
│   │           ├── dirty_lens_two_tone.cljs
│   │           ├── disabled_by_default.cljs
│   │           ├── disabled_by_default_outlined.cljs
│   │           ├── disabled_by_default_rounded.cljs
│   │           ├── disabled_by_default_sharp.cljs
│   │           ├── disabled_by_default_two_tone.cljs
│   │           ├── disc_full.cljs
│   │           ├── disc_full_outlined.cljs
│   │           ├── disc_full_rounded.cljs
│   │           ├── disc_full_sharp.cljs
│   │           ├── disc_full_two_tone.cljs
│   │           ├── discount.cljs
│   │           ├── discount_outlined.cljs
│   │           ├── discount_rounded.cljs
│   │           ├── discount_sharp.cljs
│   │           ├── discount_two_tone.cljs
│   │           ├── display_settings.cljs
│   │           ├── display_settings_outlined.cljs
│   │           ├── display_settings_rounded.cljs
│   │           ├── display_settings_sharp.cljs
│   │           ├── display_settings_two_tone.cljs
│   │           ├── diversity_1.cljs
│   │           ├── diversity_1_outlined.cljs
│   │           ├── diversity_1_rounded.cljs
│   │           ├── diversity_1_sharp.cljs
│   │           ├── diversity_1_two_tone.cljs
│   │           ├── diversity_2.cljs
│   │           ├── diversity_2_outlined.cljs
│   │           ├── diversity_2_rounded.cljs
│   │           ├── diversity_2_sharp.cljs
│   │           ├── diversity_2_two_tone.cljs
│   │           ├── diversity_3.cljs
│   │           ├── diversity_3_outlined.cljs
│   │           ├── diversity_3_rounded.cljs
│   │           ├── diversity_3_sharp.cljs
│   │           ├── diversity_3_two_tone.cljs
│   │           ├── dns.cljs
│   │           ├── dns_outlined.cljs
│   │           ├── dns_rounded.cljs
│   │           ├── dns_sharp.cljs
│   │           ├── dns_two_tone.cljs
│   │           ├── do_disturb.cljs
│   │           ├── do_disturb_alt.cljs
│   │           ├── do_disturb_alt_outlined.cljs
│   │           ├── do_disturb_alt_rounded.cljs
│   │           ├── do_disturb_alt_sharp.cljs
│   │           ├── do_disturb_alt_two_tone.cljs
│   │           ├── do_disturb_off.cljs
│   │           ├── do_disturb_off_outlined.cljs
│   │           ├── do_disturb_off_rounded.cljs
│   │           ├── do_disturb_off_sharp.cljs
│   │           ├── do_disturb_off_two_tone.cljs
│   │           ├── do_disturb_on.cljs
│   │           ├── do_disturb_on_outlined.cljs
│   │           ├── do_disturb_on_rounded.cljs
│   │           ├── do_disturb_on_sharp.cljs
│   │           ├── do_disturb_on_two_tone.cljs
│   │           ├── do_disturb_outlined.cljs
│   │           ├── do_disturb_rounded.cljs
│   │           ├── do_disturb_sharp.cljs
│   │           ├── do_disturb_two_tone.cljs
│   │           ├── do_not_disturb.cljs
│   │           ├── do_not_disturb_alt.cljs
│   │           ├── do_not_disturb_alt_outlined.cljs
│   │           ├── do_not_disturb_alt_rounded.cljs
│   │           ├── do_not_disturb_alt_sharp.cljs
│   │           ├── do_not_disturb_alt_two_tone.cljs
│   │           ├── do_not_disturb_off.cljs
│   │           ├── do_not_disturb_off_outlined.cljs
│   │           ├── do_not_disturb_off_rounded.cljs
│   │           ├── do_not_disturb_off_sharp.cljs
│   │           ├── do_not_disturb_off_two_tone.cljs
│   │           ├── do_not_disturb_on.cljs
│   │           ├── do_not_disturb_on_outlined.cljs
│   │           ├── do_not_disturb_on_rounded.cljs
│   │           ├── do_not_disturb_on_sharp.cljs
│   │           ├── do_not_disturb_on_total_silence.cljs
│   │           ├── do_not_disturb_on_total_silence_outlined.cljs
│   │           ├── do_not_disturb_on_total_silence_rounded.cljs
│   │           ├── do_not_disturb_on_total_silence_sharp.cljs
│   │           ├── do_not_disturb_on_total_silence_two_tone.cljs
│   │           ├── do_not_disturb_on_two_tone.cljs
│   │           ├── do_not_disturb_outlined.cljs
│   │           ├── do_not_disturb_rounded.cljs
│   │           ├── do_not_disturb_sharp.cljs
│   │           ├── do_not_disturb_two_tone.cljs
│   │           ├── do_not_step.cljs
│   │           ├── do_not_step_outlined.cljs
│   │           ├── do_not_step_rounded.cljs
│   │           ├── do_not_step_sharp.cljs
│   │           ├── do_not_step_two_tone.cljs
│   │           ├── do_not_touch.cljs
│   │           ├── do_not_touch_outlined.cljs
│   │           ├── do_not_touch_rounded.cljs
│   │           ├── do_not_touch_sharp.cljs
│   │           ├── do_not_touch_two_tone.cljs
│   │           ├── dock.cljs
│   │           ├── dock_outlined.cljs
│   │           ├── dock_rounded.cljs
│   │           ├── dock_sharp.cljs
│   │           ├── dock_two_tone.cljs
│   │           ├── document_scanner.cljs
│   │           ├── document_scanner_outlined.cljs
│   │           ├── document_scanner_rounded.cljs
│   │           ├── document_scanner_sharp.cljs
│   │           ├── document_scanner_two_tone.cljs
│   │           ├── domain.cljs
│   │           ├── domain_add.cljs
│   │           ├── domain_add_outlined.cljs
│   │           ├── domain_add_rounded.cljs
│   │           ├── domain_add_sharp.cljs
│   │           ├── domain_add_two_tone.cljs
│   │           ├── domain_disabled.cljs
│   │           ├── domain_disabled_outlined.cljs
│   │           ├── domain_disabled_rounded.cljs
│   │           ├── domain_disabled_sharp.cljs
│   │           ├── domain_disabled_two_tone.cljs
│   │           ├── domain_outlined.cljs
│   │           ├── domain_rounded.cljs
│   │           ├── domain_sharp.cljs
│   │           ├── domain_two_tone.cljs
│   │           ├── domain_verification.cljs
│   │           ├── domain_verification_outlined.cljs
│   │           ├── domain_verification_rounded.cljs
│   │           ├── domain_verification_sharp.cljs
│   │           ├── domain_verification_two_tone.cljs
│   │           ├── done.cljs
│   │           ├── done_all.cljs
│   │           ├── done_all_outlined.cljs
│   │           ├── done_all_rounded.cljs
│   │           ├── done_all_sharp.cljs
│   │           ├── done_all_two_tone.cljs
│   │           ├── done_outline.cljs
│   │           ├── done_outline_outlined.cljs
│   │           ├── done_outline_rounded.cljs
│   │           ├── done_outline_sharp.cljs
│   │           ├── done_outline_two_tone.cljs
│   │           ├── done_outlined.cljs
│   │           ├── done_rounded.cljs
│   │           ├── done_sharp.cljs
│   │           ├── done_two_tone.cljs
│   │           ├── donut_large.cljs
│   │           ├── donut_large_outlined.cljs
│   │           ├── donut_large_rounded.cljs
│   │           ├── donut_large_sharp.cljs
│   │           ├── donut_large_two_tone.cljs
│   │           ├── donut_small.cljs
│   │           ├── donut_small_outlined.cljs
│   │           ├── donut_small_rounded.cljs
│   │           ├── donut_small_sharp.cljs
│   │           ├── donut_small_two_tone.cljs
│   │           ├── door_back.cljs
│   │           ├── door_back_outlined.cljs
│   │           ├── door_back_rounded.cljs
│   │           ├── door_back_sharp.cljs
│   │           ├── door_back_two_tone.cljs
│   │           ├── door_front.cljs
│   │           ├── door_front_outlined.cljs
│   │           ├── door_front_rounded.cljs
│   │           ├── door_front_sharp.cljs
│   │           ├── door_front_two_tone.cljs
│   │           ├── door_sliding.cljs
│   │           ├── door_sliding_outlined.cljs
│   │           ├── door_sliding_rounded.cljs
│   │           ├── door_sliding_sharp.cljs
│   │           ├── door_sliding_two_tone.cljs
│   │           ├── doorbell.cljs
│   │           ├── doorbell_outlined.cljs
│   │           ├── doorbell_rounded.cljs
│   │           ├── doorbell_sharp.cljs
│   │           ├── doorbell_two_tone.cljs
│   │           ├── double_arrow.cljs
│   │           ├── double_arrow_outlined.cljs
│   │           ├── double_arrow_rounded.cljs
│   │           ├── double_arrow_sharp.cljs
│   │           ├── double_arrow_two_tone.cljs
│   │           ├── downhill_skiing.cljs
│   │           ├── downhill_skiing_outlined.cljs
│   │           ├── downhill_skiing_rounded.cljs
│   │           ├── downhill_skiing_sharp.cljs
│   │           ├── downhill_skiing_two_tone.cljs
│   │           ├── download.cljs
│   │           ├── download_done.cljs
│   │           ├── download_done_outlined.cljs
│   │           ├── download_done_rounded.cljs
│   │           ├── download_done_sharp.cljs
│   │           ├── download_done_two_tone.cljs
│   │           ├── download_for_offline.cljs
│   │           ├── download_for_offline_outlined.cljs
│   │           ├── download_for_offline_rounded.cljs
│   │           ├── download_for_offline_sharp.cljs
│   │           ├── download_for_offline_two_tone.cljs
│   │           ├── download_outlined.cljs
│   │           ├── download_rounded.cljs
│   │           ├── download_sharp.cljs
│   │           ├── download_two_tone.cljs
│   │           ├── downloading.cljs
│   │           ├── downloading_outlined.cljs
│   │           ├── downloading_rounded.cljs
│   │           ├── downloading_sharp.cljs
│   │           ├── downloading_two_tone.cljs
│   │           ├── drafts.cljs
│   │           ├── drafts_outlined.cljs
│   │           ├── drafts_rounded.cljs
│   │           ├── drafts_sharp.cljs
│   │           ├── drafts_two_tone.cljs
│   │           ├── drag_handle.cljs
│   │           ├── drag_handle_outlined.cljs
│   │           ├── drag_handle_rounded.cljs
│   │           ├── drag_handle_sharp.cljs
│   │           ├── drag_handle_two_tone.cljs
│   │           ├── drag_indicator.cljs
│   │           ├── drag_indicator_outlined.cljs
│   │           ├── drag_indicator_rounded.cljs
│   │           ├── drag_indicator_sharp.cljs
│   │           ├── drag_indicator_two_tone.cljs
│   │           ├── drive_eta.cljs
│   │           ├── drive_eta_outlined.cljs
│   │           ├── drive_eta_rounded.cljs
│   │           ├── drive_eta_sharp.cljs
│   │           ├── drive_eta_two_tone.cljs
│   │           ├── drive_file_move.cljs
│   │           ├── drive_file_move_outlined.cljs
│   │           ├── drive_file_move_rounded.cljs
│   │           ├── drive_file_move_sharp.cljs
│   │           ├── drive_file_move_two_tone.cljs
│   │           ├── drive_file_rename_outline.cljs
│   │           ├── drive_file_rename_outline_outlined.cljs
│   │           ├── drive_file_rename_outline_rounded.cljs
│   │           ├── drive_file_rename_outline_sharp.cljs
│   │           ├── drive_file_rename_outline_two_tone.cljs
│   │           ├── drive_folder_upload.cljs
│   │           ├── drive_folder_upload_outlined.cljs
│   │           ├── drive_folder_upload_rounded.cljs
│   │           ├── drive_folder_upload_sharp.cljs
│   │           ├── drive_folder_upload_two_tone.cljs
│   │           ├── dry.cljs
│   │           ├── dry_cleaning.cljs
│   │           ├── dry_cleaning_outlined.cljs
│   │           ├── dry_cleaning_rounded.cljs
│   │           ├── dry_cleaning_sharp.cljs
│   │           ├── dry_cleaning_two_tone.cljs
│   │           ├── dry_outlined.cljs
│   │           ├── dry_rounded.cljs
│   │           ├── dry_sharp.cljs
│   │           ├── dry_two_tone.cljs
│   │           ├── duo.cljs
│   │           ├── duo_outlined.cljs
│   │           ├── duo_rounded.cljs
│   │           ├── duo_sharp.cljs
│   │           ├── duo_two_tone.cljs
│   │           ├── dvr.cljs
│   │           ├── dvr_outlined.cljs
│   │           ├── dvr_rounded.cljs
│   │           ├── dvr_sharp.cljs
│   │           ├── dvr_two_tone.cljs
│   │           ├── dynamic_feed.cljs
│   │           ├── dynamic_feed_outlined.cljs
│   │           ├── dynamic_feed_rounded.cljs
│   │           ├── dynamic_feed_sharp.cljs
│   │           ├── dynamic_feed_two_tone.cljs
│   │           ├── dynamic_form.cljs
│   │           ├── dynamic_form_outlined.cljs
│   │           ├── dynamic_form_rounded.cljs
│   │           ├── dynamic_form_sharp.cljs
│   │           ├── dynamic_form_two_tone.cljs
│   │           ├── e_mobiledata.cljs
│   │           ├── e_mobiledata_outlined.cljs
│   │           ├── e_mobiledata_rounded.cljs
│   │           ├── e_mobiledata_sharp.cljs
│   │           ├── e_mobiledata_two_tone.cljs
│   │           ├── earbuds.cljs
│   │           ├── earbuds_battery.cljs
│   │           ├── earbuds_battery_outlined.cljs
│   │           ├── earbuds_battery_rounded.cljs
│   │           ├── earbuds_battery_sharp.cljs
│   │           ├── earbuds_battery_two_tone.cljs
│   │           ├── earbuds_outlined.cljs
│   │           ├── earbuds_rounded.cljs
│   │           ├── earbuds_sharp.cljs
│   │           ├── earbuds_two_tone.cljs
│   │           ├── east.cljs
│   │           ├── east_outlined.cljs
│   │           ├── east_rounded.cljs
│   │           ├── east_sharp.cljs
│   │           ├── east_two_tone.cljs
│   │           ├── edgesensor_high.cljs
│   │           ├── edgesensor_high_outlined.cljs
│   │           ├── edgesensor_high_rounded.cljs
│   │           ├── edgesensor_high_sharp.cljs
│   │           ├── edgesensor_high_two_tone.cljs
│   │           ├── edgesensor_low.cljs
│   │           ├── edgesensor_low_outlined.cljs
│   │           ├── edgesensor_low_rounded.cljs
│   │           ├── edgesensor_low_sharp.cljs
│   │           ├── edgesensor_low_two_tone.cljs
│   │           ├── edit.cljs
│   │           ├── edit_attributes.cljs
│   │           ├── edit_attributes_outlined.cljs
│   │           ├── edit_attributes_rounded.cljs
│   │           ├── edit_attributes_sharp.cljs
│   │           ├── edit_attributes_two_tone.cljs
│   │           ├── edit_location.cljs
│   │           ├── edit_location_alt.cljs
│   │           ├── edit_location_alt_outlined.cljs
│   │           ├── edit_location_alt_rounded.cljs
│   │           ├── edit_location_alt_sharp.cljs
│   │           ├── edit_location_alt_two_tone.cljs
│   │           ├── edit_location_outlined.cljs
│   │           ├── edit_location_rounded.cljs
│   │           ├── edit_location_sharp.cljs
│   │           ├── edit_location_two_tone.cljs
│   │           ├── edit_notifications.cljs
│   │           ├── edit_notifications_outlined.cljs
│   │           ├── edit_notifications_rounded.cljs
│   │           ├── edit_notifications_sharp.cljs
│   │           ├── edit_notifications_two_tone.cljs
│   │           ├── edit_off.cljs
│   │           ├── edit_off_outlined.cljs
│   │           ├── edit_off_rounded.cljs
│   │           ├── edit_off_sharp.cljs
│   │           ├── edit_off_two_tone.cljs
│   │           ├── edit_outlined.cljs
│   │           ├── edit_road.cljs
│   │           ├── edit_road_outlined.cljs
│   │           ├── edit_road_rounded.cljs
│   │           ├── edit_road_sharp.cljs
│   │           ├── edit_road_two_tone.cljs
│   │           ├── edit_rounded.cljs
│   │           ├── edit_sharp.cljs
│   │           ├── edit_two_tone.cljs
│   │           ├── egg.cljs
│   │           ├── egg_alt.cljs
│   │           ├── egg_alt_outlined.cljs
│   │           ├── egg_alt_rounded.cljs
│   │           ├── egg_alt_sharp.cljs
│   │           ├── egg_alt_two_tone.cljs
│   │           ├── egg_outlined.cljs
│   │           ├── egg_rounded.cljs
│   │           ├── egg_sharp.cljs
│   │           ├── egg_two_tone.cljs
│   │           ├── eight_k.cljs
│   │           ├── eight_k_outlined.cljs
│   │           ├── eight_k_plus.cljs
│   │           ├── eight_k_plus_outlined.cljs
│   │           ├── eight_k_plus_rounded.cljs
│   │           ├── eight_k_plus_sharp.cljs
│   │           ├── eight_k_plus_two_tone.cljs
│   │           ├── eight_k_rounded.cljs
│   │           ├── eight_k_sharp.cljs
│   │           ├── eight_k_two_tone.cljs
│   │           ├── eight_mp.cljs
│   │           ├── eight_mp_outlined.cljs
│   │           ├── eight_mp_rounded.cljs
│   │           ├── eight_mp_sharp.cljs
│   │           ├── eight_mp_two_tone.cljs
│   │           ├── eighteen_mp.cljs
│   │           ├── eighteen_mp_outlined.cljs
│   │           ├── eighteen_mp_rounded.cljs
│   │           ├── eighteen_mp_sharp.cljs
│   │           ├── eighteen_mp_two_tone.cljs
│   │           ├── eighteen_up_rating.cljs
│   │           ├── eighteen_up_rating_outlined.cljs
│   │           ├── eighteen_up_rating_rounded.cljs
│   │           ├── eighteen_up_rating_sharp.cljs
│   │           ├── eighteen_up_rating_two_tone.cljs
│   │           ├── eightteen_mp.cljs
│   │           ├── eightteen_mp_outlined.cljs
│   │           ├── eightteen_mp_rounded.cljs
│   │           ├── eightteen_mp_sharp.cljs
│   │           ├── eightteen_mp_two_tone.cljs
│   │           ├── eject.cljs
│   │           ├── eject_outlined.cljs
│   │           ├── eject_rounded.cljs
│   │           ├── eject_sharp.cljs
│   │           ├── eject_two_tone.cljs
│   │           ├── elderly.cljs
│   │           ├── elderly_outlined.cljs
│   │           ├── elderly_rounded.cljs
│   │           ├── elderly_sharp.cljs
│   │           ├── elderly_two_tone.cljs
│   │           ├── elderly_woman.cljs
│   │           ├── elderly_woman_outlined.cljs
│   │           ├── elderly_woman_rounded.cljs
│   │           ├── elderly_woman_sharp.cljs
│   │           ├── elderly_woman_two_tone.cljs
│   │           ├── electric_bike.cljs
│   │           ├── electric_bike_outlined.cljs
│   │           ├── electric_bike_rounded.cljs
│   │           ├── electric_bike_sharp.cljs
│   │           ├── electric_bike_two_tone.cljs
│   │           ├── electric_bolt.cljs
│   │           ├── electric_bolt_outlined.cljs
│   │           ├── electric_bolt_rounded.cljs
│   │           ├── electric_bolt_sharp.cljs
│   │           ├── electric_bolt_two_tone.cljs
│   │           ├── electric_car.cljs
│   │           ├── electric_car_outlined.cljs
│   │           ├── electric_car_rounded.cljs
│   │           ├── electric_car_sharp.cljs
│   │           ├── electric_car_two_tone.cljs
│   │           ├── electric_meter.cljs
│   │           ├── electric_meter_outlined.cljs
│   │           ├── electric_meter_rounded.cljs
│   │           ├── electric_meter_sharp.cljs
│   │           ├── electric_meter_two_tone.cljs
│   │           ├── electric_moped.cljs
│   │           ├── electric_moped_outlined.cljs
│   │           ├── electric_moped_rounded.cljs
│   │           ├── electric_moped_sharp.cljs
│   │           ├── electric_moped_two_tone.cljs
│   │           ├── electric_rickshaw.cljs
│   │           ├── electric_rickshaw_outlined.cljs
│   │           ├── electric_rickshaw_rounded.cljs
│   │           ├── electric_rickshaw_sharp.cljs
│   │           ├── electric_rickshaw_two_tone.cljs
│   │           ├── electric_scooter.cljs
│   │           ├── electric_scooter_outlined.cljs
│   │           ├── electric_scooter_rounded.cljs
│   │           ├── electric_scooter_sharp.cljs
│   │           ├── electric_scooter_two_tone.cljs
│   │           ├── electrical_services.cljs
│   │           ├── electrical_services_outlined.cljs
│   │           ├── electrical_services_rounded.cljs
│   │           ├── electrical_services_sharp.cljs
│   │           ├── electrical_services_two_tone.cljs
│   │           ├── elevator.cljs
│   │           ├── elevator_outlined.cljs
│   │           ├── elevator_rounded.cljs
│   │           ├── elevator_sharp.cljs
│   │           ├── elevator_two_tone.cljs
│   │           ├── eleven_mp.cljs
│   │           ├── eleven_mp_outlined.cljs
│   │           ├── eleven_mp_rounded.cljs
│   │           ├── eleven_mp_sharp.cljs
│   │           ├── eleven_mp_two_tone.cljs
│   │           ├── email.cljs
│   │           ├── email_outlined.cljs
│   │           ├── email_rounded.cljs
│   │           ├── email_sharp.cljs
│   │           ├── email_two_tone.cljs
│   │           ├── emergency_recording.cljs
│   │           ├── emergency_recording_outlined.cljs
│   │           ├── emergency_recording_rounded.cljs
│   │           ├── emergency_recording_sharp.cljs
│   │           ├── emergency_recording_two_tone.cljs
│   │           ├── emergency_share.cljs
│   │           ├── emergency_share_outlined.cljs
│   │           ├── emergency_share_rounded.cljs
│   │           ├── emergency_share_sharp.cljs
│   │           ├── emergency_share_two_tone.cljs
│   │           ├── emoji_emotions.cljs
│   │           ├── emoji_emotions_outlined.cljs
│   │           ├── emoji_emotions_rounded.cljs
│   │           ├── emoji_emotions_sharp.cljs
│   │           ├── emoji_emotions_two_tone.cljs
│   │           ├── emoji_events.cljs
│   │           ├── emoji_events_outlined.cljs
│   │           ├── emoji_events_rounded.cljs
│   │           ├── emoji_events_sharp.cljs
│   │           ├── emoji_events_two_tone.cljs
│   │           ├── emoji_flags.cljs
│   │           ├── emoji_flags_outlined.cljs
│   │           ├── emoji_flags_rounded.cljs
│   │           ├── emoji_flags_sharp.cljs
│   │           ├── emoji_flags_two_tone.cljs
│   │           ├── emoji_food_beverage.cljs
│   │           ├── emoji_food_beverage_outlined.cljs
│   │           ├── emoji_food_beverage_rounded.cljs
│   │           ├── emoji_food_beverage_sharp.cljs
│   │           ├── emoji_food_beverage_two_tone.cljs
│   │           ├── emoji_nature.cljs
│   │           ├── emoji_nature_outlined.cljs
│   │           ├── emoji_nature_rounded.cljs
│   │           ├── emoji_nature_sharp.cljs
│   │           ├── emoji_nature_two_tone.cljs
│   │           ├── emoji_objects.cljs
│   │           ├── emoji_objects_outlined.cljs
│   │           ├── emoji_objects_rounded.cljs
│   │           ├── emoji_objects_sharp.cljs
│   │           ├── emoji_objects_two_tone.cljs
│   │           ├── emoji_people.cljs
│   │           ├── emoji_people_outlined.cljs
│   │           ├── emoji_people_rounded.cljs
│   │           ├── emoji_people_sharp.cljs
│   │           ├── emoji_people_two_tone.cljs
│   │           ├── emoji_symbols.cljs
│   │           ├── emoji_symbols_outlined.cljs
│   │           ├── emoji_symbols_rounded.cljs
│   │           ├── emoji_symbols_sharp.cljs
│   │           ├── emoji_symbols_two_tone.cljs
│   │           ├── emoji_transportation.cljs
│   │           ├── emoji_transportation_outlined.cljs
│   │           ├── emoji_transportation_rounded.cljs
│   │           ├── emoji_transportation_sharp.cljs
│   │           ├── emoji_transportation_two_tone.cljs
│   │           ├── energy_savings_leaf.cljs
│   │           ├── energy_savings_leaf_outlined.cljs
│   │           ├── energy_savings_leaf_rounded.cljs
│   │           ├── energy_savings_leaf_sharp.cljs
│   │           ├── energy_savings_leaf_two_tone.cljs
│   │           ├── engineering.cljs
│   │           ├── engineering_outlined.cljs
│   │           ├── engineering_rounded.cljs
│   │           ├── engineering_sharp.cljs
│   │           ├── engineering_two_tone.cljs
│   │           ├── enhanced_encryption.cljs
│   │           ├── enhanced_encryption_outlined.cljs
│   │           ├── enhanced_encryption_rounded.cljs
│   │           ├── enhanced_encryption_sharp.cljs
│   │           ├── enhanced_encryption_two_tone.cljs
│   │           ├── equalizer.cljs
│   │           ├── equalizer_outlined.cljs
│   │           ├── equalizer_rounded.cljs
│   │           ├── equalizer_sharp.cljs
│   │           ├── equalizer_two_tone.cljs
│   │           ├── error.cljs
│   │           ├── error_outline.cljs
│   │           ├── error_outline_outlined.cljs
│   │           ├── error_outline_rounded.cljs
│   │           ├── error_outline_sharp.cljs
│   │           ├── error_outline_two_tone.cljs
│   │           ├── error_outlined.cljs
│   │           ├── error_rounded.cljs
│   │           ├── error_sharp.cljs
│   │           ├── error_two_tone.cljs
│   │           ├── escalator.cljs
│   │           ├── escalator_outlined.cljs
│   │           ├── escalator_rounded.cljs
│   │           ├── escalator_sharp.cljs
│   │           ├── escalator_two_tone.cljs
│   │           ├── escalator_warning.cljs
│   │           ├── escalator_warning_outlined.cljs
│   │           ├── escalator_warning_rounded.cljs
│   │           ├── escalator_warning_sharp.cljs
│   │           ├── escalator_warning_two_tone.cljs
│   │           ├── euro.cljs
│   │           ├── euro_outlined.cljs
│   │           ├── euro_rounded.cljs
│   │           ├── euro_sharp.cljs
│   │           ├── euro_symbol.cljs
│   │           ├── euro_symbol_outlined.cljs
│   │           ├── euro_symbol_rounded.cljs
│   │           ├── euro_symbol_sharp.cljs
│   │           ├── euro_symbol_two_tone.cljs
│   │           ├── euro_two_tone.cljs
│   │           ├── ev_station.cljs
│   │           ├── ev_station_outlined.cljs
│   │           ├── ev_station_rounded.cljs
│   │           ├── ev_station_sharp.cljs
│   │           ├── ev_station_two_tone.cljs
│   │           ├── event.cljs
│   │           ├── event_available.cljs
│   │           ├── event_available_outlined.cljs
│   │           ├── event_available_rounded.cljs
│   │           ├── event_available_sharp.cljs
│   │           ├── event_available_two_tone.cljs
│   │           ├── event_busy.cljs
│   │           ├── event_busy_outlined.cljs
│   │           ├── event_busy_rounded.cljs
│   │           ├── event_busy_sharp.cljs
│   │           ├── event_busy_two_tone.cljs
│   │           ├── event_note.cljs
│   │           ├── event_note_outlined.cljs
│   │           ├── event_note_rounded.cljs
│   │           ├── event_note_sharp.cljs
│   │           ├── event_note_two_tone.cljs
│   │           ├── event_outlined.cljs
│   │           ├── event_repeat.cljs
│   │           ├── event_repeat_outlined.cljs
│   │           ├── event_repeat_rounded.cljs
│   │           ├── event_repeat_sharp.cljs
│   │           ├── event_repeat_two_tone.cljs
│   │           ├── event_rounded.cljs
│   │           ├── event_seat.cljs
│   │           ├── event_seat_outlined.cljs
│   │           ├── event_seat_rounded.cljs
│   │           ├── event_seat_sharp.cljs
│   │           ├── event_seat_two_tone.cljs
│   │           ├── event_sharp.cljs
│   │           ├── event_two_tone.cljs
│   │           ├── exit_to_app.cljs
│   │           ├── exit_to_app_outlined.cljs
│   │           ├── exit_to_app_rounded.cljs
│   │           ├── exit_to_app_sharp.cljs
│   │           ├── exit_to_app_two_tone.cljs
│   │           ├── expand.cljs
│   │           ├── expand_circle_down.cljs
│   │           ├── expand_circle_down_outlined.cljs
│   │           ├── expand_circle_down_rounded.cljs
│   │           ├── expand_circle_down_sharp.cljs
│   │           ├── expand_circle_down_two_tone.cljs
│   │           ├── expand_less.cljs
│   │           ├── expand_less_outlined.cljs
│   │           ├── expand_less_rounded.cljs
│   │           ├── expand_less_sharp.cljs
│   │           ├── expand_less_two_tone.cljs
│   │           ├── expand_more.cljs
│   │           ├── expand_more_outlined.cljs
│   │           ├── expand_more_rounded.cljs
│   │           ├── expand_more_sharp.cljs
│   │           ├── expand_more_two_tone.cljs
│   │           ├── expand_outlined.cljs
│   │           ├── expand_rounded.cljs
│   │           ├── expand_sharp.cljs
│   │           ├── expand_two_tone.cljs
│   │           ├── explicit.cljs
│   │           ├── explicit_outlined.cljs
│   │           ├── explicit_rounded.cljs
│   │           ├── explicit_sharp.cljs
│   │           ├── explicit_two_tone.cljs
│   │           ├── explore.cljs
│   │           ├── explore_off.cljs
│   │           ├── explore_off_outlined.cljs
│   │           ├── explore_off_rounded.cljs
│   │           ├── explore_off_sharp.cljs
│   │           ├── explore_off_two_tone.cljs
│   │           ├── explore_outlined.cljs
│   │           ├── explore_rounded.cljs
│   │           ├── explore_sharp.cljs
│   │           ├── explore_two_tone.cljs
│   │           ├── exposure.cljs
│   │           ├── exposure_outlined.cljs
│   │           ├── exposure_rounded.cljs
│   │           ├── exposure_sharp.cljs
│   │           ├── exposure_two_tone.cljs
│   │           ├── extension.cljs
│   │           ├── extension_off.cljs
│   │           ├── extension_off_outlined.cljs
│   │           ├── extension_off_rounded.cljs
│   │           ├── extension_off_sharp.cljs
│   │           ├── extension_off_two_tone.cljs
│   │           ├── extension_outlined.cljs
│   │           ├── extension_rounded.cljs
│   │           ├── extension_sharp.cljs
│   │           ├── extension_two_tone.cljs
│   │           ├── face.cljs
│   │           ├── face_2.cljs
│   │           ├── face_2_outlined.cljs
│   │           ├── face_2_rounded.cljs
│   │           ├── face_2_sharp.cljs
│   │           ├── face_2_two_tone.cljs
│   │           ├── face_3.cljs
│   │           ├── face_3_outlined.cljs
│   │           ├── face_3_rounded.cljs
│   │           ├── face_3_sharp.cljs
│   │           ├── face_3_two_tone.cljs
│   │           ├── face_4.cljs
│   │           ├── face_4_outlined.cljs
│   │           ├── face_4_rounded.cljs
│   │           ├── face_4_sharp.cljs
│   │           ├── face_4_two_tone.cljs
│   │           ├── face_5.cljs
│   │           ├── face_5_outlined.cljs
│   │           ├── face_5_rounded.cljs
│   │           ├── face_5_sharp.cljs
│   │           ├── face_5_two_tone.cljs
│   │           ├── face_6.cljs
│   │           ├── face_6_outlined.cljs
│   │           ├── face_6_rounded.cljs
│   │           ├── face_6_sharp.cljs
│   │           ├── face_6_two_tone.cljs
│   │           ├── face_outlined.cljs
│   │           ├── face_retouching_natural.cljs
│   │           ├── face_retouching_natural_outlined.cljs
│   │           ├── face_retouching_natural_rounded.cljs
│   │           ├── face_retouching_natural_sharp.cljs
│   │           ├── face_retouching_natural_two_tone.cljs
│   │           ├── face_retouching_off.cljs
│   │           ├── face_retouching_off_outlined.cljs
│   │           ├── face_retouching_off_rounded.cljs
│   │           ├── face_retouching_off_sharp.cljs
│   │           ├── face_retouching_off_two_tone.cljs
│   │           ├── face_rounded.cljs
│   │           ├── face_sharp.cljs
│   │           ├── face_two_tone.cljs
│   │           ├── facebook.cljs
│   │           ├── facebook_outlined.cljs
│   │           ├── facebook_rounded.cljs
│   │           ├── facebook_sharp.cljs
│   │           ├── facebook_two_tone.cljs
│   │           ├── fact_check.cljs
│   │           ├── fact_check_outlined.cljs
│   │           ├── fact_check_rounded.cljs
│   │           ├── fact_check_sharp.cljs
│   │           ├── fact_check_two_tone.cljs
│   │           ├── factory.cljs
│   │           ├── factory_outlined.cljs
│   │           ├── factory_rounded.cljs
│   │           ├── factory_sharp.cljs
│   │           ├── factory_two_tone.cljs
│   │           ├── family_restroom.cljs
│   │           ├── family_restroom_outlined.cljs
│   │           ├── family_restroom_rounded.cljs
│   │           ├── family_restroom_sharp.cljs
│   │           ├── family_restroom_two_tone.cljs
│   │           ├── fast_forward.cljs
│   │           ├── fast_forward_outlined.cljs
│   │           ├── fast_forward_rounded.cljs
│   │           ├── fast_forward_sharp.cljs
│   │           ├── fast_forward_two_tone.cljs
│   │           ├── fast_rewind.cljs
│   │           ├── fast_rewind_outlined.cljs
│   │           ├── fast_rewind_rounded.cljs
│   │           ├── fast_rewind_sharp.cljs
│   │           ├── fast_rewind_two_tone.cljs
│   │           ├── fastfood.cljs
│   │           ├── fastfood_outlined.cljs
│   │           ├── fastfood_rounded.cljs
│   │           ├── fastfood_sharp.cljs
│   │           ├── fastfood_two_tone.cljs
│   │           ├── favorite.cljs
│   │           ├── favorite_border.cljs
│   │           ├── favorite_border_outlined.cljs
│   │           ├── favorite_border_rounded.cljs
│   │           ├── favorite_border_sharp.cljs
│   │           ├── favorite_border_two_tone.cljs
│   │           ├── favorite_outlined.cljs
│   │           ├── favorite_rounded.cljs
│   │           ├── favorite_sharp.cljs
│   │           ├── favorite_two_tone.cljs
│   │           ├── fax.cljs
│   │           ├── fax_outlined.cljs
│   │           ├── fax_rounded.cljs
│   │           ├── fax_sharp.cljs
│   │           ├── fax_two_tone.cljs
│   │           ├── featured_play_list.cljs
│   │           ├── featured_play_list_outlined.cljs
│   │           ├── featured_play_list_rounded.cljs
│   │           ├── featured_play_list_sharp.cljs
│   │           ├── featured_play_list_two_tone.cljs
│   │           ├── featured_video.cljs
│   │           ├── featured_video_outlined.cljs
│   │           ├── featured_video_rounded.cljs
│   │           ├── featured_video_sharp.cljs
│   │           ├── featured_video_two_tone.cljs
│   │           ├── feed.cljs
│   │           ├── feed_outlined.cljs
│   │           ├── feed_rounded.cljs
│   │           ├── feed_sharp.cljs
│   │           ├── feed_two_tone.cljs
│   │           ├── feedback.cljs
│   │           ├── feedback_outlined.cljs
│   │           ├── feedback_rounded.cljs
│   │           ├── feedback_sharp.cljs
│   │           ├── feedback_two_tone.cljs
│   │           ├── female.cljs
│   │           ├── female_outlined.cljs
│   │           ├── female_rounded.cljs
│   │           ├── female_sharp.cljs
│   │           ├── female_two_tone.cljs
│   │           ├── fence.cljs
│   │           ├── fence_outlined.cljs
│   │           ├── fence_rounded.cljs
│   │           ├── fence_sharp.cljs
│   │           ├── fence_two_tone.cljs
│   │           ├── festival.cljs
│   │           ├── festival_outlined.cljs
│   │           ├── festival_rounded.cljs
│   │           ├── festival_sharp.cljs
│   │           ├── festival_two_tone.cljs
│   │           ├── fiber_dvr.cljs
│   │           ├── fiber_dvr_outlined.cljs
│   │           ├── fiber_dvr_rounded.cljs
│   │           ├── fiber_dvr_sharp.cljs
│   │           ├── fiber_dvr_two_tone.cljs
│   │           ├── fiber_manual_record.cljs
│   │           ├── fiber_manual_record_outlined.cljs
│   │           ├── fiber_manual_record_rounded.cljs
│   │           ├── fiber_manual_record_sharp.cljs
│   │           ├── fiber_manual_record_two_tone.cljs
│   │           ├── fiber_new.cljs
│   │           ├── fiber_new_outlined.cljs
│   │           ├── fiber_new_rounded.cljs
│   │           ├── fiber_new_sharp.cljs
│   │           ├── fiber_new_two_tone.cljs
│   │           ├── fiber_pin.cljs
│   │           ├── fiber_pin_outlined.cljs
│   │           ├── fiber_pin_rounded.cljs
│   │           ├── fiber_pin_sharp.cljs
│   │           ├── fiber_pin_two_tone.cljs
│   │           ├── fiber_smart_record.cljs
│   │           ├── fiber_smart_record_outlined.cljs
│   │           ├── fiber_smart_record_rounded.cljs
│   │           ├── fiber_smart_record_sharp.cljs
│   │           ├── fiber_smart_record_two_tone.cljs
│   │           ├── fifteen_mp.cljs
│   │           ├── fifteen_mp_outlined.cljs
│   │           ├── fifteen_mp_rounded.cljs
│   │           ├── fifteen_mp_sharp.cljs
│   │           ├── fifteen_mp_two_tone.cljs
│   │           ├── file_copy.cljs
│   │           ├── file_copy_outlined.cljs
│   │           ├── file_copy_rounded.cljs
│   │           ├── file_copy_sharp.cljs
│   │           ├── file_copy_two_tone.cljs
│   │           ├── file_download.cljs
│   │           ├── file_download_done.cljs
│   │           ├── file_download_done_outlined.cljs
│   │           ├── file_download_done_rounded.cljs
│   │           ├── file_download_done_sharp.cljs
│   │           ├── file_download_done_two_tone.cljs
│   │           ├── file_download_off.cljs
│   │           ├── file_download_off_outlined.cljs
│   │           ├── file_download_off_rounded.cljs
│   │           ├── file_download_off_sharp.cljs
│   │           ├── file_download_off_two_tone.cljs
│   │           ├── file_download_outlined.cljs
│   │           ├── file_download_rounded.cljs
│   │           ├── file_download_sharp.cljs
│   │           ├── file_download_two_tone.cljs
│   │           ├── file_open.cljs
│   │           ├── file_open_outlined.cljs
│   │           ├── file_open_rounded.cljs
│   │           ├── file_open_sharp.cljs
│   │           ├── file_open_two_tone.cljs
│   │           ├── file_present.cljs
│   │           ├── file_present_outlined.cljs
│   │           ├── file_present_rounded.cljs
│   │           ├── file_present_sharp.cljs
│   │           ├── file_present_two_tone.cljs
│   │           ├── file_upload.cljs
│   │           ├── file_upload_outlined.cljs
│   │           ├── file_upload_rounded.cljs
│   │           ├── file_upload_sharp.cljs
│   │           ├── file_upload_two_tone.cljs
│   │           ├── filter.cljs
│   │           ├── filter_1.cljs
│   │           ├── filter_1_outlined.cljs
│   │           ├── filter_1_rounded.cljs
│   │           ├── filter_1_sharp.cljs
│   │           ├── filter_1_two_tone.cljs
│   │           ├── filter_2.cljs
│   │           ├── filter_2_outlined.cljs
│   │           ├── filter_2_rounded.cljs
│   │           ├── filter_2_sharp.cljs
│   │           ├── filter_2_two_tone.cljs
│   │           ├── filter_3.cljs
│   │           ├── filter_3_outlined.cljs
│   │           ├── filter_3_rounded.cljs
│   │           ├── filter_3_sharp.cljs
│   │           ├── filter_3_two_tone.cljs
│   │           ├── filter_4.cljs
│   │           ├── filter_4_outlined.cljs
│   │           ├── filter_4_rounded.cljs
│   │           ├── filter_4_sharp.cljs
│   │           ├── filter_4_two_tone.cljs
│   │           ├── filter_5.cljs
│   │           ├── filter_5_outlined.cljs
│   │           ├── filter_5_rounded.cljs
│   │           ├── filter_5_sharp.cljs
│   │           ├── filter_5_two_tone.cljs
│   │           ├── filter_6.cljs
│   │           ├── filter_6_outlined.cljs
│   │           ├── filter_6_rounded.cljs
│   │           ├── filter_6_sharp.cljs
│   │           ├── filter_6_two_tone.cljs
│   │           ├── filter_7.cljs
│   │           ├── filter_7_outlined.cljs
│   │           ├── filter_7_rounded.cljs
│   │           ├── filter_7_sharp.cljs
│   │           ├── filter_7_two_tone.cljs
│   │           ├── filter_8.cljs
│   │           ├── filter_8_outlined.cljs
│   │           ├── filter_8_rounded.cljs
│   │           ├── filter_8_sharp.cljs
│   │           ├── filter_8_two_tone.cljs
│   │           ├── filter_9.cljs
│   │           ├── filter_9_outlined.cljs
│   │           ├── filter_9_plus.cljs
│   │           ├── filter_9_plus_outlined.cljs
│   │           ├── filter_9_plus_rounded.cljs
│   │           ├── filter_9_plus_sharp.cljs
│   │           ├── filter_9_plus_two_tone.cljs
│   │           ├── filter_9_rounded.cljs
│   │           ├── filter_9_sharp.cljs
│   │           ├── filter_9_two_tone.cljs
│   │           ├── filter_alt.cljs
│   │           ├── filter_alt_off.cljs
│   │           ├── filter_alt_off_outlined.cljs
│   │           ├── filter_alt_off_rounded.cljs
│   │           ├── filter_alt_off_sharp.cljs
│   │           ├── filter_alt_off_two_tone.cljs
│   │           ├── filter_alt_outlined.cljs
│   │           ├── filter_alt_rounded.cljs
│   │           ├── filter_alt_sharp.cljs
│   │           ├── filter_alt_two_tone.cljs
│   │           ├── filter_b_and_w.cljs
│   │           ├── filter_b_and_w_outlined.cljs
│   │           ├── filter_b_and_w_rounded.cljs
│   │           ├── filter_b_and_w_sharp.cljs
│   │           ├── filter_b_and_w_two_tone.cljs
│   │           ├── filter_center_focus.cljs
│   │           ├── filter_center_focus_outlined.cljs
│   │           ├── filter_center_focus_rounded.cljs
│   │           ├── filter_center_focus_sharp.cljs
│   │           ├── filter_center_focus_two_tone.cljs
│   │           ├── filter_drama.cljs
│   │           ├── filter_drama_outlined.cljs
│   │           ├── filter_drama_rounded.cljs
│   │           ├── filter_drama_sharp.cljs
│   │           ├── filter_drama_two_tone.cljs
│   │           ├── filter_frames.cljs
│   │           ├── filter_frames_outlined.cljs
│   │           ├── filter_frames_rounded.cljs
│   │           ├── filter_frames_sharp.cljs
│   │           ├── filter_frames_two_tone.cljs
│   │           ├── filter_hdr.cljs
│   │           ├── filter_hdr_outlined.cljs
│   │           ├── filter_hdr_rounded.cljs
│   │           ├── filter_hdr_sharp.cljs
│   │           ├── filter_hdr_two_tone.cljs
│   │           ├── filter_list.cljs
│   │           ├── filter_list_off.cljs
│   │           ├── filter_list_off_outlined.cljs
│   │           ├── filter_list_off_rounded.cljs
│   │           ├── filter_list_off_sharp.cljs
│   │           ├── filter_list_off_two_tone.cljs
│   │           ├── filter_list_outlined.cljs
│   │           ├── filter_list_rounded.cljs
│   │           ├── filter_list_sharp.cljs
│   │           ├── filter_list_two_tone.cljs
│   │           ├── filter_none.cljs
│   │           ├── filter_none_outlined.cljs
│   │           ├── filter_none_rounded.cljs
│   │           ├── filter_none_sharp.cljs
│   │           ├── filter_none_two_tone.cljs
│   │           ├── filter_outlined.cljs
│   │           ├── filter_rounded.cljs
│   │           ├── filter_sharp.cljs
│   │           ├── filter_tilt_shift.cljs
│   │           ├── filter_tilt_shift_outlined.cljs
│   │           ├── filter_tilt_shift_rounded.cljs
│   │           ├── filter_tilt_shift_sharp.cljs
│   │           ├── filter_tilt_shift_two_tone.cljs
│   │           ├── filter_two_tone.cljs
│   │           ├── filter_vintage.cljs
│   │           ├── filter_vintage_outlined.cljs
│   │           ├── filter_vintage_rounded.cljs
│   │           ├── filter_vintage_sharp.cljs
│   │           ├── filter_vintage_two_tone.cljs
│   │           ├── find_in_page.cljs
│   │           ├── find_in_page_outlined.cljs
│   │           ├── find_in_page_rounded.cljs
│   │           ├── find_in_page_sharp.cljs
│   │           ├── find_in_page_two_tone.cljs
│   │           ├── find_replace.cljs
│   │           ├── find_replace_outlined.cljs
│   │           ├── find_replace_rounded.cljs
│   │           ├── find_replace_sharp.cljs
│   │           ├── find_replace_two_tone.cljs
│   │           ├── fingerprint.cljs
│   │           ├── fingerprint_outlined.cljs
│   │           ├── fingerprint_rounded.cljs
│   │           ├── fingerprint_sharp.cljs
│   │           ├── fingerprint_two_tone.cljs
│   │           ├── fire_extinguisher.cljs
│   │           ├── fire_extinguisher_outlined.cljs
│   │           ├── fire_extinguisher_rounded.cljs
│   │           ├── fire_extinguisher_sharp.cljs
│   │           ├── fire_extinguisher_two_tone.cljs
│   │           ├── fire_hydrant_alt.cljs
│   │           ├── fire_hydrant_alt_outlined.cljs
│   │           ├── fire_hydrant_alt_rounded.cljs
│   │           ├── fire_hydrant_alt_sharp.cljs
│   │           ├── fire_hydrant_alt_two_tone.cljs
│   │           ├── fire_truck.cljs
│   │           ├── fire_truck_outlined.cljs
│   │           ├── fire_truck_rounded.cljs
│   │           ├── fire_truck_sharp.cljs
│   │           ├── fire_truck_two_tone.cljs
│   │           ├── fireplace.cljs
│   │           ├── fireplace_outlined.cljs
│   │           ├── fireplace_rounded.cljs
│   │           ├── fireplace_sharp.cljs
│   │           ├── fireplace_two_tone.cljs
│   │           ├── first_page.cljs
│   │           ├── first_page_outlined.cljs
│   │           ├── first_page_rounded.cljs
│   │           ├── first_page_sharp.cljs
│   │           ├── first_page_two_tone.cljs
│   │           ├── fit_screen.cljs
│   │           ├── fit_screen_outlined.cljs
│   │           ├── fit_screen_rounded.cljs
│   │           ├── fit_screen_sharp.cljs
│   │           ├── fit_screen_two_tone.cljs
│   │           ├── fitbit.cljs
│   │           ├── fitbit_outlined.cljs
│   │           ├── fitbit_rounded.cljs
│   │           ├── fitbit_sharp.cljs
│   │           ├── fitbit_two_tone.cljs
│   │           ├── fitness_center.cljs
│   │           ├── fitness_center_outlined.cljs
│   │           ├── fitness_center_rounded.cljs
│   │           ├── fitness_center_sharp.cljs
│   │           ├── fitness_center_two_tone.cljs
│   │           ├── five_g.cljs
│   │           ├── five_g_outlined.cljs
│   │           ├── five_g_rounded.cljs
│   │           ├── five_g_sharp.cljs
│   │           ├── five_g_two_tone.cljs
│   │           ├── five_k.cljs
│   │           ├── five_k_outlined.cljs
│   │           ├── five_k_plus.cljs
│   │           ├── five_k_plus_outlined.cljs
│   │           ├── five_k_plus_rounded.cljs
│   │           ├── five_k_plus_sharp.cljs
│   │           ├── five_k_plus_two_tone.cljs
│   │           ├── five_k_rounded.cljs
│   │           ├── five_k_sharp.cljs
│   │           ├── five_k_two_tone.cljs
│   │           ├── five_mp.cljs
│   │           ├── five_mp_outlined.cljs
│   │           ├── five_mp_rounded.cljs
│   │           ├── five_mp_sharp.cljs
│   │           ├── five_mp_two_tone.cljs
│   │           ├── fivteen_mp.cljs
│   │           ├── fivteen_mp_outlined.cljs
│   │           ├── fivteen_mp_rounded.cljs
│   │           ├── fivteen_mp_sharp.cljs
│   │           ├── fivteen_mp_two_tone.cljs
│   │           ├── flag.cljs
│   │           ├── flag_circle.cljs
│   │           ├── flag_circle_outlined.cljs
│   │           ├── flag_circle_rounded.cljs
│   │           ├── flag_circle_sharp.cljs
│   │           ├── flag_circle_two_tone.cljs
│   │           ├── flag_outlined.cljs
│   │           ├── flag_rounded.cljs
│   │           ├── flag_sharp.cljs
│   │           ├── flag_two_tone.cljs
│   │           ├── flaky.cljs
│   │           ├── flaky_outlined.cljs
│   │           ├── flaky_rounded.cljs
│   │           ├── flaky_sharp.cljs
│   │           ├── flaky_two_tone.cljs
│   │           ├── flare.cljs
│   │           ├── flare_outlined.cljs
│   │           ├── flare_rounded.cljs
│   │           ├── flare_sharp.cljs
│   │           ├── flare_two_tone.cljs
│   │           ├── flash_auto.cljs
│   │           ├── flash_auto_outlined.cljs
│   │           ├── flash_auto_rounded.cljs
│   │           ├── flash_auto_sharp.cljs
│   │           ├── flash_auto_two_tone.cljs
│   │           ├── flash_off.cljs
│   │           ├── flash_off_outlined.cljs
│   │           ├── flash_off_rounded.cljs
│   │           ├── flash_off_sharp.cljs
│   │           ├── flash_off_two_tone.cljs
│   │           ├── flash_on.cljs
│   │           ├── flash_on_outlined.cljs
│   │           ├── flash_on_rounded.cljs
│   │           ├── flash_on_sharp.cljs
│   │           ├── flash_on_two_tone.cljs
│   │           ├── flashlight_off.cljs
│   │           ├── flashlight_off_outlined.cljs
│   │           ├── flashlight_off_rounded.cljs
│   │           ├── flashlight_off_sharp.cljs
│   │           ├── flashlight_off_two_tone.cljs
│   │           ├── flashlight_on.cljs
│   │           ├── flashlight_on_outlined.cljs
│   │           ├── flashlight_on_rounded.cljs
│   │           ├── flashlight_on_sharp.cljs
│   │           ├── flashlight_on_two_tone.cljs
│   │           ├── flatware.cljs
│   │           ├── flatware_outlined.cljs
│   │           ├── flatware_rounded.cljs
│   │           ├── flatware_sharp.cljs
│   │           ├── flatware_two_tone.cljs
│   │           ├── flight.cljs
│   │           ├── flight_class.cljs
│   │           ├── flight_class_outlined.cljs
│   │           ├── flight_class_rounded.cljs
│   │           ├── flight_class_sharp.cljs
│   │           ├── flight_class_two_tone.cljs
│   │           ├── flight_land.cljs
│   │           ├── flight_land_outlined.cljs
│   │           ├── flight_land_rounded.cljs
│   │           ├── flight_land_sharp.cljs
│   │           ├── flight_land_two_tone.cljs
│   │           ├── flight_outlined.cljs
│   │           ├── flight_rounded.cljs
│   │           ├── flight_sharp.cljs
│   │           ├── flight_takeoff.cljs
│   │           ├── flight_takeoff_outlined.cljs
│   │           ├── flight_takeoff_rounded.cljs
│   │           ├── flight_takeoff_sharp.cljs
│   │           ├── flight_takeoff_two_tone.cljs
│   │           ├── flight_two_tone.cljs
│   │           ├── flip.cljs
│   │           ├── flip_camera_android.cljs
│   │           ├── flip_camera_android_outlined.cljs
│   │           ├── flip_camera_android_rounded.cljs
│   │           ├── flip_camera_android_sharp.cljs
│   │           ├── flip_camera_android_two_tone.cljs
│   │           ├── flip_camera_ios.cljs
│   │           ├── flip_camera_ios_outlined.cljs
│   │           ├── flip_camera_ios_rounded.cljs
│   │           ├── flip_camera_ios_sharp.cljs
│   │           ├── flip_camera_ios_two_tone.cljs
│   │           ├── flip_outlined.cljs
│   │           ├── flip_rounded.cljs
│   │           ├── flip_sharp.cljs
│   │           ├── flip_to_back.cljs
│   │           ├── flip_to_back_outlined.cljs
│   │           ├── flip_to_back_rounded.cljs
│   │           ├── flip_to_back_sharp.cljs
│   │           ├── flip_to_back_two_tone.cljs
│   │           ├── flip_to_front.cljs
│   │           ├── flip_to_front_outlined.cljs
│   │           ├── flip_to_front_rounded.cljs
│   │           ├── flip_to_front_sharp.cljs
│   │           ├── flip_to_front_two_tone.cljs
│   │           ├── flip_two_tone.cljs
│   │           ├── flood.cljs
│   │           ├── flood_outlined.cljs
│   │           ├── flood_rounded.cljs
│   │           ├── flood_sharp.cljs
│   │           ├── flood_two_tone.cljs
│   │           ├── fluorescent.cljs
│   │           ├── fluorescent_outlined.cljs
│   │           ├── fluorescent_rounded.cljs
│   │           ├── fluorescent_sharp.cljs
│   │           ├── fluorescent_two_tone.cljs
│   │           ├── flutter_dash.cljs
│   │           ├── flutter_dash_outlined.cljs
│   │           ├── flutter_dash_rounded.cljs
│   │           ├── flutter_dash_sharp.cljs
│   │           ├── flutter_dash_two_tone.cljs
│   │           ├── fmd_bad.cljs
│   │           ├── fmd_bad_outlined.cljs
│   │           ├── fmd_bad_rounded.cljs
│   │           ├── fmd_bad_sharp.cljs
│   │           ├── fmd_bad_two_tone.cljs
│   │           ├── fmd_good.cljs
│   │           ├── fmd_good_outlined.cljs
│   │           ├── fmd_good_rounded.cljs
│   │           ├── fmd_good_sharp.cljs
│   │           ├── fmd_good_two_tone.cljs
│   │           ├── folder.cljs
│   │           ├── folder_copy.cljs
│   │           ├── folder_copy_outlined.cljs
│   │           ├── folder_copy_rounded.cljs
│   │           ├── folder_copy_sharp.cljs
│   │           ├── folder_copy_two_tone.cljs
│   │           ├── folder_delete.cljs
│   │           ├── folder_delete_outlined.cljs
│   │           ├── folder_delete_rounded.cljs
│   │           ├── folder_delete_sharp.cljs
│   │           ├── folder_delete_two_tone.cljs
│   │           ├── folder_off.cljs
│   │           ├── folder_off_outlined.cljs
│   │           ├── folder_off_rounded.cljs
│   │           ├── folder_off_sharp.cljs
│   │           ├── folder_off_two_tone.cljs
│   │           ├── folder_open.cljs
│   │           ├── folder_open_outlined.cljs
│   │           ├── folder_open_rounded.cljs
│   │           ├── folder_open_sharp.cljs
│   │           ├── folder_open_two_tone.cljs
│   │           ├── folder_outlined.cljs
│   │           ├── folder_rounded.cljs
│   │           ├── folder_shared.cljs
│   │           ├── folder_shared_outlined.cljs
│   │           ├── folder_shared_rounded.cljs
│   │           ├── folder_shared_sharp.cljs
│   │           ├── folder_shared_two_tone.cljs
│   │           ├── folder_sharp.cljs
│   │           ├── folder_special.cljs
│   │           ├── folder_special_outlined.cljs
│   │           ├── folder_special_rounded.cljs
│   │           ├── folder_special_sharp.cljs
│   │           ├── folder_special_two_tone.cljs
│   │           ├── folder_two_tone.cljs
│   │           ├── folder_zip.cljs
│   │           ├── folder_zip_outlined.cljs
│   │           ├── folder_zip_rounded.cljs
│   │           ├── folder_zip_sharp.cljs
│   │           ├── folder_zip_two_tone.cljs
│   │           ├── follow_the_signs.cljs
│   │           ├── follow_the_signs_outlined.cljs
│   │           ├── follow_the_signs_rounded.cljs
│   │           ├── follow_the_signs_sharp.cljs
│   │           ├── follow_the_signs_two_tone.cljs
│   │           ├── font_download.cljs
│   │           ├── font_download_off.cljs
│   │           ├── font_download_off_outlined.cljs
│   │           ├── font_download_off_rounded.cljs
│   │           ├── font_download_off_sharp.cljs
│   │           ├── font_download_off_two_tone.cljs
│   │           ├── font_download_outlined.cljs
│   │           ├── font_download_rounded.cljs
│   │           ├── font_download_sharp.cljs
│   │           ├── font_download_two_tone.cljs
│   │           ├── food_bank.cljs
│   │           ├── food_bank_outlined.cljs
│   │           ├── food_bank_rounded.cljs
│   │           ├── food_bank_sharp.cljs
│   │           ├── food_bank_two_tone.cljs
│   │           ├── forest.cljs
│   │           ├── forest_outlined.cljs
│   │           ├── forest_rounded.cljs
│   │           ├── forest_sharp.cljs
│   │           ├── forest_two_tone.cljs
│   │           ├── fork_left.cljs
│   │           ├── fork_left_outlined.cljs
│   │           ├── fork_left_rounded.cljs
│   │           ├── fork_left_sharp.cljs
│   │           ├── fork_left_two_tone.cljs
│   │           ├── fork_right.cljs
│   │           ├── fork_right_outlined.cljs
│   │           ├── fork_right_rounded.cljs
│   │           ├── fork_right_sharp.cljs
│   │           ├── fork_right_two_tone.cljs
│   │           ├── format_align_center.cljs
│   │           ├── format_align_center_outlined.cljs
│   │           ├── format_align_center_rounded.cljs
│   │           ├── format_align_center_sharp.cljs
│   │           ├── format_align_center_two_tone.cljs
│   │           ├── format_align_justify.cljs
│   │           ├── format_align_justify_outlined.cljs
│   │           ├── format_align_justify_rounded.cljs
│   │           ├── format_align_justify_sharp.cljs
│   │           ├── format_align_justify_two_tone.cljs
│   │           ├── format_align_left.cljs
│   │           ├── format_align_left_outlined.cljs
│   │           ├── format_align_left_rounded.cljs
│   │           ├── format_align_left_sharp.cljs
│   │           ├── format_align_left_two_tone.cljs
│   │           ├── format_align_right.cljs
│   │           ├── format_align_right_outlined.cljs
│   │           ├── format_align_right_rounded.cljs
│   │           ├── format_align_right_sharp.cljs
│   │           ├── format_align_right_two_tone.cljs
│   │           ├── format_bold.cljs
│   │           ├── format_bold_outlined.cljs
│   │           ├── format_bold_rounded.cljs
│   │           ├── format_bold_sharp.cljs
│   │           ├── format_bold_two_tone.cljs
│   │           ├── format_clear.cljs
│   │           ├── format_clear_outlined.cljs
│   │           ├── format_clear_rounded.cljs
│   │           ├── format_clear_sharp.cljs
│   │           ├── format_clear_two_tone.cljs
│   │           ├── format_color_fill.cljs
│   │           ├── format_color_fill_outlined.cljs
│   │           ├── format_color_fill_rounded.cljs
│   │           ├── format_color_fill_sharp.cljs
│   │           ├── format_color_fill_two_tone.cljs
│   │           ├── format_color_reset.cljs
│   │           ├── format_color_reset_outlined.cljs
│   │           ├── format_color_reset_rounded.cljs
│   │           ├── format_color_reset_sharp.cljs
│   │           ├── format_color_reset_two_tone.cljs
│   │           ├── format_color_text.cljs
│   │           ├── format_color_text_outlined.cljs
│   │           ├── format_color_text_rounded.cljs
│   │           ├── format_color_text_sharp.cljs
│   │           ├── format_color_text_two_tone.cljs
│   │           ├── format_indent_decrease.cljs
│   │           ├── format_indent_decrease_outlined.cljs
│   │           ├── format_indent_decrease_rounded.cljs
│   │           ├── format_indent_decrease_sharp.cljs
│   │           ├── format_indent_decrease_two_tone.cljs
│   │           ├── format_indent_increase.cljs
│   │           ├── format_indent_increase_outlined.cljs
│   │           ├── format_indent_increase_rounded.cljs
│   │           ├── format_indent_increase_sharp.cljs
│   │           ├── format_indent_increase_two_tone.cljs
│   │           ├── format_italic.cljs
│   │           ├── format_italic_outlined.cljs
│   │           ├── format_italic_rounded.cljs
│   │           ├── format_italic_sharp.cljs
│   │           ├── format_italic_two_tone.cljs
│   │           ├── format_line_spacing.cljs
│   │           ├── format_line_spacing_outlined.cljs
│   │           ├── format_line_spacing_rounded.cljs
│   │           ├── format_line_spacing_sharp.cljs
│   │           ├── format_line_spacing_two_tone.cljs
│   │           ├── format_list_bulleted.cljs
│   │           ├── format_list_bulleted_outlined.cljs
│   │           ├── format_list_bulleted_rounded.cljs
│   │           ├── format_list_bulleted_sharp.cljs
│   │           ├── format_list_bulleted_two_tone.cljs
│   │           ├── format_list_numbered.cljs
│   │           ├── format_list_numbered_outlined.cljs
│   │           ├── format_list_numbered_rounded.cljs
│   │           ├── format_list_numbered_rtl.cljs
│   │           ├── format_list_numbered_rtl_outlined.cljs
│   │           ├── format_list_numbered_rtl_rounded.cljs
│   │           ├── format_list_numbered_rtl_sharp.cljs
│   │           ├── format_list_numbered_rtl_two_tone.cljs
│   │           ├── format_list_numbered_sharp.cljs
│   │           ├── format_list_numbered_two_tone.cljs
│   │           ├── format_overline.cljs
│   │           ├── format_overline_outlined.cljs
│   │           ├── format_overline_rounded.cljs
│   │           ├── format_overline_sharp.cljs
│   │           ├── format_overline_two_tone.cljs
│   │           ├── format_paint.cljs
│   │           ├── format_paint_outlined.cljs
│   │           ├── format_paint_rounded.cljs
│   │           ├── format_paint_sharp.cljs
│   │           ├── format_paint_two_tone.cljs
│   │           ├── format_quote.cljs
│   │           ├── format_quote_outlined.cljs
│   │           ├── format_quote_rounded.cljs
│   │           ├── format_quote_sharp.cljs
│   │           ├── format_quote_two_tone.cljs
│   │           ├── format_shapes.cljs
│   │           ├── format_shapes_outlined.cljs
│   │           ├── format_shapes_rounded.cljs
│   │           ├── format_shapes_sharp.cljs
│   │           ├── format_shapes_two_tone.cljs
│   │           ├── format_size.cljs
│   │           ├── format_size_outlined.cljs
│   │           ├── format_size_rounded.cljs
│   │           ├── format_size_sharp.cljs
│   │           ├── format_size_two_tone.cljs
│   │           ├── format_strikethrough.cljs
│   │           ├── format_strikethrough_outlined.cljs
│   │           ├── format_strikethrough_rounded.cljs
│   │           ├── format_strikethrough_sharp.cljs
│   │           ├── format_strikethrough_two_tone.cljs
│   │           ├── format_textdirection_l_to_r.cljs
│   │           ├── format_textdirection_l_to_r_outlined.cljs
│   │           ├── format_textdirection_l_to_r_rounded.cljs
│   │           ├── format_textdirection_l_to_r_sharp.cljs
│   │           ├── format_textdirection_l_to_r_two_tone.cljs
│   │           ├── format_textdirection_r_to_l.cljs
│   │           ├── format_textdirection_r_to_l_outlined.cljs
│   │           ├── format_textdirection_r_to_l_rounded.cljs
│   │           ├── format_textdirection_r_to_l_sharp.cljs
│   │           ├── format_textdirection_r_to_l_two_tone.cljs
│   │           ├── format_underlined.cljs
│   │           ├── format_underlined_outlined.cljs
│   │           ├── format_underlined_rounded.cljs
│   │           ├── format_underlined_sharp.cljs
│   │           ├── format_underlined_two_tone.cljs
│   │           ├── fort.cljs
│   │           ├── fort_outlined.cljs
│   │           ├── fort_rounded.cljs
│   │           ├── fort_sharp.cljs
│   │           ├── fort_two_tone.cljs
│   │           ├── forum.cljs
│   │           ├── forum_outlined.cljs
│   │           ├── forum_rounded.cljs
│   │           ├── forum_sharp.cljs
│   │           ├── forum_two_tone.cljs
│   │           ├── forward.cljs
│   │           ├── forward_10.cljs
│   │           ├── forward_10_outlined.cljs
│   │           ├── forward_10_rounded.cljs
│   │           ├── forward_10_sharp.cljs
│   │           ├── forward_10_two_tone.cljs
│   │           ├── forward_30.cljs
│   │           ├── forward_30_outlined.cljs
│   │           ├── forward_30_rounded.cljs
│   │           ├── forward_30_sharp.cljs
│   │           ├── forward_30_two_tone.cljs
│   │           ├── forward_5.cljs
│   │           ├── forward_5_outlined.cljs
│   │           ├── forward_5_rounded.cljs
│   │           ├── forward_5_sharp.cljs
│   │           ├── forward_5_two_tone.cljs
│   │           ├── forward_outlined.cljs
│   │           ├── forward_rounded.cljs
│   │           ├── forward_sharp.cljs
│   │           ├── forward_to_inbox.cljs
│   │           ├── forward_to_inbox_outlined.cljs
│   │           ├── forward_to_inbox_rounded.cljs
│   │           ├── forward_to_inbox_sharp.cljs
│   │           ├── forward_to_inbox_two_tone.cljs
│   │           ├── forward_two_tone.cljs
│   │           ├── foundation.cljs
│   │           ├── foundation_outlined.cljs
│   │           ├── foundation_rounded.cljs
│   │           ├── foundation_sharp.cljs
│   │           ├── foundation_two_tone.cljs
│   │           ├── four_g_mobiledata.cljs
│   │           ├── four_g_mobiledata_outlined.cljs
│   │           ├── four_g_mobiledata_rounded.cljs
│   │           ├── four_g_mobiledata_sharp.cljs
│   │           ├── four_g_mobiledata_two_tone.cljs
│   │           ├── four_g_plus_mobiledata.cljs
│   │           ├── four_g_plus_mobiledata_outlined.cljs
│   │           ├── four_g_plus_mobiledata_rounded.cljs
│   │           ├── four_g_plus_mobiledata_sharp.cljs
│   │           ├── four_g_plus_mobiledata_two_tone.cljs
│   │           ├── four_k.cljs
│   │           ├── four_k_outlined.cljs
│   │           ├── four_k_plus.cljs
│   │           ├── four_k_plus_outlined.cljs
│   │           ├── four_k_plus_rounded.cljs
│   │           ├── four_k_plus_sharp.cljs
│   │           ├── four_k_plus_two_tone.cljs
│   │           ├── four_k_rounded.cljs
│   │           ├── four_k_sharp.cljs
│   │           ├── four_k_two_tone.cljs
│   │           ├── four_mp.cljs
│   │           ├── four_mp_outlined.cljs
│   │           ├── four_mp_rounded.cljs
│   │           ├── four_mp_sharp.cljs
│   │           ├── four_mp_two_tone.cljs
│   │           ├── fourteen_mp.cljs
│   │           ├── fourteen_mp_outlined.cljs
│   │           ├── fourteen_mp_rounded.cljs
│   │           ├── fourteen_mp_sharp.cljs
│   │           ├── fourteen_mp_two_tone.cljs
│   │           ├── free_breakfast.cljs
│   │           ├── free_breakfast_outlined.cljs
│   │           ├── free_breakfast_rounded.cljs
│   │           ├── free_breakfast_sharp.cljs
│   │           ├── free_breakfast_two_tone.cljs
│   │           ├── fullscreen.cljs
│   │           ├── fullscreen_exit.cljs
│   │           ├── fullscreen_exit_outlined.cljs
│   │           ├── fullscreen_exit_rounded.cljs
│   │           ├── fullscreen_exit_sharp.cljs
│   │           ├── fullscreen_exit_two_tone.cljs
│   │           ├── fullscreen_outlined.cljs
│   │           ├── fullscreen_rounded.cljs
│   │           ├── fullscreen_sharp.cljs
│   │           ├── fullscreen_two_tone.cljs
│   │           ├── functions.cljs
│   │           ├── functions_outlined.cljs
│   │           ├── functions_rounded.cljs
│   │           ├── functions_sharp.cljs
│   │           ├── functions_two_tone.cljs
│   │           ├── g_mobiledata.cljs
│   │           ├── g_mobiledata_outlined.cljs
│   │           ├── g_mobiledata_rounded.cljs
│   │           ├── g_mobiledata_sharp.cljs
│   │           ├── g_mobiledata_two_tone.cljs
│   │           ├── g_translate.cljs
│   │           ├── g_translate_outlined.cljs
│   │           ├── g_translate_rounded.cljs
│   │           ├── g_translate_sharp.cljs
│   │           ├── g_translate_two_tone.cljs
│   │           ├── gamepad.cljs
│   │           ├── gamepad_outlined.cljs
│   │           ├── gamepad_rounded.cljs
│   │           ├── gamepad_sharp.cljs
│   │           ├── gamepad_two_tone.cljs
│   │           ├── games.cljs
│   │           ├── games_outlined.cljs
│   │           ├── games_rounded.cljs
│   │           ├── games_sharp.cljs
│   │           ├── games_two_tone.cljs
│   │           ├── garage.cljs
│   │           ├── garage_outlined.cljs
│   │           ├── garage_rounded.cljs
│   │           ├── garage_sharp.cljs
│   │           ├── garage_two_tone.cljs
│   │           ├── gas_meter.cljs
│   │           ├── gas_meter_outlined.cljs
│   │           ├── gas_meter_rounded.cljs
│   │           ├── gas_meter_sharp.cljs
│   │           ├── gas_meter_two_tone.cljs
│   │           ├── gavel.cljs
│   │           ├── gavel_outlined.cljs
│   │           ├── gavel_rounded.cljs
│   │           ├── gavel_sharp.cljs
│   │           ├── gavel_two_tone.cljs
│   │           ├── gesture.cljs
│   │           ├── gesture_outlined.cljs
│   │           ├── gesture_rounded.cljs
│   │           ├── gesture_sharp.cljs
│   │           ├── gesture_two_tone.cljs
│   │           ├── get_app.cljs
│   │           ├── get_app_outlined.cljs
│   │           ├── get_app_rounded.cljs
│   │           ├── get_app_sharp.cljs
│   │           ├── get_app_two_tone.cljs
│   │           ├── gif.cljs
│   │           ├── gif_box.cljs
│   │           ├── gif_box_outlined.cljs
│   │           ├── gif_box_rounded.cljs
│   │           ├── gif_box_sharp.cljs
│   │           ├── gif_box_two_tone.cljs
│   │           ├── gif_outlined.cljs
│   │           ├── gif_rounded.cljs
│   │           ├── gif_sharp.cljs
│   │           ├── gif_two_tone.cljs
│   │           ├── girl.cljs
│   │           ├── girl_outlined.cljs
│   │           ├── girl_rounded.cljs
│   │           ├── girl_sharp.cljs
│   │           ├── girl_two_tone.cljs
│   │           ├── git_hub.cljs
│   │           ├── gite.cljs
│   │           ├── gite_outlined.cljs
│   │           ├── gite_rounded.cljs
│   │           ├── gite_sharp.cljs
│   │           ├── gite_two_tone.cljs
│   │           ├── golf_course.cljs
│   │           ├── golf_course_outlined.cljs
│   │           ├── golf_course_rounded.cljs
│   │           ├── golf_course_sharp.cljs
│   │           ├── golf_course_two_tone.cljs
│   │           ├── google.cljs
│   │           ├── gpp_bad.cljs
│   │           ├── gpp_bad_outlined.cljs
│   │           ├── gpp_bad_rounded.cljs
│   │           ├── gpp_bad_sharp.cljs
│   │           ├── gpp_bad_two_tone.cljs
│   │           ├── gpp_good.cljs
│   │           ├── gpp_good_outlined.cljs
│   │           ├── gpp_good_rounded.cljs
│   │           ├── gpp_good_sharp.cljs
│   │           ├── gpp_good_two_tone.cljs
│   │           ├── gpp_maybe.cljs
│   │           ├── gpp_maybe_outlined.cljs
│   │           ├── gpp_maybe_rounded.cljs
│   │           ├── gpp_maybe_sharp.cljs
│   │           ├── gpp_maybe_two_tone.cljs
│   │           ├── gps_fixed.cljs
│   │           ├── gps_fixed_outlined.cljs
│   │           ├── gps_fixed_rounded.cljs
│   │           ├── gps_fixed_sharp.cljs
│   │           ├── gps_fixed_two_tone.cljs
│   │           ├── gps_not_fixed.cljs
│   │           ├── gps_not_fixed_outlined.cljs
│   │           ├── gps_not_fixed_rounded.cljs
│   │           ├── gps_not_fixed_sharp.cljs
│   │           ├── gps_not_fixed_two_tone.cljs
│   │           ├── gps_off.cljs
│   │           ├── gps_off_outlined.cljs
│   │           ├── gps_off_rounded.cljs
│   │           ├── gps_off_sharp.cljs
│   │           ├── gps_off_two_tone.cljs
│   │           ├── grade.cljs
│   │           ├── grade_outlined.cljs
│   │           ├── grade_rounded.cljs
│   │           ├── grade_sharp.cljs
│   │           ├── grade_two_tone.cljs
│   │           ├── gradient.cljs
│   │           ├── gradient_outlined.cljs
│   │           ├── gradient_rounded.cljs
│   │           ├── gradient_sharp.cljs
│   │           ├── gradient_two_tone.cljs
│   │           ├── grading.cljs
│   │           ├── grading_outlined.cljs
│   │           ├── grading_rounded.cljs
│   │           ├── grading_sharp.cljs
│   │           ├── grading_two_tone.cljs
│   │           ├── grain.cljs
│   │           ├── grain_outlined.cljs
│   │           ├── grain_rounded.cljs
│   │           ├── grain_sharp.cljs
│   │           ├── grain_two_tone.cljs
│   │           ├── graphic_eq.cljs
│   │           ├── graphic_eq_outlined.cljs
│   │           ├── graphic_eq_rounded.cljs
│   │           ├── graphic_eq_sharp.cljs
│   │           ├── graphic_eq_two_tone.cljs
│   │           ├── grass.cljs
│   │           ├── grass_outlined.cljs
│   │           ├── grass_rounded.cljs
│   │           ├── grass_sharp.cljs
│   │           ├── grass_two_tone.cljs
│   │           ├── grid_3x_3.cljs
│   │           ├── grid_3x_3_outlined.cljs
│   │           ├── grid_3x_3_rounded.cljs
│   │           ├── grid_3x_3_sharp.cljs
│   │           ├── grid_3x_3_two_tone.cljs
│   │           ├── grid_4x_4.cljs
│   │           ├── grid_4x_4_outlined.cljs
│   │           ├── grid_4x_4_rounded.cljs
│   │           ├── grid_4x_4_sharp.cljs
│   │           ├── grid_4x_4_two_tone.cljs
│   │           ├── grid_goldenratio.cljs
│   │           ├── grid_goldenratio_outlined.cljs
│   │           ├── grid_goldenratio_rounded.cljs
│   │           ├── grid_goldenratio_sharp.cljs
│   │           ├── grid_goldenratio_two_tone.cljs
│   │           ├── grid_off.cljs
│   │           ├── grid_off_outlined.cljs
│   │           ├── grid_off_rounded.cljs
│   │           ├── grid_off_sharp.cljs
│   

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/workflows/main.yml
================================================
name: CI

on:
  push:
    branches:
      - master
      - next
  pull_request:
    branches:
      - master
      - next
  release:
    types:
      - created

env:
  NODE_VERSION: 16
  JAVA_VERSION: 17
  LEIN_VERSION: 2.9.4

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-java@v3
        with:
          java-version: ${{ env.JAVA_VERSION }}
          distribution: 'temurin'
      - uses: DeLaGuardo/setup-clojure@master
        with:
          lein: ${{ env.LEIN_VERSION }}
      - uses: actions/setup-node@v3
        with:
          node-version: ${{ env.NODE_VERSION }}
          cache: 'npm'
      - name: Maven cache
        uses: actions/cache@v3
        with:
          path: ~/.m2/repository
          key: ${{ runner.os }}-maven-${{ hashFiles('project.clj') }}
          restore-keys: |
            ${{ runner.os }}-maven-

      - run: npm ci
      - run: npm run test
      - run: lein cljfmt check

      - name: Build JS
        if: github.event_name == 'release'
        run: |
          lein clean
          npm run build

      - name: Deploy to Clojars
        if: github.event_name == 'release'
        env:
          CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }}
          CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}
        run: ./scripts/deploy.sh


================================================
FILE: .gitignore
================================================
/target
/classes
/checkouts
profiles.clj
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
.idea
*.iml
.rebel_readline_history
/dev-resources
node_modules
.shadow-cljs
.cpcache
.java-version
.lsp
.calva
.clj-kondo


================================================
FILE: .nvmrc
================================================
16


================================================
FILE: CHANGELOG.md
================================================
# Changelog

See [MUI changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) for changes in MUI.

## 5.11.12-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.11.8-0...v5.11.12-0)**

- Update MUI to v5.11.12
- **BREAKING** Update `@mui/x-date-pickers` to v6.0.0. See [migration guide](https://mui.com/x/migration/migration-pickers-v5/).
- Fix handling of `Date` inputs in `cljs-time-adapter`
- Fix incorrect conversion of theme object in `reagent-mui.styles/theme-provider` ([#41](https://github.com/arttuka/reagent-material-ui/issue/41))
- Don't convert ref props in `reagent-mui.util/js->clj'`
- Support for Reagent 1.2.0 / React 18

## 5.11.8-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.10.1-0...v5.11.8-0)**

- Update MUI to v5.11.8
- Fix `cljs-time-adapter` bug with `date-range-picker-pro` ([#44](https://github.com/arttuka/reagent-material-ui/issue/44)) and `calendar-picker` ([#40](https://github.com/arttuka/reagent-material-ui/pull/40))
- Add information regarding `date-picker` input rendering ([#39](https://github.com/arttuka/reagent-material-ui/issue/39))
- **BREAKING** `reagent-mui.material.switch-component` renamed to `reagent-mui.material.switch`
  since reserved JS keywords aren't a problem anymore

## 5.10.1-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.6.2-1...v5.10.1-0)**

- Update MUI to v5.10.1

## 5.6.2-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.6.2-0...v5.6.2-1)**

- Fix extern inference with Figwheel-Main ([#35](https://github.com/arttuka/reagent-material-ui/issue/35))

## 5.6.2-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.5.0-0...v5.6.2-0)**

- Update MUI to v5.6.2
- **BREAKING** Date picker components are moved from `reagent-mui.lab.*` to `reagent-mui.x.*`. Date Picker range components only exist as Pro versions. See [MUI documentation](https://mui.com/x/react-date-pickers/migration-lab/).

## 5.5.0-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.4.3-0...v5.5.0-0)**

- Update MUI to v5.5.0

## 5.4.3-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.2.4-0...v5.4.3-0)**

- Update MUI to v5.4.3
- Use local timezone instead of UTC by default in `reagent-mui/cljs-time-adapter` ([#30](https://github.com/arttuka/reagent-material-ui/pull/30)) @patapizza
- Allow string as component in `reagent-mui.styles/styled`

## 5.2.4-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-0...v5.2.4-0)**

- Update MUI to v5.2.4
- **BREAKING** Rename package `reagent-mui.core` to `reagent-mui.base` as in MUI
- Fix React key warnings on some icons ([#27](https://github.com/arttuka/reagent-material-ui/issue/27))
- Add support for MUI X Pro components (currently just DataGrid) ([#25](https://github.com/arttuka/reagent-material-ui/issue/25))

## 5.0.0-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-beta.5-0...v5.0.0-0)**

- Update MUI to v5.0.0
- **BREAKING** Rename packages according to new MUI packages:
  - `reagent-material-ui.core` becomes `reagent-mui.material`
  - `reagent-material-ui.unstyled` becomes `reagent-mui.core`
  - Other packages starting with `reagent-material-ui` are renamed to start with `reagent-mui`

## 5.0.0-beta.5-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-beta.2-0...v5.0.0-beta.5-0)**

- Update Material UI to v5.0.0-beta.5
- Fix require bug when using `@material-ui/lab` with CLJSJS packages

## 5.0.0-beta.2-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.32-0...v5.0.0-beta.2-0)**

- Update Material UI to v5.0.0-beta.2
- Add components from `@material-ui/unstyled`
- Move functions from `@material-ui/core/styles` and `@material-ui/styles` to separate namespaces
- Fix default locale in `localization-provider` ([#19](https://github.com/arttuka/reagent-material-ui/pull/19)) @alenkralj

## 5.0.0-alpha.32-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.29-0...v5.0.0-alpha.32-0)**

- Update Material UI to v5.0.0-alpha.32

## 5.0.0-alpha.29-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.27-1...v5.0.0-alpha.29-0)**

- Update Material UI to v5.0.0-alpha.29
- Fix bug in `reagent-material-ui/js-clj'` when converting keys with non-keyword characters ([#15](https://github.com/arttuka/reagent-material-ui/pull/15)) @adrsm108

## 5.0.0-alpha.27-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.27-0...v5.0.0-alpha.27-1)**

- Move packaged Material UI to a separate dependency so it can be excluded
- Add source maps to dev versions of packaged Material UI
- Remove optional dependency of `@material-ui/lab` from `deps.cljs`

## 5.0.0-alpha.27-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.20-0...v5.0.0-alpha.27-0)**

- Update Material UI to v5.0.0-alpha.27
- Add `deps.edn` for dependencies
- Add `@material-ui/core/styles/StylesProvider` as `reagent-material-ui.styles/styles-provider`

## 5.0.0-alpha.20-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.18-0...v5.0.0-alpha.20-0)**

- Update Material UI to v5.0.0-alpha.20
- Update Reagent to v1.0.0

## 5.0.0-alpha.18-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.17-0...v5.0.0-alpha.18-0)**

- Update Material UI to v5.0.0-alpha.18

## 5.0.0-alpha.17-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.15-0...v5.0.0-alpha.17-0)**

- Update Material UI to v5.0.0-alpha.17
- **BREAKING** `material-ui-pickers` have been moved to `material-ui-lab`
- **BREAKING** `cljs-time-utils` has been renamed to `cljs-time-adapter` to use the same terminology as Material UI
- Added support for responsive font sizes ([#9](https://github.com/arttuka/reagent-material-ui/pull/9)) @wkok
- Fix bug in `reagent-material-ui.core.text-field` when used as uncontrolled

## 5.0.0-alpha.15-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.14-0...v5.0.0-alpha.15-0)**

- Update Material UI to v5.0.0-alpha.15
- Add missing components from `material-ui-pickers`

## 5.0.0-alpha.14-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.12-0...v5.0.0-alpha.14-0)**

- Update Material UI to v5.0.0-alpha.14

## 5.0.0-alpha.12-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-3...v5.0.0-alpha.12-0)**

- Update Material UI to v5.0.0-alpha.12. See [Material UI migration guide](https://next--material-ui.netlify.app/guides/migration-v4/) for a list of breaking changes.
- Add browser test runner
- **BREAKING**: Move utility macros from `reagent-material-ui.macro` to `reagent-material-ui.util`
- Add utility macro for creating React components. See the [example project](./example/src/example/core.cljs) for a simple usage example with `date-picker`.

## 4.11.0-3

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-1...v4.11.0-3)**

- Split Material UI JS build into Core, Lab and Pickers to reduce build size when not using Lab and/or Pickers
- Fix some bugs and add missing functions in `cljs-time-utils`
- Fix bug in `reagent-material-ui.util/js->clj'` when converting React props that include refs or children

## 4.11.0-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.11.0-0...v4.11.0-1)**

- Enable pure shadow-cljs usage ([#2](https://github.com/arttuka/reagent-material-ui/issue/2))

## 4.11.0-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.9.12-0...v4.11.0-0)**

- Update Material UI to v4.11.0
- Add missing Material UI Lab components to `deps.edn`

## 4.9.12-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.9.8-0...v4.9.12-0)**

- Update Material UI to v4.9.12

## 4.9.8-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.9.5-1...v4.9.8-0)**

- Update Material UI to v4.9.8
- Add support for shadow-cljs
- Remove dependency to CLJSJS Material UI
- Add [Material UI Lab](https://material-ui.com/components/about-the-lab/)

## 4.9.5-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.9.5-0...v4.9.5-1)**

- Remove `ScopedCssBaseline` component that isn't included in CLJSJS Material UI package

## 4.9.5-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.8.3-1...v4.9.5-0)**

- Update Material UI to v4.9.5

## 4.8.3-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.8.3-0...v4.8.3-1)**

- Fix time zone handling in `cljs-time-utils`

## 4.8.3-0

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.5.1-1...v4.8.3-0)**

- Update Material UI to v4.8.3
- Add `useFormControl`, `useRadioGroup`, `useMediaQuery`, and `useScrollTrigger` hooks from Material UI

## 4.5.1-1

**[compare](https://github.com/arttuka/reagent-material-ui/compare/v4.5.1-0...v4.5.1-1)**

- Fix [cursor jumping](https://github.com/reagent-project/reagent/blob/master/doc/examples/material-ui.md)
  in textfields

## 4.5.1-0

- Update Material UI to v4.5.1
- Add [Material UI pickers](https://material-ui-pickers.dev/) v3.2.7


================================================
FILE: LICENSE
================================================
Eclipse Public License - v 2.0

    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
    PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION
    OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

"Contribution" means:

  a) in the case of the initial Contributor, the initial content
     Distributed under this Agreement, and

  b) in the case of each subsequent Contributor:
     i) changes to the Program, and
     ii) additions to the Program;
  where such changes and/or additions to the Program originate from
  and are Distributed by that particular Contributor. A Contribution
  "originates" from a Contributor if it was added to the Program by
  such Contributor itself or anyone acting on such Contributor's behalf.
  Contributions do not include changes or additions to the Program that
  are not Modified Works.

"Contributor" means any person or entity that Distributes the Program.

"Licensed Patents" mean patent claims licensable by a Contributor which
are necessarily infringed by the use or sale of its Contribution alone
or when combined with the Program.

"Program" means the Contributions Distributed in accordance with this
Agreement.

"Recipient" means anyone who receives the Program under this Agreement
or any Secondary License (as applicable), including Contributors.

"Derivative Works" shall mean any work, whether in Source Code or other
form, that is based on (or derived from) the Program and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship.

"Modified Works" shall mean any work in Source Code or other form that
results from an addition to, deletion from, or modification of the
contents of the Program, including, for purposes of clarity any new file
in Source Code form that contains any contents of the Program. Modified
Works shall not include works that contain only declarations,
interfaces, types, classes, structures, or files of the Program solely
in each case in order to link to, bind by name, or subclass the Program
or Modified Works thereof.

"Distribute" means the acts of a) distributing or b) making available
in any manner that enables the transfer of a copy.

"Source Code" means the form of a Program preferred for making
modifications, including but not limited to software source code,
documentation source, and configuration files.

"Secondary License" means either the GNU General Public License,
Version 2.0, or any later versions of that license, including any
exceptions or additional permissions as identified by the initial
Contributor.

2. GRANT OF RIGHTS

  a) Subject to the terms of this Agreement, each Contributor hereby
  grants Recipient a non-exclusive, worldwide, royalty-free copyright
  license to reproduce, prepare Derivative Works of, publicly display,
  publicly perform, Distribute and sublicense the Contribution of such
  Contributor, if any, and such Derivative Works.

  b) Subject to the terms of this Agreement, each Contributor hereby
  grants Recipient a non-exclusive, worldwide, royalty-free patent
  license under Licensed Patents to make, use, sell, offer to sell,
  import and otherwise transfer the Contribution of such Contributor,
  if any, in Source Code or other form. This patent license shall
  apply to the combination of the Contribution and the Program if, at
  the time the Contribution is added by the Contributor, such addition
  of the Contribution causes such combination to be covered by the
  Licensed Patents. The patent license shall not apply to any other
  combinations which include the Contribution. No hardware per se is
  licensed hereunder.

  c) Recipient understands that although each Contributor grants the
  licenses to its Contributions set forth herein, no assurances are
  provided by any Contributor that the Program does not infringe the
  patent or other intellectual property rights of any other entity.
  Each Contributor disclaims any liability to Recipient for claims
  brought by any other entity based on infringement of intellectual
  property rights or otherwise. As a condition to exercising the
  rights and licenses granted hereunder, each Recipient hereby
  assumes sole responsibility to secure any other intellectual
  property rights needed, if any. For example, if a third party
  patent license is required to allow Recipient to Distribute the
  Program, it is Recipient's responsibility to acquire that license
  before distributing the Program.

  d) Each Contributor represents that to its knowledge it has
  sufficient copyright rights in its Contribution, if any, to grant
  the copyright license set forth in this Agreement.

  e) Notwithstanding the terms of any Secondary License, no
  Contributor makes additional grants to any Recipient (other than
  those set forth in this Agreement) as a result of such Recipient's
  receipt of the Program under the terms of a Secondary License
  (if permitted under the terms of Section 3).

3. REQUIREMENTS

3.1 If a Contributor Distributes the Program in any form, then:

  a) the Program must also be made available as Source Code, in
  accordance with section 3.2, and the Contributor must accompany
  the Program with a statement that the Source Code for the Program
  is available under this Agreement, and informs Recipients how to
  obtain it in a reasonable manner on or through a medium customarily
  used for software exchange; and

  b) the Contributor may Distribute the Program under a license
  different than this Agreement, provided that such license:
     i) effectively disclaims on behalf of all other Contributors all
     warranties and conditions, express and implied, including
     warranties or conditions of title and non-infringement, and
     implied warranties or conditions of merchantability and fitness
     for a particular purpose;

     ii) effectively excludes on behalf of all other Contributors all
     liability for damages, including direct, indirect, special,
     incidental and consequential damages, such as lost profits;

     iii) does not attempt to limit or alter the recipients' rights
     in the Source Code under section 3.2; and

     iv) requires any subsequent distribution of the Program by any
     party to be under a license that satisfies the requirements
     of this section 3.

3.2 When the Program is Distributed as Source Code:

  a) it must be made available under this Agreement, or if the
  Program (i) is combined with other material in a separate file or
  files made available under a Secondary License, and (ii) the initial
  Contributor attached to the Source Code the notice described in
  Exhibit A of this Agreement, then the Program may be made available
  under the terms of such Secondary Licenses, and

  b) a copy of this Agreement must be included with each copy of
  the Program.

3.3 Contributors may not remove or alter any copyright, patent,
trademark, attribution notices, disclaimers of warranty, or limitations
of liability ("notices") contained within the Program from any copy of
the Program which they Distribute, provided that Contributors may add
their own appropriate notices.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities
with respect to end users, business partners and the like. While this
license is intended to facilitate the commercial use of the Program,
the Contributor who includes the Program in a commercial product
offering should do so in a manner which does not create potential
liability for other Contributors. Therefore, if a Contributor includes
the Program in a commercial product offering, such Contributor
("Commercial Contributor") hereby agrees to defend and indemnify every
other Contributor ("Indemnified Contributor") against any losses,
damages and costs (collectively "Losses") arising from claims, lawsuits
and other legal actions brought by a third party against the Indemnified
Contributor to the extent caused by the acts or omissions of such
Commercial Contributor in connection with its distribution of the Program
in a commercial product offering. The obligations in this section do not
apply to any claims or Losses relating to any actual or alleged
intellectual property infringement. In order to qualify, an Indemnified
Contributor must: a) promptly notify the Commercial Contributor in
writing of such claim, and b) allow the Commercial Contributor to control,
and cooperate with the Commercial Contributor in, the defense and any
related settlement negotiations. The Indemnified Contributor may
participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial
product offering, Product X. That Contributor is then a Commercial
Contributor. If that Commercial Contributor then makes performance
claims, or offers warranties related to Product X, those performance
claims and warranties are such Commercial Contributor's responsibility
alone. Under this section, the Commercial Contributor would have to
defend claims against the other Contributors related to those performance
claims and warranties, and if a court requires any other Contributor to
pay any damages as a result, the Commercial Contributor must pay
those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN "AS IS"
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR
IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF
TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR
PURPOSE. Each Recipient is solely responsible for determining the
appropriateness of using and distributing the Program and assumes all
risks associated with its exercise of rights under this Agreement,
including but not limited to the risks and costs of program errors,
compliance with applicable laws, damage to or loss of data, programs
or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT
PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS
SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST
PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE
EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under
applicable law, it shall not affect the validity or enforceability of
the remainder of the terms of this Agreement, and without further
action by the parties hereto, such provision shall be reformed to the
minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity
(including a cross-claim or counterclaim in a lawsuit) alleging that the
Program itself (excluding combinations of the Program with other software
or hardware) infringes such Recipient's patent(s), then such Recipient's
rights granted under Section 2(b) shall terminate as of the date such
litigation is filed.

All Recipient's rights under this Agreement shall terminate if it
fails to comply with any of the material terms or conditions of this
Agreement and does not cure such failure in a reasonable period of
time after becoming aware of such noncompliance. If all Recipient's
rights under this Agreement terminate, Recipient agrees to cease use
and distribution of the Program as soon as reasonably practicable.
However, Recipient's obligations under this Agreement and any licenses
granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement,
but in order to avoid inconsistency the Agreement is copyrighted and
may only be modified in the following manner. The Agreement Steward
reserves the right to publish new versions (including revisions) of
this Agreement from time to time. No one other than the Agreement
Steward has the right to modify this Agreement. The Eclipse Foundation
is the initial Agreement Steward. The Eclipse Foundation may assign the
responsibility to serve as the Agreement Steward to a suitable separate
entity. Each new version of the Agreement will be given a distinguishing
version number. The Program (including Contributions) may always be
Distributed subject to the version of the Agreement under which it was
received. In addition, after a new version of the Agreement is published,
Contributor may elect to Distribute the Program (including its
Contributions) under the new version.

Except as expressly stated in Sections 2(a) and 2(b) above, Recipient
receives no rights or licenses to the intellectual property of any
Contributor under this Agreement, whether expressly, by implication,
estoppel or otherwise. All rights in the Program not expressly granted
under this Agreement are reserved. Nothing in this Agreement is intended
to be enforceable by any entity that is not a Contributor or Recipient.
No third-party beneficiary rights are created under this Agreement.

Exhibit A - Form of Secondary Licenses Notice

"This Source Code may also be made available under the following
Secondary Licenses when the conditions for such availability set forth
in the Eclipse Public License, v. 2.0 are satisfied: {name license(s),
version(s), and exceptions or additional permissions here}."

  Simply including a copy of this Agreement, including this Exhibit A
  is not sufficient to license the Source Code under Secondary Licenses.

  If it is not possible or desirable to put the notice in a particular
  file, then You may include the notice in a location (such as a LICENSE
  file in a relevant directory) where a recipient would be likely to
  look for such a notice.

  You may add additional accurate notices of copyright ownership.


================================================
FILE: README.md
================================================
# reagent-material-ui

[![Actions Status](https://github.com/arttuka/reagent-material-ui/workflows/CI/badge.svg)](https://github.com/arttuka/reagent-material-ui/actions)

**reagent-material-ui** is a [Reagent](http://reagent-project.github.io/) wrapper
for [MUI (formerly Material UI) v5](https://mui.com/).

The purpose of this library is to help ClojureScript/Reagent developers use a modern React UI library
without the hassle that Reagent/React interop usually is. It is meant to be comprehensive and up to date.

### Usage

If you aren't familiar with [MUI or its documentation](https://mui.com) yet, that is the best place to start.
Their examples are very good. and this library tries to follow the original ideas as well as possible. See the [example project](./example) for a simple usage example.

To add MUI to an existing Reagent project, just add this library to your dependencies:
```
[arttuka/reagent-material-ui "5.11.12-0"]
```

Most of the library is in the form of regular Reagent components. Each component is contained in a namespace that mirrors
MUI's modules. For example, `@mui/material/IconButton` becomes `reagent-mui.material.icon-button/icon-button`
and `@mui/icons-material/Menu` becomes `reagent-mui.icons.menu/menu`.

Namespace `reagent-mui.components` contains a copy of each component from `@mui/material` for ease of use.

Namespace `reagent-mui.colors` contains all color definitions from `@mui/material/colors`.
The colors are organized in a single namespace, so `@mui/material/colors/red` becomes `reagent-mui.colors/red`.

Namespace `reagent-mui.styles` contains helper functions and components from `@mui/material/styles`.

Namespace `reagent-mui.jss-styles` contains helper functions and components from `@mui/styles`.

Namespace `reagent-mui.core` contains all components from `@mui/core`.

#### MUI Lab

This library also includes components from [MUI Lab](https://mui.com/components/about-the-lab/).

Namespace `reagent-mui.lab` contains all components from `@mui/lab`.

#### MUI X Pro

This library also includes components from [MUI X](https://mui.com/x/advanced-components/).
Namespace `reagent-mui.x` contains those components.

MUI X components are only supported in projects with NPM dependencies.
They can't be used in projects with CLJSJS sources.

Namespace `reagent-mui.cljs-time-adapter` contains an adapter that lets you use the date pickers with `cljs-time` (`goog.date`) date objects.
`reagent-mui.x.localization-provider` accepts this adapter as its `date-adapter` property.
The locale prop must be an instance of `goog.i18n.DateTimeSymbols`. The default locale is used if no locale prop is given.
See the example project for a usage example.

If you want to use another date library, you can use [adapters from `@mui/x-date-pickers`](https://mui.com/x/react-date-pickers/getting-started/#setup).

#### Using npm dependencies with Figwheel Main

To use npm dependencies with Figwheel Main, you need to exclude prebuilt JS files (React from CLJSJS and MUI from this library).
To do so, add these exclusions to your dependency. See the example project for working configuration.

    [arttuka/reagent-material-ui "5.11.12-0" :exclusions [arttuka/reagent-material-ui-js]]

#### MUI component names with shadow-cljs

The compiler used by shadow-cljs will remove local function names, causing most MUI component to
show as `Anonymous` in React Devtools. If you want to keep the names, add `:js-options {:anon-fn-naming-policy :unmapped}`
to your build in `shadow-cljs.edn`.

#### React 18

[Reagent v1.2.0](https://github.com/reagent-project/reagent/blob/master/CHANGELOG.md#120-2023-02-16) has experimental
support for React 18. This library works with Reagent 1.2.0 / React 18. See example project.

### Common pitfalls in Reagent/React interop

* Some components want to have a React node as a prop. A Reagent component is not good enough and will just result in
  errors about invalid React nodes. `reagent.core/as-element` can turn a Reagent component into a React node.
* React hooks can't be used in most Reagent components. [More information](https://cljdoc.org/d/reagent/reagent/1.1.1/doc/tutorials/react-features#hooks).
* Higher order React components can only deal with components that take all their parameters
  (including children) in a single map.
* MUI X DatePickers accept a `renderInput` prop. Rendering a Reagent element causes problems with cursor positioning.
  You should instead render a React element with `react/createElement`. See [this issue](https://github.com/arttuka/reagent-material-ui/issues/39).
  
For more information, check out [Reagent's interop guide](https://cljdoc.org/d/reagent/reagent/1.1.1/doc/tutorials/interop-with-react).

### Development

Bug reports, pull requests and ideas for improvement are very welcome. No external services are needed for getting the library up and running.

### Tests

Run tests on the command line with `npm run test`, or in the browser with `npm run test:browser`. The browser test runner will start at [localhost:9500](http://localhost:9500).

The build process also includes `lein cljfmt`. 

### Version numbers

The project follows MUI's version numbering.

* Current `@mui/material` version: `5.11.12`
* Current `@mui/icons-material` version: `5.11.11`
* Current `@mui/lab` version: `5.0.0-alpha.122`
* Current `@mui/x-date-pickers` version: `6.0.0`

### License

This project is licensed under the [Eclipse Public License 2.0](https://www.eclipse.org/legal/epl-2.0/).

Parts of example project are copyright (c) 2013-2017 Dan Holmsand and Reagent contributors, used under the terms of the MIT License. Material UI Icons are copyright (c) Material UI contributors, used under the terms of the MIT License. 


================================================
FILE: deploy.sh
================================================
#!/bin/bash

set -euxo pipefail

lein cljfmt check
npm test
npm run build
lein deploy clojars


================================================
FILE: deps.cljs
================================================
{:npm-deps
 {"@mui/material"   "5.11.12"
  "@emotion/react"  "^11.0.0"
  "@emotion/styled" "^11.0.0"
  "react"           "^17.0.0"
  "react-dom"       "^17.0.0"}}


================================================
FILE: deps.edn
================================================
{:paths ["src/core" "src/icons" "src/x"]
 :deps  {reagent/reagent                     {:mvn/version "1.1.1"}
         com.andrewmcveigh/cljs-time         {:mvn/version "0.5.2"}
         camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}}}


================================================
FILE: example/.gitignore
================================================
/checkouts
/target
/resources/public/js
/node_modules
.cpcache
.idea
.lsp
.shadow-cljs


================================================
FILE: example/.nvmrc
================================================
16


================================================
FILE: example/README.md
================================================
# reagent-material-ui example

Example project demonstrating `arttuka/reagent-material-ui`. Server will run at http://localhost:9500/

### Run with Figwheel Main

#### Leiningen + CLJSJS deps

    lein run:dev

#### Leiningen + NPM deps

Uncomment the dependency exclusion in `project.clj` for `arttuka/reagent-material-ui`
and comment out the CLJSJS dependencies, then

    npm install
    lein run:npm

#### Clojure CLI + CLJSJS deps

    clj -M:run-dev

#### Clojure CLI + NPM deps

Uncomment the dependency exclusion in `deps.edn` for `arttuka/reagent-material-ui`
and comment out the CLJSJS dependencies, then

    npm install
    clj -M:run-npm
    
### Run with shadow-cljs

    npm install
    npm run watch


================================================
FILE: example/deps.edn
================================================
{:paths   ["src" "target" "resources"]
 :deps    {arttuka/reagent-material-ui {:mvn/version "5.11.12-0"
                                        #_#_:exclusions [arttuka/reagent-material-ui-js]}
           cljsjs/react                {:mvn/version "18.2.0-1"}
           cljsjs/react-dom            {:mvn/version "18.2.0-1"}
           com.bhauman/figwheel-main   {:mvn/version "0.2.16"}}
 :aliases {:run-dev {:main-opts ["-m" "figwheel.main" "-b" "dev" "-r"]}
           :run-npm {:main-opts ["-m" "figwheel.main" "-b" "npm" "-r"]}}}


================================================
FILE: example/dev.cljs.edn
================================================
^{:watch-dirs ["src"]}
{:main       example.core
 :output-to  "resources/public/js/app.js"
 :output-dir "resources/public/js/dev"
 :npm-deps   false}


================================================
FILE: example/npm.cljs.edn
================================================
^{:watch-dirs      ["src"]
  :auto-bundle     :webpack
  :bundle-freq     :smart
  :final-output-to "target/public/js/app.js"}
{:main example.core
 :infer-externs true
 :language-in :es-next}


================================================
FILE: example/package.json
================================================
{
  "dependencies": {
    "@emotion/react": "^11.10.5",
    "@emotion/styled": "^11.10.5",
    "@mui/material": "5.11.12",
    "@mui/x-data-grid": "6.0.0",
    "@mui/x-date-pickers": "6.0.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-transition-group": "^4.4.5",
    "shadow-cljs": "2.22.0"
  },
  "scripts": {
    "watch": "shadow-cljs watch dev"
  },
  "devDependencies": {
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  }
}


================================================
FILE: example/project.clj
================================================
(defproject reagent-material-ui-example "1.0.0"
  :dependencies [[org.clojure/clojure "1.11.1"]
                 [org.clojure/clojurescript "1.11.60"]
                 [reagent "1.2.0"]
                 [arttuka/reagent-material-ui "5.11.12-0"
                 #_#_ :exclusions [arttuka/reagent-material-ui-js]]
                 [cljsjs/react "18.2.0-1"]
                 [cljsjs/react-dom "18.2.0-1"]]
  :source-paths ["src"]
  :profiles {:dev {:dependencies   [[com.bhauman/figwheel-main "0.2.18" :exclusions [org.clojure/clojurescript]]]
                   :resource-paths ["target"]}}
  :clean-targets ^{:protect false} ["target" "resources/public/js" ".shadow-cljs"]
  :aliases {"run:dev" ["trampoline" "run" "-m" "figwheel.main" "-b" "dev" "-r"]
            "run:npm" ["trampoline" "run" "-m" "figwheel.main" "-b" "npm" "-r"]})


================================================
FILE: example/resources/public/index.html
================================================
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <title>Example</title>
  </head>
  <body>
    <div id="app">
      <h1>Reagent example app – see README.md</h1>
    </div>
    <script src="/js/app.js"></script>
    <script>example.core.init();</script>
  </body>
</html>


================================================
FILE: example/shadow-cljs.edn
================================================
{:dependencies [[reagent "1.2.0"]
                [arttuka/reagent-material-ui "5.11.12-0"]]
 :source-paths ["src" "../src/core"]
 :builds       {:dev {:target           :browser
                      :output-dir       "resources/public/js"
                      :asset-path       "/js"
                      :modules          {:app {:entries [example.core]}}
                      :compiler-options {:infer-externs :auto
                                         :output-feature-set :es2018}
                      :js-options       {:anon-fn-naming-policy :unmapped}
                      :devtools         {:http-root "resources/public"
                                         :http-port 9500}}}}


================================================
FILE: example/src/deps.cljs
================================================
{:foreign-libs
 [{:file           "x-mock.js"
   :provides       ["@mui/x-data-grid"
                    "@mui/x-date-pickers/DatePicker"
                    "@mui/x-date-pickers/LocalizationProvider"]
   :global-exports {"@mui/x-data-grid"                         MuiXDataGrid
                    "@mui/x-date-pickers/DatePicker"           MuiXDatePickersDatePicker
                    "@mui/x-date-pickers/LocalizationProvider" MuiXDatePickersLocalizationProvider}}]}


================================================
FILE: example/src/example/autocomplete.cljs
================================================
(ns example.autocomplete
  (:require-macros [reagent-mui.util :refer [react-component]])
  (:require [reagent.core :as r]
            [reagent-mui.material.autocomplete :refer [autocomplete] :rename {autocomplete mui-autocomplete}]
            [reagent-mui.material.text-field :refer [text-field]]))

(def options (clj->js [{:label "Denmark"
                        :code  "dk"
                        :flag  "\uD83C\uDDE9\uD83C\uDDF0"}
                       {:label "Finland"
                        :code  "fi"
                        :flag  "\uD83C\uDDEB\uD83C\uDDEE"}
                       {:label "France"
                        :code  "fr"
                        :flag  "\uD83C\uDDEB\uD83C\uDDF7"}
                       {:label "Germany"
                        :code  "de"
                        :flag  "\uD83C\uDDE9\uD83C\uDDEA"}
                       {:label "Iceland"
                        :code  "is"
                        :flag  "\uD83C\uDDEE\uD83C\uDDF8"}
                       {:label "Italy"
                        :code  "it"
                        :flag  "\uD83C\uDDEE\uD83C\uDDF9"}
                       {:label "Norway"
                        :code  "no"
                        :flag  "\uD83C\uDDF3\uD83C\uDDF4"}
                       {:label "Spain"
                        :code  "es"
                        :flag  "\uD83C\uDDEA\uD83C\uDDF8"}
                       {:label "Sweden"
                        :code  "se"
                        :flag  "\uD83C\uDDF8\uD83C\uDDEA"}
                       {:label "United Kingdom"
                        :code  "gb"
                        :flag  "\uD83C\uDDEC\uD83C\uDDE7"}]))

;; Options and value will be converted to JS objects and they are compared by strict equality,
;; meaning that they won't compare as equal after conversion from JS to CLJ and back.
;; For this reason it's better to keep them as JS objects or to supply a comparison function via :get-option-selected prop
(defn autocomplete [{:keys [class value on-change]}]
  [mui-autocomplete {:id            "autocomplete-demo"
                     :class         class
                     :options       options
                     :value         value
                     :on-change     (fn [event new-value]
                                      (on-change new-value))
                     :render-input  (react-component [props]
                                      [text-field (merge props
                                                         {:label "Autocomplete"})])
                     :render-option (react-component [props option]
                                      [:li props
                                       (:flag option)
                                       (:label option)])}])


================================================
FILE: example/src/example/core.cljs
================================================
(ns ^:figwheel-hooks example.core
  (:require-macros [reagent-mui.util :refer [react-component]])
  (:require [react :as react]
            [reagent.core :as r]
            [reagent.dom.client :as rdom]
            [reagent-mui.cljs-time-adapter :refer [cljs-time-adapter]]
            [reagent-mui.colors :as colors]
            [reagent-mui.material.button :refer [button]]
            [reagent-mui.material.chip :refer [chip]]
            [reagent-mui.material.css-baseline :refer [css-baseline]]
            [reagent-mui.material.input-adornment :refer [input-adornment]]
            [reagent-mui.material.menu-item :refer [menu-item]]
            [reagent-mui.material.stack :refer [stack]]
            [reagent-mui.material.text-field :refer [text-field]]
            [reagent-mui.material.toolbar :refer [toolbar]]
            [reagent-mui.material.typography :refer [typography]]
            [reagent-mui.icons.add-box :refer [add-box]]
            [reagent-mui.icons.clear :refer [clear]]
            [reagent-mui.icons.face :refer [face]]
            [reagent-mui.icons.face-outlined :refer [face-outlined]]
            [reagent-mui.x.date-picker :refer [date-picker]]
            [reagent-mui.x.localization-provider :refer [localization-provider]]
            [reagent-mui.styles :as styles]
            [example.autocomplete :refer [autocomplete]]
            [example.select :as select]
            [example.data-grid :as data-grid]
            ["@mui/material/TextField" :as MuiTextField])
  (:import (goog.i18n DateTimeSymbols_en_US)))

(set! *warn-on-infer* true)

(defn event-value
  [e]
  (.. e -target -value))

;; Example

(def custom-theme
  {:palette {:primary   colors/purple
             :secondary colors/green}})

(def classes (let [prefix "rmui-example"]
               {:root       (str prefix "-root")
                :button     (str prefix "-button")
                :text-field (str prefix "-text-field")}))

(defn custom-styles [{:keys [theme]}]
  (let [spacing (:spacing theme)]
    {(str "&." (:root classes))        {:margin-left (spacing 8)
                                        :align-items :flex-start}
     (str "& ." (:button classes))     {:margin (spacing 1)}
     (str "& ." (:text-field classes)) {:width        200
                                        :margin-left  (spacing 1)
                                        :margin-right (spacing 1)}}))

(defonce text-state (r/atom "foobar"))
(defonce select-state (r/atom 1))
(defonce date-picker-state (r/atom nil))
(defonce autocomplete-state (r/atom nil))

(defn form* [{:keys [class-name]}]
  [stack {:direction "column"
          :spacing   2
          :class     [class-name (:root classes)]}

   [toolbar {:disable-gutters true}
    [button
     {:variant  "contained"
      :color    "primary"
      :class    (:button classes)
      :on-click #(swap! text-state str " foo")}
     "Update value property"
     [add-box]]
    [button
     {:variant  "outlined"
      :color    "secondary"
      :class    (:button classes)
      :on-click (fn []
                  (reset! text-state "")
                  (reset! select-state 1)
                  (reset! date-picker-state nil)
                  (reset! autocomplete-state nil))}
     "Reset"
     [clear]]]

   [text-field
    {:value       @text-state
     :label       "Text input"
     :placeholder "Placeholder"
     :helper-text "Helper text"
     :class       (:text-field classes)
     :on-change   (fn [e]
                    (reset! text-state (event-value e)))}]

   [text-field
    {:value       @text-state
     :label       "Text with Adornment"
     :placeholder "Placeholder"
     :helper-text "Helper text"
     :class       (:text-field classes)
     :on-change   (fn [e]
                    (reset! text-state (event-value e)))
     :InputProps  {:end-adornment (r/as-element [input-adornment {:position "end"} "Baz"])}}]

   [text-field
    {:value       @text-state
     :label       "Textarea"
     :placeholder "Placeholder"
     :helper-text "Helper text"
     :class       (:text-field classes)
     :on-change   (fn [e]
                    (reset! text-state (event-value e)))
     :multiline   true
     :rows        10}]

   [text-field
    {:id        :textarea-autosize
     :value     @text-state
     :label     "Autosized textarea"
     :class     (:text-field classes)
     :on-change (fn [e]
                  (reset! text-state (event-value e)))
     :multiline true
     :min-rows  2
     :max-rows  10}]

   [text-field
    {:value       @select-state
     :label       "Select"
     :placeholder "Placeholder"
     :helper-text "Helper text"
     :class       (:text-field classes)
     :on-change   (fn [e]
                    (reset! select-state (event-value e)))
     :select      true}
    [menu-item
     {:value 1}
     "Item 1"]
    [menu-item
     {:value 2}
     "Item 2"]]

   ;; For properties that require React Node as parameter,
   ;; use r/as-element to convert Reagent hiccup forms into React elements,
   ;; or use r/create-element to directly instantiate element from React class (i.e. non-adapted React component).
   [stack {:direction :row
           :spacing   2}
    [chip {:icon  (r/as-element [face])
           :label "Icon element example, r/as-element"}]
    [chip {:icon  (r/as-element [face-outlined])
           :label "Another example icon"}]]

   [date-picker {:value     @date-picker-state
                 :on-change (fn [value]
                              (reset! date-picker-state value))
                 :format    "MM/dd/yyyy"
                 :label     "Date picker"}]
   [autocomplete {:class     (:text-field classes)
                  :value     @autocomplete-state
                  :on-change (fn [new-value]
                               (reset! autocomplete-state new-value))}]
   [typography {:variant :h5} "Data Grid"]
   [data-grid/component]
   [stack {:direction :row
           :spacing   2}
    [:> select/component {:options [{:label "Red" :value "#D32F2F"}
                                    {:label "Blue" :value "#2196F3"}]
                          :placeholder "Select a color"}]]])

(def form (styles/styled form* custom-styles))

(defn main []
  ;; fragment
  [:<>
   [css-baseline]
   ;; localization-provider provides date handling utils to date and time pickers.
   ;; cljs-time-adapter is a date adapter that allows you to use cljs-time / goog.date date objects.
   [localization-provider {:date-adapter   cljs-time-adapter
                           :adapter-locale DateTimeSymbols_en_US}
    [styles/theme-provider (styles/create-theme custom-theme)
     [form]]]])

(defn ^{:after-load true, :dev/after-load true}
  mount []
  (let [root (rdom/create-root (js/document.getElementById "app"))]
    (rdom/render root [main])))

(defn ^:export init []
  (mount))


================================================
FILE: example/src/example/data_grid.cljs
================================================
(ns example.data-grid
  (:require [reagent.core :as r]
            [reagent-mui.x.data-grid :refer [data-grid]]
            [reagent-mui.util :refer [clj->js' wrap-clj-function]]))

(def columns [{:field      :id
               :headerName "ID"
               :width      90}
              {:field      :first-name
               :headerName "First name"
               :width      150
               :editable   true}
              {:field      :last-name
               :headerName "Last name"
               :width      150
               :editable   true}
              {:field      :age
               :headerName "Age"
               :type       :number
               :width      110
               :editable   true}
              {:field       :full-name
               :headerName  "Full name"
               :description "This column has a value getter and is not sortable."
               :sortable    false
               :width       160
               :valueGetter (wrap-clj-function
                             (fn [params]
                               (str (get-in params [:row :first-name] "") " " (get-in params [:row :last-name] ""))))}])

(def rows [{:id 1 :last-name "Snow" :first-name "Jon" :age 35}
           {:id 2 :last-name "Lannister" :first-name "Cersei" :age 42}
           {:id 3 :last-name "Lannister" :first-name "Jaime" :age 45}
           {:id 4 :last-name "Stark" :first-name "Arya" :age 16}
           {:id 5 :last-name "Targaryen" :first-name "Daenerys" :age nil}
           {:id 6 :last-name "Melisandre" :first-name nil :age 150}
           {:id 7 :last-name "Clifford" :first-name "Ferrara" :age 44}
           {:id 8 :last-name "Frances" :first-name "Rossini" :age 36}
           {:id 9 :last-name "Roxie" :first-name "Harvey" :age 65}])

(defn component []
  [:div {:style {:height 400 :width 800}}
   [data-grid {:rows                           rows
               :columns                        columns
               :initial-state                  (clj->js' {:pagination {:pagination-model {:page-size 5}}})
               :page-size-options              [5]
               :checkbox-selection             true
               :disable-row-selection-on-click true}]])

================================================
FILE: example/src/example/select.cljs
================================================
(ns example.select
  (:require-macros [reagent-mui.util :refer [react-component]])
  (:require [reagent.core :as r]
            [reagent-mui.styles :as styles]
            [reagent-mui.base.select-unstyled-context :refer [select-unstyled-context-provider]]
            [reagent-mui.base.use-option :refer [use-option]]
            [reagent-mui.base.use-select :refer [use-select]]
            [reagent-mui.util :refer [use-effect use-ref use-state js->clj']]))

(def root (styles/styled "div" {:position "relative"}))

(def toggle (styles/styled "div" {:width            256
                                  :border           "1px solid #CDD2D7"
                                  :background-color "var(--color, white)"
                                  :padding          10
                                  :display          "inline-flex"
                                  :align-items      "center"
                                  :justify-content  "center"
                                  "& .placeholder"  {:opacity "0.8"}}))

(def listbox (styles/styled "div" {:padding    5
                                   :list-style "none"
                                   :position   "absolute"
                                   :width      "100%"
                                   :border     "1px solid #CDD2D7"
                                   :outline    0
                                   "&.hidden"  {:opacity    0
                                                :visibility "hidden"
                                                :transition "opacity 0.4s 0.5s ease, visibility 0.4s 0.5s step-end"}
                                   "& > li"    {:padding                  8
                                                "&:hover"                 {:background-color "#E7EBF0"}
                                                "&[aria-selected='true']" {:background-color "#E0E3E7"}}}))

(def option (react-component [{:keys [value children]}]
              (let [{:keys [get-root-props highlighted]} (use-option {:value    value
                                                                      :disabled false})]
                [:li.foobar (merge (js->clj' (get-root-props))
                                   {:class-name (when highlighted "highlighted")})
                 children])))

(def component (react-component [{:keys [options placeholder]}]
                 (let [listbox-ref (use-ref nil)
                       [listbox-visible? set-listbox-visible] (use-state false)
                       {:keys [get-button-props get-listbox-props context-value value]} (use-select {:listbox-ref listbox-ref
                                                                                                     :options     options})]
                   (use-effect #(do (when listbox-visible?
                                      (some-> (.-current listbox-ref) (.focus)))
                                    js/undefined)
                               #js [listbox-visible?])
                   [root {:on-mouse-over #(set-listbox-visible true)
                          :on-mouse-out  #(set-listbox-visible false)
                          :on-focus      #(set-listbox-visible true)
                          :on-blur       #(set-listbox-visible false)}
                    [toggle (merge {:style {"--color" value}}
                                   (js->clj' (get-button-props)))
                     (or value [:span.placeholder placeholder])]
                    [listbox (merge {:class-name (when-not listbox-visible? "hidden")}
                                    (js->clj' (get-listbox-props)))
                     [select-unstyled-context-provider {:value context-value}
                      (for [{:keys [value label]} options]
                        ^{:key value} [:> option {:value value}
                                       label])]]])))


================================================
FILE: example/src/x-mock.js
================================================
var MuiXDataGrid = {
  DataGrid: function() { return "Data Grid is not available with CLJSJS deps"; }
};
var MuiXDatePickersDatePicker = {
  DatePicker: function() { return "Date Picker is not available with CLJSJS deps"; }
};
var MuiXDatePickersLocalizationProvider = {
  LocalizationProvider: function(props) { return props.children; }
};


================================================
FILE: karma.conf.js
================================================
module.exports = function (config) {
  config.set({
    browsers: ['ChromeHeadless'],
    basePath: 'target',
    files: ['../src/js/karma.js', 'test.js'],
    frameworks: ['cljs-test'],
    plugins: ['karma-cljs-test', 'karma-chrome-launcher'],
    colors: true,
    logLevel: config.LOG_INFO,
    client: {
      args: ["shadow.test.karma.init"],
      singleRun: true
    }
  })
};


================================================
FILE: package.json
================================================
{
  "name": "reagent-material-ui",
  "private": true,
  "devDependencies": {
    "karma": "^6.4.1",
    "karma-chrome-launcher": "^3.1.1",
    "karma-cli": "^2.0.0",
    "karma-cljs-test": "^0.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^4.3.1",
    "shadow-cljs": "2.22.0",
    "terser-webpack-plugin": "^5.3.6",
    "webpack": "^5.76.0",
    "webpack-cli": "^5.0.1",
    "webpack-merge": "^5.8.0"
  },
  "dependencies": {
    "@emotion/react": "^11.10.6",
    "@emotion/styled": "^11.10.6",
    "@mui/base": "5.0.0-alpha.120",
    "@mui/lab": "5.0.0-alpha.122",
    "@mui/material": "5.11.12",
    "@mui/styles": "5.11.12"
  },
  "scripts": {
    "build": "npm run clean && npm run build:dev && npm run build:prod",
    "build:dev": "webpack --config ./reagent-material-ui-js/webpack.config.js --mode development",
    "build:prod": "webpack --config ./reagent-material-ui-js/webpack.config.js --mode production",
    "clean": "rimraf -g './reagent-material-ui-js/src/mui/*.{inc,min.inc}.js' .shadow-cljs",
    "test": "shadow-cljs compile test && karma start --single-run",
    "test:browser": "shadow-cljs watch browser-test"
  }
}


================================================
FILE: project.clj
================================================
(defproject arttuka/reagent-material-ui "5.11.12-0"
  :description "Reagent wrapper library for MUI (formerly Material UI) v5"
  :url "https://github.com/arttuka/reagent-material-ui"
  :license {:name "Eclipse Public License 2.0"
            :url  "https://www.eclipse.org/legal/epl-2.0/"}
  :dependencies [[reagent "1.1.1"]
                 [com.andrewmcveigh/cljs-time "0.5.2"]
                 [camel-snake-kebab "0.4.3"]
                 [arttuka/reagent-material-ui-js "5.11.12-0"]]
  :plugins [[lein-cljfmt "0.9.2"]
            [lein-cljsbuild "1.1.8"]
            [lein-doo "0.1.11"]]
  :source-paths ["src/core" "src/x" "src/icons"]
  :resource-paths ["deps.cljs"]
  :profiles {:dev      {:test-paths     ["test"]
                        :resource-paths ["target" "dev-resources"]}
             :provided {:dependencies [[org.clojure/clojure "1.11.1"]
                                       [org.clojure/clojurescript "1.11.60"]
                                       [cljsjs/react "17.0.2-0"]
                                       [cljsjs/react-dom "17.0.2-0"]
                                       [prismatic/dommy "1.1.0"]]}}
  :clean-targets ^{:protect false} ["target" ".shadow-cljs"]
  :cljfmt {:indents {forward-ref [[:inner 0]]}
           :paths   ["src/core" "src/x"]}
  :cljsbuild {:builds [{:id           "test"
                        :source-paths ["src/core" "test"]
                        :compiler     {:output-to     "target/public/js/test-main.js"
                                       :output-dir    "target/public/js/out"
                                       :asset-path    "js/out"
                                       :main          reagent-mui.test-runner
                                       :optimizations :none
                                       :npm-deps      false}}
                       {:id           "test-adv"
                        :source-paths ["src/core" "test"]
                        :compiler     {:output-to     "target/public/js/test-main-adv.js"
                                       :output-dir    "target/public/js/out-adv"
                                       :main          reagent-mui.test-runner
                                       :optimizations :advanced
                                       :npm-deps      false}}]}
  :doo {:paths {:karma "./node_modules/karma/bin/karma"}}
  :aliases {"test"         ["do" ["clean"] ["doo:test"] ["doo:test-adv"]]
            "doo:test"     ["doo" "chrome-headless" "test" "once"]
            "doo:test-adv" ["doo" "chrome-headless" "test-adv" "once"]}
  :deploy-repositories [["releases" {:url           "https://repo.clojars.org"
                                     :sign-releases false
                                     :username      :env/clojars_username
                                     :password      :env/clojars_password}]])


================================================
FILE: reagent-material-ui-js/.gitignore
================================================
/target
src/mui/*.inc.js

================================================
FILE: reagent-material-ui-js/README.md
================================================
# reagent-material-ui-js

MUI packaged into JS files for [arttuka/reagent-material-ui](https://github.com/arttuka/reagent-material-ui).


================================================
FILE: reagent-material-ui-js/deps.cljs
================================================
{:foreign-libs
 [{:file "mui/mui-material.inc.js",
   :file-min "mui/mui-material.min.inc.js",
   :provides ["@mui/material"],
   :global-exports {"@mui/material" MuiMaterial},
   :requires
   ["@mui/base"
    "@mui/base/ClickAwayListener"
    "@mui/base/FocusTrap"
    "@mui/base/ModalUnstyled"
    "@mui/base/NoSsr"
    "@mui/base/PopperUnstyled"
    "@mui/base/Portal"
    "@mui/base/TextareaAutosize"
    "@mui/base/className"
    "@mui/base/composeClasses"
    "@mui/base/useAutocomplete"
    "@mui/base/useBadge"
    "@mui/base/useSlider"
    "@mui/base/useSnackbar"
    "@mui/base/utils"
    "@mui/utils"
    "react"
    "react-dom"]}
  {:file "mui/mui-material-styles.inc.js",
   :file-min "mui/mui-material-styles.min.inc.js",
   :provides ["@mui/material/styles"],
   :global-exports {"@mui/material/styles" MuiMaterialStyles},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-utils.inc.js",
   :file-min "mui/mui-material-utils.min.inc.js",
   :provides ["@mui/material/utils"],
   :global-exports {"@mui/material/utils" MuiMaterialUtils},
   :requires ["@mui/material"]}
  {:file "mui/mui-lab.inc.js",
   :file-min "mui/mui-lab.min.inc.js",
   :provides ["@mui/lab"],
   :global-exports {"@mui/lab" MuiLab},
   :requires
   ["@mui/base"
    "@mui/material"
    "@mui/material/Alert"
    "@mui/material/AlertTitle"
    "@mui/material/Autocomplete"
    "@mui/material/AvatarGroup"
    "@mui/material/Button"
    "@mui/material/CircularProgress"
    "@mui/material/Collapse"
    "@mui/material/Pagination"
    "@mui/material/PaginationItem"
    "@mui/material/Rating"
    "@mui/material/Skeleton"
    "@mui/material/SpeedDial"
    "@mui/material/SpeedDialAction"
    "@mui/material/SpeedDialIcon"
    "@mui/material/Tabs"
    "@mui/material/ToggleButton"
    "@mui/material/ToggleButtonGroup"
    "@mui/material/Typography"
    "@mui/material/generateUtilityClass"
    "@mui/material/generateUtilityClasses"
    "@mui/material/usePagination"
    "@mui/utils"
    "react"
    "react-dom"]}
  {:file "mui/mui-base.inc.js",
   :file-min "mui/mui-base.min.inc.js",
   :provides ["@mui/base"],
   :global-exports {"@mui/base" MuiBase},
   :requires
   ["@mui/base/BadgeUnstyled"
    "@mui/base/ButtonUnstyled"
    "@mui/base/ClickAwayListener"
    "@mui/base/FocusTrap"
    "@mui/base/FormControlUnstyled"
    "@mui/base/InputUnstyled"
    "@mui/base/MenuItemUnstyled"
    "@mui/base/MenuUnstyled"
    "@mui/base/ModalUnstyled"
    "@mui/base/NoSsr"
    "@mui/base/OptionGroupUnstyled"
    "@mui/base/OptionUnstyled"
    "@mui/base/PopperUnstyled"
    "@mui/base/Portal"
    "@mui/base/SelectUnstyled"
    "@mui/base/SliderUnstyled"
    "@mui/base/SnackbarUnstyled"
    "@mui/base/SwitchUnstyled"
    "@mui/base/TabPanelUnstyled"
    "@mui/base/TabUnstyled"
    "@mui/base/TablePaginationUnstyled"
    "@mui/base/TabsListUnstyled"
    "@mui/base/TabsUnstyled"
    "@mui/base/TextareaAutosize"
    "@mui/base/composeClasses"
    "@mui/base/useAutocomplete"
    "@mui/base/useBadge"
    "@mui/base/useButton"
    "@mui/base/useInput"
    "@mui/base/useListbox"
    "@mui/base/useMenu"
    "@mui/base/useMenuItem"
    "@mui/base/useOption"
    "@mui/base/useSelect"
    "@mui/base/useSlider"
    "@mui/base/useSnackbar"
    "@mui/base/useSwitch"
    "@mui/base/useTab"
    "@mui/base/useTabPanel"
    "@mui/base/useTabs"
    "@mui/base/useTabsList"
    "@mui/base/utils"]}
  {:file "mui/mui-styles.inc.js",
   :file-min "mui/mui-styles.min.inc.js",
   :provides ["@mui/styles"],
   :global-exports {"@mui/styles" MuiStyles},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-utils.inc.js",
   :file-min "mui/mui-utils.min.inc.js",
   :provides ["@mui/utils"],
   :global-exports {"@mui/utils" MuiUtils},
   :requires ["react"]}
  {:file "mui/mui-material-accordion.inc.js",
   :file-min "mui/mui-material-accordion.min.inc.js",
   :provides ["@mui/material/Accordion"],
   :global-exports {"@mui/material/Accordion" MuiMaterialAccordion},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-accordion-actions.inc.js",
   :file-min "mui/mui-material-accordion-actions.min.inc.js",
   :provides ["@mui/material/AccordionActions"],
   :global-exports
   {"@mui/material/AccordionActions" MuiMaterialAccordionActions},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-accordion-details.inc.js",
   :file-min "mui/mui-material-accordion-details.min.inc.js",
   :provides ["@mui/material/AccordionDetails"],
   :global-exports
   {"@mui/material/AccordionDetails" MuiMaterialAccordionDetails},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-accordion-summary.inc.js",
   :file-min "mui/mui-material-accordion-summary.min.inc.js",
   :provides ["@mui/material/AccordionSummary"],
   :global-exports
   {"@mui/material/AccordionSummary" MuiMaterialAccordionSummary},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-alert.inc.js",
   :file-min "mui/mui-material-alert.min.inc.js",
   :provides ["@mui/material/Alert"],
   :global-exports {"@mui/material/Alert" MuiMaterialAlert},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-alert-title.inc.js",
   :file-min "mui/mui-material-alert-title.min.inc.js",
   :provides ["@mui/material/AlertTitle"],
   :global-exports {"@mui/material/AlertTitle" MuiMaterialAlertTitle},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-app-bar.inc.js",
   :file-min "mui/mui-material-app-bar.min.inc.js",
   :provides ["@mui/material/AppBar"],
   :global-exports {"@mui/material/AppBar" MuiMaterialAppBar},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-autocomplete.inc.js",
   :file-min "mui/mui-material-autocomplete.min.inc.js",
   :provides ["@mui/material/Autocomplete"],
   :global-exports
   {"@mui/material/Autocomplete" MuiMaterialAutocomplete},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-avatar.inc.js",
   :file-min "mui/mui-material-avatar.min.inc.js",
   :provides ["@mui/material/Avatar"],
   :global-exports {"@mui/material/Avatar" MuiMaterialAvatar},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-avatar-group.inc.js",
   :file-min "mui/mui-material-avatar-group.min.inc.js",
   :provides ["@mui/material/AvatarGroup"],
   :global-exports
   {"@mui/material/AvatarGroup" MuiMaterialAvatarGroup},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-backdrop.inc.js",
   :file-min "mui/mui-material-backdrop.min.inc.js",
   :provides ["@mui/material/Backdrop"],
   :global-exports {"@mui/material/Backdrop" MuiMaterialBackdrop},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-badge.inc.js",
   :file-min "mui/mui-material-badge.min.inc.js",
   :provides ["@mui/material/Badge"],
   :global-exports {"@mui/material/Badge" MuiMaterialBadge},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-bottom-navigation.inc.js",
   :file-min "mui/mui-material-bottom-navigation.min.inc.js",
   :provides ["@mui/material/BottomNavigation"],
   :global-exports
   {"@mui/material/BottomNavigation" MuiMaterialBottomNavigation},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-bottom-navigation-action.inc.js",
   :file-min "mui/mui-material-bottom-navigation-action.min.inc.js",
   :provides ["@mui/material/BottomNavigationAction"],
   :global-exports
   {"@mui/material/BottomNavigationAction"
    MuiMaterialBottomNavigationAction},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-box.inc.js",
   :file-min "mui/mui-material-box.min.inc.js",
   :provides ["@mui/material/Box"],
   :global-exports {"@mui/material/Box" MuiMaterialBox},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-breadcrumbs.inc.js",
   :file-min "mui/mui-material-breadcrumbs.min.inc.js",
   :provides ["@mui/material/Breadcrumbs"],
   :global-exports
   {"@mui/material/Breadcrumbs" MuiMaterialBreadcrumbs},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-button.inc.js",
   :file-min "mui/mui-material-button.min.inc.js",
   :provides ["@mui/material/Button"],
   :global-exports {"@mui/material/Button" MuiMaterialButton},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-button-base.inc.js",
   :file-min "mui/mui-material-button-base.min.inc.js",
   :provides ["@mui/material/ButtonBase"],
   :global-exports {"@mui/material/ButtonBase" MuiMaterialButtonBase},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-button-group.inc.js",
   :file-min "mui/mui-material-button-group.min.inc.js",
   :provides ["@mui/material/ButtonGroup"],
   :global-exports
   {"@mui/material/ButtonGroup" MuiMaterialButtonGroup},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-card.inc.js",
   :file-min "mui/mui-material-card.min.inc.js",
   :provides ["@mui/material/Card"],
   :global-exports {"@mui/material/Card" MuiMaterialCard},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-card-action-area.inc.js",
   :file-min "mui/mui-material-card-action-area.min.inc.js",
   :provides ["@mui/material/CardActionArea"],
   :global-exports
   {"@mui/material/CardActionArea" MuiMaterialCardActionArea},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-card-actions.inc.js",
   :file-min "mui/mui-material-card-actions.min.inc.js",
   :provides ["@mui/material/CardActions"],
   :global-exports
   {"@mui/material/CardActions" MuiMaterialCardActions},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-card-content.inc.js",
   :file-min "mui/mui-material-card-content.min.inc.js",
   :provides ["@mui/material/CardContent"],
   :global-exports
   {"@mui/material/CardContent" MuiMaterialCardContent},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-card-header.inc.js",
   :file-min "mui/mui-material-card-header.min.inc.js",
   :provides ["@mui/material/CardHeader"],
   :global-exports {"@mui/material/CardHeader" MuiMaterialCardHeader},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-card-media.inc.js",
   :file-min "mui/mui-material-card-media.min.inc.js",
   :provides ["@mui/material/CardMedia"],
   :global-exports {"@mui/material/CardMedia" MuiMaterialCardMedia},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-checkbox.inc.js",
   :file-min "mui/mui-material-checkbox.min.inc.js",
   :provides ["@mui/material/Checkbox"],
   :global-exports {"@mui/material/Checkbox" MuiMaterialCheckbox},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-chip.inc.js",
   :file-min "mui/mui-material-chip.min.inc.js",
   :provides ["@mui/material/Chip"],
   :global-exports {"@mui/material/Chip" MuiMaterialChip},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-circular-progress.inc.js",
   :file-min "mui/mui-material-circular-progress.min.inc.js",
   :provides ["@mui/material/CircularProgress"],
   :global-exports
   {"@mui/material/CircularProgress" MuiMaterialCircularProgress},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-click-away-listener.inc.js",
   :file-min "mui/mui-material-click-away-listener.min.inc.js",
   :provides ["@mui/material/ClickAwayListener"],
   :global-exports
   {"@mui/material/ClickAwayListener" MuiMaterialClickAwayListener},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-collapse.inc.js",
   :file-min "mui/mui-material-collapse.min.inc.js",
   :provides ["@mui/material/Collapse"],
   :global-exports {"@mui/material/Collapse" MuiMaterialCollapse},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-container.inc.js",
   :file-min "mui/mui-material-container.min.inc.js",
   :provides ["@mui/material/Container"],
   :global-exports {"@mui/material/Container" MuiMaterialContainer},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-css-baseline.inc.js",
   :file-min "mui/mui-material-css-baseline.min.inc.js",
   :provides ["@mui/material/CssBaseline"],
   :global-exports
   {"@mui/material/CssBaseline" MuiMaterialCssBaseline},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-dialog.inc.js",
   :file-min "mui/mui-material-dialog.min.inc.js",
   :provides ["@mui/material/Dialog"],
   :global-exports {"@mui/material/Dialog" MuiMaterialDialog},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-dialog-actions.inc.js",
   :file-min "mui/mui-material-dialog-actions.min.inc.js",
   :provides ["@mui/material/DialogActions"],
   :global-exports
   {"@mui/material/DialogActions" MuiMaterialDialogActions},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-dialog-content.inc.js",
   :file-min "mui/mui-material-dialog-content.min.inc.js",
   :provides ["@mui/material/DialogContent"],
   :global-exports
   {"@mui/material/DialogContent" MuiMaterialDialogContent},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-dialog-content-text.inc.js",
   :file-min "mui/mui-material-dialog-content-text.min.inc.js",
   :provides ["@mui/material/DialogContentText"],
   :global-exports
   {"@mui/material/DialogContentText" MuiMaterialDialogContentText},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-dialog-title.inc.js",
   :file-min "mui/mui-material-dialog-title.min.inc.js",
   :provides ["@mui/material/DialogTitle"],
   :global-exports
   {"@mui/material/DialogTitle" MuiMaterialDialogTitle},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-divider.inc.js",
   :file-min "mui/mui-material-divider.min.inc.js",
   :provides ["@mui/material/Divider"],
   :global-exports {"@mui/material/Divider" MuiMaterialDivider},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-drawer.inc.js",
   :file-min "mui/mui-material-drawer.min.inc.js",
   :provides ["@mui/material/Drawer"],
   :global-exports {"@mui/material/Drawer" MuiMaterialDrawer},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-fab.inc.js",
   :file-min "mui/mui-material-fab.min.inc.js",
   :provides ["@mui/material/Fab"],
   :global-exports {"@mui/material/Fab" MuiMaterialFab},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-fade.inc.js",
   :file-min "mui/mui-material-fade.min.inc.js",
   :provides ["@mui/material/Fade"],
   :global-exports {"@mui/material/Fade" MuiMaterialFade},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-filled-input.inc.js",
   :file-min "mui/mui-material-filled-input.min.inc.js",
   :provides ["@mui/material/FilledInput"],
   :global-exports
   {"@mui/material/FilledInput" MuiMaterialFilledInput},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-form-control.inc.js",
   :file-min "mui/mui-material-form-control.min.inc.js",
   :provides ["@mui/material/FormControl"],
   :global-exports
   {"@mui/material/FormControl" MuiMaterialFormControl},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-form-control-label.inc.js",
   :file-min "mui/mui-material-form-control-label.min.inc.js",
   :provides ["@mui/material/FormControlLabel"],
   :global-exports
   {"@mui/material/FormControlLabel" MuiMaterialFormControlLabel},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-form-group.inc.js",
   :file-min "mui/mui-material-form-group.min.inc.js",
   :provides ["@mui/material/FormGroup"],
   :global-exports {"@mui/material/FormGroup" MuiMaterialFormGroup},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-form-helper-text.inc.js",
   :file-min "mui/mui-material-form-helper-text.min.inc.js",
   :provides ["@mui/material/FormHelperText"],
   :global-exports
   {"@mui/material/FormHelperText" MuiMaterialFormHelperText},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-form-label.inc.js",
   :file-min "mui/mui-material-form-label.min.inc.js",
   :provides ["@mui/material/FormLabel"],
   :global-exports {"@mui/material/FormLabel" MuiMaterialFormLabel},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-global-styles.inc.js",
   :file-min "mui/mui-material-global-styles.min.inc.js",
   :provides ["@mui/material/GlobalStyles"],
   :global-exports
   {"@mui/material/GlobalStyles" MuiMaterialGlobalStyles},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-grid.inc.js",
   :file-min "mui/mui-material-grid.min.inc.js",
   :provides ["@mui/material/Grid"],
   :global-exports {"@mui/material/Grid" MuiMaterialGrid},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-grow.inc.js",
   :file-min "mui/mui-material-grow.min.inc.js",
   :provides ["@mui/material/Grow"],
   :global-exports {"@mui/material/Grow" MuiMaterialGrow},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-hidden.inc.js",
   :file-min "mui/mui-material-hidden.min.inc.js",
   :provides ["@mui/material/Hidden"],
   :global-exports {"@mui/material/Hidden" MuiMaterialHidden},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-icon.inc.js",
   :file-min "mui/mui-material-icon.min.inc.js",
   :provides ["@mui/material/Icon"],
   :global-exports {"@mui/material/Icon" MuiMaterialIcon},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-icon-button.inc.js",
   :file-min "mui/mui-material-icon-button.min.inc.js",
   :provides ["@mui/material/IconButton"],
   :global-exports {"@mui/material/IconButton" MuiMaterialIconButton},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-image-list.inc.js",
   :file-min "mui/mui-material-image-list.min.inc.js",
   :provides ["@mui/material/ImageList"],
   :global-exports {"@mui/material/ImageList" MuiMaterialImageList},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-image-list-item.inc.js",
   :file-min "mui/mui-material-image-list-item.min.inc.js",
   :provides ["@mui/material/ImageListItem"],
   :global-exports
   {"@mui/material/ImageListItem" MuiMaterialImageListItem},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-image-list-item-bar.inc.js",
   :file-min "mui/mui-material-image-list-item-bar.min.inc.js",
   :provides ["@mui/material/ImageListItemBar"],
   :global-exports
   {"@mui/material/ImageListItemBar" MuiMaterialImageListItemBar},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-input.inc.js",
   :file-min "mui/mui-material-input.min.inc.js",
   :provides ["@mui/material/Input"],
   :global-exports {"@mui/material/Input" MuiMaterialInput},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-input-adornment.inc.js",
   :file-min "mui/mui-material-input-adornment.min.inc.js",
   :provides ["@mui/material/InputAdornment"],
   :global-exports
   {"@mui/material/InputAdornment" MuiMaterialInputAdornment},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-input-base.inc.js",
   :file-min "mui/mui-material-input-base.min.inc.js",
   :provides ["@mui/material/InputBase"],
   :global-exports {"@mui/material/InputBase" MuiMaterialInputBase},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-input-label.inc.js",
   :file-min "mui/mui-material-input-label.min.inc.js",
   :provides ["@mui/material/InputLabel"],
   :global-exports {"@mui/material/InputLabel" MuiMaterialInputLabel},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-linear-progress.inc.js",
   :file-min "mui/mui-material-linear-progress.min.inc.js",
   :provides ["@mui/material/LinearProgress"],
   :global-exports
   {"@mui/material/LinearProgress" MuiMaterialLinearProgress},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-link.inc.js",
   :file-min "mui/mui-material-link.min.inc.js",
   :provides ["@mui/material/Link"],
   :global-exports {"@mui/material/Link" MuiMaterialLink},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list.inc.js",
   :file-min "mui/mui-material-list.min.inc.js",
   :provides ["@mui/material/List"],
   :global-exports {"@mui/material/List" MuiMaterialList},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list-item.inc.js",
   :file-min "mui/mui-material-list-item.min.inc.js",
   :provides ["@mui/material/ListItem"],
   :global-exports {"@mui/material/ListItem" MuiMaterialListItem},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list-item-avatar.inc.js",
   :file-min "mui/mui-material-list-item-avatar.min.inc.js",
   :provides ["@mui/material/ListItemAvatar"],
   :global-exports
   {"@mui/material/ListItemAvatar" MuiMaterialListItemAvatar},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list-item-button.inc.js",
   :file-min "mui/mui-material-list-item-button.min.inc.js",
   :provides ["@mui/material/ListItemButton"],
   :global-exports
   {"@mui/material/ListItemButton" MuiMaterialListItemButton},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list-item-icon.inc.js",
   :file-min "mui/mui-material-list-item-icon.min.inc.js",
   :provides ["@mui/material/ListItemIcon"],
   :global-exports
   {"@mui/material/ListItemIcon" MuiMaterialListItemIcon},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list-item-secondary-action.inc.js",
   :file-min "mui/mui-material-list-item-secondary-action.min.inc.js",
   :provides ["@mui/material/ListItemSecondaryAction"],
   :global-exports
   {"@mui/material/ListItemSecondaryAction"
    MuiMaterialListItemSecondaryAction},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list-item-text.inc.js",
   :file-min "mui/mui-material-list-item-text.min.inc.js",
   :provides ["@mui/material/ListItemText"],
   :global-exports
   {"@mui/material/ListItemText" MuiMaterialListItemText},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-list-subheader.inc.js",
   :file-min "mui/mui-material-list-subheader.min.inc.js",
   :provides ["@mui/material/ListSubheader"],
   :global-exports
   {"@mui/material/ListSubheader" MuiMaterialListSubheader},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-menu.inc.js",
   :file-min "mui/mui-material-menu.min.inc.js",
   :provides ["@mui/material/Menu"],
   :global-exports {"@mui/material/Menu" MuiMaterialMenu},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-menu-item.inc.js",
   :file-min "mui/mui-material-menu-item.min.inc.js",
   :provides ["@mui/material/MenuItem"],
   :global-exports {"@mui/material/MenuItem" MuiMaterialMenuItem},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-menu-list.inc.js",
   :file-min "mui/mui-material-menu-list.min.inc.js",
   :provides ["@mui/material/MenuList"],
   :global-exports {"@mui/material/MenuList" MuiMaterialMenuList},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-mobile-stepper.inc.js",
   :file-min "mui/mui-material-mobile-stepper.min.inc.js",
   :provides ["@mui/material/MobileStepper"],
   :global-exports
   {"@mui/material/MobileStepper" MuiMaterialMobileStepper},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-modal.inc.js",
   :file-min "mui/mui-material-modal.min.inc.js",
   :provides ["@mui/material/Modal"],
   :global-exports {"@mui/material/Modal" MuiMaterialModal},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-native-select.inc.js",
   :file-min "mui/mui-material-native-select.min.inc.js",
   :provides ["@mui/material/NativeSelect"],
   :global-exports
   {"@mui/material/NativeSelect" MuiMaterialNativeSelect},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-no-ssr.inc.js",
   :file-min "mui/mui-material-no-ssr.min.inc.js",
   :provides ["@mui/material/NoSsr"],
   :global-exports {"@mui/material/NoSsr" MuiMaterialNoSsr},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-outlined-input.inc.js",
   :file-min "mui/mui-material-outlined-input.min.inc.js",
   :provides ["@mui/material/OutlinedInput"],
   :global-exports
   {"@mui/material/OutlinedInput" MuiMaterialOutlinedInput},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-pagination.inc.js",
   :file-min "mui/mui-material-pagination.min.inc.js",
   :provides ["@mui/material/Pagination"],
   :global-exports {"@mui/material/Pagination" MuiMaterialPagination},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-pagination-item.inc.js",
   :file-min "mui/mui-material-pagination-item.min.inc.js",
   :provides ["@mui/material/PaginationItem"],
   :global-exports
   {"@mui/material/PaginationItem" MuiMaterialPaginationItem},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-paper.inc.js",
   :file-min "mui/mui-material-paper.min.inc.js",
   :provides ["@mui/material/Paper"],
   :global-exports {"@mui/material/Paper" MuiMaterialPaper},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-popover.inc.js",
   :file-min "mui/mui-material-popover.min.inc.js",
   :provides ["@mui/material/Popover"],
   :global-exports {"@mui/material/Popover" MuiMaterialPopover},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-popper.inc.js",
   :file-min "mui/mui-material-popper.min.inc.js",
   :provides ["@mui/material/Popper"],
   :global-exports {"@mui/material/Popper" MuiMaterialPopper},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-portal.inc.js",
   :file-min "mui/mui-material-portal.min.inc.js",
   :provides ["@mui/material/Portal"],
   :global-exports {"@mui/material/Portal" MuiMaterialPortal},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-radio.inc.js",
   :file-min "mui/mui-material-radio.min.inc.js",
   :provides ["@mui/material/Radio"],
   :global-exports {"@mui/material/Radio" MuiMaterialRadio},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-radio-group.inc.js",
   :file-min "mui/mui-material-radio-group.min.inc.js",
   :provides ["@mui/material/RadioGroup"],
   :global-exports {"@mui/material/RadioGroup" MuiMaterialRadioGroup},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-rating.inc.js",
   :file-min "mui/mui-material-rating.min.inc.js",
   :provides ["@mui/material/Rating"],
   :global-exports {"@mui/material/Rating" MuiMaterialRating},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-scoped-css-baseline.inc.js",
   :file-min "mui/mui-material-scoped-css-baseline.min.inc.js",
   :provides ["@mui/material/ScopedCssBaseline"],
   :global-exports
   {"@mui/material/ScopedCssBaseline" MuiMaterialScopedCssBaseline},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-select.inc.js",
   :file-min "mui/mui-material-select.min.inc.js",
   :provides ["@mui/material/Select"],
   :global-exports {"@mui/material/Select" MuiMaterialSelect},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-skeleton.inc.js",
   :file-min "mui/mui-material-skeleton.min.inc.js",
   :provides ["@mui/material/Skeleton"],
   :global-exports {"@mui/material/Skeleton" MuiMaterialSkeleton},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-slide.inc.js",
   :file-min "mui/mui-material-slide.min.inc.js",
   :provides ["@mui/material/Slide"],
   :global-exports {"@mui/material/Slide" MuiMaterialSlide},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-slider.inc.js",
   :file-min "mui/mui-material-slider.min.inc.js",
   :provides ["@mui/material/Slider"],
   :global-exports {"@mui/material/Slider" MuiMaterialSlider},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-snackbar.inc.js",
   :file-min "mui/mui-material-snackbar.min.inc.js",
   :provides ["@mui/material/Snackbar"],
   :global-exports {"@mui/material/Snackbar" MuiMaterialSnackbar},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-snackbar-content.inc.js",
   :file-min "mui/mui-material-snackbar-content.min.inc.js",
   :provides ["@mui/material/SnackbarContent"],
   :global-exports
   {"@mui/material/SnackbarContent" MuiMaterialSnackbarContent},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-speed-dial.inc.js",
   :file-min "mui/mui-material-speed-dial.min.inc.js",
   :provides ["@mui/material/SpeedDial"],
   :global-exports {"@mui/material/SpeedDial" MuiMaterialSpeedDial},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-speed-dial-action.inc.js",
   :file-min "mui/mui-material-speed-dial-action.min.inc.js",
   :provides ["@mui/material/SpeedDialAction"],
   :global-exports
   {"@mui/material/SpeedDialAction" MuiMaterialSpeedDialAction},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-speed-dial-icon.inc.js",
   :file-min "mui/mui-material-speed-dial-icon.min.inc.js",
   :provides ["@mui/material/SpeedDialIcon"],
   :global-exports
   {"@mui/material/SpeedDialIcon" MuiMaterialSpeedDialIcon},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-stack.inc.js",
   :file-min "mui/mui-material-stack.min.inc.js",
   :provides ["@mui/material/Stack"],
   :global-exports {"@mui/material/Stack" MuiMaterialStack},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-step.inc.js",
   :file-min "mui/mui-material-step.min.inc.js",
   :provides ["@mui/material/Step"],
   :global-exports {"@mui/material/Step" MuiMaterialStep},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-step-button.inc.js",
   :file-min "mui/mui-material-step-button.min.inc.js",
   :provides ["@mui/material/StepButton"],
   :global-exports {"@mui/material/StepButton" MuiMaterialStepButton},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-step-connector.inc.js",
   :file-min "mui/mui-material-step-connector.min.inc.js",
   :provides ["@mui/material/StepConnector"],
   :global-exports
   {"@mui/material/StepConnector" MuiMaterialStepConnector},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-step-content.inc.js",
   :file-min "mui/mui-material-step-content.min.inc.js",
   :provides ["@mui/material/StepContent"],
   :global-exports
   {"@mui/material/StepContent" MuiMaterialStepContent},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-step-icon.inc.js",
   :file-min "mui/mui-material-step-icon.min.inc.js",
   :provides ["@mui/material/StepIcon"],
   :global-exports {"@mui/material/StepIcon" MuiMaterialStepIcon},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-step-label.inc.js",
   :file-min "mui/mui-material-step-label.min.inc.js",
   :provides ["@mui/material/StepLabel"],
   :global-exports {"@mui/material/StepLabel" MuiMaterialStepLabel},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-stepper.inc.js",
   :file-min "mui/mui-material-stepper.min.inc.js",
   :provides ["@mui/material/Stepper"],
   :global-exports {"@mui/material/Stepper" MuiMaterialStepper},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-styled-engine-provider.inc.js",
   :file-min "mui/mui-material-styled-engine-provider.min.inc.js",
   :provides ["@mui/material/StyledEngineProvider"],
   :global-exports
   {"@mui/material/StyledEngineProvider"
    MuiMaterialStyledEngineProvider},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-svg-icon.inc.js",
   :file-min "mui/mui-material-svg-icon.min.inc.js",
   :provides ["@mui/material/SvgIcon"],
   :global-exports {"@mui/material/SvgIcon" MuiMaterialSvgIcon},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-swipeable-drawer.inc.js",
   :file-min "mui/mui-material-swipeable-drawer.min.inc.js",
   :provides ["@mui/material/SwipeableDrawer"],
   :global-exports
   {"@mui/material/SwipeableDrawer" MuiMaterialSwipeableDrawer},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-switch.inc.js",
   :file-min "mui/mui-material-switch.min.inc.js",
   :provides ["@mui/material/Switch"],
   :global-exports {"@mui/material/Switch" MuiMaterialSwitch},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-tab.inc.js",
   :file-min "mui/mui-material-tab.min.inc.js",
   :provides ["@mui/material/Tab"],
   :global-exports {"@mui/material/Tab" MuiMaterialTab},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-tab-scroll-button.inc.js",
   :file-min "mui/mui-material-tab-scroll-button.min.inc.js",
   :provides ["@mui/material/TabScrollButton"],
   :global-exports
   {"@mui/material/TabScrollButton" MuiMaterialTabScrollButton},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table.inc.js",
   :file-min "mui/mui-material-table.min.inc.js",
   :provides ["@mui/material/Table"],
   :global-exports {"@mui/material/Table" MuiMaterialTable},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-body.inc.js",
   :file-min "mui/mui-material-table-body.min.inc.js",
   :provides ["@mui/material/TableBody"],
   :global-exports {"@mui/material/TableBody" MuiMaterialTableBody},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-cell.inc.js",
   :file-min "mui/mui-material-table-cell.min.inc.js",
   :provides ["@mui/material/TableCell"],
   :global-exports {"@mui/material/TableCell" MuiMaterialTableCell},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-container.inc.js",
   :file-min "mui/mui-material-table-container.min.inc.js",
   :provides ["@mui/material/TableContainer"],
   :global-exports
   {"@mui/material/TableContainer" MuiMaterialTableContainer},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-footer.inc.js",
   :file-min "mui/mui-material-table-footer.min.inc.js",
   :provides ["@mui/material/TableFooter"],
   :global-exports
   {"@mui/material/TableFooter" MuiMaterialTableFooter},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-head.inc.js",
   :file-min "mui/mui-material-table-head.min.inc.js",
   :provides ["@mui/material/TableHead"],
   :global-exports {"@mui/material/TableHead" MuiMaterialTableHead},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-pagination.inc.js",
   :file-min "mui/mui-material-table-pagination.min.inc.js",
   :provides ["@mui/material/TablePagination"],
   :global-exports
   {"@mui/material/TablePagination" MuiMaterialTablePagination},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-row.inc.js",
   :file-min "mui/mui-material-table-row.min.inc.js",
   :provides ["@mui/material/TableRow"],
   :global-exports {"@mui/material/TableRow" MuiMaterialTableRow},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-table-sort-label.inc.js",
   :file-min "mui/mui-material-table-sort-label.min.inc.js",
   :provides ["@mui/material/TableSortLabel"],
   :global-exports
   {"@mui/material/TableSortLabel" MuiMaterialTableSortLabel},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-tabs.inc.js",
   :file-min "mui/mui-material-tabs.min.inc.js",
   :provides ["@mui/material/Tabs"],
   :global-exports {"@mui/material/Tabs" MuiMaterialTabs},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-text-field.inc.js",
   :file-min "mui/mui-material-text-field.min.inc.js",
   :provides ["@mui/material/TextField"],
   :global-exports {"@mui/material/TextField" MuiMaterialTextField},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-textarea-autosize.inc.js",
   :file-min "mui/mui-material-textarea-autosize.min.inc.js",
   :provides ["@mui/material/TextareaAutosize"],
   :global-exports
   {"@mui/material/TextareaAutosize" MuiMaterialTextareaAutosize},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-toggle-button.inc.js",
   :file-min "mui/mui-material-toggle-button.min.inc.js",
   :provides ["@mui/material/ToggleButton"],
   :global-exports
   {"@mui/material/ToggleButton" MuiMaterialToggleButton},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-toggle-button-group.inc.js",
   :file-min "mui/mui-material-toggle-button-group.min.inc.js",
   :provides ["@mui/material/ToggleButtonGroup"],
   :global-exports
   {"@mui/material/ToggleButtonGroup" MuiMaterialToggleButtonGroup},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-toolbar.inc.js",
   :file-min "mui/mui-material-toolbar.min.inc.js",
   :provides ["@mui/material/Toolbar"],
   :global-exports {"@mui/material/Toolbar" MuiMaterialToolbar},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-tooltip.inc.js",
   :file-min "mui/mui-material-tooltip.min.inc.js",
   :provides ["@mui/material/Tooltip"],
   :global-exports {"@mui/material/Tooltip" MuiMaterialTooltip},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-typography.inc.js",
   :file-min "mui/mui-material-typography.min.inc.js",
   :provides ["@mui/material/Typography"],
   :global-exports {"@mui/material/Typography" MuiMaterialTypography},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-unstable-grid-2.inc.js",
   :file-min "mui/mui-material-unstable-grid-2.min.inc.js",
   :provides ["@mui/material/Unstable_Grid2"],
   :global-exports
   {"@mui/material/Unstable_Grid2" MuiMaterialUnstableGrid2},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-unstable-trap-focus.inc.js",
   :file-min "mui/mui-material-unstable-trap-focus.min.inc.js",
   :provides ["@mui/material/Unstable_TrapFocus"],
   :global-exports
   {"@mui/material/Unstable_TrapFocus" MuiMaterialUnstableTrapFocus},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-zoom.inc.js",
   :file-min "mui/mui-material-zoom.min.inc.js",
   :provides ["@mui/material/Zoom"],
   :global-exports {"@mui/material/Zoom" MuiMaterialZoom},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-use-autocomplete.inc.js",
   :file-min "mui/mui-material-use-autocomplete.min.inc.js",
   :provides ["@mui/material/useAutocomplete"],
   :global-exports
   {"@mui/material/useAutocomplete" MuiMaterialUseAutocomplete},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-use-media-query.inc.js",
   :file-min "mui/mui-material-use-media-query.min.inc.js",
   :provides ["@mui/material/useMediaQuery"],
   :global-exports
   {"@mui/material/useMediaQuery" MuiMaterialUseMediaQuery},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-use-pagination.inc.js",
   :file-min "mui/mui-material-use-pagination.min.inc.js",
   :provides ["@mui/material/usePagination"],
   :global-exports
   {"@mui/material/usePagination" MuiMaterialUsePagination},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-use-scroll-trigger.inc.js",
   :file-min "mui/mui-material-use-scroll-trigger.min.inc.js",
   :provides ["@mui/material/useScrollTrigger"],
   :global-exports
   {"@mui/material/useScrollTrigger" MuiMaterialUseScrollTrigger},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-use-touch-ripple.inc.js",
   :file-min "mui/mui-material-use-touch-ripple.min.inc.js",
   :provides ["@mui/material/useTouchRipple"],
   :global-exports
   {"@mui/material/useTouchRipple" MuiMaterialUseTouchRipple},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-generate-utility-class.inc.js",
   :file-min "mui/mui-material-generate-utility-class.min.inc.js",
   :provides ["@mui/material/generateUtilityClass"],
   :global-exports
   {"@mui/material/generateUtilityClass"
    MuiMaterialGenerateUtilityClass},
   :requires ["@mui/material"]}
  {:file "mui/mui-material-generate-utility-classes.inc.js",
   :file-min "mui/mui-material-generate-utility-classes.min.inc.js",
   :provides ["@mui/material/generateUtilityClasses"],
   :global-exports
   {"@mui/material/generateUtilityClasses"
    MuiMaterialGenerateUtilityClasses},
   :requires ["@mui/material"]}
  {:file "mui/mui-lab-loading-button.inc.js",
   :file-min "mui/mui-lab-loading-button.min.inc.js",
   :provides ["@mui/lab/LoadingButton"],
   :global-exports {"@mui/lab/LoadingButton" MuiLabLoadingButton},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-masonry.inc.js",
   :file-min "mui/mui-lab-masonry.min.inc.js",
   :provides ["@mui/lab/Masonry"],
   :global-exports {"@mui/lab/Masonry" MuiLabMasonry},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-masonry-item.inc.js",
   :file-min "mui/mui-lab-masonry-item.min.inc.js",
   :provides ["@mui/lab/MasonryItem"],
   :global-exports {"@mui/lab/MasonryItem" MuiLabMasonryItem},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-tab-context.inc.js",
   :file-min "mui/mui-lab-tab-context.min.inc.js",
   :provides ["@mui/lab/TabContext"],
   :global-exports {"@mui/lab/TabContext" MuiLabTabContext},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-tab-list.inc.js",
   :file-min "mui/mui-lab-tab-list.min.inc.js",
   :provides ["@mui/lab/TabList"],
   :global-exports {"@mui/lab/TabList" MuiLabTabList},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-tab-panel.inc.js",
   :file-min "mui/mui-lab-tab-panel.min.inc.js",
   :provides ["@mui/lab/TabPanel"],
   :global-exports {"@mui/lab/TabPanel" MuiLabTabPanel},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-timeline.inc.js",
   :file-min "mui/mui-lab-timeline.min.inc.js",
   :provides ["@mui/lab/Timeline"],
   :global-exports {"@mui/lab/Timeline" MuiLabTimeline},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-timeline-connector.inc.js",
   :file-min "mui/mui-lab-timeline-connector.min.inc.js",
   :provides ["@mui/lab/TimelineConnector"],
   :global-exports
   {"@mui/lab/TimelineConnector" MuiLabTimelineConnector},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-timeline-content.inc.js",
   :file-min "mui/mui-lab-timeline-content.min.inc.js",
   :provides ["@mui/lab/TimelineContent"],
   :global-exports {"@mui/lab/TimelineContent" MuiLabTimelineContent},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-timeline-dot.inc.js",
   :file-min "mui/mui-lab-timeline-dot.min.inc.js",
   :provides ["@mui/lab/TimelineDot"],
   :global-exports {"@mui/lab/TimelineDot" MuiLabTimelineDot},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-timeline-item.inc.js",
   :file-min "mui/mui-lab-timeline-item.min.inc.js",
   :provides ["@mui/lab/TimelineItem"],
   :global-exports {"@mui/lab/TimelineItem" MuiLabTimelineItem},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-timeline-opposite-content.inc.js",
   :file-min "mui/mui-lab-timeline-opposite-content.min.inc.js",
   :provides ["@mui/lab/TimelineOppositeContent"],
   :global-exports
   {"@mui/lab/TimelineOppositeContent" MuiLabTimelineOppositeContent},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-timeline-separator.inc.js",
   :file-min "mui/mui-lab-timeline-separator.min.inc.js",
   :provides ["@mui/lab/TimelineSeparator"],
   :global-exports
   {"@mui/lab/TimelineSeparator" MuiLabTimelineSeparator},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-tree-item.inc.js",
   :file-min "mui/mui-lab-tree-item.min.inc.js",
   :provides ["@mui/lab/TreeItem"],
   :global-exports {"@mui/lab/TreeItem" MuiLabTreeItem},
   :requires ["@mui/lab"]}
  {:file "mui/mui-lab-tree-view.inc.js",
   :file-min "mui/mui-lab-tree-view.min.inc.js",
   :provides ["@mui/lab/TreeView"],
   :global-exports {"@mui/lab/TreeView" MuiLabTreeView},
   :requires ["@mui/lab"]}
  {:file "mui/mui-base-badge-unstyled.inc.js",
   :file-min "mui/mui-base-badge-unstyled.min.inc.js",
   :provides ["@mui/base/BadgeUnstyled"],
   :global-exports {"@mui/base/BadgeUnstyled" MuiBaseBadgeUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useBadge"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-button-unstyled.inc.js",
   :file-min "mui/mui-base-button-unstyled.min.inc.js",
   :provides ["@mui/base/ButtonUnstyled"],
   :global-exports {"@mui/base/ButtonUnstyled" MuiBaseButtonUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useButton"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-click-away-listener.inc.js",
   :file-min "mui/mui-base-click-away-listener.min.inc.js",
   :provides ["@mui/base/ClickAwayListener"],
   :global-exports
   {"@mui/base/ClickAwayListener" MuiBaseClickAwayListener},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-base-focus-trap.inc.js",
   :file-min "mui/mui-base-focus-trap.min.inc.js",
   :provides ["@mui/base/FocusTrap"],
   :global-exports {"@mui/base/FocusTrap" MuiBaseFocusTrap},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-base-form-control-unstyled.inc.js",
   :file-min "mui/mui-base-form-control-unstyled.min.inc.js",
   :provides ["@mui/base/FormControlUnstyled"],
   :global-exports
   {"@mui/base/FormControlUnstyled" MuiBaseFormControlUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-input-unstyled.inc.js",
   :file-min "mui/mui-base-input-unstyled.min.inc.js",
   :provides ["@mui/base/InputUnstyled"],
   :global-exports {"@mui/base/InputUnstyled" MuiBaseInputUnstyled},
   :requires
   ["@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useInput"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-menu-unstyled.inc.js",
   :file-min "mui/mui-base-menu-unstyled.min.inc.js",
   :provides ["@mui/base/MenuUnstyled"],
   :global-exports {"@mui/base/MenuUnstyled" MuiBaseMenuUnstyled},
   :requires
   ["@mui/base/PopperUnstyled"
    "@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useMenu"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-menu-item-unstyled.inc.js",
   :file-min "mui/mui-base-menu-item-unstyled.min.inc.js",
   :provides ["@mui/base/MenuItemUnstyled"],
   :global-exports
   {"@mui/base/MenuItemUnstyled" MuiBaseMenuItemUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useMenuItem"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-modal-unstyled.inc.js",
   :file-min "mui/mui-base-modal-unstyled.min.inc.js",
   :provides ["@mui/base/ModalUnstyled"],
   :global-exports {"@mui/base/ModalUnstyled" MuiBaseModalUnstyled},
   :requires
   ["@mui/base/FocusTrap"
    "@mui/base/Portal"
    "@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-no-ssr.inc.js",
   :file-min "mui/mui-base-no-ssr.min.inc.js",
   :provides ["@mui/base/NoSsr"],
   :global-exports {"@mui/base/NoSsr" MuiBaseNoSsr},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-base-option-group-unstyled.inc.js",
   :file-min "mui/mui-base-option-group-unstyled.min.inc.js",
   :provides ["@mui/base/OptionGroupUnstyled"],
   :global-exports
   {"@mui/base/OptionGroupUnstyled" MuiBaseOptionGroupUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-option-unstyled.inc.js",
   :file-min "mui/mui-base-option-unstyled.min.inc.js",
   :provides ["@mui/base/OptionUnstyled"],
   :global-exports {"@mui/base/OptionUnstyled" MuiBaseOptionUnstyled},
   :requires
   ["@mui/base/SelectUnstyled"
    "@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useOption"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-popper-unstyled.inc.js",
   :file-min "mui/mui-base-popper-unstyled.min.inc.js",
   :provides ["@mui/base/PopperUnstyled"],
   :global-exports {"@mui/base/PopperUnstyled" MuiBasePopperUnstyled},
   :requires
   ["@mui/base/Portal"
    "@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-portal.inc.js",
   :file-min "mui/mui-base-portal.min.inc.js",
   :provides ["@mui/base/Portal"],
   :global-exports {"@mui/base/Portal" MuiBasePortal},
   :requires ["@mui/utils" "react" "react-dom"]}
  {:file "mui/mui-base-select-unstyled.inc.js",
   :file-min "mui/mui-base-select-unstyled.min.inc.js",
   :provides ["@mui/base/SelectUnstyled"],
   :global-exports {"@mui/base/SelectUnstyled" MuiBaseSelectUnstyled},
   :requires
   ["@mui/base/PopperUnstyled"
    "@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useSelect"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-slider-unstyled.inc.js",
   :file-min "mui/mui-base-slider-unstyled.min.inc.js",
   :provides ["@mui/base/SliderUnstyled"],
   :global-exports {"@mui/base/SliderUnstyled" MuiBaseSliderUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useSlider"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-snackbar-unstyled.inc.js",
   :file-min "mui/mui-base-snackbar-unstyled.min.inc.js",
   :provides ["@mui/base/SnackbarUnstyled"],
   :global-exports
   {"@mui/base/SnackbarUnstyled" MuiBaseSnackbarUnstyled},
   :requires
   ["@mui/base/ClickAwayListener"
    "@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useSnackbar"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-switch-unstyled.inc.js",
   :file-min "mui/mui-base-switch-unstyled.min.inc.js",
   :provides ["@mui/base/SwitchUnstyled"],
   :global-exports {"@mui/base/SwitchUnstyled" MuiBaseSwitchUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useSwitch"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-tab-panel-unstyled.inc.js",
   :file-min "mui/mui-base-tab-panel-unstyled.min.inc.js",
   :provides ["@mui/base/TabPanelUnstyled"],
   :global-exports
   {"@mui/base/TabPanelUnstyled" MuiBaseTabPanelUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useTabPanel"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-tab-unstyled.inc.js",
   :file-min "mui/mui-base-tab-unstyled.min.inc.js",
   :provides ["@mui/base/TabUnstyled"],
   :global-exports {"@mui/base/TabUnstyled" MuiBaseTabUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useTab"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-table-pagination-unstyled.inc.js",
   :file-min "mui/mui-base-table-pagination-unstyled.min.inc.js",
   :provides ["@mui/base/TablePaginationUnstyled"],
   :global-exports
   {"@mui/base/TablePaginationUnstyled"
    MuiBaseTablePaginationUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-tabs-list-unstyled.inc.js",
   :file-min "mui/mui-base-tabs-list-unstyled.min.inc.js",
   :provides ["@mui/base/TabsListUnstyled"],
   :global-exports
   {"@mui/base/TabsListUnstyled" MuiBaseTabsListUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useTabsList"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-tabs-unstyled.inc.js",
   :file-min "mui/mui-base-tabs-unstyled.min.inc.js",
   :provides ["@mui/base/TabsUnstyled"],
   :global-exports {"@mui/base/TabsUnstyled" MuiBaseTabsUnstyled},
   :requires
   ["@mui/base/composeClasses"
    "@mui/base/generateUtilityClass"
    "@mui/base/generateUtilityClasses"
    "@mui/base/useTabs"
    "@mui/base/utils"
    "react"]}
  {:file "mui/mui-base-use-badge.inc.js",
   :file-min "mui/mui-base-use-badge.min.inc.js",
   :provides ["@mui/base/useBadge"],
   :global-exports {"@mui/base/useBadge" MuiBaseUseBadge},
   :requires ["@mui/utils"]}
  {:file "mui/mui-base-use-button.inc.js",
   :file-min "mui/mui-base-use-button.min.inc.js",
   :provides ["@mui/base/useButton"],
   :global-exports {"@mui/base/useButton" MuiBaseUseButton},
   :requires ["@mui/base/utils" "@mui/utils" "react"]}
  {:file "mui/mui-base-use-input.inc.js",
   :file-min "mui/mui-base-use-input.min.inc.js",
   :provides ["@mui/base/useInput"],
   :global-exports {"@mui/base/useInput" MuiBaseUseInput},
   :requires
   ["@mui/base/FormControlUnstyled"
    "@mui/base/utils"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-use-listbox.inc.js",
   :file-min "mui/mui-base-use-listbox.min.inc.js",
   :provides ["@mui/base/useListbox"],
   :global-exports {"@mui/base/useListbox" MuiBaseUseListbox},
   :requires ["@mui/base/utils" "@mui/utils" "react"]}
  {:file "mui/mui-base-use-menu.inc.js",
   :file-min "mui/mui-base-use-menu.min.inc.js",
   :provides ["@mui/base/useMenu"],
   :global-exports {"@mui/base/useMenu" MuiBaseUseMenu},
   :requires ["@mui/base/useListbox" "@mui/utils" "react"]}
  {:file "mui/mui-base-use-menu-item.inc.js",
   :file-min "mui/mui-base-use-menu-item.min.inc.js",
   :provides ["@mui/base/useMenuItem"],
   :global-exports {"@mui/base/useMenuItem" MuiBaseUseMenuItem},
   :requires
   ["@mui/base/MenuUnstyled"
    "@mui/base/useButton"
    "@mui/utils"
    "react"]}
  {:file "mui/mui-base-use-option.inc.js",
   :file-min "mui/mui-base-use-option.min.inc.js",
   :provides ["@mui/base/useOption"],
   :global-exports {"@mui/base/useOption" MuiBaseUseOption},
   :requires ["@mui/base/SelectUnstyled" "@mui/utils" "react"]}
  {:file "mui/mui-base-use-select.inc.js",
   :file-min "mui/mui-base-use-select.min.inc.js",
   :provides ["@mui/base/useSelect"],
   :global-exports {"@mui/base/useSelect" MuiBaseUseSelect},
   :requires
   ["@mui/base/useButton" "@mui/base/useListbox" "@mui/utils" "react"]}
  {:file "mui/mui-base-use-slider.inc.js",
   :file-min "mui/mui-base-use-slider.min.inc.js",
   :provides ["@mui/base/useSlider"],
   :global-exports {"@mui/base/useSlider" MuiBaseUseSlider},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-base-use-snackbar.inc.js",
   :file-min "mui/mui-base-use-snackbar.min.inc.js",
   :provides ["@mui/base/useSnackbar"],
   :global-exports {"@mui/base/useSnackbar" MuiBaseUseSnackbar},
   :requires ["@mui/base/utils" "@mui/utils" "react"]}
  {:file "mui/mui-base-use-switch.inc.js",
   :file-min "mui/mui-base-use-switch.min.inc.js",
   :provides ["@mui/base/useSwitch"],
   :global-exports {"@mui/base/useSwitch" MuiBaseUseSwitch},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-base-use-tab.inc.js",
   :file-min "mui/mui-base-use-tab.min.inc.js",
   :provides ["@mui/base/useTab"],
   :global-exports {"@mui/base/useTab" MuiBaseUseTab},
   :requires ["@mui/base/TabsUnstyled" "@mui/base/useButton"]}
  {:file "mui/mui-base-use-tab-panel.inc.js",
   :file-min "mui/mui-base-use-tab-panel.min.inc.js",
   :provides ["@mui/base/useTabPanel"],
   :global-exports {"@mui/base/useTabPanel" MuiBaseUseTabPanel},
   :requires ["@mui/base/TabsUnstyled"]}
  {:file "mui/mui-base-use-tabs.inc.js",
   :file-min "mui/mui-base-use-tabs.min.inc.js",
   :provides ["@mui/base/useTabs"],
   :global-exports {"@mui/base/useTabs" MuiBaseUseTabs},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-base-use-tabs-list.inc.js",
   :file-min "mui/mui-base-use-tabs-list.min.inc.js",
   :provides ["@mui/base/useTabsList"],
   :global-exports {"@mui/base/useTabsList" MuiBaseUseTabsList},
   :requires
   ["@mui/base/TabsUnstyled" "@mui/base/utils" "@mui/utils" "react"]}
  {:file "mui/mui-base-class-name.inc.js",
   :file-min "mui/mui-base-class-name.min.inc.js",
   :provides ["@mui/base/className"],
   :global-exports {"@mui/base/className" MuiBaseClassName},
   :requires ["@mui/utils"]}
  {:file "mui/mui-base-compose-classes.inc.js",
   :file-min "mui/mui-base-compose-classes.min.inc.js",
   :provides ["@mui/base/composeClasses"],
   :global-exports {"@mui/base/composeClasses" MuiBaseComposeClasses},
   :requires ["@mui/utils"]}
  {:file "mui/mui-base-textarea-autosize.inc.js",
   :file-min "mui/mui-base-textarea-autosize.min.inc.js",
   :provides ["@mui/base/TextareaAutosize"],
   :global-exports
   {"@mui/base/TextareaAutosize" MuiBaseTextareaAutosize},
   :requires ["@mui/utils" "react" "react-dom"]}
  {:file "mui/mui-base-utils.inc.js",
   :file-min "mui/mui-base-utils.min.inc.js",
   :provides ["@mui/base/utils"],
   :global-exports {"@mui/base/utils" MuiBaseUtils},
   :requires ["@mui/utils"]}
  {:file "mui/mui-base-use-autocomplete.inc.js",
   :file-min "mui/mui-base-use-autocomplete.min.inc.js",
   :provides ["@mui/base/useAutocomplete"],
   :global-exports
   {"@mui/base/useAutocomplete" MuiBaseUseAutocomplete},
   :requires ["@mui/utils" "react"]}
  {:file "mui/mui-base-generate-utility-class.inc.js",
   :file-min "mui/mui-base-generate-utility-class.min.inc.js",
   :provides ["@mui/base/generateUtilityClass"],
   :global-exports
   {"@mui/base/generateUtilityClass" MuiBaseGenerateUtilityClass},
   :requires ["@mui/utils"]}
  {:file "mui/mui-base-generate-utility-classes.inc.js",
   :file-min "mui/mui-base-generate-utility-classes.min.inc.js",
   :provides ["@mui/base/generateUtilityClasses"],
   :global-exports
   {"@mui/base/generateUtilityClasses" MuiBaseGenerateUtilityClasses},
   :requires ["@mui/utils"]}],
 :externs ["mui/mui.ext.js"]}


================================================
FILE: reagent-material-ui-js/entries/baseComponents.json
================================================
[
  {
    "entry": "mui-base-badge-unstyled",
    "root": "MuiBaseBadgeUnstyled"
  }, {
    "entry": "mui-base-button-unstyled",
    "root": "MuiBaseButtonUnstyled"
  }, {
    "entry": "mui-base-click-away-listener",
    "root": "MuiBaseClickAwayListener"
  }, {
    "entry": "mui-base-focus-trap",
    "root": "MuiBaseFocusTrap"
  }, {
    "entry": "mui-base-form-control-unstyled",
    "root": "MuiBaseFormControlUnstyled"
  }, {
    "entry": "mui-base-input-unstyled",
    "root": "MuiBaseInputUnstyled"
  }, {
    "entry": "mui-base-menu-unstyled",
    "root": "MuiBaseMenuUnstyled"
  }, {
    "entry": "mui-base-menu-item-unstyled",
    "root": "MuiBaseMenuItemUnstyled"
  }, {
    "entry": "mui-base-modal-unstyled",
    "root": "MuiBaseModalUnstyled"
  }, {
    "entry": "mui-base-no-ssr",
    "root": "MuiBaseNoSsr"
  }, {
    "entry": "mui-base-option-group-unstyled",
    "root": "MuiBaseOptionGroupUnstyled"
  }, {
    "entry": "mui-base-option-unstyled",
    "root": "MuiBaseOptionUnstyled"
  }, {
    "entry": "mui-base-popper-unstyled",
    "root": "MuiBasePopperUnstyled"
  }, {
    "entry": "mui-base-portal",
    "root": "MuiBasePortal"
  }, {
    "entry": "mui-base-select-unstyled",
    "root": "MuiBaseSelectUnstyled"
  }, {
    "entry": "mui-base-slider-unstyled",
    "root": "MuiBaseSliderUnstyled"
  }, {
    "entry": "mui-base-snackbar-unstyled",
    "root": "MuiBaseSnackbarUnstyled"
  }, {
    "entry": "mui-base-switch-unstyled",
    "root": "MuiBaseSwitchUnstyled"
  }, {
    "entry": "mui-base-tab-panel-unstyled",
    "root": "MuiBaseTabPanelUnstyled"
  }, {
    "entry": "mui-base-tab-unstyled",
    "root": "MuiBaseTabUnstyled"
  }, {
    "entry": "mui-base-table-pagination-unstyled",
    "root": "MuiBaseTablePaginationUnstyled"
  }, {
    "entry": "mui-base-tabs-list-unstyled",
    "root": "MuiBaseTabsListUnstyled"
  }, {
    "entry": "mui-base-tabs-unstyled",
    "root": "MuiBaseTabsUnstyled"
  }, {
    "entry": "mui-base-use-badge",
    "root": "MuiBaseUseBadge"
  }, {
    "entry": "mui-base-use-button",
    "root": "MuiBaseUseButton"
  }, {
    "entry": "mui-base-use-input",
    "root": "MuiBaseUseInput"
  }, {
    "entry": "mui-base-use-listbox",
    "root": "MuiBaseUseListbox"
  }, {
    "entry": "mui-base-use-menu",
    "root": "MuiBaseUseMenu"
  }, {
    "entry": "mui-base-use-menu-item",
    "root": "MuiBaseUseMenuItem"
  }, {
    "entry": "mui-base-use-option",
    "root": "MuiBaseUseOption"
  }, {
    "entry": "mui-base-use-select",
    "root": "MuiBaseUseSelect"
  }, {
    "entry": "mui-base-use-slider",
    "root": "MuiBaseUseSlider"
  }, {
    "entry": "mui-base-use-snackbar",
    "root": "MuiBaseUseSnackbar"
  }, {
    "entry": "mui-base-use-switch",
    "root": "MuiBaseUseSwitch"
  }, {
    "entry": "mui-base-use-tab",
    "root": "MuiBaseUseTab"
  }, {
    "entry": "mui-base-use-tab-panel",
    "root": "MuiBaseUseTabPanel"
  }, {
    "entry": "mui-base-use-tabs",
    "root": "MuiBaseUseTabs"
  }, {
    "entry": "mui-base-use-tabs-list",
    "root": "MuiBaseUseTabsList"
  }, {
    "entry": "mui-base-class-name",
    "root": "MuiBaseClassName"
  }, {
    "entry": "mui-base-compose-classes",
    "root": "MuiBaseComposeClasses"
  }, {
    "entry": "mui-base-textarea-autosize",
    "root": "MuiBaseTextareaAutosize"
  }, {
    "entry": "mui-base-utils",
    "root": "MuiBaseUtils"
  }, {
    "entry": "mui-base-use-autocomplete",
    "root": "MuiBaseUseAutocomplete"
  }, {
    "entry": "mui-base-generate-utility-class",
    "root": "MuiBaseGenerateUtilityClass"
  }, {
    "entry": "mui-base-generate-utility-classes",
    "root": "MuiBaseGenerateUtilityClasses"
  }
]

================================================
FILE: reagent-material-ui-js/entries/components.json
================================================
[
  {
    "entry": "mui-material-accordion",
    "root": "MuiMaterialAccordion"
  }, {
    "entry": "mui-material-accordion-actions",
    "root": "MuiMaterialAccordionActions"
  }, {
    "entry": "mui-material-accordion-details",
    "root": "MuiMaterialAccordionDetails"
  }, {
    "entry": "mui-material-accordion-summary",
    "root": "MuiMaterialAccordionSummary"
  }, {
    "entry": "mui-material-alert",
    "root": "MuiMaterialAlert"
  }, {
    "entry": "mui-material-alert-title",
    "root": "MuiMaterialAlertTitle"
  }, {
    "entry": "mui-material-app-bar",
    "root": "MuiMaterialAppBar"
  }, {
    "entry": "mui-material-autocomplete",
    "root": "MuiMaterialAutocomplete"
  }, {
    "entry": "mui-material-avatar",
    "root": "MuiMaterialAvatar"
  }, {
    "entry": "mui-material-avatar-group",
    "root": "MuiMaterialAvatarGroup"
  }, {
    "entry": "mui-material-backdrop",
    "root": "MuiMaterialBackdrop"
  }, {
    "entry": "mui-material-badge",
    "root": "MuiMaterialBadge"
  }, {
    "entry": "mui-material-bottom-navigation",
    "root": "MuiMaterialBottomNavigation"
  }, {
    "entry": "mui-material-bottom-navigation-action",
    "root": "MuiMaterialBottomNavigationAction"
  }, {
    "entry": "mui-material-box",
    "root": "MuiMaterialBox"
  }, {
    "entry": "mui-material-breadcrumbs",
    "root": "MuiMaterialBreadcrumbs"
  }, {
    "entry": "mui-material-button",
    "root": "MuiMaterialButton"
  }, {
    "entry": "mui-material-button-base",
    "root": "MuiMaterialButtonBase"
  }, {
    "entry": "mui-material-button-group",
    "root": "MuiMaterialButtonGroup"
  }, {
    "entry": "mui-material-card",
    "root": "MuiMaterialCard"
  }, {
    "entry": "mui-material-card-action-area",
    "root": "MuiMaterialCardActionArea"
  }, {
    "entry": "mui-material-card-actions",
    "root": "MuiMaterialCardActions"
  }, {
    "entry": "mui-material-card-content",
    "root": "MuiMaterialCardContent"
  }, {
    "entry": "mui-material-card-header",
    "root": "MuiMaterialCardHeader"
  }, {
    "entry": "mui-material-card-media",
    "root": "MuiMaterialCardMedia"
  }, {
    "entry": "mui-material-checkbox",
    "root": "MuiMaterialCheckbox"
  }, {
    "entry": "mui-material-chip",
    "root": "MuiMaterialChip"
  }, {
    "entry": "mui-material-circular-progress",
    "root": "MuiMaterialCircularProgress"
  }, {
    "entry": "mui-material-click-away-listener",
    "root": "MuiMaterialClickAwayListener"
  }, {
    "entry": "mui-material-collapse",
    "root": "MuiMaterialCollapse"
  }, {
    "entry": "mui-material-container",
    "root": "MuiMaterialContainer"
  }, {
    "entry": "mui-material-css-baseline",
    "root": "MuiMaterialCssBaseline"
  }, {
    "entry": "mui-material-dialog",
    "root": "MuiMaterialDialog"
  }, {
    "entry": "mui-material-dialog-actions",
    "root": "MuiMaterialDialogActions"
  }, {
    "entry": "mui-material-dialog-content",
    "root": "MuiMaterialDialogContent"
  }, {
    "entry": "mui-material-dialog-content-text",
    "root": "MuiMaterialDialogContentText"
  }, {
    "entry": "mui-material-dialog-title",
    "root": "MuiMaterialDialogTitle"
  }, {
    "entry": "mui-material-divider",
    "root": "MuiMaterialDivider"
  }, {
    "entry": "mui-material-drawer",
    "root": "MuiMaterialDrawer"
  }, {
    "entry": "mui-material-fab",
    "root": "MuiMaterialFab"
  }, {
    "entry": "mui-material-fade",
    "root": "MuiMaterialFade"
  }, {
    "entry": "mui-material-filled-input",
    "root": "MuiMaterialFilledInput"
  }, {
    "entry": "mui-material-form-control",
    "root": "MuiMaterialFormControl"
  }, {
    "entry": "mui-material-form-control-label",
    "root": "MuiMaterialFormControlLabel"
  }, {
    "entry": "mui-material-form-group",
    "root": "MuiMaterialFormGroup"
  }, {
    "entry": "mui-material-form-helper-text",
    "root": "MuiMaterialFormHelperText"
  }, {
    "entry": "mui-material-form-label",
    "root": "MuiMaterialFormLabel"
  }, {
    "entry": "mui-material-global-styles",
    "root": "MuiMaterialGlobalStyles"
  }, {
    "entry": "mui-material-grid",
    "root": "MuiMaterialGrid"
  }, {
    "entry": "mui-material-grow",
    "root": "MuiMaterialGrow"
  }, {
    "entry": "mui-material-hidden",
    "root": "MuiMaterialHidden"
  }, {
    "entry": "mui-material-icon",
    "root": "MuiMaterialIcon"
  }, {
    "entry": "mui-material-icon-button",
    "root": "MuiMaterialIconButton"
  }, {
    "entry": "mui-material-image-list",
    "root": "MuiMaterialImageList"
  }, {
    "entry": "mui-material-image-list-item",
    "root": "MuiMaterialImageListItem"
  }, {
    "entry": "mui-material-image-list-item-bar",
    "root": "MuiMaterialImageListItemBar"
  }, {
    "entry": "mui-material-input",
    "root": "MuiMaterialInput"
  }, {
    "entry": "mui-material-input-adornment",
    "root": "MuiMaterialInputAdornment"
  }, {
    "entry": "mui-material-input-base",
    "root": "MuiMaterialInputBase"
  }, {
    "entry": "mui-material-input-label",
    "root": "MuiMaterialInputLabel"
  }, {
    "entry": "mui-material-linear-progress",
    "root": "MuiMaterialLinearProgress"
  }, {
    "entry": "mui-material-link",
    "root": "MuiMaterialLink"
  }, {
    "entry": "mui-material-list",
    "root": "MuiMaterialList"
  }, {
    "entry": "mui-material-list-item",
    "root": "MuiMaterialListItem"
  }, {
    "entry": "mui-material-list-item-avatar",
    "root": "MuiMaterialListItemAvatar"
  }, {
    "entry": "mui-material-list-item-button",
    "root": "MuiMaterialListItemButton"
  }, {
    "entry": "mui-material-list-item-icon",
    "root": "MuiMaterialListItemIcon"
  }, {
    "entry": "mui-material-list-item-secondary-action",
    "root": "MuiMaterialListItemSecondaryAction"
  }, {
    "entry": "mui-material-list-item-text",
    "root": "MuiMaterialListItemText"
  }, {
    "entry": "mui-material-list-subheader",
    "root": "MuiMaterialListSubheader"
  }, {
    "entry": "mui-material-menu",
    "root": "MuiMaterialMenu"
  }, {
    "entry": "mui-material-menu-item",
    "root": "MuiMaterialMenuItem"
  }, {
    "entry": "mui-material-menu-list",
    "root": "MuiMaterialMenuList"
  }, {
    "entry": "mui-material-mobile-stepper",
    "root": "MuiMaterialMobileStepper"
  }, {
    "entry": "mui-material-modal",
    "root": "MuiMaterialModal"
  }, {
    "entry": "mui-material-native-select",
    "root": "MuiMaterialNativeSelect"
  }, {
    "entry": "mui-material-no-ssr",
    "root": "MuiMaterialNoSsr"
  }, {
    "entry": "mui-material-outlined-input",
    "root": "MuiMaterialOutlinedInput"
  }, {
    "entry": "mui-material-pagination",
    "root": "MuiMaterialPagination"
  }, {
    "entry": "mui-material-pagination-item",
    "root": "MuiMaterialPaginationItem"
  }, {
    "entry": "mui-material-paper",
    "root": "MuiMaterialPaper"
  }, {
    "entry": "mui-material-popover",
    "root": "MuiMaterialPopover"
  }, {
    "entry": "mui-material-popper",
    "root": "MuiMaterialPopper"
  }, {
    "entry": "mui-material-portal",
    "root": "MuiMaterialPortal"
  }, {
    "entry": "mui-material-radio",
    "root": "MuiMaterialRadio"
  }, {
    "entry": "mui-material-radio-group",
    "root": "MuiMaterialRadioGroup"
  }, {
    "entry": "mui-material-rating",
    "root": "MuiMaterialRating"
  }, {
    "entry": "mui-material-scoped-css-baseline",
    "root": "MuiMaterialScopedCssBaseline"
  }, {
    "entry": "mui-material-select",
    "root": "MuiMaterialSelect"
  }, {
    "entry": "mui-material-skeleton",
    "root": "MuiMaterialSkeleton"
  }, {
    "entry": "mui-material-slide",
    "root": "MuiMaterialSlide"
  }, {
    "entry": "mui-material-slider",
    "root": "MuiMaterialSlider"
  }, {
    "entry": "mui-material-snackbar",
    "root": "MuiMaterialSnackbar"
  }, {
    "entry": "mui-material-snackbar-content",
    "root": "MuiMaterialSnackbarContent"
  }, {
    "entry": "mui-material-speed-dial",
    "root": "MuiMaterialSpeedDial"
  }, {
    "entry": "mui-material-speed-dial-action",
    "root": "MuiMaterialSpeedDialAction"
  }, {
    "entry": "mui-material-speed-dial-icon",
    "root": "MuiMaterialSpeedDialIcon"
  }, {
    "entry": "mui-material-stack",
    "root": "MuiMaterialStack"
  }, {
    "entry": "mui-material-step",
    "root": "MuiMaterialStep"
  }, {
    "entry": "mui-material-step-button",
    "root": "MuiMaterialStepButton"
  }, {
    "entry": "mui-material-step-connector",
    "root": "MuiMaterialStepConnector"
  }, {
    "entry": "mui-material-step-content",
    "root": "MuiMaterialStepContent"
  }, {
    "entry": "mui-material-step-icon",
    "root": "MuiMaterialStepIcon"
  }, {
    "entry": "mui-material-step-label",
    "root": "MuiMaterialStepLabel"
  }, {
    "entry": "mui-material-stepper",
    "root": "MuiMaterialStepper"
  }, {
    "entry": "mui-material-styled-engine-provider",
    "root": "MuiMaterialStyledEngineProvider"
  }, {
    "entry": "mui-material-svg-icon",
    "root": "MuiMaterialSvgIcon"
  }, {
    "entry": "mui-material-swipeable-drawer",
    "root": "MuiMaterialSwipeableDrawer"
  }, {
    "entry": "mui-material-switch",
    "root": "MuiMaterialSwitch"
  }, {
    "entry": "mui-material-tab",
    "root": "MuiMaterialTab"
  }, {
    "entry": "mui-material-tab-scroll-button",
    "root": "MuiMaterialTabScrollButton"
  }, {
    "entry": "mui-material-table",
    "root": "MuiMaterialTable"
  }, {
    "entry": "mui-material-table-body",
    "root": "MuiMaterialTableBody"
  }, {
    "entry": "mui-material-table-cell",
    "root": "MuiMaterialTableCell"
  }, {
    "entry": "mui-material-table-container",
    "root": "MuiMaterialTableContainer"
  }, {
    "entry": "mui-material-table-footer",
    "root": "MuiMaterialTableFooter"
  }, {
    "entry": "mui-material-table-head",
    "root": "MuiMaterialTableHead"
  }, {
    "entry": "mui-material-table-pagination",
    "root": "MuiMaterialTablePagination"
  }, {
    "entry": "mui-material-table-row",
    "root": "MuiMaterialTableRow"
  }, {
    "entry": "mui-material-table-sort-label",
    "root": "MuiMaterialTableSortLabel"
  }, {
    "entry": "mui-material-tabs",
    "root": "MuiMaterialTabs"
  }, {
    "entry": "mui-material-text-field",
    "root": "MuiMaterialTextField"
  }, {
    "entry": "mui-material-textarea-autosize",
    "root": "MuiMaterialTextareaAutosize"
  }, {
    "entry": "mui-material-toggle-button",
    "root": "MuiMaterialToggleButton"
  }, {
    "entry": "mui-material-toggle-button-group",
    "root": "MuiMaterialToggleButtonGroup"
  }, {
    "entry": "mui-material-toolbar",
    "root": "MuiMaterialToolbar"
  }, {
    "entry": "mui-material-tooltip",
    "root": "MuiMaterialTooltip"
  }, {
    "entry": "mui-material-typography",
    "root": "MuiMaterialTypography"
  }, {
    "entry": "mui-material-unstable-grid-2",
    "root": "MuiMaterialUnstableGrid2"
  }, {
    "entry": "mui-material-unstable-trap-focus",
    "root": "MuiMaterialUnstableTrapFocus"
  }, {
    "entry": "mui-material-zoom",
    "root": "MuiMaterialZoom"
  }, {
    "entry": "mui-material-use-autocomplete",
    "root": "MuiMaterialUseAutocomplete"
  }, {
    "entry": "mui-material-use-media-query",
    "root": "MuiMaterialUseMediaQuery"
  }, {
    "entry": "mui-material-use-pagination",
    "root": "MuiMaterialUsePagination"
  }, {
    "entry": "mui-material-use-scroll-trigger",
    "root": "MuiMaterialUseScrollTrigger"
  }, {
    "entry": "mui-material-use-touch-ripple",
    "root": "MuiMaterialUseTouchRipple"
  }, {
    "entry": "mui-material-generate-utility-class",
    "root": "MuiMaterialGenerateUtilityClass"
  }, {
    "entry": "mui-material-generate-utility-classes",
    "root": "MuiMaterialGenerateUtilityClasses"
  }, {
    "entry": "mui-lab-loading-button",
    "root": "MuiLabLoadingButton"
  }, {
    "entry": "mui-lab-masonry",
    "root": "MuiLabMasonry"
  }, {
    "entry": "mui-lab-masonry-item",
    "root": "MuiLabMasonryItem"
  }, {
    "entry": "mui-lab-tab-context",
    "root": "MuiLabTabContext"
  }, {
    "entry": "mui-lab-tab-list",
    "root": "MuiLabTabList"
  }, {
    "entry": "mui-lab-tab-panel",
    "root": "MuiLabTabPanel"
  }, {
    "entry": "mui-lab-timeline",
    "root": "MuiLabTimeline"
  }, {
    "entry": "mui-lab-timeline-connector",
    "root": "MuiLabTimelineConnector"
  }, {
    "entry": "mui-lab-timeline-content",
    "root": "MuiLabTimelineContent"
  }, {
    "entry": "mui-lab-timeline-dot",
    "root": "MuiLabTimelineDot"
  }, {
    "entry": "mui-lab-timeline-item",
    "root": "MuiLabTimelineItem"
  }, {
    "entry": "mui-lab-timeline-opposite-content",
    "root": "MuiLabTimelineOppositeContent"
  }, {
    "entry": "mui-lab-timeline-separator",
    "root": "MuiLabTimelineSeparator"
  }, {
    "entry": "mui-lab-tree-item",
    "root": "MuiLabTreeItem"
  }, {
    "entry": "mui-lab-tree-view",
    "root": "MuiLabTreeView"
  }
]

================================================
FILE: reagent-material-ui-js/entries/mui-base-badge-unstyled.js
================================================
export { default } from '@mui/base/BadgeUnstyled'
export * from '@mui/base/BadgeUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-button-unstyled.js
================================================
export { default } from '@mui/base/ButtonUnstyled'
export * from '@mui/base/ButtonUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-class-name.js
================================================
export { default } from '@mui/base/className'
export * from '@mui/base/className'

================================================
FILE: reagent-material-ui-js/entries/mui-base-click-away-listener.js
================================================
export { default } from '@mui/base/ClickAwayListener'
export * from '@mui/base/ClickAwayListener'

================================================
FILE: reagent-material-ui-js/entries/mui-base-compose-classes.js
================================================
export { default } from '@mui/base/composeClasses'
export * from '@mui/base/composeClasses'

================================================
FILE: reagent-material-ui-js/entries/mui-base-focus-trap.js
================================================
export { default } from '@mui/base/FocusTrap'
export * from '@mui/base/FocusTrap'

================================================
FILE: reagent-material-ui-js/entries/mui-base-form-control-unstyled.js
================================================
export { default } from '@mui/base/FormControlUnstyled'
export * from '@mui/base/FormControlUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-generate-utility-class.js
================================================
export { default } from '@mui/base/generateUtilityClass'
export * from '@mui/base/generateUtilityClass'

================================================
FILE: reagent-material-ui-js/entries/mui-base-generate-utility-classes.js
================================================
export { default } from '@mui/base/generateUtilityClasses'
export * from '@mui/base/generateUtilityClasses'

================================================
FILE: reagent-material-ui-js/entries/mui-base-input-unstyled.js
================================================
export { default } from '@mui/base/InputUnstyled'
export * from '@mui/base/InputUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-menu-item-unstyled.js
================================================
export { default } from '@mui/base/MenuItemUnstyled'
export * from '@mui/base/MenuItemUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-menu-unstyled.js
================================================
export { default } from '@mui/base/MenuUnstyled'
export * from '@mui/base/MenuUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-modal-unstyled.js
================================================
export { default } from '@mui/base/ModalUnstyled'
export * from '@mui/base/ModalUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-no-ssr.js
================================================
export { default } from '@mui/base/NoSsr'
export * from '@mui/base/NoSsr'

================================================
FILE: reagent-material-ui-js/entries/mui-base-option-group-unstyled.js
================================================
export { default } from '@mui/base/OptionGroupUnstyled'
export * from '@mui/base/OptionGroupUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-option-unstyled.js
================================================
export { default } from '@mui/base/OptionUnstyled'
export * from '@mui/base/OptionUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-popper-unstyled.js
================================================
export { default } from '@mui/base/PopperUnstyled'
export * from '@mui/base/PopperUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-portal.js
================================================
export { default } from '@mui/base/Portal'
export * from '@mui/base/Portal'

================================================
FILE: reagent-material-ui-js/entries/mui-base-select-unstyled.js
================================================
export { default } from '@mui/base/SelectUnstyled'
export * from '@mui/base/SelectUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-slider-unstyled.js
================================================
export { default } from '@mui/base/SliderUnstyled'
export * from '@mui/base/SliderUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-snackbar-unstyled.js
================================================
export { default } from '@mui/base/SnackbarUnstyled'
export * from '@mui/base/SnackbarUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-switch-unstyled.js
================================================
export { default } from '@mui/base/SwitchUnstyled'
export * from '@mui/base/SwitchUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-tab-panel-unstyled.js
================================================
export { default } from '@mui/base/TabPanelUnstyled'
export * from '@mui/base/TabPanelUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-tab-unstyled.js
================================================
export { default } from '@mui/base/TabUnstyled'
export * from '@mui/base/TabUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-table-pagination-unstyled.js
================================================
export { default } from '@mui/base/TablePaginationUnstyled'
export * from '@mui/base/TablePaginationUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-tabs-list-unstyled.js
================================================
export { default } from '@mui/base/TabsListUnstyled'
export * from '@mui/base/TabsListUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-tabs-unstyled.js
================================================
export { default } from '@mui/base/TabsUnstyled'
export * from '@mui/base/TabsUnstyled'

================================================
FILE: reagent-material-ui-js/entries/mui-base-textarea-autosize.js
================================================
export { default } from '@mui/base/TextareaAutosize'
export * from '@mui/base/TextareaAutosize'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-autocomplete.js
================================================
export { default } from '@mui/base/useAutocomplete'
export * from '@mui/base/useAutocomplete'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-badge.js
================================================
export { default } from '@mui/base/useBadge'
export * from '@mui/base/useBadge'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-button.js
================================================
export { default } from '@mui/base/useButton'
export * from '@mui/base/useButton'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-input.js
================================================
export { default } from '@mui/base/useInput'
export * from '@mui/base/useInput'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-listbox.js
================================================
export { default } from '@mui/base/useListbox'
export * from '@mui/base/useListbox'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-menu-item.js
================================================
export { default } from '@mui/base/useMenuItem'
export * from '@mui/base/useMenuItem'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-menu.js
================================================
export { default } from '@mui/base/useMenu'
export * from '@mui/base/useMenu'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-option.js
================================================
export { default } from '@mui/base/useOption'
export * from '@mui/base/useOption'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-select.js
================================================
export { default } from '@mui/base/useSelect'
export * from '@mui/base/useSelect'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-slider.js
================================================
export { default } from '@mui/base/useSlider'
export * from '@mui/base/useSlider'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-snackbar.js
================================================
export { default } from '@mui/base/useSnackbar'
export * from '@mui/base/useSnackbar'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-switch.js
================================================
export { default } from '@mui/base/useSwitch'
export * from '@mui/base/useSwitch'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-tab-panel.js
================================================
export { default } from '@mui/base/useTabPanel'
export * from '@mui/base/useTabPanel'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-tab.js
================================================
export { default } from '@mui/base/useTab'
export * from '@mui/base/useTab'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-tabs-list.js
================================================
export { default } from '@mui/base/useTabsList'
export * from '@mui/base/useTabsList'

================================================
FILE: reagent-material-ui-js/entries/mui-base-use-tabs.js
================================================
export { default } from '@mui/base/useTabs'
export * from '@mui/base/useTabs'

================================================
FILE: reagent-material-ui-js/entries/mui-base-utils.js
================================================
export * from '@mui/base/utils'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-loading-button.js
================================================
export { LoadingButton as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-masonry-item.js
================================================
export { MasonryItem as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-masonry.js
================================================
export { Masonry as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-tab-context.js
================================================
export { TabContext as default, useTabContext } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-tab-list.js
================================================
export { TabList as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-tab-panel.js
================================================
export { TabPanel as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-timeline-connector.js
================================================
export { TimelineConnector as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-timeline-content.js
================================================
export { TimelineContent as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-timeline-dot.js
================================================
export { TimelineDot as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-timeline-item.js
================================================
export { TimelineItem as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-timeline-opposite-content.js
================================================
export { TimelineOppositeContent as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-timeline-separator.js
================================================
export { TimelineSeparator as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-timeline.js
================================================
export { Timeline as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-tree-item.js
================================================
export { TreeItem as default, useTreeItem } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-lab-tree-view.js
================================================
export { TreeView as default } from '@mui/lab'

================================================
FILE: reagent-material-ui-js/entries/mui-material-accordion-actions.js
================================================
export { AccordionActions as default, accordionActionsClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-accordion-details.js
================================================
export { AccordionDetails as default, accordionDetailsClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-accordion-summary.js
================================================
export { AccordionSummary as default, accordionSummaryClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-accordion.js
================================================
export { Accordion as default, accordionClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-alert-title.js
================================================
export { AlertTitle as default, alertTitleClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-alert.js
================================================
export { Alert as default, alertClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-app-bar.js
================================================
export { AppBar as default, appBarClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-autocomplete.js
================================================
export { Autocomplete as default, createFilterOptions, autocompleteClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-avatar-group.js
================================================
export { AvatarGroup as default, avatarGroupClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-avatar.js
================================================
export { Avatar as default, avatarClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-backdrop.js
================================================
export { Backdrop as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-badge.js
================================================
export { Badge as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-bottom-navigation-action.js
================================================
export { BottomNavigationAction as default, bottomNavigationActionClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-bottom-navigation.js
================================================
export { BottomNavigation as default, bottomNavigationClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-box.js
================================================
export { Box as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-breadcrumbs.js
================================================
export { Breadcrumbs as default, breadcrumbsClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-button-base.js
================================================
export { ButtonBase as default, buttonBaseClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-button-group.js
================================================
export { ButtonGroup as default, buttonGroupClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-button.js
================================================
export { Button as default, buttonClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-card-action-area.js
================================================
export { CardActionArea as default, cardActionAreaClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-card-actions.js
================================================
export { CardActions as default, cardActionsClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-card-content.js
================================================
export { CardContent as default, cardContentClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-card-header.js
================================================
export { CardHeader as default, cardHeaderClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-card-media.js
================================================
export { CardMedia as default, cardMediaClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-card.js
================================================
export { Card as default, cardClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-checkbox.js
================================================
export { Checkbox as default, checkboxClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-chip.js
================================================
export { Chip as default, chipClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-circular-progress.js
================================================
export { CircularProgress as default, circularProgressClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-click-away-listener.js
================================================
export { ClickAwayListener as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-collapse.js
================================================
export { Collapse as default, collapseClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-container.js
================================================
export { Container as default, containerClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-css-baseline.js
================================================
export { CssBaseline as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-dialog-actions.js
================================================
export { DialogActions as default, dialogActionsClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-dialog-content-text.js
================================================
export { DialogContentText as default, dialogContentTextClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-dialog-content.js
================================================
export { DialogContent as default, dialogContentClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-dialog-title.js
================================================
export { DialogTitle as default, dialogTitleClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-dialog.js
================================================
export { Dialog as default, dialogClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-divider.js
================================================
export { Divider as default, dividerClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-drawer.js
================================================
export { Drawer as default, drawerClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-fab.js
================================================
export { Fab as default, fabClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-fade.js
================================================
export { Fade as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-filled-input.js
================================================
export { FilledInput as default, filledInputClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-form-control-label.js
================================================
export { FormControlLabel as default, formControlLabelClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-form-control.js
================================================
export { FormControl as default, useFormControl, formControlClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-form-group.js
================================================
export { FormGroup as default, formGroupClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-form-helper-text.js
================================================
export { FormHelperText as default, formHelperTextClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-form-label.js
================================================
export { FormLabel as default, formLabelClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-generate-utility-class.js
================================================
export { generateUtilityClass as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-generate-utility-classes.js
================================================
export { generateUtilityClasses as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-global-styles.js
================================================
export { GlobalStyles as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-grid.js
================================================
export { Grid as default, gridClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-grow.js
================================================
export { Grow as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-hidden.js
================================================
export { Hidden as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-icon-button.js
================================================
export { IconButton as default, iconButtonClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-icon.js
================================================
export { Icon as default, iconClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-image-list-item-bar.js
================================================
export { ImageListItemBar as default, imageListItemBarClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-image-list-item.js
================================================
export { ImageListItem as default, imageListItemClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-image-list.js
================================================
export { ImageList as default, imageListClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-input-adornment.js
================================================
export { InputAdornment as default, inputAdornmentClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-input-base.js
================================================
export { InputBase as default, inputBaseClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-input-label.js
================================================
export { InputLabel as default, inputLabelClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-input.js
================================================
export { Input as default, inputClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-linear-progress.js
================================================
export { LinearProgress as default, linearProgressClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-link.js
================================================
export { Link as default, linkClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list-item-avatar.js
================================================
export { ListItemAvatar as default, listItemAvatarClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list-item-button.js
================================================
export { ListItemButton as default, listItemButtonClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list-item-icon.js
================================================
export { ListItemIcon as default, listItemIconClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list-item-secondary-action.js
================================================
export { ListItemSecondaryAction as default, listItemSecondaryActionClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list-item-text.js
================================================
export { ListItemText as default, listItemTextClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list-item.js
================================================
export { ListItem as default, listItemClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list-subheader.js
================================================
export { ListSubheader as default, listSubheaderClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-list.js
================================================
export { List as default, listClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-menu-item.js
================================================
export { MenuItem as default, menuItemClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-menu-list.js
================================================
export { MenuList as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-menu.js
================================================
export { Menu as default, menuClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-mobile-stepper.js
================================================
export { MobileStepper as default, mobileStepperClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-modal.js
================================================
export { Modal as default, ModalManager } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-native-select.js
================================================
export { NativeSelect as default, nativeSelectClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-no-ssr.js
================================================
export { NoSsr as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-outlined-input.js
================================================
export { OutlinedInput as default, outlinedInputClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-pagination-item.js
================================================
export { PaginationItem as default, paginationItemClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-pagination.js
================================================
export { Pagination as default, paginationClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-paper.js
================================================
export { Paper as default, paperClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-popover.js
================================================
export { Popover as default, popoverClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-popper.js
================================================
export { Popper as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-portal.js
================================================
export { Portal as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-radio-group.js
================================================
export { RadioGroup as default, useRadioGroup } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-radio.js
================================================
export { Radio as default, radioClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-rating.js
================================================
export { Rating as default, ratingClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-scoped-css-baseline.js
================================================
export { ScopedCssBaseline as default, scopedCssBaselineClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-select.js
================================================
export { Select as default, selectClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-skeleton.js
================================================
export { Skeleton as default, skeletonClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-slide.js
================================================
export { Slide as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-slider.js
================================================
export { Slider as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-snackbar-content.js
================================================
export { SnackbarContent as default, snackbarContentClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-snackbar.js
================================================
export { Snackbar as default, snackbarClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-speed-dial-action.js
================================================
export { SpeedDialAction as default, speedDialActionClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-speed-dial-icon.js
================================================
export { SpeedDialIcon as default, speedDialIconClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-speed-dial.js
================================================
export { SpeedDial as default, speedDialClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-stack.js
================================================
export { Stack as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-step-button.js
================================================
export { StepButton as default, stepButtonClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-step-connector.js
================================================
export { StepConnector as default, stepConnectorClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-step-content.js
================================================
export { StepContent as default, stepContentClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-step-icon.js
================================================
export { StepIcon as default, stepIconClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-step-label.js
================================================
export { StepLabel as default, stepLabelClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-step.js
================================================
export { Step as default, stepClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-stepper.js
================================================
export { Stepper as default, stepperClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-styled-engine-provider.js
================================================
export { StyledEngineProvider as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-styles.js
================================================
export * from '@mui/material/styles'

================================================
FILE: reagent-material-ui-js/entries/mui-material-svg-icon.js
================================================
export { SvgIcon as default, svgIconClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-swipeable-drawer.js
================================================
export { SwipeableDrawer as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-switch.js
================================================
export { Switch as default, switchClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-tab-scroll-button.js
================================================
export { TabScrollButton as default, tabScrollButtonClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-tab.js
================================================
export { Tab as default, tabClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-body.js
================================================
export { TableBody as default, tableBodyClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-cell.js
================================================
export { TableCell as default, tableCellClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-container.js
================================================
export { TableContainer as default, tableContainerClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-footer.js
================================================
export { TableFooter as default, tableFooterClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-head.js
================================================
export { TableHead as default, tableHeadClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-pagination.js
================================================
export { TablePagination as default, tablePaginationClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-row.js
================================================
export { TableRow as default, tableRowClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table-sort-label.js
================================================
export { TableSortLabel as default, tableSortLabelClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-table.js
================================================
export { Table as default, tableClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-tabs.js
================================================
export { Tabs as default, tabsClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-text-field.js
================================================
export { TextField as default, textFieldClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-textarea-autosize.js
================================================
export { TextareaAutosize as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-toggle-button-group.js
================================================
export { ToggleButtonGroup as default, toggleButtonGroupClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-toggle-button.js
================================================
export { ToggleButton as default, toggleButtonClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-toolbar.js
================================================
export { Toolbar as default, toolbarClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-tooltip.js
================================================
export { Tooltip as default, tooltipClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-typography.js
================================================
export { Typography as default, typographyClasses } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-unstable-grid-2.js
================================================
export { Unstable_Grid2 as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-unstable-trap-focus.js
================================================
export { Unstable_TrapFocus as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-use-autocomplete.js
================================================
export { useAutocomplete as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-use-media-query.js
================================================
export { useMediaQuery as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-use-pagination.js
================================================
export { usePagination as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-use-scroll-trigger.js
================================================
export { useScrollTrigger as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-use-touch-ripple.js
================================================
export { useTouchRipple as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material-utils.js
================================================
export * from '@mui/material/utils'

================================================
FILE: reagent-material-ui-js/entries/mui-material-zoom.js
================================================
export { Zoom as default } from '@mui/material'

================================================
FILE: reagent-material-ui-js/entries/mui-material.js
================================================
import * as styles from '@mui/material/styles'
import * as utils from '@mui/material/utils'
export { styles, utils }
export * from '@mui/material'


================================================
FILE: reagent-material-ui-js/project.clj
================================================
(defproject arttuka/reagent-material-ui-js "5.11.12-0"
  :description "Packaged Javascript files for reagent-material-ui"
  :url "https://github.com/arttuka/reagent-material-ui"
  :license {:name "Eclipse Public License 2.0"
            :url  "https://www.eclipse.org/legal/epl-2.0/"}
  :source-paths ["src"]
  :resource-paths ["deps.cljs"]
  :deploy-repositories [["releases" {:url           "https://repo.clojars.org"
                                     :sign-releases false
                                     :username      :env/clojars_username
                                     :password      :env/clojars_password}]])


================================================
FILE: reagent-material-ui-js/src/mui/mui.ext.js
================================================
var MuiMaterial = {
  Accordion: function () {},
  AccordionActions: function () {},
  AccordionDetails: function () {},
  AccordionSummary: function () {},
  Alert: function () {},
  AlertTitle: function () {},
  AppBar: function () {},
  Autocomplete: function () {},
  createFilterOptions: function () {},
  Avatar: function () {},
  AvatarGroup: function () {},
  Backdrop: function () {},
  Badge: function () {},
  BottomNavigation: function () {},
  BottomNavigationAction: function () {},
  Box: function () {},
  Breadcrumbs: function () {},
  Button: function () {},
  ButtonBase: function () {},
  ButtonGroup: function () {},
  Card: function () {},
  CardActionArea: function () {},
  CardActions: function () {},
  CardContent: function () {},
  CardHeader: function () {},
  CardMedia: function () {},
  Checkbox: function () {},
  Chip: function () {},
  CircularProgress: function () {},
  ClickAwayListener: function () {},
  Collapse: function () {},
  Container: function () {},
  CssBaseline: function () {},
  Dialog: function () {},
  DialogActions: function () {},
  DialogContent: function () {},
  DialogContentText: function () {},
  DialogTitle: function () {},
  Divider: function () {},
  Drawer: function () {},
  Fab: function () {},
  Fade: function () {},
  FilledInput: function () {},
  FormControl: function () {},
  useFormControl: function () {},
  FormControlLabel: function () {},
  FormGroup: function () {},
  FormHelperText: function () {},
  FormLabel: function () {},
  GlobalStyles: function () {},
  Grid: function () {},
  Grow: function () {},
  Hidden: function () {},
  Icon: function () {},
  IconButton: function () {},
  ImageList: function () {},
  ImageListItem: function () {},
  ImageListItemBar: function () {},
  Input: function () {},
  InputAdornment: function () {},
  InputBase: function () {},
  InputLabel: function () {},
  LinearProgress: function () {},
  Link: function () {},
  List: function () {},
  ListItem: function () {},
  ListItemAvatar: function () {},
  ListItemButton: function () {},
  ListItemIcon: function () {},
  ListItemSecondaryAction: function () {},
  ListItemText: function () {},
  ListSubheader: function () {},
  Menu: function () {},
  MenuItem: function () {},
  MenuList: function () {},
  MobileStepper: function () {},
  Modal: function () {},
  ModalManager: function () {},
  NativeSelect: function () {},
  NoSsr: function () {},
  OutlinedInput: function () {},
  Pagination: function () {},
  PaginationItem: function () {},
  Paper: function () {},
  Popover: function () {},
  Popper: function () {},
  Portal: function () {},
  Radio: function () {},
  RadioGroup: function () {},
  useRadioGroup: function () {},
  Rating: function () {},
  ScopedCssBaseline: function () {},
  Select: function () {},
  Skeleton: function () {},
  Slide: function () {},
  Slider: function () {},
  Snackbar: function () {},
  SnackbarContent: function () {},
  SpeedDial: function () {},
  SpeedDialAction: function () {},
  SpeedDialIcon: function () {},
  Stack: function () {},
  Step: function () {},
  StepButton: function () {},
  StepConnector: function () {},
  StepContent: function () {},
  StepIcon: function () {},
  StepLabel: function () {},
  Stepper: function () {},
  StyledEngineProvider: function () {},
  SvgIcon: function () {},
  SwipeableDrawer: function () {},
  Switch: function () {},
  Tab: function () {},
  TabScrollButton: function () {},
  Table: function () {},
  TableBody: function () {},
  TableCell: function () {},
  TableContainer: function () {},
  TableFooter: function () {},
  TableHead: function () {},
  TablePagination: function () {},
  TableRow: function () {},
  TableSortLabel: function () {},
  Tabs: function () {},
  TextField: function () {},
  TextareaAutosize: function () {},
  ToggleButton: function () {},
  ToggleButtonGroup: function () {},
  Toolbar: function () {},
  Tooltip: function () {},
  Typography: function () {},
  Unstable_Grid2: function () {},
  Unstable_TrapFocus: function () {},
  Zoom: function () {},
  useAutocomplete: function () {},
  useMediaQuery: function () {},
  usePagination: function () {},
  useScrollTrigger: function () {},
  useTouchRipple: function () {},
  styles: {
    Experimental_CssVarsProvider: function () {},
    StyledEngineProvider: function () {},
    ThemeProvider: function () {},
    adaptV4Theme: function () {},
    alpha: function () {},
    createMuiTheme: function () {},
    createStyles: function () {},
    createTheme: function () {},
    css: function () {},
    darken: function () {},
    decomposeColor: function () {},
    duration: function () {},
    easing: function () {},
    emphasize: function () {},
    experimentalStyled: function () {},
    experimental_extendTheme: function () {},
    experimental_sx: function () {},
    getContrastRatio: function () {},
    getInitColorSchemeScript: function () {},
    getLuminance: function () {},
    getOverlayAlpha: function () {},
    hexToRgb: function () {},
    hslToRgb: function () {},
    keyframes: function () {},
    lighten: function () {},
    makeStyles: function () {},
    private_createTypography: function () {},
    private_excludeVariablesFromRoot: function () {},
    recomposeColor: function () {},
    responsiveFontSizes: function () {},
    rgbToHex: function () {},
    styled: function () {},
    unstable_createMuiStrictModeTheme: function () {},
    unstable_getUnit: function () {},
    unstable_toUnitless: function () {},
    useColorScheme: function () {},
    useTheme: function () {},
    useThemeProps: function () {},
    withStyles: function () {},
    withTheme: function () {}
  },
  utils: {
    capitalize: function () {},
    createChainedFunction: function () {},
    createSvgIcon: function () {},
    debounce: function () {},
    deprecatedPropType: function () {},
    isMuiElement: function () {},
    ownerDocument: function () {},
    ownerWindow: function () {},
    requirePropFactory: function () {},
    setRef: function () {},
    unstable_ClassNameGenerator: function () {},
    unstable_useEnhancedEffect: function () {},
    unstable_useId: function () {},
    unsupportedProp: function () {},
    useControlled: function () {},
    useEventCallback: function () {},
    useForkRef: function () {},
    useIsFocusVisible: function () {}
  }
};

var MuiLab = {
  LoadingButton: function () {},
  Masonry: function () {},
  MasonryItem: function () {},
  TabContext: function () {},
  useTabContext: function () {},
  TabList: function () {},
  TabPanel: function () {},
  Timeline: function () {},
  TimelineConnector: function () {},
  TimelineContent: function () {},
  TimelineDot: function () {},
  TimelineItem: function () {},
  TimelineOppositeContent: function () {},
  TimelineSeparator: function () {},
  TreeItem: function () {},
  useTreeItem: function () {},
  TreeView: function () {}
};

var MuiBase = {
  ActionTypes: function () {},
  BadgeUnstyled: function () {},
  ButtonUnstyled: function () {},
  ClickAwayListener: function () {},
  FocusTrap: function () {},
  FormControlUnstyled: function () {},
  FormControlUnstyledContext: function () {},
  Identity: function () {},
  InputUnstyled: function () {},
  MenuItemUnstyled: function () {},
  MenuUnstyled: function () {},
  MenuUnstyledContext: function () {},
  ModalManager: function () {},
  ModalUnstyled: function () {},
  NoSsr: function () {},
  OptionGroupUnstyled: function () {},
  OptionUnstyled: function () {},
  PopperUnstyled: function () {},
  Portal: function () {},
  SelectUnstyled: function () {},
  SelectUnstyledContext: function () {},
  SliderUnstyled: function () {},
  SnackbarUnstyled: function () {},
  SwitchUnstyled: function () {},
  TabPanelUnstyled: function () {},
  TabUnstyled: function () {},
  TablePaginationActionsUnstyled: function () {},
  TablePaginationUnstyled: function () {},
  TabsContext: function () {},
  TabsListUnstyled: function () {},
  TabsUnstyled: function () {},
  TextareaAutosize: function () {},
  appendOwnerState: function () {},
  areArraysEqual: function () {},
  areOptionsEqual: function () {},
  ariaHidden: function () {},
  badgeUnstyledClasses: function () {},
  buttonUnstyledClasses: function () {},
  createFilterOptions: function () {},
  defaultListboxReducer: function () {},
  extractEventHandlers: function () {},
  flattenOptionGroups: function () {},
  formControlUnstyledClasses: function () {},
  getBadgeUnstyledUtilityClass: function () {},
  getButtonUnstyledUtilityClass: function () {},
  getFormControlUnstyledUtilityClass: function () {},
  getInputUnstyledUtilityClass: function () {},
  getMenuItemUnstyledUtilityClass: function () {},
  getMenuUnstyledUtilityClass: function () {},
  getModalUtilityClass: function () {},
  getOptionGroupUnstyledUtilityClass: function () {},
  getOptionUnstyledUtilityClass: function () {},
  getOptionsFromChildren: function () {},
  getPanelId: function () {},
  getSelectUnstyledUtilityClass: function () {},
  getSliderUtilityClass: function () {},
  getSnackbarUnstyledUtilityClass: function () {},
  getSwitchUnstyledUtilityClass: function () {},
  getTabId: function () {},
  getTabPanelUnstyledUtilityClass: function () {},
  getTabUnstyledUtilityClass: function () {},
  getTablePaginationUnstyledUtilityClass: function () {},
  getTabsListUnstyledUtilityClass: function () {},
  getTabsUnstyledUtilityClass: function () {},
  inputUnstyledClasses: function () {},
  isHostComponent: function () {},
  isOptionGroup: function () {},
  menuItemUnstyledClasses: function () {},
  menuUnstyledClasses: function () {},
  mergeSlotProps: function () {},
  modalUnstyledClasses: function () {},
  optionGroupUnstyledClasses: function () {},
  optionUnstyledClasses: function () {},
  resolveComponentProps: function () {},
  selectUnstyledClasses: function () {},
  sliderUnstyledClasses: function () {},
  snackbarUnstyledClasses: function () {},
  switchUnstyledClasses: function () {},
  tabPanelUnstyledClasses: function () {},
  tabUnstyledClasses: function () {},
  tablePaginationUnstyledClasses: function () {},
  tabsListUnstyledClasses: function () {},
  tabsUnstyledClasses: function () {},
  unstable_composeClasses: function () {},
  useAutocomplete: function () {},
  useBadge: function () {},
  useButton: function () {},
  useFormControlUnstyledContext: function () {},
  useInput: function () {},
  useListbox: function () {},
  useMenu: function () {},
  useMenuItem: function () {},
  useOption: function () {},
  useSelect: function () {},
  useSlider: function () {},
  useSlotProps: function () {},
  useSnackbar: function () {},
  useSwitch: function () {},
  useTab: function () {},
  useTabContext: function () {},
  useTabPanel: function () {},
  useTabs: function () {},
  useTabsList: function () {},
  valueToPercent: function () {}
};

var MuiStyles = {
  ServerStyleSheets: function () {},
  StylesContext: function () {},
  StylesProvider: function () {},
  ThemeProvider: function () {},
  createGenerateClassName: function () {},
  createStyles: function () {},
  getThemeProps: function () {},
  jssPreset: function () {},
  makeStyles: function () {},
  mergeClasses: function () {},
  propsToClassKey: function () {},
  sheetsManager: function () {},
  styled: function () {},
  useTheme: function () {},
  useThemeVariants: function () {},
  withStyles: function () {},
  withTheme: function () {},
  withThemeCreator: function () {}
};

var MuiUtils = {
  HTMLElementType: function () {},
  chainPropTypes: function () {},
  deepmerge: function () {},
  elementAcceptingRef: function () {},
  elementTypeAcceptingRef: function () {},
  exactProp: function () {},
  formatMuiErrorMessage: function () {},
  getDisplayName: function () {},
  integerPropType: function () {},
  internal_resolveProps: function () {},
  isPlainObject: function () {},
  ponyfillGlobal: function () {},
  refType: function () {},
  unstable_ClassNameGenerator: function () {},
  unstable_capitalize: function () {},
  unstable_composeClasses: function () {},
  unstable_createChainedFunction: function () {},
  unstable_debounce: function () {},
  unstable_deprecatedPropType: function () {},
  unstable_detectScrollType: function () {},
  unstable_generateUtilityClass: function () {},
  unstable_generateUtilityClasses: function () {},
  unstable_getNormalizedScrollLeft: function () {},
  unstable_getScrollbarSize: function () {},
  unstable_isMuiElement: function () {},
  unstable_ownerDocument: function () {},
  unstable_ownerWindow: function () {},
  unstable_requirePropFactory: function () {},
  unstable_setRef: function () {},
  unstable_unsupportedProp: function () {},
  unstable_useControlled: function () {},
  unstable_useEnhancedEffect: function () {},
  unstable_useEventCallback: function () {},
  unstable_useForkRef: function () {},
  unstable_useId: function () {},
  unstable_useIsFocusVisible: function () {},
  usePreviousProps: function () {},
  visuallyHidden: function () {}
};


================================================
FILE: reagent-material-ui-js/webpack.config.js
================================================
const path = require('path')
const {merge} = require('webpack-merge')
const TerserWebpackPlugin = require('terser-webpack-plugin')
const components = require('./entries/components.json')
const baseComponents = require('./entries/baseComponents.json')

const toKebabCase = (s) => s.replace(/([a-z])_?([A-Z])/g, '$1-$2').toLowerCase()
const toPascalCase = (s) => s[0].toUpperCase() + s.slice(1).replace(/_/, '')

const makeExternal = (root, lib) => ({
  root,
  commonjs: lib,
  commonjs2: lib,
  umd: lib
})

const makeComponentExternal = (name, isBase = false, property = null) => {
  const pascalName = (isBase ? 'MuiBase' : 'MuiMaterial') + toPascalCase(name)
  const kebabName = (isBase ? 'mui-base-' : 'mui-material-') + toKebabCase(name)
  return (
    property !== null
      ? makeExternal([pascalName, property], [kebabName, property])
      : makeExternal(pascalName, kebabName)
  )
}

const getName = (re, request) => {
  if (re.test(request)) {
    const [_, name] = re.exec(request)
    return name
  }
}

const isBase = (context) => /@mui\/base\/[^/]*$/.test(context)

const makeEntry = (externals) => ({entry, root}) => ({
  entry: {
    [entry]: path.resolve(__dirname, 'entries/' + entry + '.js'),
  },
  output: {
    library: {
      name: {
        root
      }
    }
  },
  externals
})

const common = {
  output: {
    filename: '[name].inc.js',
    path: path.resolve(__dirname, 'src/mui'),
    library: {
      name: {
        amd: '[name]',
        commonjs: '[name]'
      },
      type: 'umd',
      umdNamedDefine: true
    },
    globalObject: `(typeof self !== 'undefined' ? self : global)`
  },
  externals: [{
    'react': makeExternal('React', 'react'),
    'react-dom': makeExternal('ReactDOM', 'react-dom')
  }]
}

const dev = {
  devtool: 'eval-source-map'
}

const production = {
  output: {
    filename: '[name].min.inc.js'
  },
  optimization: {
    minimize: true,
    minimizer: [
      new TerserWebpackPlugin({
        extractComments: false,
        terserOptions: {
          ecma: 2015,
          output: {
            comments: /^\**!|@preserve|@license|@cc_on/i
          }
        },
      })
    ]
  }
}

const baseInternals = {
  '../className/ClassNameGenerator': makeComponentExternal('className', true, 'unstable_ClassNameGenerator'),
  '../utils/isHostComponent': makeComponentExternal('Utils', true, 'isHostComponent'),
  '../utils/extractEventHandlers': makeComponentExternal('Utils', true, 'extractEventHandlers'),
  '../utils/areArraysEqual': makeComponentExternal('Utils', true, 'areArraysEqual'),
  '../utils/useSlotProps': makeComponentExternal('Utils', true, 'useSlotProps'),
  '../FormControlUnstyled/FormControlContext': makeComponentExternal('FormControlUnstyled', true, 'FormControlUnstyledContext'),
  '../SelectUnstyled/SelectUnstyledContext': makeComponentExternal('SelectUnstyled', true),
  '../SelectUnstyled/selectUnstyledClasses': makeComponentExternal('SelectUnstyled', true, 'selectUnstyledClasses'),
  '../useTabPanel/useTabPanel': makeComponentExternal('useTabPanel', true, 'useTabPanel')
}

const baseIgnored = [
  '../utils/appendOwnerState',
  '../utils/useForcedRerendering',
  '../utils/useLatest',
  '../utils/useMessageBus',
  '../utils/useTextNavigation',
  '../SelectUnstyled/utils',
  '../SelectUnstyled/defaultOptionStringifier',
  '../MenuUnstyled/useMenuChangeNotifiers'
]

const externals = {
  components: function ({request}, callback) {
    const name = getName(/^@mui\/material\/(.*)$/, request)
    if (name === 'styles' || name === 'utils') {
      return callback(null, makeExternal(['MuiMaterial', name], ['mui-material', name]))
    } else if (name) {
      return callback(null, makeComponentExternal(name))
    }
    callback()
  },
  material: {
    '@mui/material': makeExternal('MuiMaterial', 'mui-material')
  },
  base: function ({context, request}, callback) {
    const name = getName(/^@mui\/base\/(.*)$/, request)
    if (isBase(context)) {
      return callback()
    } else if (request === '@mui/base') {
      return callback(null, makeExternal('MuiBase', 'mui-base'))
    } else if (name) {
      return callback(null, makeComponentExternal(name, true))
    }
    callback()
  },
  baseInternal: function ({context, request}, callback) {
    const name = getName(/^\.\.\/(.*)$/, request)
    if (!isBase(context)) {
      return callback()
    } else if (request in baseInternals) {
      return callback(null, baseInternals[request])
    } else if (baseIgnored.includes(request)) {
      return callback()
    } else if (name) {
      return callback(null, makeComponentExternal(name, true))
    }
    callback()
  },
  baseIndex: function ({request}, callback) {
    const name = getName(/^\.\/(.*)$/, request)
    if (name) {
      return callback(null, makeComponentExternal(name, true))
    }
    callback()
  },
  utils: {
    '@mui/utils': makeExternal('MuiUtils', 'mui-utils')
  },
  lab: {
    '@mui/lab': makeExternal('MuiLab', 'mui-lab')
  }
}

const entries = [{
  entry: {
    'mui-material': path.resolve(__dirname
Download .txt
Showing preview only (598K chars total). Download the full file or copy to clipboard to get everything.
gitextract_nadph5gs/

├── .github/
│   └── workflows/
│       └── main.yml
├── .gitignore
├── .nvmrc
├── CHANGELOG.md
├── LICENSE
├── README.md
├── deploy.sh
├── deps.cljs
├── deps.edn
├── example/
│   ├── .gitignore
│   ├── .nvmrc
│   ├── README.md
│   ├── deps.edn
│   ├── dev.cljs.edn
│   ├── npm.cljs.edn
│   ├── package.json
│   ├── project.clj
│   ├── resources/
│   │   └── public/
│   │       └── index.html
│   ├── shadow-cljs.edn
│   └── src/
│       ├── deps.cljs
│       ├── example/
│       │   ├── autocomplete.cljs
│       │   ├── core.cljs
│       │   ├── data_grid.cljs
│       │   └── select.cljs
│       └── x-mock.js
├── karma.conf.js
├── package.json
├── project.clj
├── reagent-material-ui-js/
│   ├── .gitignore
│   ├── README.md
│   ├── deps.cljs
│   ├── entries/
│   │   ├── baseComponents.json
│   │   ├── components.json
│   │   ├── mui-base-badge-unstyled.js
│   │   ├── mui-base-button-unstyled.js
│   │   ├── mui-base-class-name.js
│   │   ├── mui-base-click-away-listener.js
│   │   ├── mui-base-compose-classes.js
│   │   ├── mui-base-focus-trap.js
│   │   ├── mui-base-form-control-unstyled.js
│   │   ├── mui-base-generate-utility-class.js
│   │   ├── mui-base-generate-utility-classes.js
│   │   ├── mui-base-input-unstyled.js
│   │   ├── mui-base-menu-item-unstyled.js
│   │   ├── mui-base-menu-unstyled.js
│   │   ├── mui-base-modal-unstyled.js
│   │   ├── mui-base-no-ssr.js
│   │   ├── mui-base-option-group-unstyled.js
│   │   ├── mui-base-option-unstyled.js
│   │   ├── mui-base-popper-unstyled.js
│   │   ├── mui-base-portal.js
│   │   ├── mui-base-select-unstyled.js
│   │   ├── mui-base-slider-unstyled.js
│   │   ├── mui-base-snackbar-unstyled.js
│   │   ├── mui-base-switch-unstyled.js
│   │   ├── mui-base-tab-panel-unstyled.js
│   │   ├── mui-base-tab-unstyled.js
│   │   ├── mui-base-table-pagination-unstyled.js
│   │   ├── mui-base-tabs-list-unstyled.js
│   │   ├── mui-base-tabs-unstyled.js
│   │   ├── mui-base-textarea-autosize.js
│   │   ├── mui-base-use-autocomplete.js
│   │   ├── mui-base-use-badge.js
│   │   ├── mui-base-use-button.js
│   │   ├── mui-base-use-input.js
│   │   ├── mui-base-use-listbox.js
│   │   ├── mui-base-use-menu-item.js
│   │   ├── mui-base-use-menu.js
│   │   ├── mui-base-use-option.js
│   │   ├── mui-base-use-select.js
│   │   ├── mui-base-use-slider.js
│   │   ├── mui-base-use-snackbar.js
│   │   ├── mui-base-use-switch.js
│   │   ├── mui-base-use-tab-panel.js
│   │   ├── mui-base-use-tab.js
│   │   ├── mui-base-use-tabs-list.js
│   │   ├── mui-base-use-tabs.js
│   │   ├── mui-base-utils.js
│   │   ├── mui-lab-loading-button.js
│   │   ├── mui-lab-masonry-item.js
│   │   ├── mui-lab-masonry.js
│   │   ├── mui-lab-tab-context.js
│   │   ├── mui-lab-tab-list.js
│   │   ├── mui-lab-tab-panel.js
│   │   ├── mui-lab-timeline-connector.js
│   │   ├── mui-lab-timeline-content.js
│   │   ├── mui-lab-timeline-dot.js
│   │   ├── mui-lab-timeline-item.js
│   │   ├── mui-lab-timeline-opposite-content.js
│   │   ├── mui-lab-timeline-separator.js
│   │   ├── mui-lab-timeline.js
│   │   ├── mui-lab-tree-item.js
│   │   ├── mui-lab-tree-view.js
│   │   ├── mui-material-accordion-actions.js
│   │   ├── mui-material-accordion-details.js
│   │   ├── mui-material-accordion-summary.js
│   │   ├── mui-material-accordion.js
│   │   ├── mui-material-alert-title.js
│   │   ├── mui-material-alert.js
│   │   ├── mui-material-app-bar.js
│   │   ├── mui-material-autocomplete.js
│   │   ├── mui-material-avatar-group.js
│   │   ├── mui-material-avatar.js
│   │   ├── mui-material-backdrop.js
│   │   ├── mui-material-badge.js
│   │   ├── mui-material-bottom-navigation-action.js
│   │   ├── mui-material-bottom-navigation.js
│   │   ├── mui-material-box.js
│   │   ├── mui-material-breadcrumbs.js
│   │   ├── mui-material-button-base.js
│   │   ├── mui-material-button-group.js
│   │   ├── mui-material-button.js
│   │   ├── mui-material-card-action-area.js
│   │   ├── mui-material-card-actions.js
│   │   ├── mui-material-card-content.js
│   │   ├── mui-material-card-header.js
│   │   ├── mui-material-card-media.js
│   │   ├── mui-material-card.js
│   │   ├── mui-material-checkbox.js
│   │   ├── mui-material-chip.js
│   │   ├── mui-material-circular-progress.js
│   │   ├── mui-material-click-away-listener.js
│   │   ├── mui-material-collapse.js
│   │   ├── mui-material-container.js
│   │   ├── mui-material-css-baseline.js
│   │   ├── mui-material-dialog-actions.js
│   │   ├── mui-material-dialog-content-text.js
│   │   ├── mui-material-dialog-content.js
│   │   ├── mui-material-dialog-title.js
│   │   ├── mui-material-dialog.js
│   │   ├── mui-material-divider.js
│   │   ├── mui-material-drawer.js
│   │   ├── mui-material-fab.js
│   │   ├── mui-material-fade.js
│   │   ├── mui-material-filled-input.js
│   │   ├── mui-material-form-control-label.js
│   │   ├── mui-material-form-control.js
│   │   ├── mui-material-form-group.js
│   │   ├── mui-material-form-helper-text.js
│   │   ├── mui-material-form-label.js
│   │   ├── mui-material-generate-utility-class.js
│   │   ├── mui-material-generate-utility-classes.js
│   │   ├── mui-material-global-styles.js
│   │   ├── mui-material-grid.js
│   │   ├── mui-material-grow.js
│   │   ├── mui-material-hidden.js
│   │   ├── mui-material-icon-button.js
│   │   ├── mui-material-icon.js
│   │   ├── mui-material-image-list-item-bar.js
│   │   ├── mui-material-image-list-item.js
│   │   ├── mui-material-image-list.js
│   │   ├── mui-material-input-adornment.js
│   │   ├── mui-material-input-base.js
│   │   ├── mui-material-input-label.js
│   │   ├── mui-material-input.js
│   │   ├── mui-material-linear-progress.js
│   │   ├── mui-material-link.js
│   │   ├── mui-material-list-item-avatar.js
│   │   ├── mui-material-list-item-button.js
│   │   ├── mui-material-list-item-icon.js
│   │   ├── mui-material-list-item-secondary-action.js
│   │   ├── mui-material-list-item-text.js
│   │   ├── mui-material-list-item.js
│   │   ├── mui-material-list-subheader.js
│   │   ├── mui-material-list.js
│   │   ├── mui-material-menu-item.js
│   │   ├── mui-material-menu-list.js
│   │   ├── mui-material-menu.js
│   │   ├── mui-material-mobile-stepper.js
│   │   ├── mui-material-modal.js
│   │   ├── mui-material-native-select.js
│   │   ├── mui-material-no-ssr.js
│   │   ├── mui-material-outlined-input.js
│   │   ├── mui-material-pagination-item.js
│   │   ├── mui-material-pagination.js
│   │   ├── mui-material-paper.js
│   │   ├── mui-material-popover.js
│   │   ├── mui-material-popper.js
│   │   ├── mui-material-portal.js
│   │   ├── mui-material-radio-group.js
│   │   ├── mui-material-radio.js
│   │   ├── mui-material-rating.js
│   │   ├── mui-material-scoped-css-baseline.js
│   │   ├── mui-material-select.js
│   │   ├── mui-material-skeleton.js
│   │   ├── mui-material-slide.js
│   │   ├── mui-material-slider.js
│   │   ├── mui-material-snackbar-content.js
│   │   ├── mui-material-snackbar.js
│   │   ├── mui-material-speed-dial-action.js
│   │   ├── mui-material-speed-dial-icon.js
│   │   ├── mui-material-speed-dial.js
│   │   ├── mui-material-stack.js
│   │   ├── mui-material-step-button.js
│   │   ├── mui-material-step-connector.js
│   │   ├── mui-material-step-content.js
│   │   ├── mui-material-step-icon.js
│   │   ├── mui-material-step-label.js
│   │   ├── mui-material-step.js
│   │   ├── mui-material-stepper.js
│   │   ├── mui-material-styled-engine-provider.js
│   │   ├── mui-material-styles.js
│   │   ├── mui-material-svg-icon.js
│   │   ├── mui-material-swipeable-drawer.js
│   │   ├── mui-material-switch.js
│   │   ├── mui-material-tab-scroll-button.js
│   │   ├── mui-material-tab.js
│   │   ├── mui-material-table-body.js
│   │   ├── mui-material-table-cell.js
│   │   ├── mui-material-table-container.js
│   │   ├── mui-material-table-footer.js
│   │   ├── mui-material-table-head.js
│   │   ├── mui-material-table-pagination.js
│   │   ├── mui-material-table-row.js
│   │   ├── mui-material-table-sort-label.js
│   │   ├── mui-material-table.js
│   │   ├── mui-material-tabs.js
│   │   ├── mui-material-text-field.js
│   │   ├── mui-material-textarea-autosize.js
│   │   ├── mui-material-toggle-button-group.js
│   │   ├── mui-material-toggle-button.js
│   │   ├── mui-material-toolbar.js
│   │   ├── mui-material-tooltip.js
│   │   ├── mui-material-typography.js
│   │   ├── mui-material-unstable-grid-2.js
│   │   ├── mui-material-unstable-trap-focus.js
│   │   ├── mui-material-use-autocomplete.js
│   │   ├── mui-material-use-media-query.js
│   │   ├── mui-material-use-pagination.js
│   │   ├── mui-material-use-scroll-trigger.js
│   │   ├── mui-material-use-touch-ripple.js
│   │   ├── mui-material-utils.js
│   │   ├── mui-material-zoom.js
│   │   └── mui-material.js
│   ├── project.clj
│   ├── src/
│   │   └── mui/
│   │       └── mui.ext.js
│   └── webpack.config.js
├── scripts/
│   └── deploy.sh
├── shadow-cljs.edn
├── src/
│   ├── core/
│   │   └── reagent_mui/
│   │       ├── base/
│   │       │   ├── badge_unstyled.cljs
│   │       │   ├── button_unstyled.cljs
│   │       │   ├── click_away_listener.cljs
│   │       │   ├── focus_trap.cljs
│   │       │   ├── form_control_unstyled.cljs
│   │       │   ├── input_unstyled.cljs
│   │       │   ├── menu_item_unstyled.cljs
│   │       │   ├── menu_unstyled.cljs
│   │       │   ├── modal_unstyled.cljs
│   │       │   ├── no_ssr.cljs
│   │       │   ├── option_group_unstyled.cljs
│   │       │   ├── option_unstyled.cljs
│   │       │   ├── popper_unstyled.cljs
│   │       │   ├── portal.cljs
│   │       │   ├── select_unstyled.cljs
│   │       │   ├── select_unstyled_context.cljs
│   │       │   ├── slider_unstyled.cljs
│   │       │   ├── snackbar_unstyled.cljs
│   │       │   ├── switch_unstyled.cljs
│   │       │   ├── tab_panel_unstyled.cljs
│   │       │   ├── tab_unstyled.cljs
│   │       │   ├── table_pagination_unstyled.cljs
│   │       │   ├── tabs_list_unstyled.cljs
│   │       │   ├── tabs_unstyled.cljs
│   │       │   ├── use_badge.cljs
│   │       │   ├── use_button.cljs
│   │       │   ├── use_form_control_unstyled_context.cljs
│   │       │   ├── use_input.cljs
│   │       │   ├── use_listbox.cljs
│   │       │   ├── use_menu.cljs
│   │       │   ├── use_menu_item.cljs
│   │       │   ├── use_option.cljs
│   │       │   ├── use_select.cljs
│   │       │   ├── use_slider.cljs
│   │       │   ├── use_snackbar.cljs
│   │       │   ├── use_switch.cljs
│   │       │   ├── use_tab.cljs
│   │       │   ├── use_tab_panel.cljs
│   │       │   ├── use_tabs.cljs
│   │       │   └── use_tabs_list.cljs
│   │       ├── cljs_time_adapter.cljs
│   │       ├── colors.cljs
│   │       ├── components.cljs
│   │       ├── jss_styles.cljs
│   │       ├── lab/
│   │       │   ├── loading_button.cljs
│   │       │   ├── masonry.cljs
│   │       │   ├── masonry_item.cljs
│   │       │   ├── tab_context.cljs
│   │       │   ├── tab_list.cljs
│   │       │   ├── tab_panel.cljs
│   │       │   ├── timeline.cljs
│   │       │   ├── timeline_connector.cljs
│   │       │   ├── timeline_content.cljs
│   │       │   ├── timeline_dot.cljs
│   │       │   ├── timeline_item.cljs
│   │       │   ├── timeline_opposite_content.cljs
│   │       │   ├── timeline_separator.cljs
│   │       │   ├── tree_item.cljs
│   │       │   ├── tree_view.cljs
│   │       │   ├── use_tab_context.cljs
│   │       │   └── use_tree_item.cljs
│   │       ├── material/
│   │       │   ├── accordion.cljs
│   │       │   ├── accordion_actions.cljs
│   │       │   ├── accordion_details.cljs
│   │       │   ├── accordion_summary.cljs
│   │       │   ├── alert.cljs
│   │       │   ├── alert_title.cljs
│   │       │   ├── app_bar.cljs
│   │       │   ├── autocomplete.cljs
│   │       │   ├── avatar.cljs
│   │       │   ├── avatar_group.cljs
│   │       │   ├── backdrop.cljs
│   │       │   ├── badge.cljs
│   │       │   ├── bottom_navigation.cljs
│   │       │   ├── bottom_navigation_action.cljs
│   │       │   ├── box.cljs
│   │       │   ├── breadcrumbs.cljs
│   │       │   ├── button.cljs
│   │       │   ├── button_base.cljs
│   │       │   ├── button_group.cljs
│   │       │   ├── card.cljs
│   │       │   ├── card_action_area.cljs
│   │       │   ├── card_actions.cljs
│   │       │   ├── card_content.cljs
│   │       │   ├── card_header.cljs
│   │       │   ├── card_media.cljs
│   │       │   ├── checkbox.cljs
│   │       │   ├── chip.cljs
│   │       │   ├── circular_progress.cljs
│   │       │   ├── click_away_listener.cljs
│   │       │   ├── collapse.cljs
│   │       │   ├── container.cljs
│   │       │   ├── create_filter_options.cljs
│   │       │   ├── css_baseline.cljs
│   │       │   ├── dialog.cljs
│   │       │   ├── dialog_actions.cljs
│   │       │   ├── dialog_content.cljs
│   │       │   ├── dialog_content_text.cljs
│   │       │   ├── dialog_title.cljs
│   │       │   ├── divider.cljs
│   │       │   ├── drawer.cljs
│   │       │   ├── fab.cljs
│   │       │   ├── fade.cljs
│   │       │   ├── filled_input.cljs
│   │       │   ├── form_control.cljs
│   │       │   ├── form_control_label.cljs
│   │       │   ├── form_group.cljs
│   │       │   ├── form_helper_text.cljs
│   │       │   ├── form_label.cljs
│   │       │   ├── global_styles.cljs
│   │       │   ├── grid.cljs
│   │       │   ├── grow.cljs
│   │       │   ├── hidden.cljs
│   │       │   ├── icon.cljs
│   │       │   ├── icon_button.cljs
│   │       │   ├── image_list.cljs
│   │       │   ├── image_list_item.cljs
│   │       │   ├── image_list_item_bar.cljs
│   │       │   ├── input.cljs
│   │       │   ├── input_adornment.cljs
│   │       │   ├── input_base.cljs
│   │       │   ├── input_label.cljs
│   │       │   ├── linear_progress.cljs
│   │       │   ├── link.cljs
│   │       │   ├── list.cljs
│   │       │   ├── list_item.cljs
│   │       │   ├── list_item_avatar.cljs
│   │       │   ├── list_item_button.cljs
│   │       │   ├── list_item_icon.cljs
│   │       │   ├── list_item_secondary_action.cljs
│   │       │   ├── list_item_text.cljs
│   │       │   ├── list_subheader.cljs
│   │       │   ├── menu.cljs
│   │       │   ├── menu_item.cljs
│   │       │   ├── menu_list.cljs
│   │       │   ├── mobile_stepper.cljs
│   │       │   ├── modal.cljs
│   │       │   ├── modal_manager.cljs
│   │       │   ├── native_select.cljs
│   │       │   ├── no_ssr.cljs
│   │       │   ├── outlined_input.cljs
│   │       │   ├── pagination.cljs
│   │       │   ├── pagination_item.cljs
│   │       │   ├── paper.cljs
│   │       │   ├── popover.cljs
│   │       │   ├── popper.cljs
│   │       │   ├── portal.cljs
│   │       │   ├── radio.cljs
│   │       │   ├── radio_group.cljs
│   │       │   ├── rating.cljs
│   │       │   ├── scoped_css_baseline.cljs
│   │       │   ├── select.cljs
│   │       │   ├── skeleton.cljs
│   │       │   ├── slide.cljs
│   │       │   ├── slider.cljs
│   │       │   ├── snackbar.cljs
│   │       │   ├── snackbar_content.cljs
│   │       │   ├── speed_dial.cljs
│   │       │   ├── speed_dial_action.cljs
│   │       │   ├── speed_dial_icon.cljs
│   │       │   ├── stack.cljs
│   │       │   ├── step.cljs
│   │       │   ├── step_button.cljs
│   │       │   ├── step_connector.cljs
│   │       │   ├── step_content.cljs
│   │       │   ├── step_icon.cljs
│   │       │   ├── step_label.cljs
│   │       │   ├── stepper.cljs
│   │       │   ├── styled_engine_provider.cljs
│   │       │   ├── svg_icon.cljs
│   │       │   ├── swipeable_drawer.cljs
│   │       │   ├── switch.cljs
│   │       │   ├── tab.cljs
│   │       │   ├── tab_scroll_button.cljs
│   │       │   ├── table.cljs
│   │       │   ├── table_body.cljs
│   │       │   ├── table_cell.cljs
│   │       │   ├── table_container.cljs
│   │       │   ├── table_footer.cljs
│   │       │   ├── table_head.cljs
│   │       │   ├── table_pagination.cljs
│   │       │   ├── table_row.cljs
│   │       │   ├── table_sort_label.cljs
│   │       │   ├── tabs.cljs
│   │       │   ├── text_field.cljs
│   │       │   ├── textarea_autosize.cljs
│   │       │   ├── toggle_button.cljs
│   │       │   ├── toggle_button_group.cljs
│   │       │   ├── toolbar.cljs
│   │       │   ├── tooltip.cljs
│   │       │   ├── typography.cljs
│   │       │   ├── unstable_grid_2.cljs
│   │       │   ├── unstable_trap_focus.cljs
│   │       │   ├── use_autocomplete.cljs
│   │       │   ├── use_form_control.cljs
│   │       │   ├── use_media_query.cljs
│   │       │   ├── use_pagination.cljs
│   │       │   ├── use_radio_group.cljs
│   │       │   ├── use_scroll_trigger.cljs
│   │       │   ├── use_touch_ripple.cljs
│   │       │   └── zoom.cljs
│   │       ├── styles.cljs
│   │       ├── util.clj
│   │       └── util.cljs
│   ├── icons/
│   │   └── reagent_mui/
│   │       └── icons/
│   │           ├── abc.cljs
│   │           ├── abc_outlined.cljs
│   │           ├── abc_rounded.cljs
│   │           ├── abc_sharp.cljs
│   │           ├── abc_two_tone.cljs
│   │           ├── ac_unit.cljs
│   │           ├── ac_unit_outlined.cljs
│   │           ├── ac_unit_rounded.cljs
│   │           ├── ac_unit_sharp.cljs
│   │           ├── ac_unit_two_tone.cljs
│   │           ├── access_alarm.cljs
│   │           ├── access_alarm_outlined.cljs
│   │           ├── access_alarm_rounded.cljs
│   │           ├── access_alarm_sharp.cljs
│   │           ├── access_alarm_two_tone.cljs
│   │           ├── access_alarms.cljs
│   │           ├── access_alarms_outlined.cljs
│   │           ├── access_alarms_rounded.cljs
│   │           ├── access_alarms_sharp.cljs
│   │           ├── access_alarms_two_tone.cljs
│   │           ├── access_time.cljs
│   │           ├── access_time_filled.cljs
│   │           ├── access_time_filled_outlined.cljs
│   │           ├── access_time_filled_rounded.cljs
│   │           ├── access_time_filled_sharp.cljs
│   │           ├── access_time_filled_two_tone.cljs
│   │           ├── access_time_outlined.cljs
│   │           ├── access_time_rounded.cljs
│   │           ├── access_time_sharp.cljs
│   │           ├── access_time_two_tone.cljs
│   │           ├── accessibility.cljs
│   │           ├── accessibility_new.cljs
│   │           ├── accessibility_new_outlined.cljs
│   │           ├── accessibility_new_rounded.cljs
│   │           ├── accessibility_new_sharp.cljs
│   │           ├── accessibility_new_two_tone.cljs
│   │           ├── accessibility_outlined.cljs
│   │           ├── accessibility_rounded.cljs
│   │           ├── accessibility_sharp.cljs
│   │           ├── accessibility_two_tone.cljs
│   │           ├── accessible.cljs
│   │           ├── accessible_forward.cljs
│   │           ├── accessible_forward_outlined.cljs
│   │           ├── accessible_forward_rounded.cljs
│   │           ├── accessible_forward_sharp.cljs
│   │           ├── accessible_forward_two_tone.cljs
│   │           ├── accessible_outlined.cljs
│   │           ├── accessible_rounded.cljs
│   │           ├── accessible_sharp.cljs
│   │           ├── accessible_two_tone.cljs
│   │           ├── account_balance.cljs
│   │           ├── account_balance_outlined.cljs
│   │           ├── account_balance_rounded.cljs
│   │           ├── account_balance_sharp.cljs
│   │           ├── account_balance_two_tone.cljs
│   │           ├── account_balance_wallet.cljs
│   │           ├── account_balance_wallet_outlined.cljs
│   │           ├── account_balance_wallet_rounded.cljs
│   │           ├── account_balance_wallet_sharp.cljs
│   │           ├── account_balance_wallet_two_tone.cljs
│   │           ├── account_box.cljs
│   │           ├── account_box_outlined.cljs
│   │           ├── account_box_rounded.cljs
│   │           ├── account_box_sharp.cljs
│   │           ├── account_box_two_tone.cljs
│   │           ├── account_circle.cljs
│   │           ├── account_circle_outlined.cljs
│   │           ├── account_circle_rounded.cljs
│   │           ├── account_circle_sharp.cljs
│   │           ├── account_circle_two_tone.cljs
│   │           ├── account_tree.cljs
│   │           ├── account_tree_outlined.cljs
│   │           ├── account_tree_rounded.cljs
│   │           ├── account_tree_sharp.cljs
│   │           ├── account_tree_two_tone.cljs
│   │           ├── ad_units.cljs
│   │           ├── ad_units_outlined.cljs
│   │           ├── ad_units_rounded.cljs
│   │           ├── ad_units_sharp.cljs
│   │           ├── ad_units_two_tone.cljs
│   │           ├── adb.cljs
│   │           ├── adb_outlined.cljs
│   │           ├── adb_rounded.cljs
│   │           ├── adb_sharp.cljs
│   │           ├── adb_two_tone.cljs
│   │           ├── add.cljs
│   │           ├── add_a_photo.cljs
│   │           ├── add_a_photo_outlined.cljs
│   │           ├── add_a_photo_rounded.cljs
│   │           ├── add_a_photo_sharp.cljs
│   │           ├── add_a_photo_two_tone.cljs
│   │           ├── add_alarm.cljs
│   │           ├── add_alarm_outlined.cljs
│   │           ├── add_alarm_rounded.cljs
│   │           ├── add_alarm_sharp.cljs
│   │           ├── add_alarm_two_tone.cljs
│   │           ├── add_alert.cljs
│   │           ├── add_alert_outlined.cljs
│   │           ├── add_alert_rounded.cljs
│   │           ├── add_alert_sharp.cljs
│   │           ├── add_alert_two_tone.cljs
│   │           ├── add_box.cljs
│   │           ├── add_box_outlined.cljs
│   │           ├── add_box_rounded.cljs
│   │           ├── add_box_sharp.cljs
│   │           ├── add_box_two_tone.cljs
│   │           ├── add_business.cljs
│   │           ├── add_business_outlined.cljs
│   │           ├── add_business_rounded.cljs
│   │           ├── add_business_sharp.cljs
│   │           ├── add_business_two_tone.cljs
│   │           ├── add_card.cljs
│   │           ├── add_card_outlined.cljs
│   │           ├── add_card_rounded.cljs
│   │           ├── add_card_sharp.cljs
│   │           ├── add_card_two_tone.cljs
│   │           ├── add_circle.cljs
│   │           ├── add_circle_outline.cljs
│   │           ├── add_circle_outline_outlined.cljs
│   │           ├── add_circle_outline_rounded.cljs
│   │           ├── add_circle_outline_sharp.cljs
│   │           ├── add_circle_outline_two_tone.cljs
│   │           ├── add_circle_outlined.cljs
│   │           ├── add_circle_rounded.cljs
│   │           ├── add_circle_sharp.cljs
│   │           ├── add_circle_two_tone.cljs
│   │           ├── add_comment.cljs
│   │           ├── add_comment_outlined.cljs
│   │           ├── add_comment_rounded.cljs
│   │           ├── add_comment_sharp.cljs
│   │           ├── add_comment_two_tone.cljs
│   │           ├── add_home.cljs
│   │           ├── add_home_outlined.cljs
│   │           ├── add_home_rounded.cljs
│   │           ├── add_home_sharp.cljs
│   │           ├── add_home_two_tone.cljs
│   │           ├── add_home_work.cljs
│   │           ├── add_home_work_outlined.cljs
│   │           ├── add_home_work_rounded.cljs
│   │           ├── add_home_work_sharp.cljs
│   │           ├── add_home_work_two_tone.cljs
│   │           ├── add_ic_call.cljs
│   │           ├── add_ic_call_outlined.cljs
│   │           ├── add_ic_call_rounded.cljs
│   │           ├── add_ic_call_sharp.cljs
│   │           ├── add_ic_call_two_tone.cljs
│   │           ├── add_link.cljs
│   │           ├── add_link_outlined.cljs
│   │           ├── add_link_rounded.cljs
│   │           ├── add_link_sharp.cljs
│   │           ├── add_link_two_tone.cljs
│   │           ├── add_location.cljs
│   │           ├── add_location_alt.cljs
│   │           ├── add_location_alt_outlined.cljs
│   │           ├── add_location_alt_rounded.cljs
│   │           ├── add_location_alt_sharp.cljs
│   │           ├── add_location_alt_two_tone.cljs
│   │           ├── add_location_outlined.cljs
│   │           ├── add_location_rounded.cljs
│   │           ├── add_location_sharp.cljs
│   │           ├── add_location_two_tone.cljs
│   │           ├── add_moderator.cljs
│   │           ├── add_moderator_outlined.cljs
│   │           ├── add_moderator_rounded.cljs
│   │           ├── add_moderator_sharp.cljs
│   │           ├── add_moderator_two_tone.cljs
│   │           ├── add_outlined.cljs
│   │           ├── add_photo_alternate.cljs
│   │           ├── add_photo_alternate_outlined.cljs
│   │           ├── add_photo_alternate_rounded.cljs
│   │           ├── add_photo_alternate_sharp.cljs
│   │           ├── add_photo_alternate_two_tone.cljs
│   │           ├── add_reaction.cljs
│   │           ├── add_reaction_outlined.cljs
│   │           ├── add_reaction_rounded.cljs
│   │           ├── add_reaction_sharp.cljs
│   │           ├── add_reaction_two_tone.cljs
│   │           ├── add_road.cljs
│   │           ├── add_road_outlined.cljs
│   │           ├── add_road_rounded.cljs
│   │           ├── add_road_sharp.cljs
│   │           ├── add_road_two_tone.cljs
│   │           ├── add_rounded.cljs
│   │           ├── add_sharp.cljs
│   │           ├── add_shopping_cart.cljs
│   │           ├── add_shopping_cart_outlined.cljs
│   │           ├── add_shopping_cart_rounded.cljs
│   │           ├── add_shopping_cart_sharp.cljs
│   │           ├── add_shopping_cart_two_tone.cljs
│   │           ├── add_task.cljs
│   │           ├── add_task_outlined.cljs
│   │           ├── add_task_rounded.cljs
│   │           ├── add_task_sharp.cljs
│   │           ├── add_task_two_tone.cljs
│   │           ├── add_to_drive.cljs
│   │           ├── add_to_drive_outlined.cljs
│   │           ├── add_to_drive_rounded.cljs
│   │           ├── add_to_drive_sharp.cljs
│   │           ├── add_to_drive_two_tone.cljs
│   │           ├── add_to_home_screen.cljs
│   │           ├── add_to_home_screen_outlined.cljs
│   │           ├── add_to_home_screen_rounded.cljs
│   │           ├── add_to_home_screen_sharp.cljs
│   │           ├── add_to_home_screen_two_tone.cljs
│   │           ├── add_to_photos.cljs
│   │           ├── add_to_photos_outlined.cljs
│   │           ├── add_to_photos_rounded.cljs
│   │           ├── add_to_photos_sharp.cljs
│   │           ├── add_to_photos_two_tone.cljs
│   │           ├── add_to_queue.cljs
│   │           ├── add_to_queue_outlined.cljs
│   │           ├── add_to_queue_rounded.cljs
│   │           ├── add_to_queue_sharp.cljs
│   │           ├── add_to_queue_two_tone.cljs
│   │           ├── add_two_tone.cljs
│   │           ├── addchart.cljs
│   │           ├── addchart_outlined.cljs
│   │           ├── addchart_rounded.cljs
│   │           ├── addchart_sharp.cljs
│   │           ├── addchart_two_tone.cljs
│   │           ├── adf_scanner.cljs
│   │           ├── adf_scanner_outlined.cljs
│   │           ├── adf_scanner_rounded.cljs
│   │           ├── adf_scanner_sharp.cljs
│   │           ├── adf_scanner_two_tone.cljs
│   │           ├── adjust.cljs
│   │           ├── adjust_outlined.cljs
│   │           ├── adjust_rounded.cljs
│   │           ├── adjust_sharp.cljs
│   │           ├── adjust_two_tone.cljs
│   │           ├── admin_panel_settings.cljs
│   │           ├── admin_panel_settings_outlined.cljs
│   │           ├── admin_panel_settings_rounded.cljs
│   │           ├── admin_panel_settings_sharp.cljs
│   │           ├── admin_panel_settings_two_tone.cljs
│   │           ├── agriculture.cljs
│   │           ├── agriculture_outlined.cljs
│   │           ├── agriculture_rounded.cljs
│   │           ├── agriculture_sharp.cljs
│   │           ├── agriculture_two_tone.cljs
│   │           ├── air.cljs
│   │           ├── air_outlined.cljs
│   │           ├── air_rounded.cljs
│   │           ├── air_sharp.cljs
│   │           ├── air_two_tone.cljs
│   │           ├── airline_seat_flat.cljs
│   │           ├── airline_seat_flat_angled.cljs
│   │           ├── airline_seat_flat_angled_outlined.cljs
│   │           ├── airline_seat_flat_angled_rounded.cljs
│   │           ├── airline_seat_flat_angled_sharp.cljs
│   │           ├── airline_seat_flat_angled_two_tone.cljs
│   │           ├── airline_seat_flat_outlined.cljs
│   │           ├── airline_seat_flat_rounded.cljs
│   │           ├── airline_seat_flat_sharp.cljs
│   │           ├── airline_seat_flat_two_tone.cljs
│   │           ├── airline_seat_individual_suite.cljs
│   │           ├── airline_seat_individual_suite_outlined.cljs
│   │           ├── airline_seat_individual_suite_rounded.cljs
│   │           ├── airline_seat_individual_suite_sharp.cljs
│   │           ├── airline_seat_individual_suite_two_tone.cljs
│   │           ├── airline_seat_legroom_extra.cljs
│   │           ├── airline_seat_legroom_extra_outlined.cljs
│   │           ├── airline_seat_legroom_extra_rounded.cljs
│   │           ├── airline_seat_legroom_extra_sharp.cljs
│   │           ├── airline_seat_legroom_extra_two_tone.cljs
│   │           ├── airline_seat_legroom_normal.cljs
│   │           ├── airline_seat_legroom_normal_outlined.cljs
│   │           ├── airline_seat_legroom_normal_rounded.cljs
│   │           ├── airline_seat_legroom_normal_sharp.cljs
│   │           ├── airline_seat_legroom_normal_two_tone.cljs
│   │           ├── airline_seat_legroom_reduced.cljs
│   │           ├── airline_seat_legroom_reduced_outlined.cljs
│   │           ├── airline_seat_legroom_reduced_rounded.cljs
│   │           ├── airline_seat_legroom_reduced_sharp.cljs
│   │           ├── airline_seat_legroom_reduced_two_tone.cljs
│   │           ├── airline_seat_recline_extra.cljs
│   │           ├── airline_seat_recline_extra_outlined.cljs
│   │           ├── airline_seat_recline_extra_rounded.cljs
│   │           ├── airline_seat_recline_extra_sharp.cljs
│   │           ├── airline_seat_recline_extra_two_tone.cljs
│   │           ├── airline_seat_recline_normal.cljs
│   │           ├── airline_seat_recline_normal_outlined.cljs
│   │           ├── airline_seat_recline_normal_rounded.cljs
│   │           ├── airline_seat_recline_normal_sharp.cljs
│   │           ├── airline_seat_recline_normal_two_tone.cljs
│   │           ├── airline_stops.cljs
│   │           ├── airline_stops_outlined.cljs
│   │           ├── airline_stops_rounded.cljs
│   │           ├── airline_stops_sharp.cljs
│   │           ├── airline_stops_two_tone.cljs
│   │           ├── airlines.cljs
│   │           ├── airlines_outlined.cljs
│   │           ├── airlines_rounded.cljs
│   │           ├── airlines_sharp.cljs
│   │           ├── airlines_two_tone.cljs
│   │           ├── airplane_ticket.cljs
│   │           ├── airplane_ticket_outlined.cljs
│   │           ├── airplane_ticket_rounded.cljs
│   │           ├── airplane_ticket_sharp.cljs
│   │           ├── airplane_ticket_two_tone.cljs
│   │           ├── airplanemode_active.cljs
│   │           ├── airplanemode_active_outlined.cljs
│   │           ├── airplanemode_active_rounded.cljs
│   │           ├── airplanemode_active_sharp.cljs
│   │           ├── airplanemode_active_two_tone.cljs
│   │           ├── airplanemode_inactive.cljs
│   │           ├── airplanemode_inactive_outlined.cljs
│   │           ├── airplanemode_inactive_rounded.cljs
│   │           ├── airplanemode_inactive_sharp.cljs
│   │           ├── airplanemode_inactive_two_tone.cljs
│   │           ├── airplay.cljs
│   │           ├── airplay_outlined.cljs
│   │           ├── airplay_rounded.cljs
│   │           ├── airplay_sharp.cljs
│   │           ├── airplay_two_tone.cljs
│   │           ├── airport_shuttle.cljs
│   │           ├── airport_shuttle_outlined.cljs
│   │           ├── airport_shuttle_rounded.cljs
│   │           ├── airport_shuttle_sharp.cljs
│   │           ├── airport_shuttle_two_tone.cljs
│   │           ├── alarm.cljs
│   │           ├── alarm_add.cljs
│   │           ├── alarm_add_outlined.cljs
│   │           ├── alarm_add_rounded.cljs
│   │           ├── alarm_add_sharp.cljs
│   │           ├── alarm_add_two_tone.cljs
│   │           ├── alarm_off.cljs
│   │           ├── alarm_off_outlined.cljs
│   │           ├── alarm_off_rounded.cljs
│   │           ├── alarm_off_sharp.cljs
│   │           ├── alarm_off_two_tone.cljs
│   │           ├── alarm_on.cljs
│   │           ├── alarm_on_outlined.cljs
│   │           ├── alarm_on_rounded.cljs
│   │           ├── alarm_on_sharp.cljs
│   │           ├── alarm_on_two_tone.cljs
│   │           ├── alarm_outlined.cljs
│   │           ├── alarm_rounded.cljs
│   │           ├── alarm_sharp.cljs
│   │           ├── alarm_two_tone.cljs
│   │           ├── album.cljs
│   │           ├── album_outlined.cljs
│   │           ├── album_rounded.cljs
│   │           ├── album_sharp.cljs
│   │           ├── album_two_tone.cljs
│   │           ├── align_horizontal_center.cljs
│   │           ├── align_horizontal_center_outlined.cljs
│   │           ├── align_horizontal_center_rounded.cljs
│   │           ├── align_horizontal_center_sharp.cljs
│   │           ├── align_horizontal_center_two_tone.cljs
│   │           ├── align_horizontal_left.cljs
│   │           ├── align_horizontal_left_outlined.cljs
│   │           ├── align_horizontal_left_rounded.cljs
│   │           ├── align_horizontal_left_sharp.cljs
│   │           ├── align_horizontal_left_two_tone.cljs
│   │           ├── align_horizontal_right.cljs
│   │           ├── align_horizontal_right_outlined.cljs
│   │           ├── align_horizontal_right_rounded.cljs
│   │           ├── align_horizontal_right_sharp.cljs
│   │           ├── align_horizontal_right_two_tone.cljs
│   │           ├── align_vertical_bottom.cljs
│   │           ├── align_vertical_bottom_outlined.cljs
│   │           ├── align_vertical_bottom_rounded.cljs
│   │           ├── align_vertical_bottom_sharp.cljs
│   │           ├── align_vertical_bottom_two_tone.cljs
│   │           ├── align_vertical_center.cljs
│   │           ├── align_vertical_center_outlined.cljs
│   │           ├── align_vertical_center_rounded.cljs
│   │           ├── align_vertical_center_sharp.cljs
│   │           ├── align_vertical_center_two_tone.cljs
│   │           ├── align_vertical_top.cljs
│   │           ├── align_vertical_top_outlined.cljs
│   │           ├── align_vertical_top_rounded.cljs
│   │           ├── align_vertical_top_sharp.cljs
│   │           ├── align_vertical_top_two_tone.cljs
│   │           ├── all_inbox.cljs
│   │           ├── all_inbox_outlined.cljs
│   │           ├── all_inbox_rounded.cljs
│   │           ├── all_inbox_sharp.cljs
│   │           ├── all_inbox_two_tone.cljs
│   │           ├── all_inclusive.cljs
│   │           ├── all_inclusive_outlined.cljs
│   │           ├── all_inclusive_rounded.cljs
│   │           ├── all_inclusive_sharp.cljs
│   │           ├── all_inclusive_two_tone.cljs
│   │           ├── all_out.cljs
│   │           ├── all_out_outlined.cljs
│   │           ├── all_out_rounded.cljs
│   │           ├── all_out_sharp.cljs
│   │           ├── all_out_two_tone.cljs
│   │           ├── alt_route.cljs
│   │           ├── alt_route_outlined.cljs
│   │           ├── alt_route_rounded.cljs
│   │           ├── alt_route_sharp.cljs
│   │           ├── alt_route_two_tone.cljs
│   │           ├── alternate_email.cljs
│   │           ├── alternate_email_outlined.cljs
│   │           ├── alternate_email_rounded.cljs
│   │           ├── alternate_email_sharp.cljs
│   │           ├── alternate_email_two_tone.cljs
│   │           ├── analytics.cljs
│   │           ├── analytics_outlined.cljs
│   │           ├── analytics_rounded.cljs
│   │           ├── analytics_sharp.cljs
│   │           ├── analytics_two_tone.cljs
│   │           ├── anchor.cljs
│   │           ├── anchor_outlined.cljs
│   │           ├── anchor_rounded.cljs
│   │           ├── anchor_sharp.cljs
│   │           ├── anchor_two_tone.cljs
│   │           ├── android.cljs
│   │           ├── android_outlined.cljs
│   │           ├── android_rounded.cljs
│   │           ├── android_sharp.cljs
│   │           ├── android_two_tone.cljs
│   │           ├── animation.cljs
│   │           ├── animation_outlined.cljs
│   │           ├── animation_rounded.cljs
│   │           ├── animation_sharp.cljs
│   │           ├── animation_two_tone.cljs
│   │           ├── announcement.cljs
│   │           ├── announcement_outlined.cljs
│   │           ├── announcement_rounded.cljs
│   │           ├── announcement_sharp.cljs
│   │           ├── announcement_two_tone.cljs
│   │           ├── aod.cljs
│   │           ├── aod_outlined.cljs
│   │           ├── aod_rounded.cljs
│   │           ├── aod_sharp.cljs
│   │           ├── aod_two_tone.cljs
│   │           ├── apartment.cljs
│   │           ├── apartment_outlined.cljs
│   │           ├── apartment_rounded.cljs
│   │           ├── apartment_sharp.cljs
│   │           ├── apartment_two_tone.cljs
│   │           ├── api.cljs
│   │           ├── api_outlined.cljs
│   │           ├── api_rounded.cljs
│   │           ├── api_sharp.cljs
│   │           ├── api_two_tone.cljs
│   │           ├── app_blocking.cljs
│   │           ├── app_blocking_outlined.cljs
│   │           ├── app_blocking_rounded.cljs
│   │           ├── app_blocking_sharp.cljs
│   │           ├── app_blocking_two_tone.cljs
│   │           ├── app_registration.cljs
│   │           ├── app_registration_outlined.cljs
│   │           ├── app_registration_rounded.cljs
│   │           ├── app_registration_sharp.cljs
│   │           ├── app_registration_two_tone.cljs
│   │           ├── app_settings_alt.cljs
│   │           ├── app_settings_alt_outlined.cljs
│   │           ├── app_settings_alt_rounded.cljs
│   │           ├── app_settings_alt_sharp.cljs
│   │           ├── app_settings_alt_two_tone.cljs
│   │           ├── app_shortcut.cljs
│   │           ├── app_shortcut_outlined.cljs
│   │           ├── app_shortcut_rounded.cljs
│   │           ├── app_shortcut_sharp.cljs
│   │           ├── app_shortcut_two_tone.cljs
│   │           ├── apple.cljs
│   │           ├── approval.cljs
│   │           ├── approval_outlined.cljs
│   │           ├── approval_rounded.cljs
│   │           ├── approval_sharp.cljs
│   │           ├── approval_two_tone.cljs
│   │           ├── apps.cljs
│   │           ├── apps_outage.cljs
│   │           ├── apps_outage_outlined.cljs
│   │           ├── apps_outage_rounded.cljs
│   │           ├── apps_outage_sharp.cljs
│   │           ├── apps_outage_two_tone.cljs
│   │           ├── apps_outlined.cljs
│   │           ├── apps_rounded.cljs
│   │           ├── apps_sharp.cljs
│   │           ├── apps_two_tone.cljs
│   │           ├── architecture.cljs
│   │           ├── architecture_outlined.cljs
│   │           ├── architecture_rounded.cljs
│   │           ├── architecture_sharp.cljs
│   │           ├── architecture_two_tone.cljs
│   │           ├── archive.cljs
│   │           ├── archive_outlined.cljs
│   │           ├── archive_rounded.cljs
│   │           ├── archive_sharp.cljs
│   │           ├── archive_two_tone.cljs
│   │           ├── arrow_back.cljs
│   │           ├── arrow_back_ios.cljs
│   │           ├── arrow_back_ios_new.cljs
│   │           ├── arrow_back_ios_new_outlined.cljs
│   │           ├── arrow_back_ios_new_rounded.cljs
│   │           ├── arrow_back_ios_new_sharp.cljs
│   │           ├── arrow_back_ios_new_two_tone.cljs
│   │           ├── arrow_back_ios_outlined.cljs
│   │           ├── arrow_back_ios_rounded.cljs
│   │           ├── arrow_back_ios_sharp.cljs
│   │           ├── arrow_back_ios_two_tone.cljs
│   │           ├── arrow_back_outlined.cljs
│   │           ├── arrow_back_rounded.cljs
│   │           ├── arrow_back_sharp.cljs
│   │           ├── arrow_back_two_tone.cljs
│   │           ├── arrow_circle_down.cljs
│   │           ├── arrow_circle_down_outlined.cljs
│   │           ├── arrow_circle_down_rounded.cljs
│   │           ├── arrow_circle_down_sharp.cljs
│   │           ├── arrow_circle_down_two_tone.cljs
│   │           ├── arrow_circle_left.cljs
│   │           ├── arrow_circle_left_outlined.cljs
│   │           ├── arrow_circle_left_rounded.cljs
│   │           ├── arrow_circle_left_sharp.cljs
│   │           ├── arrow_circle_left_two_tone.cljs
│   │           ├── arrow_circle_right.cljs
│   │           ├── arrow_circle_right_outlined.cljs
│   │           ├── arrow_circle_right_rounded.cljs
│   │           ├── arrow_circle_right_sharp.cljs
│   │           ├── arrow_circle_right_two_tone.cljs
│   │           ├── arrow_circle_up.cljs
│   │           ├── arrow_circle_up_outlined.cljs
│   │           ├── arrow_circle_up_rounded.cljs
│   │           ├── arrow_circle_up_sharp.cljs
│   │           ├── arrow_circle_up_two_tone.cljs
│   │           ├── arrow_downward.cljs
│   │           ├── arrow_downward_outlined.cljs
│   │           ├── arrow_downward_rounded.cljs
│   │           ├── arrow_downward_sharp.cljs
│   │           ├── arrow_downward_two_tone.cljs
│   │           ├── arrow_drop_down.cljs
│   │           ├── arrow_drop_down_circle.cljs
│   │           ├── arrow_drop_down_circle_outlined.cljs
│   │           ├── arrow_drop_down_circle_rounded.cljs
│   │           ├── arrow_drop_down_circle_sharp.cljs
│   │           ├── arrow_drop_down_circle_two_tone.cljs
│   │           ├── arrow_drop_down_outlined.cljs
│   │           ├── arrow_drop_down_rounded.cljs
│   │           ├── arrow_drop_down_sharp.cljs
│   │           ├── arrow_drop_down_two_tone.cljs
│   │           ├── arrow_drop_up.cljs
│   │           ├── arrow_drop_up_outlined.cljs
│   │           ├── arrow_drop_up_rounded.cljs
│   │           ├── arrow_drop_up_sharp.cljs
│   │           ├── arrow_drop_up_two_tone.cljs
│   │           ├── arrow_forward.cljs
│   │           ├── arrow_forward_ios.cljs
│   │           ├── arrow_forward_ios_outlined.cljs
│   │           ├── arrow_forward_ios_rounded.cljs
│   │           ├── arrow_forward_ios_sharp.cljs
│   │           ├── arrow_forward_ios_two_tone.cljs
│   │           ├── arrow_forward_outlined.cljs
│   │           ├── arrow_forward_rounded.cljs
│   │           ├── arrow_forward_sharp.cljs
│   │           ├── arrow_forward_two_tone.cljs
│   │           ├── arrow_left.cljs
│   │           ├── arrow_left_outlined.cljs
│   │           ├── arrow_left_rounded.cljs
│   │           ├── arrow_left_sharp.cljs
│   │           ├── arrow_left_two_tone.cljs
│   │           ├── arrow_outward.cljs
│   │           ├── arrow_outward_outlined.cljs
│   │           ├── arrow_outward_rounded.cljs
│   │           ├── arrow_outward_sharp.cljs
│   │           ├── arrow_outward_two_tone.cljs
│   │           ├── arrow_right.cljs
│   │           ├── arrow_right_alt.cljs
│   │           ├── arrow_right_alt_outlined.cljs
│   │           ├── arrow_right_alt_rounded.cljs
│   │           ├── arrow_right_alt_sharp.cljs
│   │           ├── arrow_right_alt_two_tone.cljs
│   │           ├── arrow_right_outlined.cljs
│   │           ├── arrow_right_rounded.cljs
│   │           ├── arrow_right_sharp.cljs
│   │           ├── arrow_right_two_tone.cljs
│   │           ├── arrow_upward.cljs
│   │           ├── arrow_upward_outlined.cljs
│   │           ├── arrow_upward_rounded.cljs
│   │           ├── arrow_upward_sharp.cljs
│   │           ├── arrow_upward_two_tone.cljs
│   │           ├── art_track.cljs
│   │           ├── art_track_outlined.cljs
│   │           ├── art_track_rounded.cljs
│   │           ├── art_track_sharp.cljs
│   │           ├── art_track_two_tone.cljs
│   │           ├── article.cljs
│   │           ├── article_outlined.cljs
│   │           ├── article_rounded.cljs
│   │           ├── article_sharp.cljs
│   │           ├── article_two_tone.cljs
│   │           ├── aspect_ratio.cljs
│   │           ├── aspect_ratio_outlined.cljs
│   │           ├── aspect_ratio_rounded.cljs
│   │           ├── aspect_ratio_sharp.cljs
│   │           ├── aspect_ratio_two_tone.cljs
│   │           ├── assessment.cljs
│   │           ├── assessment_outlined.cljs
│   │           ├── assessment_rounded.cljs
│   │           ├── assessment_sharp.cljs
│   │           ├── assessment_two_tone.cljs
│   │           ├── assignment.cljs
│   │           ├── assignment_ind.cljs
│   │           ├── assignment_ind_outlined.cljs
│   │           ├── assignment_ind_rounded.cljs
│   │           ├── assignment_ind_sharp.cljs
│   │           ├── assignment_ind_two_tone.cljs
│   │           ├── assignment_late.cljs
│   │           ├── assignment_late_outlined.cljs
│   │           ├── assignment_late_rounded.cljs
│   │           ├── assignment_late_sharp.cljs
│   │           ├── assignment_late_two_tone.cljs
│   │           ├── assignment_outlined.cljs
│   │           ├── assignment_return.cljs
│   │           ├── assignment_return_outlined.cljs
│   │           ├── assignment_return_rounded.cljs
│   │           ├── assignment_return_sharp.cljs
│   │           ├── assignment_return_two_tone.cljs
│   │           ├── assignment_returned.cljs
│   │           ├── assignment_returned_outlined.cljs
│   │           ├── assignment_returned_rounded.cljs
│   │           ├── assignment_returned_sharp.cljs
│   │           ├── assignment_returned_two_tone.cljs
│   │           ├── assignment_rounded.cljs
│   │           ├── assignment_sharp.cljs
│   │           ├── assignment_turned_in.cljs
│   │           ├── assignment_turned_in_outlined.cljs
│   │           ├── assignment_turned_in_rounded.cljs
│   │           ├── assignment_turned_in_sharp.cljs
│   │           ├── assignment_turned_in_two_tone.cljs
│   │           ├── assignment_two_tone.cljs
│   │           ├── assist_walker.cljs
│   │           ├── assist_walker_outlined.cljs
│   │           ├── assist_walker_rounded.cljs
│   │           ├── assist_walker_sharp.cljs
│   │           ├── assist_walker_two_tone.cljs
│   │           ├── assistant.cljs
│   │           ├── assistant_direction.cljs
│   │           ├── assistant_direction_outlined.cljs
│   │           ├── assistant_direction_rounded.cljs
│   │           ├── assistant_direction_sharp.cljs
│   │           ├── assistant_direction_two_tone.cljs
│   │           ├── assistant_outlined.cljs
│   │           ├── assistant_photo.cljs
│   │           ├── assistant_photo_outlined.cljs
│   │           ├── assistant_photo_rounded.cljs
│   │           ├── assistant_photo_sharp.cljs
│   │           ├── assistant_photo_two_tone.cljs
│   │           ├── assistant_rounded.cljs
│   │           ├── assistant_sharp.cljs
│   │           ├── assistant_two_tone.cljs
│   │           ├── assured_workload.cljs
│   │           ├── assured_workload_outlined.cljs
│   │           ├── assured_workload_rounded.cljs
│   │           ├── assured_workload_sharp.cljs
│   │           ├── assured_workload_two_tone.cljs
│   │           ├── atm.cljs
│   │           ├── atm_outlined.cljs
│   │           ├── atm_rounded.cljs
│   │           ├── atm_sharp.cljs
│   │           ├── atm_two_tone.cljs
│   │           ├── attach_email.cljs
│   │           ├── attach_email_outlined.cljs
│   │           ├── attach_email_rounded.cljs
│   │           ├── attach_email_sharp.cljs
│   │           ├── attach_email_two_tone.cljs
│   │           ├── attach_file.cljs
│   │           ├── attach_file_outlined.cljs
│   │           ├── attach_file_rounded.cljs
│   │           ├── attach_file_sharp.cljs
│   │           ├── attach_file_two_tone.cljs
│   │           ├── attach_money.cljs
│   │           ├── attach_money_outlined.cljs
│   │           ├── attach_money_rounded.cljs
│   │           ├── attach_money_sharp.cljs
│   │           ├── attach_money_two_tone.cljs
│   │           ├── attachment.cljs
│   │           ├── attachment_outlined.cljs
│   │           ├── attachment_rounded.cljs
│   │           ├── attachment_sharp.cljs
│   │           ├── attachment_two_tone.cljs
│   │           ├── attractions.cljs
│   │           ├── attractions_outlined.cljs
│   │           ├── attractions_rounded.cljs
│   │           ├── attractions_sharp.cljs
│   │           ├── attractions_two_tone.cljs
│   │           ├── attribution.cljs
│   │           ├── attribution_outlined.cljs
│   │           ├── attribution_rounded.cljs
│   │           ├── attribution_sharp.cljs
│   │           ├── attribution_two_tone.cljs
│   │           ├── audio_file.cljs
│   │           ├── audio_file_outlined.cljs
│   │           ├── audio_file_rounded.cljs
│   │           ├── audio_file_sharp.cljs
│   │           ├── audio_file_two_tone.cljs
│   │           ├── audiotrack.cljs
│   │           ├── audiotrack_outlined.cljs
│   │           ├── audiotrack_rounded.cljs
│   │           ├── audiotrack_sharp.cljs
│   │           ├── audiotrack_two_tone.cljs
│   │           ├── auto_awesome.cljs
│   │           ├── auto_awesome_mosaic.cljs
│   │           ├── auto_awesome_mosaic_outlined.cljs
│   │           ├── auto_awesome_mosaic_rounded.cljs
│   │           ├── auto_awesome_mosaic_sharp.cljs
│   │           ├── auto_awesome_mosaic_two_tone.cljs
│   │           ├── auto_awesome_motion.cljs
│   │           ├── auto_awesome_motion_outlined.cljs
│   │           ├── auto_awesome_motion_rounded.cljs
│   │           ├── auto_awesome_motion_sharp.cljs
│   │           ├── auto_awesome_motion_two_tone.cljs
│   │           ├── auto_awesome_outlined.cljs
│   │           ├── auto_awesome_rounded.cljs
│   │           ├── auto_awesome_sharp.cljs
│   │           ├── auto_awesome_two_tone.cljs
│   │           ├── auto_delete.cljs
│   │           ├── auto_delete_outlined.cljs
│   │           ├── auto_delete_rounded.cljs
│   │           ├── auto_delete_sharp.cljs
│   │           ├── auto_delete_two_tone.cljs
│   │           ├── auto_fix_high.cljs
│   │           ├── auto_fix_high_outlined.cljs
│   │           ├── auto_fix_high_rounded.cljs
│   │           ├── auto_fix_high_sharp.cljs
│   │           ├── auto_fix_high_two_tone.cljs
│   │           ├── auto_fix_normal.cljs
│   │           ├── auto_fix_normal_outlined.cljs
│   │           ├── auto_fix_normal_rounded.cljs
│   │           ├── auto_fix_normal_sharp.cljs
│   │           ├── auto_fix_normal_two_tone.cljs
│   │           ├── auto_fix_off.cljs
│   │           ├── auto_fix_off_outlined.cljs
│   │           ├── auto_fix_off_rounded.cljs
│   │           ├── auto_fix_off_sharp.cljs
│   │           ├── auto_fix_off_two_tone.cljs
│   │           ├── auto_graph.cljs
│   │           ├── auto_graph_outlined.cljs
│   │           ├── auto_graph_rounded.cljs
│   │           ├── auto_graph_sharp.cljs
│   │           ├── auto_graph_two_tone.cljs
│   │           ├── auto_mode.cljs
│   │           ├── auto_mode_outlined.cljs
│   │           ├── auto_mode_rounded.cljs
│   │           ├── auto_mode_sharp.cljs
│   │           ├── auto_mode_two_tone.cljs
│   │           ├── auto_stories.cljs
│   │           ├── auto_stories_outlined.cljs
│   │           ├── auto_stories_rounded.cljs
│   │           ├── auto_stories_sharp.cljs
│   │           ├── auto_stories_two_tone.cljs
│   │           ├── autofps_select.cljs
│   │           ├── autofps_select_outlined.cljs
│   │           ├── autofps_select_rounded.cljs
│   │           ├── autofps_select_sharp.cljs
│   │           ├── autofps_select_two_tone.cljs
│   │           ├── autorenew.cljs
│   │           ├── autorenew_outlined.cljs
│   │           ├── autorenew_rounded.cljs
│   │           ├── autorenew_sharp.cljs
│   │           ├── autorenew_two_tone.cljs
│   │           ├── av_timer.cljs
│   │           ├── av_timer_outlined.cljs
│   │           ├── av_timer_rounded.cljs
│   │           ├── av_timer_sharp.cljs
│   │           ├── av_timer_two_tone.cljs
│   │           ├── baby_changing_station.cljs
│   │           ├── baby_changing_station_outlined.cljs
│   │           ├── baby_changing_station_rounded.cljs
│   │           ├── baby_changing_station_sharp.cljs
│   │           ├── baby_changing_station_two_tone.cljs
│   │           ├── backpack.cljs
│   │           ├── backpack_outlined.cljs
│   │           ├── backpack_rounded.cljs
│   │           ├── backpack_sharp.cljs
│   │           ├── backpack_two_tone.cljs
│   │           ├── backspace.cljs
│   │           ├── backspace_outlined.cljs
│   │           ├── backspace_rounded.cljs
│   │           ├── backspace_sharp.cljs
│   │           ├── backspace_two_tone.cljs
│   │           ├── backup.cljs
│   │           ├── backup_outlined.cljs
│   │           ├── backup_rounded.cljs
│   │           ├── backup_sharp.cljs
│   │           ├── backup_table.cljs
│   │           ├── backup_table_outlined.cljs
│   │           ├── backup_table_rounded.cljs
│   │           ├── backup_table_sharp.cljs
│   │           ├── backup_table_two_tone.cljs
│   │           ├── backup_two_tone.cljs
│   │           ├── badge.cljs
│   │           ├── badge_outlined.cljs
│   │           ├── badge_rounded.cljs
│   │           ├── badge_sharp.cljs
│   │           ├── badge_two_tone.cljs
│   │           ├── bakery_dining.cljs
│   │           ├── bakery_dining_outlined.cljs
│   │           ├── bakery_dining_rounded.cljs
│   │           ├── bakery_dining_sharp.cljs
│   │           ├── bakery_dining_two_tone.cljs
│   │           ├── balance.cljs
│   │           ├── balance_outlined.cljs
│   │           ├── balance_rounded.cljs
│   │           ├── balance_sharp.cljs
│   │           ├── balance_two_tone.cljs
│   │           ├── balcony.cljs
│   │           ├── balcony_outlined.cljs
│   │           ├── balcony_rounded.cljs
│   │           ├── balcony_sharp.cljs
│   │           ├── balcony_two_tone.cljs
│   │           ├── ballot.cljs
│   │           ├── ballot_outlined.cljs
│   │           ├── ballot_rounded.cljs
│   │           ├── ballot_sharp.cljs
│   │           ├── ballot_two_tone.cljs
│   │           ├── bar_chart.cljs
│   │           ├── bar_chart_outlined.cljs
│   │           ├── bar_chart_rounded.cljs
│   │           ├── bar_chart_sharp.cljs
│   │           ├── bar_chart_two_tone.cljs
│   │           ├── batch_prediction.cljs
│   │           ├── batch_prediction_outlined.cljs
│   │           ├── batch_prediction_rounded.cljs
│   │           ├── batch_prediction_sharp.cljs
│   │           ├── batch_prediction_two_tone.cljs
│   │           ├── bathroom.cljs
│   │           ├── bathroom_outlined.cljs
│   │           ├── bathroom_rounded.cljs
│   │           ├── bathroom_sharp.cljs
│   │           ├── bathroom_two_tone.cljs
│   │           ├── bathtub.cljs
│   │           ├── bathtub_outlined.cljs
│   │           ├── bathtub_rounded.cljs
│   │           ├── bathtub_sharp.cljs
│   │           ├── bathtub_two_tone.cljs
│   │           ├── battery_0_bar.cljs
│   │           ├── battery_0_bar_outlined.cljs
│   │           ├── battery_0_bar_rounded.cljs
│   │           ├── battery_0_bar_sharp.cljs
│   │           ├── battery_0_bar_two_tone.cljs
│   │           ├── battery_1_bar.cljs
│   │           ├── battery_1_bar_outlined.cljs
│   │           ├── battery_1_bar_rounded.cljs
│   │           ├── battery_1_bar_sharp.cljs
│   │           ├── battery_1_bar_two_tone.cljs
│   │           ├── battery_20.cljs
│   │           ├── battery_20_outlined.cljs
│   │           ├── battery_20_rounded.cljs
│   │           ├── battery_20_sharp.cljs
│   │           ├── battery_20_two_tone.cljs
│   │           ├── battery_2_bar.cljs
│   │           ├── battery_2_bar_outlined.cljs
│   │           ├── battery_2_bar_rounded.cljs
│   │           ├── battery_2_bar_sharp.cljs
│   │           ├── battery_2_bar_two_tone.cljs
│   │           ├── battery_30.cljs
│   │           ├── battery_30_outlined.cljs
│   │           ├── battery_30_rounded.cljs
│   │           ├── battery_30_sharp.cljs
│   │           ├── battery_30_two_tone.cljs
│   │           ├── battery_3_bar.cljs
│   │           ├── battery_3_bar_outlined.cljs
│   │           ├── battery_3_bar_rounded.cljs
│   │           ├── battery_3_bar_sharp.cljs
│   │           ├── battery_3_bar_two_tone.cljs
│   │           ├── battery_4_bar.cljs
│   │           ├── battery_4_bar_outlined.cljs
│   │           ├── battery_4_bar_rounded.cljs
│   │           ├── battery_4_bar_sharp.cljs
│   │           ├── battery_4_bar_two_tone.cljs
│   │           ├── battery_50.cljs
│   │           ├── battery_50_outlined.cljs
│   │           ├── battery_50_rounded.cljs
│   │           ├── battery_50_sharp.cljs
│   │           ├── battery_50_two_tone.cljs
│   │           ├── battery_5_bar.cljs
│   │           ├── battery_5_bar_outlined.cljs
│   │           ├── battery_5_bar_rounded.cljs
│   │           ├── battery_5_bar_sharp.cljs
│   │           ├── battery_5_bar_two_tone.cljs
│   │           ├── battery_60.cljs
│   │           ├── battery_60_outlined.cljs
│   │           ├── battery_60_rounded.cljs
│   │           ├── battery_60_sharp.cljs
│   │           ├── battery_60_two_tone.cljs
│   │           ├── battery_6_bar.cljs
│   │           ├── battery_6_bar_outlined.cljs
│   │           ├── battery_6_bar_rounded.cljs
│   │           ├── battery_6_bar_sharp.cljs
│   │           ├── battery_6_bar_two_tone.cljs
│   │           ├── battery_80.cljs
│   │           ├── battery_80_outlined.cljs
│   │           ├── battery_80_rounded.cljs
│   │           ├── battery_80_sharp.cljs
│   │           ├── battery_80_two_tone.cljs
│   │           ├── battery_90.cljs
│   │           ├── battery_90_outlined.cljs
│   │           ├── battery_90_rounded.cljs
│   │           ├── battery_90_sharp.cljs
│   │           ├── battery_90_two_tone.cljs
│   │           ├── battery_alert.cljs
│   │           ├── battery_alert_outlined.cljs
│   │           ├── battery_alert_rounded.cljs
│   │           ├── battery_alert_sharp.cljs
│   │           ├── battery_alert_two_tone.cljs
│   │           ├── battery_charging_20.cljs
│   │           ├── battery_charging_20_outlined.cljs
│   │           ├── battery_charging_20_rounded.cljs
│   │           ├── battery_charging_20_sharp.cljs
│   │           ├── battery_charging_20_two_tone.cljs
│   │           ├── battery_charging_30.cljs
│   │           ├── battery_charging_30_outlined.cljs
│   │           ├── battery_charging_30_rounded.cljs
│   │           ├── battery_charging_30_sharp.cljs
│   │           ├── battery_charging_30_two_tone.cljs
│   │           ├── battery_charging_50.cljs
│   │           ├── battery_charging_50_outlined.cljs
│   │           ├── battery_charging_50_rounded.cljs
│   │           ├── battery_charging_50_sharp.cljs
│   │           ├── battery_charging_50_two_tone.cljs
│   │           ├── battery_charging_60.cljs
│   │           ├── battery_charging_60_outlined.cljs
│   │           ├── battery_charging_60_rounded.cljs
│   │           ├── battery_charging_60_sharp.cljs
│   │           ├── battery_charging_60_two_tone.cljs
│   │           ├── battery_charging_80.cljs
│   │           ├── battery_charging_80_outlined.cljs
│   │           ├── battery_charging_80_rounded.cljs
│   │           ├── battery_charging_80_sharp.cljs
│   │           ├── battery_charging_80_two_tone.cljs
│   │           ├── battery_charging_90.cljs
│   │           ├── battery_charging_90_outlined.cljs
│   │           ├── battery_charging_90_rounded.cljs
│   │           ├── battery_charging_90_sharp.cljs
│   │           ├── battery_charging_90_two_tone.cljs
│   │           ├── battery_charging_full.cljs
│   │           ├── battery_charging_full_outlined.cljs
│   │           ├── battery_charging_full_rounded.cljs
│   │           ├── battery_charging_full_sharp.cljs
│   │           ├── battery_charging_full_two_tone.cljs
│   │           ├── battery_full.cljs
│   │           ├── battery_full_outlined.cljs
│   │           ├── battery_full_rounded.cljs
│   │           ├── battery_full_sharp.cljs
│   │           ├── battery_full_two_tone.cljs
│   │           ├── battery_saver.cljs
│   │           ├── battery_saver_outlined.cljs
│   │           ├── battery_saver_rounded.cljs
│   │           ├── battery_saver_sharp.cljs
│   │           ├── battery_saver_two_tone.cljs
│   │           ├── battery_std.cljs
│   │           ├── battery_std_outlined.cljs
│   │           ├── battery_std_rounded.cljs
│   │           ├── battery_std_sharp.cljs
│   │           ├── battery_std_two_tone.cljs
│   │           ├── battery_unknown.cljs
│   │           ├── battery_unknown_outlined.cljs
│   │           ├── battery_unknown_rounded.cljs
│   │           ├── battery_unknown_sharp.cljs
│   │           ├── battery_unknown_two_tone.cljs
│   │           ├── beach_access.cljs
│   │           ├── beach_access_outlined.cljs
│   │           ├── beach_access_rounded.cljs
│   │           ├── beach_access_sharp.cljs
│   │           ├── beach_access_two_tone.cljs
│   │           ├── bed.cljs
│   │           ├── bed_outlined.cljs
│   │           ├── bed_rounded.cljs
│   │           ├── bed_sharp.cljs
│   │           ├── bed_two_tone.cljs
│   │           ├── bedroom_baby.cljs
│   │           ├── bedroom_baby_outlined.cljs
│   │           ├── bedroom_baby_rounded.cljs
│   │           ├── bedroom_baby_sharp.cljs
│   │           ├── bedroom_baby_two_tone.cljs
│   │           ├── bedroom_child.cljs
│   │           ├── bedroom_child_outlined.cljs
│   │           ├── bedroom_child_rounded.cljs
│   │           ├── bedroom_child_sharp.cljs
│   │           ├── bedroom_child_two_tone.cljs
│   │           ├── bedroom_parent.cljs
│   │           ├── bedroom_parent_outlined.cljs
│   │           ├── bedroom_parent_rounded.cljs
│   │           ├── bedroom_parent_sharp.cljs
│   │           ├── bedroom_parent_two_tone.cljs
│   │           ├── bedtime.cljs
│   │           ├── bedtime_off.cljs
│   │           ├── bedtime_off_outlined.cljs
│   │           ├── bedtime_off_rounded.cljs
│   │           ├── bedtime_off_sharp.cljs
│   │           ├── bedtime_off_two_tone.cljs
│   │           ├── bedtime_outlined.cljs
│   │           ├── bedtime_rounded.cljs
│   │           ├── bedtime_sharp.cljs
│   │           ├── bedtime_two_tone.cljs
│   │           ├── beenhere.cljs
│   │           ├── beenhere_outlined.cljs
│   │           ├── beenhere_rounded.cljs
│   │           ├── beenhere_sharp.cljs
│   │           ├── beenhere_two_tone.cljs
│   │           ├── bento.cljs
│   │           ├── bento_outlined.cljs
│   │           ├── bento_rounded.cljs
│   │           ├── bento_sharp.cljs
│   │           ├── bento_two_tone.cljs
│   │           ├── bike_scooter.cljs
│   │           ├── bike_scooter_outlined.cljs
│   │           ├── bike_scooter_rounded.cljs
│   │           ├── bike_scooter_sharp.cljs
│   │           ├── bike_scooter_two_tone.cljs
│   │           ├── biotech.cljs
│   │           ├── biotech_outlined.cljs
│   │           ├── biotech_rounded.cljs
│   │           ├── biotech_sharp.cljs
│   │           ├── biotech_two_tone.cljs
│   │           ├── blender.cljs
│   │           ├── blender_outlined.cljs
│   │           ├── blender_rounded.cljs
│   │           ├── blender_sharp.cljs
│   │           ├── blender_two_tone.cljs
│   │           ├── blind.cljs
│   │           ├── blind_outlined.cljs
│   │           ├── blind_rounded.cljs
│   │           ├── blind_sharp.cljs
│   │           ├── blind_two_tone.cljs
│   │           ├── blinds.cljs
│   │           ├── blinds_closed.cljs
│   │           ├── blinds_closed_outlined.cljs
│   │           ├── blinds_closed_rounded.cljs
│   │           ├── blinds_closed_sharp.cljs
│   │           ├── blinds_closed_two_tone.cljs
│   │           ├── blinds_outlined.cljs
│   │           ├── blinds_rounded.cljs
│   │           ├── blinds_sharp.cljs
│   │           ├── blinds_two_tone.cljs
│   │           ├── block.cljs
│   │           ├── block_outlined.cljs
│   │           ├── block_rounded.cljs
│   │           ├── block_sharp.cljs
│   │           ├── block_two_tone.cljs
│   │           ├── bloodtype.cljs
│   │           ├── bloodtype_outlined.cljs
│   │           ├── bloodtype_rounded.cljs
│   │           ├── bloodtype_sharp.cljs
│   │           ├── bloodtype_two_tone.cljs
│   │           ├── bluetooth.cljs
│   │           ├── bluetooth_audio.cljs
│   │           ├── bluetooth_audio_outlined.cljs
│   │           ├── bluetooth_audio_rounded.cljs
│   │           ├── bluetooth_audio_sharp.cljs
│   │           ├── bluetooth_audio_two_tone.cljs
│   │           ├── bluetooth_connected.cljs
│   │           ├── bluetooth_connected_outlined.cljs
│   │           ├── bluetooth_connected_rounded.cljs
│   │           ├── bluetooth_connected_sharp.cljs
│   │           ├── bluetooth_connected_two_tone.cljs
│   │           ├── bluetooth_disabled.cljs
│   │           ├── bluetooth_disabled_outlined.cljs
│   │           ├── bluetooth_disabled_rounded.cljs
│   │           ├── bluetooth_disabled_sharp.cljs
│   │           ├── bluetooth_disabled_two_tone.cljs
│   │           ├── bluetooth_drive.cljs
│   │           ├── bluetooth_drive_outlined.cljs
│   │           ├── bluetooth_drive_rounded.cljs
│   │           ├── bluetooth_drive_sharp.cljs
│   │           ├── bluetooth_drive_two_tone.cljs
│   │           ├── bluetooth_outlined.cljs
│   │           ├── bluetooth_rounded.cljs
│   │           ├── bluetooth_searching.cljs
│   │           ├── bluetooth_searching_outlined.cljs
│   │           ├── bluetooth_searching_rounded.cljs
│   │           ├── bluetooth_searching_sharp.cljs
│   │           ├── bluetooth_searching_two_tone.cljs
│   │           ├── bluetooth_sharp.cljs
│   │           ├── bluetooth_two_tone.cljs
│   │           ├── blur_circular.cljs
│   │           ├── blur_circular_outlined.cljs
│   │           ├── blur_circular_rounded.cljs
│   │           ├── blur_circular_sharp.cljs
│   │           ├── blur_circular_two_tone.cljs
│   │           ├── blur_linear.cljs
│   │           ├── blur_linear_outlined.cljs
│   │           ├── blur_linear_rounded.cljs
│   │           ├── blur_linear_sharp.cljs
│   │           ├── blur_linear_two_tone.cljs
│   │           ├── blur_off.cljs
│   │           ├── blur_off_outlined.cljs
│   │           ├── blur_off_rounded.cljs
│   │           ├── blur_off_sharp.cljs
│   │           ├── blur_off_two_tone.cljs
│   │           ├── blur_on.cljs
│   │           ├── blur_on_outlined.cljs
│   │           ├── blur_on_rounded.cljs
│   │           ├── blur_on_sharp.cljs
│   │           ├── blur_on_two_tone.cljs
│   │           ├── bolt.cljs
│   │           ├── bolt_outlined.cljs
│   │           ├── bolt_rounded.cljs
│   │           ├── bolt_sharp.cljs
│   │           ├── bolt_two_tone.cljs
│   │           ├── book.cljs
│   │           ├── book_online.cljs
│   │           ├── book_online_outlined.cljs
│   │           ├── book_online_rounded.cljs
│   │           ├── book_online_sharp.cljs
│   │           ├── book_online_two_tone.cljs
│   │           ├── book_outlined.cljs
│   │           ├── book_rounded.cljs
│   │           ├── book_sharp.cljs
│   │           ├── book_two_tone.cljs
│   │           ├── bookmark.cljs
│   │           ├── bookmark_add.cljs
│   │           ├── bookmark_add_outlined.cljs
│   │           ├── bookmark_add_rounded.cljs
│   │           ├── bookmark_add_sharp.cljs
│   │           ├── bookmark_add_two_tone.cljs
│   │           ├── bookmark_added.cljs
│   │           ├── bookmark_added_outlined.cljs
│   │           ├── bookmark_added_rounded.cljs
│   │           ├── bookmark_added_sharp.cljs
│   │           ├── bookmark_added_two_tone.cljs
│   │           ├── bookmark_border.cljs
│   │           ├── bookmark_border_outlined.cljs
│   │           ├── bookmark_border_rounded.cljs
│   │           ├── bookmark_border_sharp.cljs
│   │           ├── bookmark_border_two_tone.cljs
│   │           ├── bookmark_outlined.cljs
│   │           ├── bookmark_remove.cljs
│   │           ├── bookmark_remove_outlined.cljs
│   │           ├── bookmark_remove_rounded.cljs
│   │           ├── bookmark_remove_sharp.cljs
│   │           ├── bookmark_remove_two_tone.cljs
│   │           ├── bookmark_rounded.cljs
│   │           ├── bookmark_sharp.cljs
│   │           ├── bookmark_two_tone.cljs
│   │           ├── bookmarks.cljs
│   │           ├── bookmarks_outlined.cljs
│   │           ├── bookmarks_rounded.cljs
│   │           ├── bookmarks_sharp.cljs
│   │           ├── bookmarks_two_tone.cljs
│   │           ├── border_all.cljs
│   │           ├── border_all_outlined.cljs
│   │           ├── border_all_rounded.cljs
│   │           ├── border_all_sharp.cljs
│   │           ├── border_all_two_tone.cljs
│   │           ├── border_bottom.cljs
│   │           ├── border_bottom_outlined.cljs
│   │           ├── border_bottom_rounded.cljs
│   │           ├── border_bottom_sharp.cljs
│   │           ├── border_bottom_two_tone.cljs
│   │           ├── border_clear.cljs
│   │           ├── border_clear_outlined.cljs
│   │           ├── border_clear_rounded.cljs
│   │           ├── border_clear_sharp.cljs
│   │           ├── border_clear_two_tone.cljs
│   │           ├── border_color.cljs
│   │           ├── border_color_outlined.cljs
│   │           ├── border_color_rounded.cljs
│   │           ├── border_color_sharp.cljs
│   │           ├── border_color_two_tone.cljs
│   │           ├── border_horizontal.cljs
│   │           ├── border_horizontal_outlined.cljs
│   │           ├── border_horizontal_rounded.cljs
│   │           ├── border_horizontal_sharp.cljs
│   │           ├── border_horizontal_two_tone.cljs
│   │           ├── border_inner.cljs
│   │           ├── border_inner_outlined.cljs
│   │           ├── border_inner_rounded.cljs
│   │           ├── border_inner_sharp.cljs
│   │           ├── border_inner_two_tone.cljs
│   │           ├── border_left.cljs
│   │           ├── border_left_outlined.cljs
│   │           ├── border_left_rounded.cljs
│   │           ├── border_left_sharp.cljs
│   │           ├── border_left_two_tone.cljs
│   │           ├── border_outer.cljs
│   │           ├── border_outer_outlined.cljs
│   │           ├── border_outer_rounded.cljs
│   │           ├── border_outer_sharp.cljs
│   │           ├── border_outer_two_tone.cljs
│   │           ├── border_right.cljs
│   │           ├── border_right_outlined.cljs
│   │           ├── border_right_rounded.cljs
│   │           ├── border_right_sharp.cljs
│   │           ├── border_right_two_tone.cljs
│   │           ├── border_style.cljs
│   │           ├── border_style_outlined.cljs
│   │           ├── border_style_rounded.cljs
│   │           ├── border_style_sharp.cljs
│   │           ├── border_style_two_tone.cljs
│   │           ├── border_top.cljs
│   │           ├── border_top_outlined.cljs
│   │           ├── border_top_rounded.cljs
│   │           ├── border_top_sharp.cljs
│   │           ├── border_top_two_tone.cljs
│   │           ├── border_vertical.cljs
│   │           ├── border_vertical_outlined.cljs
│   │           ├── border_vertical_rounded.cljs
│   │           ├── border_vertical_sharp.cljs
│   │           ├── border_vertical_two_tone.cljs
│   │           ├── boy.cljs
│   │           ├── boy_outlined.cljs
│   │           ├── boy_rounded.cljs
│   │           ├── boy_sharp.cljs
│   │           ├── boy_two_tone.cljs
│   │           ├── branding_watermark.cljs
│   │           ├── branding_watermark_outlined.cljs
│   │           ├── branding_watermark_rounded.cljs
│   │           ├── branding_watermark_sharp.cljs
│   │           ├── branding_watermark_two_tone.cljs
│   │           ├── breakfast_dining.cljs
│   │           ├── breakfast_dining_outlined.cljs
│   │           ├── breakfast_dining_rounded.cljs
│   │           ├── breakfast_dining_sharp.cljs
│   │           ├── breakfast_dining_two_tone.cljs
│   │           ├── brightness_1.cljs
│   │           ├── brightness_1_outlined.cljs
│   │           ├── brightness_1_rounded.cljs
│   │           ├── brightness_1_sharp.cljs
│   │           ├── brightness_1_two_tone.cljs
│   │           ├── brightness_2.cljs
│   │           ├── brightness_2_outlined.cljs
│   │           ├── brightness_2_rounded.cljs
│   │           ├── brightness_2_sharp.cljs
│   │           ├── brightness_2_two_tone.cljs
│   │           ├── brightness_3.cljs
│   │           ├── brightness_3_outlined.cljs
│   │           ├── brightness_3_rounded.cljs
│   │           ├── brightness_3_sharp.cljs
│   │           ├── brightness_3_two_tone.cljs
│   │           ├── brightness_4.cljs
│   │           ├── brightness_4_outlined.cljs
│   │           ├── brightness_4_rounded.cljs
│   │           ├── brightness_4_sharp.cljs
│   │           ├── brightness_4_two_tone.cljs
│   │           ├── brightness_5.cljs
│   │           ├── brightness_5_outlined.cljs
│   │           ├── brightness_5_rounded.cljs
│   │           ├── brightness_5_sharp.cljs
│   │           ├── brightness_5_two_tone.cljs
│   │           ├── brightness_6.cljs
│   │           ├── brightness_6_outlined.cljs
│   │           ├── brightness_6_rounded.cljs
│   │           ├── brightness_6_sharp.cljs
│   │           ├── brightness_6_two_tone.cljs
│   │           ├── brightness_7.cljs
│   │           ├── brightness_7_outlined.cljs
│   │           ├── brightness_7_rounded.cljs
│   │           ├── brightness_7_sharp.cljs
│   │           ├── brightness_7_two_tone.cljs
│   │           ├── brightness_auto.cljs
│   │           ├── brightness_auto_outlined.cljs
│   │           ├── brightness_auto_rounded.cljs
│   │           ├── brightness_auto_sharp.cljs
│   │           ├── brightness_auto_two_tone.cljs
│   │           ├── brightness_high.cljs
│   │           ├── brightness_high_outlined.cljs
│   │           ├── brightness_high_rounded.cljs
│   │           ├── brightness_high_sharp.cljs
│   │           ├── brightness_high_two_tone.cljs
│   │           ├── brightness_low.cljs
│   │           ├── brightness_low_outlined.cljs
│   │           ├── brightness_low_rounded.cljs
│   │           ├── brightness_low_sharp.cljs
│   │           ├── brightness_low_two_tone.cljs
│   │           ├── brightness_medium.cljs
│   │           ├── brightness_medium_outlined.cljs
│   │           ├── brightness_medium_rounded.cljs
│   │           ├── brightness_medium_sharp.cljs
│   │           ├── brightness_medium_two_tone.cljs
│   │           ├── broadcast_on_home.cljs
│   │           ├── broadcast_on_home_outlined.cljs
│   │           ├── broadcast_on_home_rounded.cljs
│   │           ├── broadcast_on_home_sharp.cljs
│   │           ├── broadcast_on_home_two_tone.cljs
│   │           ├── broadcast_on_personal.cljs
│   │           ├── broadcast_on_personal_outlined.cljs
│   │           ├── broadcast_on_personal_rounded.cljs
│   │           ├── broadcast_on_personal_sharp.cljs
│   │           ├── broadcast_on_personal_two_tone.cljs
│   │           ├── broken_image.cljs
│   │           ├── broken_image_outlined.cljs
│   │           ├── broken_image_rounded.cljs
│   │           ├── broken_image_sharp.cljs
│   │           ├── broken_image_two_tone.cljs
│   │           ├── browse_gallery.cljs
│   │           ├── browse_gallery_outlined.cljs
│   │           ├── browse_gallery_rounded.cljs
│   │           ├── browse_gallery_sharp.cljs
│   │           ├── browse_gallery_two_tone.cljs
│   │           ├── browser_not_supported.cljs
│   │           ├── browser_not_supported_outlined.cljs
│   │           ├── browser_not_supported_rounded.cljs
│   │           ├── browser_not_supported_sharp.cljs
│   │           ├── browser_not_supported_two_tone.cljs
│   │           ├── browser_updated.cljs
│   │           ├── browser_updated_outlined.cljs
│   │           ├── browser_updated_rounded.cljs
│   │           ├── browser_updated_sharp.cljs
│   │           ├── browser_updated_two_tone.cljs
│   │           ├── brunch_dining.cljs
│   │           ├── brunch_dining_outlined.cljs
│   │           ├── brunch_dining_rounded.cljs
│   │           ├── brunch_dining_sharp.cljs
│   │           ├── brunch_dining_two_tone.cljs
│   │           ├── brush.cljs
│   │           ├── brush_outlined.cljs
│   │           ├── brush_rounded.cljs
│   │           ├── brush_sharp.cljs
│   │           ├── brush_two_tone.cljs
│   │           ├── bubble_chart.cljs
│   │           ├── bubble_chart_outlined.cljs
│   │           ├── bubble_chart_rounded.cljs
│   │           ├── bubble_chart_sharp.cljs
│   │           ├── bubble_chart_two_tone.cljs
│   │           ├── bug_report.cljs
│   │           ├── bug_report_outlined.cljs
│   │           ├── bug_report_rounded.cljs
│   │           ├── bug_report_sharp.cljs
│   │           ├── bug_report_two_tone.cljs
│   │           ├── build.cljs
│   │           ├── build_circle.cljs
│   │           ├── build_circle_outlined.cljs
│   │           ├── build_circle_rounded.cljs
│   │           ├── build_circle_sharp.cljs
│   │           ├── build_circle_two_tone.cljs
│   │           ├── build_outlined.cljs
│   │           ├── build_rounded.cljs
│   │           ├── build_sharp.cljs
│   │           ├── build_two_tone.cljs
│   │           ├── bungalow.cljs
│   │           ├── bungalow_outlined.cljs
│   │           ├── bungalow_rounded.cljs
│   │           ├── bungalow_sharp.cljs
│   │           ├── bungalow_two_tone.cljs
│   │           ├── burst_mode.cljs
│   │           ├── burst_mode_outlined.cljs
│   │           ├── burst_mode_rounded.cljs
│   │           ├── burst_mode_sharp.cljs
│   │           ├── burst_mode_two_tone.cljs
│   │           ├── bus_alert.cljs
│   │           ├── bus_alert_outlined.cljs
│   │           ├── bus_alert_rounded.cljs
│   │           ├── bus_alert_sharp.cljs
│   │           ├── bus_alert_two_tone.cljs
│   │           ├── business.cljs
│   │           ├── business_center.cljs
│   │           ├── business_center_outlined.cljs
│   │           ├── business_center_rounded.cljs
│   │           ├── business_center_sharp.cljs
│   │           ├── business_center_two_tone.cljs
│   │           ├── business_outlined.cljs
│   │           ├── business_rounded.cljs
│   │           ├── business_sharp.cljs
│   │           ├── business_two_tone.cljs
│   │           ├── cabin.cljs
│   │           ├── cabin_outlined.cljs
│   │           ├── cabin_rounded.cljs
│   │           ├── cabin_sharp.cljs
│   │           ├── cabin_two_tone.cljs
│   │           ├── cable.cljs
│   │           ├── cable_outlined.cljs
│   │           ├── cable_rounded.cljs
│   │           ├── cable_sharp.cljs
│   │           ├── cable_two_tone.cljs
│   │           ├── cached.cljs
│   │           ├── cached_outlined.cljs
│   │           ├── cached_rounded.cljs
│   │           ├── cached_sharp.cljs
│   │           ├── cached_two_tone.cljs
│   │           ├── cake.cljs
│   │           ├── cake_outlined.cljs
│   │           ├── cake_rounded.cljs
│   │           ├── cake_sharp.cljs
│   │           ├── cake_two_tone.cljs
│   │           ├── calculate.cljs
│   │           ├── calculate_outlined.cljs
│   │           ├── calculate_rounded.cljs
│   │           ├── calculate_sharp.cljs
│   │           ├── calculate_two_tone.cljs
│   │           ├── calendar_month.cljs
│   │           ├── calendar_month_outlined.cljs
│   │           ├── calendar_month_rounded.cljs
│   │           ├── calendar_month_sharp.cljs
│   │           ├── calendar_month_two_tone.cljs
│   │           ├── calendar_today.cljs
│   │           ├── calendar_today_outlined.cljs
│   │           ├── calendar_today_rounded.cljs
│   │           ├── calendar_today_sharp.cljs
│   │           ├── calendar_today_two_tone.cljs
│   │           ├── calendar_view_day.cljs
│   │           ├── calendar_view_day_outlined.cljs
│   │           ├── calendar_view_day_rounded.cljs
│   │           ├── calendar_view_day_sharp.cljs
│   │           ├── calendar_view_day_two_tone.cljs
│   │           ├── calendar_view_month.cljs
│   │           ├── calendar_view_month_outlined.cljs
│   │           ├── calendar_view_month_rounded.cljs
│   │           ├── calendar_view_month_sharp.cljs
│   │           ├── calendar_view_month_two_tone.cljs
│   │           ├── calendar_view_week.cljs
│   │           ├── calendar_view_week_outlined.cljs
│   │           ├── calendar_view_week_rounded.cljs
│   │           ├── calendar_view_week_sharp.cljs
│   │           ├── calendar_view_week_two_tone.cljs
│   │           ├── call.cljs
│   │           ├── call_end.cljs
│   │           ├── call_end_outlined.cljs
│   │           ├── call_end_rounded.cljs
│   │           ├── call_end_sharp.cljs
│   │           ├── call_end_two_tone.cljs
│   │           ├── call_made.cljs
│   │           ├── call_made_outlined.cljs
│   │           ├── call_made_rounded.cljs
│   │           ├── call_made_sharp.cljs
│   │           ├── call_made_two_tone.cljs
│   │           ├── call_merge.cljs
│   │           ├── call_merge_outlined.cljs
│   │           ├── call_merge_rounded.cljs
│   │           ├── call_merge_sharp.cljs
│   │           ├── call_merge_two_tone.cljs
│   │           ├── call_missed.cljs
│   │           ├── call_missed_outgoing.cljs
│   │           ├── call_missed_outgoing_outlined.cljs
│   │           ├── call_missed_outgoing_rounded.cljs
│   │           ├── call_missed_outgoing_sharp.cljs
│   │           ├── call_missed_outgoing_two_tone.cljs
│   │           ├── call_missed_outlined.cljs
│   │           ├── call_missed_rounded.cljs
│   │           ├── call_missed_sharp.cljs
│   │           ├── call_missed_two_tone.cljs
│   │           ├── call_outlined.cljs
│   │           ├── call_received.cljs
│   │           ├── call_received_outlined.cljs
│   │           ├── call_received_rounded.cljs
│   │           ├── call_received_sharp.cljs
│   │           ├── call_received_two_tone.cljs
│   │           ├── call_rounded.cljs
│   │           ├── call_sharp.cljs
│   │           ├── call_split.cljs
│   │           ├── call_split_outlined.cljs
│   │           ├── call_split_rounded.cljs
│   │           ├── call_split_sharp.cljs
│   │           ├── call_split_two_tone.cljs
│   │           ├── call_to_action.cljs
│   │           ├── call_to_action_outlined.cljs
│   │           ├── call_to_action_rounded.cljs
│   │           ├── call_to_action_sharp.cljs
│   │           ├── call_to_action_two_tone.cljs
│   │           ├── call_two_tone.cljs
│   │           ├── camera.cljs
│   │           ├── camera_alt.cljs
│   │           ├── camera_alt_outlined.cljs
│   │           ├── camera_alt_rounded.cljs
│   │           ├── camera_alt_sharp.cljs
│   │           ├── camera_alt_two_tone.cljs
│   │           ├── camera_enhance.cljs
│   │           ├── camera_enhance_outlined.cljs
│   │           ├── camera_enhance_rounded.cljs
│   │           ├── camera_enhance_sharp.cljs
│   │           ├── camera_enhance_two_tone.cljs
│   │           ├── camera_front.cljs
│   │           ├── camera_front_outlined.cljs
│   │           ├── camera_front_rounded.cljs
│   │           ├── camera_front_sharp.cljs
│   │           ├── camera_front_two_tone.cljs
│   │           ├── camera_indoor.cljs
│   │           ├── camera_indoor_outlined.cljs
│   │           ├── camera_indoor_rounded.cljs
│   │           ├── camera_indoor_sharp.cljs
│   │           ├── camera_indoor_two_tone.cljs
│   │           ├── camera_outdoor.cljs
│   │           ├── camera_outdoor_outlined.cljs
│   │           ├── camera_outdoor_rounded.cljs
│   │           ├── camera_outdoor_sharp.cljs
│   │           ├── camera_outdoor_two_tone.cljs
│   │           ├── camera_outlined.cljs
│   │           ├── camera_rear.cljs
│   │           ├── camera_rear_outlined.cljs
│   │           ├── camera_rear_rounded.cljs
│   │           ├── camera_rear_sharp.cljs
│   │           ├── camera_rear_two_tone.cljs
│   │           ├── camera_roll.cljs
│   │           ├── camera_roll_outlined.cljs
│   │           ├── camera_roll_rounded.cljs
│   │           ├── camera_roll_sharp.cljs
│   │           ├── camera_roll_two_tone.cljs
│   │           ├── camera_rounded.cljs
│   │           ├── camera_sharp.cljs
│   │           ├── camera_two_tone.cljs
│   │           ├── cameraswitch.cljs
│   │           ├── cameraswitch_outlined.cljs
│   │           ├── cameraswitch_rounded.cljs
│   │           ├── cameraswitch_sharp.cljs
│   │           ├── cameraswitch_two_tone.cljs
│   │           ├── campaign.cljs
│   │           ├── campaign_outlined.cljs
│   │           ├── campaign_rounded.cljs
│   │           ├── campaign_sharp.cljs
│   │           ├── campaign_two_tone.cljs
│   │           ├── cancel.cljs
│   │           ├── cancel_outlined.cljs
│   │           ├── cancel_presentation.cljs
│   │           ├── cancel_presentation_outlined.cljs
│   │           ├── cancel_presentation_rounded.cljs
│   │           ├── cancel_presentation_sharp.cljs
│   │           ├── cancel_presentation_two_tone.cljs
│   │           ├── cancel_rounded.cljs
│   │           ├── cancel_schedule_send.cljs
│   │           ├── cancel_schedule_send_outlined.cljs
│   │           ├── cancel_schedule_send_rounded.cljs
│   │           ├── cancel_schedule_send_sharp.cljs
│   │           ├── cancel_schedule_send_two_tone.cljs
│   │           ├── cancel_sharp.cljs
│   │           ├── cancel_two_tone.cljs
│   │           ├── candlestick_chart.cljs
│   │           ├── candlestick_chart_outlined.cljs
│   │           ├── candlestick_chart_rounded.cljs
│   │           ├── candlestick_chart_sharp.cljs
│   │           ├── candlestick_chart_two_tone.cljs
│   │           ├── car_crash.cljs
│   │           ├── car_crash_outlined.cljs
│   │           ├── car_crash_rounded.cljs
│   │           ├── car_crash_sharp.cljs
│   │           ├── car_crash_two_tone.cljs
│   │           ├── car_rental.cljs
│   │           ├── car_rental_outlined.cljs
│   │           ├── car_rental_rounded.cljs
│   │           ├── car_rental_sharp.cljs
│   │           ├── car_rental_two_tone.cljs
│   │           ├── car_repair.cljs
│   │           ├── car_repair_outlined.cljs
│   │           ├── car_repair_rounded.cljs
│   │           ├── car_repair_sharp.cljs
│   │           ├── car_repair_two_tone.cljs
│   │           ├── card_giftcard.cljs
│   │           ├── card_giftcard_outlined.cljs
│   │           ├── card_giftcard_rounded.cljs
│   │           ├── card_giftcard_sharp.cljs
│   │           ├── card_giftcard_two_tone.cljs
│   │           ├── card_membership.cljs
│   │           ├── card_membership_outlined.cljs
│   │           ├── card_membership_rounded.cljs
│   │           ├── card_membership_sharp.cljs
│   │           ├── card_membership_two_tone.cljs
│   │           ├── card_travel.cljs
│   │           ├── card_travel_outlined.cljs
│   │           ├── card_travel_rounded.cljs
│   │           ├── card_travel_sharp.cljs
│   │           ├── card_travel_two_tone.cljs
│   │           ├── carpenter.cljs
│   │           ├── carpenter_outlined.cljs
│   │           ├── carpenter_rounded.cljs
│   │           ├── carpenter_sharp.cljs
│   │           ├── carpenter_two_tone.cljs
│   │           ├── cases.cljs
│   │           ├── cases_outlined.cljs
│   │           ├── cases_rounded.cljs
│   │           ├── cases_sharp.cljs
│   │           ├── cases_two_tone.cljs
│   │           ├── casino.cljs
│   │           ├── casino_outlined.cljs
│   │           ├── casino_rounded.cljs
│   │           ├── casino_sharp.cljs
│   │           ├── casino_two_tone.cljs
│   │           ├── cast.cljs
│   │           ├── cast_connected.cljs
│   │           ├── cast_connected_outlined.cljs
│   │           ├── cast_connected_rounded.cljs
│   │           ├── cast_connected_sharp.cljs
│   │           ├── cast_connected_two_tone.cljs
│   │           ├── cast_for_education.cljs
│   │           ├── cast_for_education_outlined.cljs
│   │           ├── cast_for_education_rounded.cljs
│   │           ├── cast_for_education_sharp.cljs
│   │           ├── cast_for_education_two_tone.cljs
│   │           ├── cast_outlined.cljs
│   │           ├── cast_rounded.cljs
│   │           ├── cast_sharp.cljs
│   │           ├── cast_two_tone.cljs
│   │           ├── castle.cljs
│   │           ├── castle_outlined.cljs
│   │           ├── castle_rounded.cljs
│   │           ├── castle_sharp.cljs
│   │           ├── castle_two_tone.cljs
│   │           ├── catching_pokemon.cljs
│   │           ├── catching_pokemon_outlined.cljs
│   │           ├── catching_pokemon_rounded.cljs
│   │           ├── catching_pokemon_sharp.cljs
│   │           ├── catching_pokemon_two_tone.cljs
│   │           ├── category.cljs
│   │           ├── category_outlined.cljs
│   │           ├── category_rounded.cljs
│   │           ├── category_sharp.cljs
│   │           ├── category_two_tone.cljs
│   │           ├── celebration.cljs
│   │           ├── celebration_outlined.cljs
│   │           ├── celebration_rounded.cljs
│   │           ├── celebration_sharp.cljs
│   │           ├── celebration_two_tone.cljs
│   │           ├── cell_tower.cljs
│   │           ├── cell_tower_outlined.cljs
│   │           ├── cell_tower_rounded.cljs
│   │           ├── cell_tower_sharp.cljs
│   │           ├── cell_tower_two_tone.cljs
│   │           ├── cell_wifi.cljs
│   │           ├── cell_wifi_outlined.cljs
│   │           ├── cell_wifi_rounded.cljs
│   │           ├── cell_wifi_sharp.cljs
│   │           ├── cell_wifi_two_tone.cljs
│   │           ├── center_focus_strong.cljs
│   │           ├── center_focus_strong_outlined.cljs
│   │           ├── center_focus_strong_rounded.cljs
│   │           ├── center_focus_strong_sharp.cljs
│   │           ├── center_focus_strong_two_tone.cljs
│   │           ├── center_focus_weak.cljs
│   │           ├── center_focus_weak_outlined.cljs
│   │           ├── center_focus_weak_rounded.cljs
│   │           ├── center_focus_weak_sharp.cljs
│   │           ├── center_focus_weak_two_tone.cljs
│   │           ├── chair.cljs
│   │           ├── chair_alt.cljs
│   │           ├── chair_alt_outlined.cljs
│   │           ├── chair_alt_rounded.cljs
│   │           ├── chair_alt_sharp.cljs
│   │           ├── chair_alt_two_tone.cljs
│   │           ├── chair_outlined.cljs
│   │           ├── chair_rounded.cljs
│   │           ├── chair_sharp.cljs
│   │           ├── chair_two_tone.cljs
│   │           ├── chalet.cljs
│   │           ├── chalet_outlined.cljs
│   │           ├── chalet_rounded.cljs
│   │           ├── chalet_sharp.cljs
│   │           ├── chalet_two_tone.cljs
│   │           ├── change_circle.cljs
│   │           ├── change_circle_outlined.cljs
│   │           ├── change_circle_rounded.cljs
│   │           ├── change_circle_sharp.cljs
│   │           ├── change_circle_two_tone.cljs
│   │           ├── change_history.cljs
│   │           ├── change_history_outlined.cljs
│   │           ├── change_history_rounded.cljs
│   │           ├── change_history_sharp.cljs
│   │           ├── change_history_two_tone.cljs
│   │           ├── charging_station.cljs
│   │           ├── charging_station_outlined.cljs
│   │           ├── charging_station_rounded.cljs
│   │           ├── charging_station_sharp.cljs
│   │           ├── charging_station_two_tone.cljs
│   │           ├── chat.cljs
│   │           ├── chat_bubble.cljs
│   │           ├── chat_bubble_outline.cljs
│   │           ├── chat_bubble_outline_outlined.cljs
│   │           ├── chat_bubble_outline_rounded.cljs
│   │           ├── chat_bubble_outline_sharp.cljs
│   │           ├── chat_bubble_outline_two_tone.cljs
│   │           ├── chat_bubble_outlined.cljs
│   │           ├── chat_bubble_rounded.cljs
│   │           ├── chat_bubble_sharp.cljs
│   │           ├── chat_bubble_two_tone.cljs
│   │           ├── chat_outlined.cljs
│   │           ├── chat_rounded.cljs
│   │           ├── chat_sharp.cljs
│   │           ├── chat_two_tone.cljs
│   │           ├── check.cljs
│   │           ├── check_box.cljs
│   │           ├── check_box_outline_blank.cljs
│   │           ├── check_box_outline_blank_outlined.cljs
│   │           ├── check_box_outline_blank_rounded.cljs
│   │           ├── check_box_outline_blank_sharp.cljs
│   │           ├── check_box_outline_blank_two_tone.cljs
│   │           ├── check_box_outlined.cljs
│   │           ├── check_box_rounded.cljs
│   │           ├── check_box_sharp.cljs
│   │           ├── check_box_two_tone.cljs
│   │           ├── check_circle.cljs
│   │           ├── check_circle_outline.cljs
│   │           ├── check_circle_outline_outlined.cljs
│   │           ├── check_circle_outline_rounded.cljs
│   │           ├── check_circle_outline_sharp.cljs
│   │           ├── check_circle_outline_two_tone.cljs
│   │           ├── check_circle_outlined.cljs
│   │           ├── check_circle_rounded.cljs
│   │           ├── check_circle_sharp.cljs
│   │           ├── check_circle_two_tone.cljs
│   │           ├── check_outlined.cljs
│   │           ├── check_rounded.cljs
│   │           ├── check_sharp.cljs
│   │           ├── check_two_tone.cljs
│   │           ├── checkroom.cljs
│   │           ├── checkroom_outlined.cljs
│   │           ├── checkroom_rounded.cljs
│   │           ├── checkroom_sharp.cljs
│   │           ├── checkroom_two_tone.cljs
│   │           ├── chevron_left.cljs
│   │           ├── chevron_left_outlined.cljs
│   │           ├── chevron_left_rounded.cljs
│   │           ├── chevron_left_sharp.cljs
│   │           ├── chevron_left_two_tone.cljs
│   │           ├── chevron_right.cljs
│   │           ├── chevron_right_outlined.cljs
│   │           ├── chevron_right_rounded.cljs
│   │           ├── chevron_right_sharp.cljs
│   │           ├── chevron_right_two_tone.cljs
│   │           ├── child_care.cljs
│   │           ├── child_care_outlined.cljs
│   │           ├── child_care_rounded.cljs
│   │           ├── child_care_sharp.cljs
│   │           ├── child_care_two_tone.cljs
│   │           ├── child_friendly.cljs
│   │           ├── child_friendly_outlined.cljs
│   │           ├── child_friendly_rounded.cljs
│   │           ├── child_friendly_sharp.cljs
│   │           ├── child_friendly_two_tone.cljs
│   │           ├── chrome_reader_mode.cljs
│   │           ├── chrome_reader_mode_outlined.cljs
│   │           ├── chrome_reader_mode_rounded.cljs
│   │           ├── chrome_reader_mode_sharp.cljs
│   │           ├── chrome_reader_mode_two_tone.cljs
│   │           ├── church.cljs
│   │           ├── church_outlined.cljs
│   │           ├── church_rounded.cljs
│   │           ├── church_sharp.cljs
│   │           ├── church_two_tone.cljs
│   │           ├── circle.cljs
│   │           ├── circle_notifications.cljs
│   │           ├── circle_notifications_outlined.cljs
│   │           ├── circle_notifications_rounded.cljs
│   │           ├── circle_notifications_sharp.cljs
│   │           ├── circle_notifications_two_tone.cljs
│   │           ├── circle_outlined.cljs
│   │           ├── circle_rounded.cljs
│   │           ├── circle_sharp.cljs
│   │           ├── circle_two_tone.cljs
│   │           ├── class.cljs
│   │           ├── class_outlined.cljs
│   │           ├── class_rounded.cljs
│   │           ├── class_sharp.cljs
│   │           ├── class_two_tone.cljs
│   │           ├── clean_hands.cljs
│   │           ├── clean_hands_outlined.cljs
│   │           ├── clean_hands_rounded.cljs
│   │           ├── clean_hands_sharp.cljs
│   │           ├── clean_hands_two_tone.cljs
│   │           ├── cleaning_services.cljs
│   │           ├── cleaning_services_outlined.cljs
│   │           ├── cleaning_services_rounded.cljs
│   │           ├── cleaning_services_sharp.cljs
│   │           ├── cleaning_services_two_tone.cljs
│   │           ├── clear.cljs
│   │           ├── clear_all.cljs
│   │           ├── clear_all_outlined.cljs
│   │           ├── clear_all_rounded.cljs
│   │           ├── clear_all_sharp.cljs
│   │           ├── clear_all_two_tone.cljs
│   │           ├── clear_outlined.cljs
│   │           ├── clear_rounded.cljs
│   │           ├── clear_sharp.cljs
│   │           ├── clear_two_tone.cljs
│   │           ├── close.cljs
│   │           ├── close_fullscreen.cljs
│   │           ├── close_fullscreen_outlined.cljs
│   │           ├── close_fullscreen_rounded.cljs
│   │           ├── close_fullscreen_sharp.cljs
│   │           ├── close_fullscreen_two_tone.cljs
│   │           ├── close_outlined.cljs
│   │           ├── close_rounded.cljs
│   │           ├── close_sharp.cljs
│   │           ├── close_two_tone.cljs
│   │           ├── closed_caption.cljs
│   │           ├── closed_caption_disabled.cljs
│   │           ├── closed_caption_disabled_outlined.cljs
│   │           ├── closed_caption_disabled_rounded.cljs
│   │           ├── closed_caption_disabled_sharp.cljs
│   │           ├── closed_caption_disabled_two_tone.cljs
│   │           ├── closed_caption_off.cljs
│   │           ├── closed_caption_off_outlined.cljs
│   │           ├── closed_caption_off_rounded.cljs
│   │           ├── closed_caption_off_sharp.cljs
│   │           ├── closed_caption_off_two_tone.cljs
│   │           ├── closed_caption_outlined.cljs
│   │           ├── closed_caption_rounded.cljs
│   │           ├── closed_caption_sharp.cljs
│   │           ├── closed_caption_two_tone.cljs
│   │           ├── cloud.cljs
│   │           ├── cloud_circle.cljs
│   │           ├── cloud_circle_outlined.cljs
│   │           ├── cloud_circle_rounded.cljs
│   │           ├── cloud_circle_sharp.cljs
│   │           ├── cloud_circle_two_tone.cljs
│   │           ├── cloud_done.cljs
│   │           ├── cloud_done_outlined.cljs
│   │           ├── cloud_done_rounded.cljs
│   │           ├── cloud_done_sharp.cljs
│   │           ├── cloud_done_two_tone.cljs
│   │           ├── cloud_download.cljs
│   │           ├── cloud_download_outlined.cljs
│   │           ├── cloud_download_rounded.cljs
│   │           ├── cloud_download_sharp.cljs
│   │           ├── cloud_download_two_tone.cljs
│   │           ├── cloud_off.cljs
│   │           ├── cloud_off_outlined.cljs
│   │           ├── cloud_off_rounded.cljs
│   │           ├── cloud_off_sharp.cljs
│   │           ├── cloud_off_two_tone.cljs
│   │           ├── cloud_outlined.cljs
│   │           ├── cloud_queue.cljs
│   │           ├── cloud_queue_outlined.cljs
│   │           ├── cloud_queue_rounded.cljs
│   │           ├── cloud_queue_sharp.cljs
│   │           ├── cloud_queue_two_tone.cljs
│   │           ├── cloud_rounded.cljs
│   │           ├── cloud_sharp.cljs
│   │           ├── cloud_sync.cljs
│   │           ├── cloud_sync_outlined.cljs
│   │           ├── cloud_sync_rounded.cljs
│   │           ├── cloud_sync_sharp.cljs
│   │           ├── cloud_sync_two_tone.cljs
│   │           ├── cloud_two_tone.cljs
│   │           ├── cloud_upload.cljs
│   │           ├── cloud_upload_outlined.cljs
│   │           ├── cloud_upload_rounded.cljs
│   │           ├── cloud_upload_sharp.cljs
│   │           ├── cloud_upload_two_tone.cljs
│   │           ├── co_2.cljs
│   │           ├── co_2_outlined.cljs
│   │           ├── co_2_rounded.cljs
│   │           ├── co_2_sharp.cljs
│   │           ├── co_2_two_tone.cljs
│   │           ├── co_present.cljs
│   │           ├── co_present_outlined.cljs
│   │           ├── co_present_rounded.cljs
│   │           ├── co_present_sharp.cljs
│   │           ├── co_present_two_tone.cljs
│   │           ├── code.cljs
│   │           ├── code_off.cljs
│   │           ├── code_off_outlined.cljs
│   │           ├── code_off_rounded.cljs
│   │           ├── code_off_sharp.cljs
│   │           ├── code_off_two_tone.cljs
│   │           ├── code_outlined.cljs
│   │           ├── code_rounded.cljs
│   │           ├── code_sharp.cljs
│   │           ├── code_two_tone.cljs
│   │           ├── coffee.cljs
│   │           ├── coffee_maker.cljs
│   │           ├── coffee_maker_outlined.cljs
│   │           ├── coffee_maker_rounded.cljs
│   │           ├── coffee_maker_sharp.cljs
│   │           ├── coffee_maker_two_tone.cljs
│   │           ├── coffee_outlined.cljs
│   │           ├── coffee_rounded.cljs
│   │           ├── coffee_sharp.cljs
│   │           ├── coffee_two_tone.cljs
│   │           ├── collections.cljs
│   │           ├── collections_bookmark.cljs
│   │           ├── collections_bookmark_outlined.cljs
│   │           ├── collections_bookmark_rounded.cljs
│   │           ├── collections_bookmark_sharp.cljs
│   │           ├── collections_bookmark_two_tone.cljs
│   │           ├── collections_outlined.cljs
│   │           ├── collections_rounded.cljs
│   │           ├── collections_sharp.cljs
│   │           ├── collections_two_tone.cljs
│   │           ├── color_lens.cljs
│   │           ├── color_lens_outlined.cljs
│   │           ├── color_lens_rounded.cljs
│   │           ├── color_lens_sharp.cljs
│   │           ├── color_lens_two_tone.cljs
│   │           ├── colorize.cljs
│   │           ├── colorize_outlined.cljs
│   │           ├── colorize_rounded.cljs
│   │           ├── colorize_sharp.cljs
│   │           ├── colorize_two_tone.cljs
│   │           ├── comment.cljs
│   │           ├── comment_bank.cljs
│   │           ├── comment_bank_outlined.cljs
│   │           ├── comment_bank_rounded.cljs
│   │           ├── comment_bank_sharp.cljs
│   │           ├── comment_bank_two_tone.cljs
│   │           ├── comment_outlined.cljs
│   │           ├── comment_rounded.cljs
│   │           ├── comment_sharp.cljs
│   │           ├── comment_two_tone.cljs
│   │           ├── comments_disabled.cljs
│   │           ├── comments_disabled_outlined.cljs
│   │           ├── comments_disabled_rounded.cljs
│   │           ├── comments_disabled_sharp.cljs
│   │           ├── comments_disabled_two_tone.cljs
│   │           ├── commit.cljs
│   │           ├── commit_outlined.cljs
│   │           ├── commit_rounded.cljs
│   │           ├── commit_sharp.cljs
│   │           ├── commit_two_tone.cljs
│   │           ├── commute.cljs
│   │           ├── commute_outlined.cljs
│   │           ├── commute_rounded.cljs
│   │           ├── commute_sharp.cljs
│   │           ├── commute_two_tone.cljs
│   │           ├── compare.cljs
│   │           ├── compare_arrows.cljs
│   │           ├── compare_arrows_outlined.cljs
│   │           ├── compare_arrows_rounded.cljs
│   │           ├── compare_arrows_sharp.cljs
│   │           ├── compare_arrows_two_tone.cljs
│   │           ├── compare_outlined.cljs
│   │           ├── compare_rounded.cljs
│   │           ├── compare_sharp.cljs
│   │           ├── compare_two_tone.cljs
│   │           ├── compass_calibration.cljs
│   │           ├── compass_calibration_outlined.cljs
│   │           ├── compass_calibration_rounded.cljs
│   │           ├── compass_calibration_sharp.cljs
│   │           ├── compass_calibration_two_tone.cljs
│   │           ├── compress.cljs
│   │           ├── compress_outlined.cljs
│   │           ├── compress_rounded.cljs
│   │           ├── compress_sharp.cljs
│   │           ├── compress_two_tone.cljs
│   │           ├── computer.cljs
│   │           ├── computer_outlined.cljs
│   │           ├── computer_rounded.cljs
│   │           ├── computer_sharp.cljs
│   │           ├── computer_two_tone.cljs
│   │           ├── confirmation_number.cljs
│   │           ├── confirmation_number_outlined.cljs
│   │           ├── confirmation_number_rounded.cljs
│   │           ├── confirmation_number_sharp.cljs
│   │           ├── confirmation_number_two_tone.cljs
│   │           ├── connect_without_contact.cljs
│   │           ├── connect_without_contact_outlined.cljs
│   │           ├── connect_without_contact_rounded.cljs
│   │           ├── connect_without_contact_sharp.cljs
│   │           ├── connect_without_contact_two_tone.cljs
│   │           ├── connected_tv.cljs
│   │           ├── connected_tv_outlined.cljs
│   │           ├── connected_tv_rounded.cljs
│   │           ├── connected_tv_sharp.cljs
│   │           ├── connected_tv_two_tone.cljs
│   │           ├── connecting_airports.cljs
│   │           ├── connecting_airports_outlined.cljs
│   │           ├── connecting_airports_rounded.cljs
│   │           ├── connecting_airports_sharp.cljs
│   │           ├── connecting_airports_two_tone.cljs
│   │           ├── construction.cljs
│   │           ├── construction_outlined.cljs
│   │           ├── construction_rounded.cljs
│   │           ├── construction_sharp.cljs
│   │           ├── construction_two_tone.cljs
│   │           ├── contact_emergency.cljs
│   │           ├── contact_emergency_outlined.cljs
│   │           ├── contact_emergency_rounded.cljs
│   │           ├── contact_emergency_sharp.cljs
│   │           ├── contact_emergency_two_tone.cljs
│   │           ├── contact_mail.cljs
│   │           ├── contact_mail_outlined.cljs
│   │           ├── contact_mail_rounded.cljs
│   │           ├── contact_mail_sharp.cljs
│   │           ├── contact_mail_two_tone.cljs
│   │           ├── contact_page.cljs
│   │           ├── contact_page_outlined.cljs
│   │           ├── contact_page_rounded.cljs
│   │           ├── contact_page_sharp.cljs
│   │           ├── contact_page_two_tone.cljs
│   │           ├── contact_phone.cljs
│   │           ├── contact_phone_outlined.cljs
│   │           ├── contact_phone_rounded.cljs
│   │           ├── contact_phone_sharp.cljs
│   │           ├── contact_phone_two_tone.cljs
│   │           ├── contact_support.cljs
│   │           ├── contact_support_outlined.cljs
│   │           ├── contact_support_rounded.cljs
│   │           ├── contact_support_sharp.cljs
│   │           ├── contact_support_two_tone.cljs
│   │           ├── contactless.cljs
│   │           ├── contactless_outlined.cljs
│   │           ├── contactless_rounded.cljs
│   │           ├── contactless_sharp.cljs
│   │           ├── contactless_two_tone.cljs
│   │           ├── contacts.cljs
│   │           ├── contacts_outlined.cljs
│   │           ├── contacts_rounded.cljs
│   │           ├── contacts_sharp.cljs
│   │           ├── contacts_two_tone.cljs
│   │           ├── content_copy.cljs
│   │           ├── content_copy_outlined.cljs
│   │           ├── content_copy_rounded.cljs
│   │           ├── content_copy_sharp.cljs
│   │           ├── content_copy_two_tone.cljs
│   │           ├── content_cut.cljs
│   │           ├── content_cut_outlined.cljs
│   │           ├── content_cut_rounded.cljs
│   │           ├── content_cut_sharp.cljs
│   │           ├── content_cut_two_tone.cljs
│   │           ├── content_paste.cljs
│   │           ├── content_paste_go.cljs
│   │           ├── content_paste_go_outlined.cljs
│   │           ├── content_paste_go_rounded.cljs
│   │           ├── content_paste_go_sharp.cljs
│   │           ├── content_paste_go_two_tone.cljs
│   │           ├── content_paste_off.cljs
│   │           ├── content_paste_off_outlined.cljs
│   │           ├── content_paste_off_rounded.cljs
│   │           ├── content_paste_off_sharp.cljs
│   │           ├── content_paste_off_two_tone.cljs
│   │           ├── content_paste_outlined.cljs
│   │           ├── content_paste_rounded.cljs
│   │           ├── content_paste_search.cljs
│   │           ├── content_paste_search_outlined.cljs
│   │           ├── content_paste_search_rounded.cljs
│   │           ├── content_paste_search_sharp.cljs
│   │           ├── content_paste_search_two_tone.cljs
│   │           ├── content_paste_sharp.cljs
│   │           ├── content_paste_two_tone.cljs
│   │           ├── contrast.cljs
│   │           ├── contrast_outlined.cljs
│   │           ├── contrast_rounded.cljs
│   │           ├── contrast_sharp.cljs
│   │           ├── contrast_two_tone.cljs
│   │           ├── control_camera.cljs
│   │           ├── control_camera_outlined.cljs
│   │           ├── control_camera_rounded.cljs
│   │           ├── control_camera_sharp.cljs
│   │           ├── control_camera_two_tone.cljs
│   │           ├── control_point.cljs
│   │           ├── control_point_duplicate.cljs
│   │           ├── control_point_duplicate_outlined.cljs
│   │           ├── control_point_duplicate_rounded.cljs
│   │           ├── control_point_duplicate_sharp.cljs
│   │           ├── control_point_duplicate_two_tone.cljs
│   │           ├── control_point_outlined.cljs
│   │           ├── control_point_rounded.cljs
│   │           ├── control_point_sharp.cljs
│   │           ├── control_point_two_tone.cljs
│   │           ├── cookie.cljs
│   │           ├── cookie_outlined.cljs
│   │           ├── cookie_rounded.cljs
│   │           ├── cookie_sharp.cljs
│   │           ├── cookie_two_tone.cljs
│   │           ├── copy_all.cljs
│   │           ├── copy_all_outlined.cljs
│   │           ├── copy_all_rounded.cljs
│   │           ├── copy_all_sharp.cljs
│   │           ├── copy_all_two_tone.cljs
│   │           ├── copyright.cljs
│   │           ├── copyright_outlined.cljs
│   │           ├── copyright_rounded.cljs
│   │           ├── copyright_sharp.cljs
│   │           ├── copyright_two_tone.cljs
│   │           ├── coronavirus.cljs
│   │           ├── coronavirus_outlined.cljs
│   │           ├── coronavirus_rounded.cljs
│   │           ├── coronavirus_sharp.cljs
│   │           ├── coronavirus_two_tone.cljs
│   │           ├── corporate_fare.cljs
│   │           ├── corporate_fare_outlined.cljs
│   │           ├── corporate_fare_rounded.cljs
│   │           ├── corporate_fare_sharp.cljs
│   │           ├── corporate_fare_two_tone.cljs
│   │           ├── cottage.cljs
│   │           ├── cottage_outlined.cljs
│   │           ├── cottage_rounded.cljs
│   │           ├── cottage_sharp.cljs
│   │           ├── cottage_two_tone.cljs
│   │           ├── countertops.cljs
│   │           ├── countertops_outlined.cljs
│   │           ├── countertops_rounded.cljs
│   │           ├── countertops_sharp.cljs
│   │           ├── countertops_two_tone.cljs
│   │           ├── create.cljs
│   │           ├── create_new_folder.cljs
│   │           ├── create_new_folder_outlined.cljs
│   │           ├── create_new_folder_rounded.cljs
│   │           ├── create_new_folder_sharp.cljs
│   │           ├── create_new_folder_two_tone.cljs
│   │           ├── create_outlined.cljs
│   │           ├── create_rounded.cljs
│   │           ├── create_sharp.cljs
│   │           ├── create_two_tone.cljs
│   │           ├── credit_card.cljs
│   │           ├── credit_card_off.cljs
│   │           ├── credit_card_off_outlined.cljs
│   │           ├── credit_card_off_rounded.cljs
│   │           ├── credit_card_off_sharp.cljs
│   │           ├── credit_card_off_two_tone.cljs
│   │           ├── credit_card_outlined.cljs
│   │           ├── credit_card_rounded.cljs
│   │           ├── credit_card_sharp.cljs
│   │           ├── credit_card_two_tone.cljs
│   │           ├── credit_score.cljs
│   │           ├── credit_score_outlined.cljs
│   │           ├── credit_score_rounded.cljs
│   │           ├── credit_score_sharp.cljs
│   │           ├── credit_score_two_tone.cljs
│   │           ├── crib.cljs
│   │           ├── crib_outlined.cljs
│   │           ├── crib_rounded.cljs
│   │           ├── crib_sharp.cljs
│   │           ├── crib_two_tone.cljs
│   │           ├── crisis_alert.cljs
│   │           ├── crisis_alert_outlined.cljs
│   │           ├── crisis_alert_rounded.cljs
│   │           ├── crisis_alert_sharp.cljs
│   │           ├── crisis_alert_two_tone.cljs
│   │           ├── crop.cljs
│   │           ├── crop_169.cljs
│   │           ├── crop_169_outlined.cljs
│   │           ├── crop_169_rounded.cljs
│   │           ├── crop_169_sharp.cljs
│   │           ├── crop_169_two_tone.cljs
│   │           ├── crop_32.cljs
│   │           ├── crop_32_outlined.cljs
│   │           ├── crop_32_rounded.cljs
│   │           ├── crop_32_sharp.cljs
│   │           ├── crop_32_two_tone.cljs
│   │           ├── crop_54.cljs
│   │           ├── crop_54_outlined.cljs
│   │           ├── crop_54_rounded.cljs
│   │           ├── crop_54_sharp.cljs
│   │           ├── crop_54_two_tone.cljs
│   │           ├── crop_75.cljs
│   │           ├── crop_75_outlined.cljs
│   │           ├── crop_75_rounded.cljs
│   │           ├── crop_75_sharp.cljs
│   │           ├── crop_75_two_tone.cljs
│   │           ├── crop_din.cljs
│   │           ├── crop_din_outlined.cljs
│   │           ├── crop_din_rounded.cljs
│   │           ├── crop_din_sharp.cljs
│   │           ├── crop_din_two_tone.cljs
│   │           ├── crop_free.cljs
│   │           ├── crop_free_outlined.cljs
│   │           ├── crop_free_rounded.cljs
│   │           ├── crop_free_sharp.cljs
│   │           ├── crop_free_two_tone.cljs
│   │           ├── crop_landscape.cljs
│   │           ├── crop_landscape_outlined.cljs
│   │           ├── crop_landscape_rounded.cljs
│   │           ├── crop_landscape_sharp.cljs
│   │           ├── crop_landscape_two_tone.cljs
│   │           ├── crop_original.cljs
│   │           ├── crop_original_outlined.cljs
│   │           ├── crop_original_rounded.cljs
│   │           ├── crop_original_sharp.cljs
│   │           ├── crop_original_two_tone.cljs
│   │           ├── crop_outlined.cljs
│   │           ├── crop_portrait.cljs
│   │           ├── crop_portrait_outlined.cljs
│   │           ├── crop_portrait_rounded.cljs
│   │           ├── crop_portrait_sharp.cljs
│   │           ├── crop_portrait_two_tone.cljs
│   │           ├── crop_rotate.cljs
│   │           ├── crop_rotate_outlined.cljs
│   │           ├── crop_rotate_rounded.cljs
│   │           ├── crop_rotate_sharp.cljs
│   │           ├── crop_rotate_two_tone.cljs
│   │           ├── crop_rounded.cljs
│   │           ├── crop_sharp.cljs
│   │           ├── crop_square.cljs
│   │           ├── crop_square_outlined.cljs
│   │           ├── crop_square_rounded.cljs
│   │           ├── crop_square_sharp.cljs
│   │           ├── crop_square_two_tone.cljs
│   │           ├── crop_two_tone.cljs
│   │           ├── css.cljs
│   │           ├── css_outlined.cljs
│   │           ├── css_rounded.cljs
│   │           ├── css_sharp.cljs
│   │           ├── css_two_tone.cljs
│   │           ├── currency_bitcoin.cljs
│   │           ├── currency_bitcoin_outlined.cljs
│   │           ├── currency_bitcoin_rounded.cljs
│   │           ├── currency_bitcoin_sharp.cljs
│   │           ├── currency_bitcoin_two_tone.cljs
│   │           ├── currency_exchange.cljs
│   │           ├── currency_exchange_outlined.cljs
│   │           ├── currency_exchange_rounded.cljs
│   │           ├── currency_exchange_sharp.cljs
│   │           ├── currency_exchange_two_tone.cljs
│   │           ├── currency_franc.cljs
│   │           ├── currency_franc_outlined.cljs
│   │           ├── currency_franc_rounded.cljs
│   │           ├── currency_franc_sharp.cljs
│   │           ├── currency_franc_two_tone.cljs
│   │           ├── currency_lira.cljs
│   │           ├── currency_lira_outlined.cljs
│   │           ├── currency_lira_rounded.cljs
│   │           ├── currency_lira_sharp.cljs
│   │           ├── currency_lira_two_tone.cljs
│   │           ├── currency_pound.cljs
│   │           ├── currency_pound_outlined.cljs
│   │           ├── currency_pound_rounded.cljs
│   │           ├── currency_pound_sharp.cljs
│   │           ├── currency_pound_two_tone.cljs
│   │           ├── currency_ruble.cljs
│   │           ├── currency_ruble_outlined.cljs
│   │           ├── currency_ruble_rounded.cljs
│   │           ├── currency_ruble_sharp.cljs
│   │           ├── currency_ruble_two_tone.cljs
│   │           ├── currency_rupee.cljs
│   │           ├── currency_rupee_outlined.cljs
│   │           ├── currency_rupee_rounded.cljs
│   │           ├── currency_rupee_sharp.cljs
│   │           ├── currency_rupee_two_tone.cljs
│   │           ├── currency_yen.cljs
│   │           ├── currency_yen_outlined.cljs
│   │           ├── currency_yen_rounded.cljs
│   │           ├── currency_yen_sharp.cljs
│   │           ├── currency_yen_two_tone.cljs
│   │           ├── currency_yuan.cljs
│   │           ├── currency_yuan_outlined.cljs
│   │           ├── currency_yuan_rounded.cljs
│   │           ├── currency_yuan_sharp.cljs
│   │           ├── currency_yuan_two_tone.cljs
│   │           ├── curtains.cljs
│   │           ├── curtains_closed.cljs
│   │           ├── curtains_closed_outlined.cljs
│   │           ├── curtains_closed_rounded.cljs
│   │           ├── curtains_closed_sharp.cljs
│   │           ├── curtains_closed_two_tone.cljs
│   │           ├── curtains_outlined.cljs
│   │           ├── curtains_rounded.cljs
│   │           ├── curtains_sharp.cljs
│   │           ├── curtains_two_tone.cljs
│   │           ├── cyclone.cljs
│   │           ├── cyclone_outlined.cljs
│   │           ├── cyclone_rounded.cljs
│   │           ├── cyclone_sharp.cljs
│   │           ├── cyclone_two_tone.cljs
│   │           ├── dangerous.cljs
│   │           ├── dangerous_outlined.cljs
│   │           ├── dangerous_rounded.cljs
│   │           ├── dangerous_sharp.cljs
│   │           ├── dangerous_two_tone.cljs
│   │           ├── dark_mode.cljs
│   │           ├── dark_mode_outlined.cljs
│   │           ├── dark_mode_rounded.cljs
│   │           ├── dark_mode_sharp.cljs
│   │           ├── dark_mode_two_tone.cljs
│   │           ├── dashboard.cljs
│   │           ├── dashboard_customize.cljs
│   │           ├── dashboard_customize_outlined.cljs
│   │           ├── dashboard_customize_rounded.cljs
│   │           ├── dashboard_customize_sharp.cljs
│   │           ├── dashboard_customize_two_tone.cljs
│   │           ├── dashboard_outlined.cljs
│   │           ├── dashboard_rounded.cljs
│   │           ├── dashboard_sharp.cljs
│   │           ├── dashboard_two_tone.cljs
│   │           ├── data_array.cljs
│   │           ├── data_array_outlined.cljs
│   │           ├── data_array_rounded.cljs
│   │           ├── data_array_sharp.cljs
│   │           ├── data_array_two_tone.cljs
│   │           ├── data_object.cljs
│   │           ├── data_object_outlined.cljs
│   │           ├── data_object_rounded.cljs
│   │           ├── data_object_sharp.cljs
│   │           ├── data_object_two_tone.cljs
│   │           ├── data_saver_off.cljs
│   │           ├── data_saver_off_outlined.cljs
│   │           ├── data_saver_off_rounded.cljs
│   │           ├── data_saver_off_sharp.cljs
│   │           ├── data_saver_off_two_tone.cljs
│   │           ├── data_saver_on.cljs
│   │           ├── data_saver_on_outlined.cljs
│   │           ├── data_saver_on_rounded.cljs
│   │           ├── data_saver_on_sharp.cljs
│   │           ├── data_saver_on_two_tone.cljs
│   │           ├── data_thresholding.cljs
│   │           ├── data_thresholding_outlined.cljs
│   │           ├── data_thresholding_rounded.cljs
│   │           ├── data_thresholding_sharp.cljs
│   │           ├── data_thresholding_two_tone.cljs
│   │           ├── data_usage.cljs
│   │           ├── data_usage_outlined.cljs
│   │           ├── data_usage_rounded.cljs
│   │           ├── data_usage_sharp.cljs
│   │           ├── data_usage_two_tone.cljs
│   │           ├── dataset.cljs
│   │           ├── dataset_linked.cljs
│   │           ├── dataset_linked_outlined.cljs
│   │           ├── dataset_linked_rounded.cljs
│   │           ├── dataset_linked_sharp.cljs
│   │           ├── dataset_linked_two_tone.cljs
│   │           ├── dataset_outlined.cljs
│   │           ├── dataset_rounded.cljs
│   │           ├── dataset_sharp.cljs
│   │           ├── dataset_two_tone.cljs
│   │           ├── date_range.cljs
│   │           ├── date_range_outlined.cljs
│   │           ├── date_range_rounded.cljs
│   │           ├── date_range_sharp.cljs
│   │           ├── date_range_two_tone.cljs
│   │           ├── deblur.cljs
│   │           ├── deblur_outlined.cljs
│   │           ├── deblur_rounded.cljs
│   │           ├── deblur_sharp.cljs
│   │           ├── deblur_two_tone.cljs
│   │           ├── deck.cljs
│   │           ├── deck_outlined.cljs
│   │           ├── deck_rounded.cljs
│   │           ├── deck_sharp.cljs
│   │           ├── deck_two_tone.cljs
│   │           ├── dehaze.cljs
│   │           ├── dehaze_outlined.cljs
│   │           ├── dehaze_rounded.cljs
│   │           ├── dehaze_sharp.cljs
│   │           ├── dehaze_two_tone.cljs
│   │           ├── delete.cljs
│   │           ├── delete_forever.cljs
│   │           ├── delete_forever_outlined.cljs
│   │           ├── delete_forever_rounded.cljs
│   │           ├── delete_forever_sharp.cljs
│   │           ├── delete_forever_two_tone.cljs
│   │           ├── delete_outline.cljs
│   │           ├── delete_outline_outlined.cljs
│   │           ├── delete_outline_rounded.cljs
│   │           ├── delete_outline_sharp.cljs
│   │           ├── delete_outline_two_tone.cljs
│   │           ├── delete_outlined.cljs
│   │           ├── delete_rounded.cljs
│   │           ├── delete_sharp.cljs
│   │           ├── delete_sweep.cljs
│   │           ├── delete_sweep_outlined.cljs
│   │           ├── delete_sweep_rounded.cljs
│   │           ├── delete_sweep_sharp.cljs
│   │           ├── delete_sweep_two_tone.cljs
│   │           ├── delete_two_tone.cljs
│   │           ├── delivery_dining.cljs
│   │           ├── delivery_dining_outlined.cljs
│   │           ├── delivery_dining_rounded.cljs
│   │           ├── delivery_dining_sharp.cljs
│   │           ├── delivery_dining_two_tone.cljs
│   │           ├── density_large.cljs
│   │           ├── density_large_outlined.cljs
│   │           ├── density_large_rounded.cljs
│   │           ├── density_large_sharp.cljs
│   │           ├── density_large_two_tone.cljs
│   │           ├── density_medium.cljs
│   │           ├── density_medium_outlined.cljs
│   │           ├── density_medium_rounded.cljs
│   │           ├── density_medium_sharp.cljs
│   │           ├── density_medium_two_tone.cljs
│   │           ├── density_small.cljs
│   │           ├── density_small_outlined.cljs
│   │           ├── density_small_rounded.cljs
│   │           ├── density_small_sharp.cljs
│   │           ├── density_small_two_tone.cljs
│   │           ├── departure_board.cljs
│   │           ├── departure_board_outlined.cljs
│   │           ├── departure_board_rounded.cljs
│   │           ├── departure_board_sharp.cljs
│   │           ├── departure_board_two_tone.cljs
│   │           ├── description.cljs
│   │           ├── description_outlined.cljs
│   │           ├── description_rounded.cljs
│   │           ├── description_sharp.cljs
│   │           ├── description_two_tone.cljs
│   │           ├── deselect.cljs
│   │           ├── deselect_outlined.cljs
│   │           ├── deselect_rounded.cljs
│   │           ├── deselect_sharp.cljs
│   │           ├── deselect_two_tone.cljs
│   │           ├── design_services.cljs
│   │           ├── design_services_outlined.cljs
│   │           ├── design_services_rounded.cljs
│   │           ├── design_services_sharp.cljs
│   │           ├── design_services_two_tone.cljs
│   │           ├── desk.cljs
│   │           ├── desk_outlined.cljs
│   │           ├── desk_rounded.cljs
│   │           ├── desk_sharp.cljs
│   │           ├── desk_two_tone.cljs
│   │           ├── desktop_access_disabled.cljs
│   │           ├── desktop_access_disabled_outlined.cljs
│   │           ├── desktop_access_disabled_rounded.cljs
│   │           ├── desktop_access_disabled_sharp.cljs
│   │           ├── desktop_access_disabled_two_tone.cljs
│   │           ├── desktop_mac.cljs
│   │           ├── desktop_mac_outlined.cljs
│   │           ├── desktop_mac_rounded.cljs
│   │           ├── desktop_mac_sharp.cljs
│   │           ├── desktop_mac_two_tone.cljs
│   │           ├── desktop_windows.cljs
│   │           ├── desktop_windows_outlined.cljs
│   │           ├── desktop_windows_rounded.cljs
│   │           ├── desktop_windows_sharp.cljs
│   │           ├── desktop_windows_two_tone.cljs
│   │           ├── details.cljs
│   │           ├── details_outlined.cljs
│   │           ├── details_rounded.cljs
│   │           ├── details_sharp.cljs
│   │           ├── details_two_tone.cljs
│   │           ├── developer_board.cljs
│   │           ├── developer_board_off.cljs
│   │           ├── developer_board_off_outlined.cljs
│   │           ├── developer_board_off_rounded.cljs
│   │           ├── developer_board_off_sharp.cljs
│   │           ├── developer_board_off_two_tone.cljs
│   │           ├── developer_board_outlined.cljs
│   │           ├── developer_board_rounded.cljs
│   │           ├── developer_board_sharp.cljs
│   │           ├── developer_board_two_tone.cljs
│   │           ├── developer_mode.cljs
│   │           ├── developer_mode_outlined.cljs
│   │           ├── developer_mode_rounded.cljs
│   │           ├── developer_mode_sharp.cljs
│   │           ├── developer_mode_two_tone.cljs
│   │           ├── device_hub.cljs
│   │           ├── device_hub_outlined.cljs
│   │           ├── device_hub_rounded.cljs
│   │           ├── device_hub_sharp.cljs
│   │           ├── device_hub_two_tone.cljs
│   │           ├── device_thermostat.cljs
│   │           ├── device_thermostat_outlined.cljs
│   │           ├── device_thermostat_rounded.cljs
│   │           ├── device_thermostat_sharp.cljs
│   │           ├── device_thermostat_two_tone.cljs
│   │           ├── device_unknown.cljs
│   │           ├── device_unknown_outlined.cljs
│   │           ├── device_unknown_rounded.cljs
│   │           ├── device_unknown_sharp.cljs
│   │           ├── device_unknown_two_tone.cljs
│   │           ├── devices.cljs
│   │           ├── devices_fold.cljs
│   │           ├── devices_fold_outlined.cljs
│   │           ├── devices_fold_rounded.cljs
│   │           ├── devices_fold_sharp.cljs
│   │           ├── devices_fold_two_tone.cljs
│   │           ├── devices_other.cljs
│   │           ├── devices_other_outlined.cljs
│   │           ├── devices_other_rounded.cljs
│   │           ├── devices_other_sharp.cljs
│   │           ├── devices_other_two_tone.cljs
│   │           ├── devices_outlined.cljs
│   │           ├── devices_rounded.cljs
│   │           ├── devices_sharp.cljs
│   │           ├── devices_two_tone.cljs
│   │           ├── dialer_sip.cljs
│   │           ├── dialer_sip_outlined.cljs
│   │           ├── dialer_sip_rounded.cljs
│   │           ├── dialer_sip_sharp.cljs
│   │           ├── dialer_sip_two_tone.cljs
│   │           ├── dialpad.cljs
│   │           ├── dialpad_outlined.cljs
│   │           ├── dialpad_rounded.cljs
│   │           ├── dialpad_sharp.cljs
│   │           ├── dialpad_two_tone.cljs
│   │           ├── diamond.cljs
│   │           ├── diamond_outlined.cljs
│   │           ├── diamond_rounded.cljs
│   │           ├── diamond_sharp.cljs
│   │           ├── diamond_two_tone.cljs
│   │           ├── difference.cljs
│   │           ├── difference_outlined.cljs
│   │           ├── difference_rounded.cljs
│   │           ├── difference_sharp.cljs
│   │           ├── difference_two_tone.cljs
│   │           ├── dining.cljs
│   │           ├── dining_outlined.cljs
│   │           ├── dining_rounded.cljs
│   │           ├── dining_sharp.cljs
│   │           ├── dining_two_tone.cljs
│   │           ├── dinner_dining.cljs
│   │           ├── dinner_dining_outlined.cljs
│   │           ├── dinner_dining_rounded.cljs
│   │           ├── dinner_dining_sharp.cljs
│   │           ├── dinner_dining_two_tone.cljs
│   │           ├── directions.cljs
│   │           ├── directions_bike.cljs
│   │           ├── directions_bike_outlined.cljs
│   │           ├── directions_bike_rounded.cljs
│   │           ├── directions_bike_sharp.cljs
│   │           ├── directions_bike_two_tone.cljs
│   │           ├── directions_boat.cljs
│   │           ├── directions_boat_filled.cljs
│   │           ├── directions_boat_filled_outlined.cljs
│   │           ├── directions_boat_filled_rounded.cljs
│   │           ├── directions_boat_filled_sharp.cljs
│   │           ├── directions_boat_filled_two_tone.cljs
│   │           ├── directions_boat_outlined.cljs
│   │           ├── directions_boat_rounded.cljs
│   │           ├── directions_boat_sharp.cljs
│   │           ├── directions_boat_two_tone.cljs
│   │           ├── directions_bus.cljs
│   │           ├── directions_bus_filled.cljs
│   │           ├── directions_bus_filled_outlined.cljs
│   │           ├── directions_bus_filled_rounded.cljs
│   │           ├── directions_bus_filled_sharp.cljs
│   │           ├── directions_bus_filled_two_tone.cljs
│   │           ├── directions_bus_outlined.cljs
│   │           ├── directions_bus_rounded.cljs
│   │           ├── directions_bus_sharp.cljs
│   │           ├── directions_bus_two_tone.cljs
│   │           ├── directions_car.cljs
│   │           ├── directions_car_filled.cljs
│   │           ├── directions_car_filled_outlined.cljs
│   │           ├── directions_car_filled_rounded.cljs
│   │           ├── directions_car_filled_sharp.cljs
│   │           ├── directions_car_filled_two_tone.cljs
│   │           ├── directions_car_outlined.cljs
│   │           ├── directions_car_rounded.cljs
│   │           ├── directions_car_sharp.cljs
│   │           ├── directions_car_two_tone.cljs
│   │           ├── directions_off.cljs
│   │           ├── directions_off_outlined.cljs
│   │           ├── directions_off_rounded.cljs
│   │           ├── directions_off_sharp.cljs
│   │           ├── directions_off_two_tone.cljs
│   │           ├── directions_outlined.cljs
│   │           ├── directions_railway.cljs
│   │           ├── directions_railway_filled.cljs
│   │           ├── directions_railway_filled_outlined.cljs
│   │           ├── directions_railway_filled_rounded.cljs
│   │           ├── directions_railway_filled_sharp.cljs
│   │           ├── directions_railway_filled_two_tone.cljs
│   │           ├── directions_railway_outlined.cljs
│   │           ├── directions_railway_rounded.cljs
│   │           ├── directions_railway_sharp.cljs
│   │           ├── directions_railway_two_tone.cljs
│   │           ├── directions_rounded.cljs
│   │           ├── directions_run.cljs
│   │           ├── directions_run_outlined.cljs
│   │           ├── directions_run_rounded.cljs
│   │           ├── directions_run_sharp.cljs
│   │           ├── directions_run_two_tone.cljs
│   │           ├── directions_sharp.cljs
│   │           ├── directions_subway.cljs
│   │           ├── directions_subway_filled.cljs
│   │           ├── directions_subway_filled_outlined.cljs
│   │           ├── directions_subway_filled_rounded.cljs
│   │           ├── directions_subway_filled_sharp.cljs
│   │           ├── directions_subway_filled_two_tone.cljs
│   │           ├── directions_subway_outlined.cljs
│   │           ├── directions_subway_rounded.cljs
│   │           ├── directions_subway_sharp.cljs
│   │           ├── directions_subway_two_tone.cljs
│   │           ├── directions_transit.cljs
│   │           ├── directions_transit_filled.cljs
│   │           ├── directions_transit_filled_outlined.cljs
│   │           ├── directions_transit_filled_rounded.cljs
│   │           ├── directions_transit_filled_sharp.cljs
│   │           ├── directions_transit_filled_two_tone.cljs
│   │           ├── directions_transit_outlined.cljs
│   │           ├── directions_transit_rounded.cljs
│   │           ├── directions_transit_sharp.cljs
│   │           ├── directions_transit_two_tone.cljs
│   │           ├── directions_two_tone.cljs
│   │           ├── directions_walk.cljs
│   │           ├── directions_walk_outlined.cljs
│   │           ├── directions_walk_rounded.cljs
│   │           ├── directions_walk_sharp.cljs
│   │           ├── directions_walk_two_tone.cljs
│   │           ├── dirty_lens.cljs
│   │           ├── dirty_lens_outlined.cljs
│   │           ├── dirty_lens_rounded.cljs
│   │           ├── dirty_lens_sharp.cljs
│   │           ├── dirty_lens_two_tone.cljs
│   │           ├── disabled_by_default.cljs
│   │           ├── disabled_by_default_outlined.cljs
│   │           ├── disabled_by_default_rounded.cljs
│   │           ├── disabled_by_default_sharp.cljs
│   │           ├── disabled_by_default_two_tone.cljs
│   │           ├── disc_full.cljs
│   │           ├── disc_full_outlined.cljs
│   │           ├── disc_full_rounded.cljs
│   │           ├── disc_full_sharp.cljs
│   │           ├── disc_full_two_tone.cljs
│   │           ├── discount.cljs
│   │           ├── discount_outlined.cljs
│   │           ├── discount_rounded.cljs
│   │           ├── discount_sharp.cljs
│   │           ├── discount_two_tone.cljs
│   │           ├── display_settings.cljs
│   │           ├── display_settings_outlined.cljs
│   │           ├── display_settings_rounded.cljs
│   │           ├── display_settings_sharp.cljs
│   │           ├── display_settings_two_tone.cljs
│   │           ├── diversity_1.cljs
│   │           ├── diversity_1_outlined.cljs
│   │           ├── diversity_1_rounded.cljs
│   │           ├── diversity_1_sharp.cljs
│   │           ├── diversity_1_two_tone.cljs
│   │           ├── diversity_2.cljs
│   │           ├── diversity_2_outlined.cljs
│   │           ├── diversity_2_rounded.cljs
│   │           ├── diversity_2_sharp.cljs
│   │           ├── diversity_2_two_tone.cljs
│   │           ├── diversity_3.cljs
│   │           ├── diversity_3_outlined.cljs
│   │           ├── diversity_3_rounded.cljs
│   │           ├── diversity_3_sharp.cljs
│   │           ├── diversity_3_two_tone.cljs
│   │           ├── dns.cljs
│   │           ├── dns_outlined.cljs
│   │           ├── dns_rounded.cljs
│   │           ├── dns_sharp.cljs
│   │           ├── dns_two_tone.cljs
│   │           ├── do_disturb.cljs
│   │           ├── do_disturb_alt.cljs
│   │           ├── do_disturb_alt_outlined.cljs
│   │           ├── do_disturb_alt_rounded.cljs
│   │           ├── do_disturb_alt_sharp.cljs
│   │           ├── do_disturb_alt_two_tone.cljs
│   │           ├── do_disturb_off.cljs
│   │           ├── do_disturb_off_outlined.cljs
│   │           ├── do_disturb_off_rounded.cljs
│   │           ├── do_disturb_off_sharp.cljs
│   │           ├── do_disturb_off_two_tone.cljs
│   │           ├── do_disturb_on.cljs
│   │           ├── do_disturb_on_outlined.cljs
│   │           ├── do_disturb_on_rounded.cljs
│   │           ├── do_disturb_on_sharp.cljs
│   │           ├── do_disturb_on_two_tone.cljs
│   │           ├── do_disturb_outlined.cljs
│   │           ├── do_disturb_rounded.cljs
│   │           ├── do_disturb_sharp.cljs
│   │           ├── do_disturb_two_tone.cljs
│   │           ├── do_not_disturb.cljs
│   │           ├── do_not_disturb_alt.cljs
│   │           ├── do_not_disturb_alt_outlined.cljs
│   │           ├── do_not_disturb_alt_rounded.cljs
│   │           ├── do_not_disturb_alt_sharp.cljs
│   │           ├── do_not_disturb_alt_two_tone.cljs
│   │           ├── do_not_disturb_off.cljs
│   │           ├── do_not_disturb_off_outlined.cljs
│   │           ├── do_not_disturb_off_rounded.cljs
│   │           ├── do_not_disturb_off_sharp.cljs
│   │           ├── do_not_disturb_off_two_tone.cljs
│   │           ├── do_not_disturb_on.cljs
│   │           ├── do_not_disturb_on_outlined.cljs
│   │           ├── do_not_disturb_on_rounded.cljs
│   │           ├── do_not_disturb_on_sharp.cljs
│   │           ├── do_not_disturb_on_total_silence.cljs
│   │           ├── do_not_disturb_on_total_silence_outlined.cljs
│   │           ├── do_not_disturb_on_total_silence_rounded.cljs
│   │           ├── do_not_disturb_on_total_silence_sharp.cljs
│   │           ├── do_not_disturb_on_total_silence_two_tone.cljs
│   │           ├── do_not_disturb_on_two_tone.cljs
│   │           ├── do_not_disturb_outlined.cljs
│   │           ├── do_not_disturb_rounded.cljs
│   │           ├── do_not_disturb_sharp.cljs
│   │           ├── do_not_disturb_two_tone.cljs
│   │           ├── do_not_step.cljs
│   │           ├── do_not_step_outlined.cljs
│   │           ├── do_not_step_rounded.cljs
│   │           ├── do_not_step_sharp.cljs
│   │           ├── do_not_step_two_tone.cljs
│   │           ├── do_not_touch.cljs
│   │           ├── do_not_touch_outlined.cljs
│   │           ├── do_not_touch_rounded.cljs
│   │           ├── do_not_touch_sharp.cljs
│   │           ├── do_not_touch_two_tone.cljs
│   │           ├── dock.cljs
│   │           ├── dock_outlined.cljs
│   │           ├── dock_rounded.cljs
│   │           ├── dock_sharp.cljs
│   │           ├── dock_two_tone.cljs
│   │           ├── document_scanner.cljs
│   │           ├── document_scanner_outlined.cljs
│   │           ├── document_scanner_rounded.cljs
│   │           ├── document_scanner_sharp.cljs
│   │           ├── document_scanner_two_tone.cljs
│   │           ├── domain.cljs
│   │           ├── domain_add.cljs
│   │           ├── domain_add_outlined.cljs
│   │           ├── domain_add_rounded.cljs
│   │           ├── domain_add_sharp.cljs
│   │           ├── domain_add_two_tone.cljs
│   │           ├── domain_disabled.cljs
│   │           ├── domain_disabled_outlined.cljs
│   │           ├── domain_disabled_rounded.cljs
│   │           ├── domain_disabled_sharp.cljs
│   │           ├── domain_disabled_two_tone.cljs
│   │           ├── domain_outlined.cljs
│   │           ├── domain_rounded.cljs
│   │           ├── domain_sharp.cljs
│   │           ├── domain_two_tone.cljs
│   │           ├── domain_verification.cljs
│   │           ├── domain_verification_outlined.cljs
│   │           ├── domain_verification_rounded.cljs
│   │           ├── domain_verification_sharp.cljs
│   │           ├── domain_verification_two_tone.cljs
│   │           ├── done.cljs
│   │           ├── done_all.cljs
│   │           ├── done_all_outlined.cljs
│   │           ├── done_all_rounded.cljs
│   │           ├── done_all_sharp.cljs
│   │           ├── done_all_two_tone.cljs
│   │           ├── done_outline.cljs
│   │           ├── done_outline_outlined.cljs
│   │           ├── done_outline_rounded.cljs
│   │           ├── done_outline_sharp.cljs
│   │           ├── done_outline_two_tone.cljs
│   │           ├── done_outlined.cljs
│   │           ├── done_rounded.cljs
│   │           ├── done_sharp.cljs
│   │           ├── done_two_tone.cljs
│   │           ├── donut_large.cljs
│   │           ├── donut_large_outlined.cljs
│   │           ├── donut_large_rounded.cljs
│   │           ├── donut_large_sharp.cljs
│   │           ├── donut_large_two_tone.cljs
│   │           ├── donut_small.cljs
│   │           ├── donut_small_outlined.cljs
│   │           ├── donut_small_rounded.cljs
│   │           ├── donut_small_sharp.cljs
│   │           ├── donut_small_two_tone.cljs
│   │           ├── door_back.cljs
│   │           ├── door_back_outlined.cljs
│   │           ├── door_back_rounded.cljs
│   │           ├── door_back_sharp.cljs
│   │           ├── door_back_two_tone.cljs
│   │           ├── door_front.cljs
│   │           ├── door_front_outlined.cljs
│   │           ├── door_front_rounded.cljs
│   │           ├── door_front_sharp.cljs
│   │           ├── door_front_two_tone.cljs
│   │           ├── door_sliding.cljs
│   │           ├── door_sliding_outlined.cljs
│   │           ├── door_sliding_rounded.cljs
│   │           ├── door_sliding_sharp.cljs
│   │           ├── door_sliding_two_tone.cljs
│   │           ├── doorbell.cljs
│   │           ├── doorbell_outlined.cljs
│   │           ├── doorbell_rounded.cljs
│   │           ├── doorbell_sharp.cljs
│   │           ├── doorbell_two_tone.cljs
│   │           ├── double_arrow.cljs
│   │           ├── double_arrow_outlined.cljs
│   │           ├── double_arrow_rounded.cljs
│   │           ├── double_arrow_sharp.cljs
│   │           ├── double_arrow_two_tone.cljs
│   │           ├── downhill_skiing.cljs
│   │           ├── downhill_skiing_outlined.cljs
│   │           ├── downhill_skiing_rounded.cljs
│   │           ├── downhill_skiing_sharp.cljs
│   │           ├── downhill_skiing_two_tone.cljs
│   │           ├── download.cljs
│   │           ├── download_done.cljs
│   │           ├── download_done_outlined.cljs
│   │           ├── download_done_rounded.cljs
│   │           ├── download_done_sharp.cljs
│   │           ├── download_done_two_tone.cljs
│   │           ├── download_for_offline.cljs
│   │           ├── download_for_offline_outlined.cljs
│   │           ├── download_for_offline_rounded.cljs
│   │           ├── download_for_offline_sharp.cljs
│   │           ├── download_for_offline_two_tone.cljs
│   │           ├── download_outlined.cljs
│   │           ├── download_rounded.cljs
│   │           ├── download_sharp.cljs
│   │           ├── download_two_tone.cljs
│   │           ├── downloading.cljs
│   │           ├── downloading_outlined.cljs
│   │           ├── downloading_rounded.cljs
│   │           ├── downloading_sharp.cljs
│   │           ├── downloading_two_tone.cljs
│   │           ├── drafts.cljs
│   │           ├── drafts_outlined.cljs
│   │           ├── drafts_rounded.cljs
│   │           ├── drafts_sharp.cljs
│   │           ├── drafts_two_tone.cljs
│   │           ├── drag_handle.cljs
│   │           ├── drag_handle_outlined.cljs
│   │           ├── drag_handle_rounded.cljs
│   │           ├── drag_handle_sharp.cljs
│   │           ├── drag_handle_two_tone.cljs
│   │           ├── drag_indicator.cljs
│   │           ├── drag_indicator_outlined.cljs
│   │           ├── drag_indicator_rounded.cljs
│   │           ├── drag_indicator_sharp.cljs
│   │           ├── drag_indicator_two_tone.cljs
│   │           ├── drive_eta.cljs
│   │           ├── drive_eta_outlined.cljs
│   │           ├── drive_eta_rounded.cljs
│   │           ├── drive_eta_sharp.cljs
│   │           ├── drive_eta_two_tone.cljs
│   │           ├── drive_file_move.cljs
│   │           ├── drive_file_move_outlined.cljs
│   │           ├── drive_file_move_rounded.cljs
│   │           ├── drive_file_move_sharp.cljs
│   │           ├── drive_file_move_two_tone.cljs
│   │           ├── drive_file_rename_outline.cljs
│   │           ├── drive_file_rename_outline_outlined.cljs
│   │           ├── drive_file_rename_outline_rounded.cljs
│   │           ├── drive_file_rename_outline_sharp.cljs
│   │           ├── drive_file_rename_outline_two_tone.cljs
│   │           ├── drive_folder_upload.cljs
│   │           ├── drive_folder_upload_outlined.cljs
│   │           ├── drive_folder_upload_rounded.cljs
│   │           ├── drive_folder_upload_sharp.cljs
│   │           ├── drive_folder_upload_two_tone.cljs
│   │           ├── dry.cljs
│   │           ├── dry_cleaning.cljs
│   │           ├── dry_cleaning_outlined.cljs
│   │           ├── dry_cleaning_rounded.cljs
│   │           ├── dry_cleaning_sharp.cljs
│   │           ├── dry_cleaning_two_tone.cljs
│   │           ├── dry_outlined.cljs
│   │           ├── dry_rounded.cljs
│   │           ├── dry_sharp.cljs
│   │           ├── dry_two_tone.cljs
│   │           ├── duo.cljs
│   │           ├── duo_outlined.cljs
│   │           ├── duo_rounded.cljs
│   │           ├── duo_sharp.cljs
│   │           ├── duo_two_tone.cljs
│   │           ├── dvr.cljs
│   │           ├── dvr_outlined.cljs
│   │           ├── dvr_rounded.cljs
│   │           ├── dvr_sharp.cljs
│   │           ├── dvr_two_tone.cljs
│   │           ├── dynamic_feed.cljs
│   │           ├── dynamic_feed_outlined.cljs
│   │           ├── dynamic_feed_rounded.cljs
│   │           ├── dynamic_feed_sharp.cljs
│   │           ├── dynamic_feed_two_tone.cljs
│   │           ├── dynamic_form.cljs
│   │           ├── dynamic_form_outlined.cljs
│   │           ├── dynamic_form_rounded.cljs
│   │           ├── dynamic_form_sharp.cljs
│   │           ├── dynamic_form_two_tone.cljs
│   │           ├── e_mobiledata.cljs
│   │           ├── e_mobiledata_outlined.cljs
│   │           ├── e_mobiledata_rounded.cljs
│   │           ├── e_mobiledata_sharp.cljs
│   │           ├── e_mobiledata_two_tone.cljs
│   │           ├── earbuds.cljs
│   │           ├── earbuds_battery.cljs
│   │           ├── earbuds_battery_outlined.cljs
│   │           ├── earbuds_battery_rounded.cljs
│   │           ├── earbuds_battery_sharp.cljs
│   │           ├── earbuds_battery_two_tone.cljs
│   │           ├── earbuds_outlined.cljs
│   │           ├── earbuds_rounded.cljs
│   │           ├── earbuds_sharp.cljs
│   │           ├── earbuds_two_tone.cljs
│   │           ├── east.cljs
│   │           ├── east_outlined.cljs
│   │           ├── east_rounded.cljs
│   │           ├── east_sharp.cljs
│   │           ├── east_two_tone.cljs
│   │           ├── edgesensor_high.cljs
│   │           ├── edgesensor_high_outlined.cljs
│   │           ├── edgesensor_high_rounded.cljs
│   │           ├── edgesensor_high_sharp.cljs
│   │           ├── edgesensor_high_two_tone.cljs
│   │           ├── edgesensor_low.cljs
│   │           ├── edgesensor_low_outlined.cljs
│   │           ├── edgesensor_low_rounded.cljs
│   │           ├── edgesensor_low_sharp.cljs
│   │           ├── edgesensor_low_two_tone.cljs
│   │           ├── edit.cljs
│   │           ├── edit_attributes.cljs
│   │           ├── edit_attributes_outlined.cljs
│   │           ├── edit_attributes_rounded.cljs
│   │           ├── edit_attributes_sharp.cljs
│   │           ├── edit_attributes_two_tone.cljs
│   │           ├── edit_location.cljs
│   │           ├── edit_location_alt.cljs
│   │           ├── edit_location_alt_outlined.cljs
│   │           ├── edit_location_alt_rounded.cljs
│   │           ├── edit_location_alt_sharp.cljs
│   │           ├── edit_location_alt_two_tone.cljs
│   │           ├── edit_location_outlined.cljs
│   │           ├── edit_location_rounded.cljs
│   │           ├── edit_location_sharp.cljs
│   │           ├── edit_location_two_tone.cljs
│   │           ├── edit_notifications.cljs
│   │           ├── edit_notifications_outlined.cljs
│   │           ├── edit_notifications_rounded.cljs
│   │           ├── edit_notifications_sharp.cljs
│   │           ├── edit_notifications_two_tone.cljs
│   │           ├── edit_off.cljs
│   │           ├── edit_off_outlined.cljs
│   │           ├── edit_off_rounded.cljs
│   │           ├── edit_off_sharp.cljs
│   │           ├── edit_off_two_tone.cljs
│   │           ├── edit_outlined.cljs
│   │           ├── edit_road.cljs
│   │           ├── edit_road_outlined.cljs
│   │           ├── edit_road_rounded.cljs
│   │           ├── edit_road_sharp.cljs
│   │           ├── edit_road_two_tone.cljs
│   │           ├── edit_rounded.cljs
│   │           ├── edit_sharp.cljs
│   │           ├── edit_two_tone.cljs
│   │           ├── egg.cljs
│   │           ├── egg_alt.cljs
│   │           ├── egg_alt_outlined.cljs
│   │           ├── egg_alt_rounded.cljs
│   │           ├── egg_alt_sharp.cljs
│   │           ├── egg_alt_two_tone.cljs
│   │           ├── egg_outlined.cljs
│   │           ├── egg_rounded.cljs
│   │           ├── egg_sharp.cljs
│   │           ├── egg_two_tone.cljs
│   │           ├── eight_k.cljs
│   │           ├── eight_k_outlined.cljs
│   │           ├── eight_k_plus.cljs
│   │           ├── eight_k_plus_outlined.cljs
│   │           ├── eight_k_plus_rounded.cljs
│   │           ├── eight_k_plus_sharp.cljs
│   │           ├── eight_k_plus_two_tone.cljs
│   │           ├── eight_k_rounded.cljs
│   │           ├── eight_k_sharp.cljs
│   │           ├── eight_k_two_tone.cljs
│   │           ├── eight_mp.cljs
│   │           ├── eight_mp_outlined.cljs
│   │           ├── eight_mp_rounded.cljs
│   │           ├── eight_mp_sharp.cljs
│   │           ├── eight_mp_two_tone.cljs
│   │           ├── eighteen_mp.cljs
│   │           ├── eighteen_mp_outlined.cljs
│   │           ├── eighteen_mp_rounded.cljs
│   │           ├── eighteen_mp_sharp.cljs
│   │           ├── eighteen_mp_two_tone.cljs
│   │           ├── eighteen_up_rating.cljs
│   │           ├── eighteen_up_rating_outlined.cljs
│   │           ├── eighteen_up_rating_rounded.cljs
│   │           ├── eighteen_up_rating_sharp.cljs
│   │           ├── eighteen_up_rating_two_tone.cljs
│   │           ├── eightteen_mp.cljs
│   │           ├── eightteen_mp_outlined.cljs
│   │           ├── eightteen_mp_rounded.cljs
│   │           ├── eightteen_mp_sharp.cljs
│   │           ├── eightteen_mp_two_tone.cljs
│   │           ├── eject.cljs
│   │           ├── eject_outlined.cljs
│   │           ├── eject_rounded.cljs
│   │           ├── eject_sharp.cljs
│   │           ├── eject_two_tone.cljs
│   │           ├── elderly.cljs
│   │           ├── elderly_outlined.cljs
│   │           ├── elderly_rounded.cljs
│   │           ├── elderly_sharp.cljs
│   │           ├── elderly_two_tone.cljs
│   │           ├── elderly_woman.cljs
│   │           ├── elderly_woman_outlined.cljs
│   │           ├── elderly_woman_rounded.cljs
│   │           ├── elderly_woman_sharp.cljs
│   │           ├── elderly_woman_two_tone.cljs
│   │           ├── electric_bike.cljs
│   │           ├── electric_bike_outlined.cljs
│   │           ├── electric_bike_rounded.cljs
│   │           ├── electric_bike_sharp.cljs
│   │           ├── electric_bike_two_tone.cljs
│   │           ├── electric_bolt.cljs
│   │           ├── electric_bolt_outlined.cljs
│   │           ├── electric_bolt_rounded.cljs
│   │           ├── electric_bolt_sharp.cljs
│   │           ├── electric_bolt_two_tone.cljs
│   │           ├── electric_car.cljs
│   │           ├── electric_car_outlined.cljs
│   │           ├── electric_car_rounded.cljs
│   │           ├── electric_car_sharp.cljs
│   │           ├── electric_car_two_tone.cljs
│   │           ├── electric_meter.cljs
│   │           ├── electric_meter_outlined.cljs
│   │           ├── electric_meter_rounded.cljs
│   │           ├── electric_meter_sharp.cljs
│   │           ├── electric_meter_two_tone.cljs
│   │           ├── electric_moped.cljs
│   │           ├── electric_moped_outlined.cljs
│   │           ├── electric_moped_rounded.cljs
│   │           ├── electric_moped_sharp.cljs
│   │           ├── electric_moped_two_tone.cljs
│   │           ├── electric_rickshaw.cljs
│   │           ├── electric_rickshaw_outlined.cljs
│   │           ├── electric_rickshaw_rounded.cljs
│   │           ├── electric_rickshaw_sharp.cljs
│   │           ├── electric_rickshaw_two_tone.cljs
│   │           ├── electric_scooter.cljs
│   │           ├── electric_scooter_outlined.cljs
│   │           ├── electric_scooter_rounded.cljs
│   │           ├── electric_scooter_sharp.cljs
│   │           ├── electric_scooter_two_tone.cljs
│   │           ├── electrical_services.cljs
│   │           ├── electrical_services_outlined.cljs
│   │           ├── electrical_services_rounded.cljs
│   │           ├── electrical_services_sharp.cljs
│   │           ├── electrical_services_two_tone.cljs
│   │           ├── elevator.cljs
│   │           ├── elevator_outlined.cljs
│   │           ├── elevator_rounded.cljs
│   │           ├── elevator_sharp.cljs
│   │           ├── elevator_two_tone.cljs
│   │           ├── eleven_mp.cljs
│   │           ├── eleven_mp_outlined.cljs
│   │           ├── eleven_mp_rounded.cljs
│   │           ├── eleven_mp_sharp.cljs
│   │           ├── eleven_mp_two_tone.cljs
│   │           ├── email.cljs
│   │           ├── email_outlined.cljs
│   │           ├── email_rounded.cljs
│   │           ├── email_sharp.cljs
│   │           ├── email_two_tone.cljs
│   │           ├── emergency_recording.cljs
│   │           ├── emergency_recording_outlined.cljs
│   │           ├── emergency_recording_rounded.cljs
│   │           ├── emergency_recording_sharp.cljs
│   │           ├── emergency_recording_two_tone.cljs
│   │           ├── emergency_share.cljs
│   │           ├── emergency_share_outlined.cljs
│   │           ├── emergency_share_rounded.cljs
│   │           ├── emergency_share_sharp.cljs
│   │           ├── emergency_share_two_tone.cljs
│   │           ├── emoji_emotions.cljs
│   │           ├── emoji_emotions_outlined.cljs
│   │           ├── emoji_emotions_rounded.cljs
│   │           ├── emoji_emotions_sharp.cljs
│   │           ├── emoji_emotions_two_tone.cljs
│   │           ├── emoji_events.cljs
│   │           ├── emoji_events_outlined.cljs
│   │           ├── emoji_events_rounded.cljs
│   │           ├── emoji_events_sharp.cljs
│   │           ├── emoji_events_two_tone.cljs
│   │           ├── emoji_flags.cljs
│   │           ├── emoji_flags_outlined.cljs
│   │           ├── emoji_flags_rounded.cljs
│   │           ├── emoji_flags_sharp.cljs
│   │           ├── emoji_flags_two_tone.cljs
│   │           ├── emoji_food_beverage.cljs
│   │           ├── emoji_food_beverage_outlined.cljs
│   │           ├── emoji_food_beverage_rounded.cljs
│   │           ├── emoji_food_beverage_sharp.cljs
│   │           ├── emoji_food_beverage_two_tone.cljs
│   │           ├── emoji_nature.cljs
│   │           ├── emoji_nature_outlined.cljs
│   │           ├── emoji_nature_rounded.cljs
│   │           ├── emoji_nature_sharp.cljs
│   │           ├── emoji_nature_two_tone.cljs
│   │           ├── emoji_objects.cljs
│   │           ├── emoji_objects_outlined.cljs
│   │           ├── emoji_objects_rounded.cljs
│   │           ├── emoji_objects_sharp.cljs
│   │           ├── emoji_objects_two_tone.cljs
│   │           ├── emoji_people.cljs
│   │           ├── emoji_people_outlined.cljs
│   │           ├── emoji_people_rounded.cljs
│   │           ├── emoji_people_sharp.cljs
│   │           ├── emoji_people_two_tone.cljs
│   │           ├── emoji_symbols.cljs
│   │           ├── emoji_symbols_outlined.cljs
│   │           ├── emoji_symbols_rounded.cljs
│   │           ├── emoji_symbols_sharp.cljs
│   │           ├── emoji_symbols_two_tone.cljs
│   │           ├── emoji_transportation.cljs
│   │           ├── emoji_transportation_outlined.cljs
│   │           ├── emoji_transportation_rounded.cljs
│   │           ├── emoji_transportation_sharp.cljs
│   │           ├── emoji_transportation_two_tone.cljs
│   │           ├── energy_savings_leaf.cljs
│   │           ├── energy_savings_leaf_outlined.cljs
│   │           ├── energy_savings_leaf_rounded.cljs
│   │           ├── energy_savings_leaf_sharp.cljs
│   │           ├── energy_savings_leaf_two_tone.cljs
│   │           ├── engineering.cljs
│   │           ├── engineering_outlined.cljs
│   │           ├── engineering_rounded.cljs
│   │           ├── engineering_sharp.cljs
│   │           ├── engineering_two_tone.cljs
│   │           ├── enhanced_encryption.cljs
│   │           ├── enhanced_encryption_outlined.cljs
│   │           ├── enhanced_encryption_rounded.cljs
│   │           ├── enhanced_encryption_sharp.cljs
│   │           ├── enhanced_encryption_two_tone.cljs
│   │           ├── equalizer.cljs
│   │           ├── equalizer_outlined.cljs
│   │           ├── equalizer_rounded.cljs
│   │           ├── equalizer_sharp.cljs
│   │           ├── equalizer_two_tone.cljs
│   │           ├── error.cljs
│   │           ├── error_outline.cljs
│   │           ├── error_outline_outlined.cljs
│   │           ├── error_outline_rounded.cljs
│   │           ├── error_outline_sharp.cljs
│   │           ├── error_outline_two_tone.cljs
│   │           ├── error_outlined.cljs
│   │           ├── error_rounded.cljs
│   │           ├── error_sharp.cljs
│   │           ├── error_two_tone.cljs
│   │           ├── escalator.cljs
│   │           ├── escalator_outlined.cljs
│   │           ├── escalator_rounded.cljs
│   │           ├── escalator_sharp.cljs
│   │           ├── escalator_two_tone.cljs
│   │           ├── escalator_warning.cljs
│   │           ├── escalator_warning_outlined.cljs
│   │           ├── escalator_warning_rounded.cljs
│   │           ├── escalator_warning_sharp.cljs
│   │           ├── escalator_warning_two_tone.cljs
│   │           ├── euro.cljs
│   │           ├── euro_outlined.cljs
│   │           ├── euro_rounded.cljs
│   │           ├── euro_sharp.cljs
│   │           ├── euro_symbol.cljs
│   │           ├── euro_symbol_outlined.cljs
│   │           ├── euro_symbol_rounded.cljs
│   │           ├── euro_symbol_sharp.cljs
│   │           ├── euro_symbol_two_tone.cljs
│   │           ├── euro_two_tone.cljs
│   │           ├── ev_station.cljs
│   │           ├── ev_station_outlined.cljs
│   │           ├── ev_station_rounded.cljs
│   │           ├── ev_station_sharp.cljs
│   │           ├── ev_station_two_tone.cljs
│   │           ├── event.cljs
│   │           ├── event_available.cljs
│   │           ├── event_available_outlined.cljs
│   │           ├── event_available_rounded.cljs
│   │           ├── event_available_sharp.cljs
│   │           ├── event_available_two_tone.cljs
│   │           ├── event_busy.cljs
│   │           ├── event_busy_outlined.cljs
│   │           ├── event_busy_rounded.cljs
│   │           ├── event_busy_sharp.cljs
│   │           ├── event_busy_two_tone.cljs
│   │           ├── event_note.cljs
│   │           ├── event_note_outlined.cljs
│   │           ├── event_note_rounded.cljs
│   │           ├── event_note_sharp.cljs
│   │           ├── event_note_two_tone.cljs
│   │           ├── event_outlined.cljs
│   │           ├── event_repeat.cljs
│   │           ├── event_repeat_outlined.cljs
│   │           ├── event_repeat_rounded.cljs
│   │           ├── event_repeat_sharp.cljs
│   │           ├── event_repeat_two_tone.cljs
│   │           ├── event_rounded.cljs
│   │           ├── event_seat.cljs
│   │           ├── event_seat_outlined.cljs
│   │           ├── event_seat_rounded.cljs
│   │           ├── event_seat_sharp.cljs
│   │           ├── event_seat_two_tone.cljs
│   │           ├── event_sharp.cljs
│   │           ├── event_two_tone.cljs
│   │           ├── exit_to_app.cljs
│   │           ├── exit_to_app_outlined.cljs
│   │           ├── exit_to_app_rounded.cljs
│   │           ├── exit_to_app_sharp.cljs
│   │           ├── exit_to_app_two_tone.cljs
│   │           ├── expand.cljs
│   │           ├── expand_circle_down.cljs
│   │           ├── expand_circle_down_outlined.cljs
│   │           ├── expand_circle_down_rounded.cljs
│   │           ├── expand_circle_down_sharp.cljs
│   │           ├── expand_circle_down_two_tone.cljs
│   │           ├── expand_less.cljs
│   │           ├── expand_less_outlined.cljs
│   │           ├── expand_less_rounded.cljs
│   │           ├── expand_less_sharp.cljs
│   │           ├── expand_less_two_tone.cljs
│   │           ├── expand_more.cljs
│   │           ├── expand_more_outlined.cljs
│   │           ├── expand_more_rounded.cljs
│   │           ├── expand_more_sharp.cljs
│   │           ├── expand_more_two_tone.cljs
│   │           ├── expand_outlined.cljs
│   │           ├── expand_rounded.cljs
│   │           ├── expand_sharp.cljs
│   │           ├── expand_two_tone.cljs
│   │           ├── explicit.cljs
│   │           ├── explicit_outlined.cljs
│   │           ├── explicit_rounded.cljs
│   │           ├── explicit_sharp.cljs
│   │           ├── explicit_two_tone.cljs
│   │           ├── explore.cljs
│   │           ├── explore_off.cljs
│   │           ├── explore_off_outlined.cljs
│   │           ├── explore_off_rounded.cljs
│   │           ├── explore_off_sharp.cljs
│   │           ├── explore_off_two_tone.cljs
│   │           ├── explore_outlined.cljs
│   │           ├── explore_rounded.cljs
│   │           ├── explore_sharp.cljs
│   │           ├── explore_two_tone.cljs
│   │           ├── exposure.cljs
│   │           ├── exposure_outlined.cljs
│   │           ├── exposure_rounded.cljs
│   │           ├── exposure_sharp.cljs
│   │           ├── exposure_two_tone.cljs
│   │           ├── extension.cljs
│   │           ├── extension_off.cljs
│   │           ├── extension_off_outlined.cljs
│   │           ├── extension_off_rounded.cljs
│   │           ├── extension_off_sharp.cljs
│   │           ├── extension_off_two_tone.cljs
│   │           ├── extension_outlined.cljs
│   │           ├── extension_rounded.cljs
│   │           ├── extension_sharp.cljs
│   │           ├── extension_two_tone.cljs
│   │           ├── face.cljs
│   │           ├── face_2.cljs
│   │           ├── face_2_outlined.cljs
│   │           ├── face_2_rounded.cljs
│   │           ├── face_2_sharp.cljs
│   │           ├── face_2_two_tone.cljs
│   │           ├── face_3.cljs
│   │           ├── face_3_outlined.cljs
│   │           ├── face_3_rounded.cljs
│   │           ├── face_3_sharp.cljs
│   │           ├── face_3_two_tone.cljs
│   │           ├── face_4.cljs
│   │           ├── face_4_outlined.cljs
│   │           ├── face_4_rounded.cljs
│   │           ├── face_4_sharp.cljs
│   │           ├── face_4_two_tone.cljs
│   │           ├── face_5.cljs
│   │           ├── face_5_outlined.cljs
│   │           ├── face_5_rounded.cljs
│   │           ├── face_5_sharp.cljs
│   │           ├── face_5_two_tone.cljs
│   │           ├── face_6.cljs
│   │           ├── face_6_outlined.cljs
│   │           ├── face_6_rounded.cljs
│   │           ├── face_6_sharp.cljs
│   │           ├── face_6_two_tone.cljs
│   │           ├── face_outlined.cljs
│   │           ├── face_retouching_natural.cljs
│   │           ├── face_retouching_natural_outlined.cljs
│   │           ├── face_retouching_natural_rounded.cljs
│   │           ├── face_retouching_natural_sharp.cljs
│   │           ├── face_retouching_natural_two_tone.cljs
│   │           ├── face_retouching_off.cljs
│   │           ├── face_retouching_off_outlined.cljs
│   │           ├── face_retouching_off_rounded.cljs
│   │           ├── face_retouching_off_sharp.cljs
│   │           ├── face_retouching_off_two_tone.cljs
│   │           ├── face_rounded.cljs
│   │           ├── face_sharp.cljs
│   │           ├── face_two_tone.cljs
│   │           ├── facebook.cljs
│   │           ├── facebook_outlined.cljs
│   │           ├── facebook_rounded.cljs
│   │           ├── facebook_sharp.cljs
│   │           ├── facebook_two_tone.cljs
│   │           ├── fact_check.cljs
│   │           ├── fact_check_outlined.cljs
│   │           ├── fact_check_rounded.cljs
│   │           ├── fact_check_sharp.cljs
│   │           ├── fact_check_two_tone.cljs
│   │           ├── factory.cljs
│   │           ├── factory_outlined.cljs
│   │           ├── factory_rounded.cljs
│   │           ├── factory_sharp.cljs
│   │           ├── factory_two_tone.cljs
│   │           ├── family_restroom.cljs
│   │           ├── family_restroom_outlined.cljs
│   │           ├── family_restroom_rounded.cljs
│   │           ├── family_restroom_sharp.cljs
│   │           ├── family_restroom_two_tone.cljs
│   │           ├── fast_forward.cljs
│   │           ├── fast_forward_outlined.cljs
│   │           ├── fast_forward_rounded.cljs
│   │           ├── fast_forward_sharp.cljs
│   │           ├── fast_forward_two_tone.cljs
│   │           ├── fast_rewind.cljs
│   │           ├── fast_rewind_outlined.cljs
│   │           ├── fast_rewind_rounded.cljs
│   │           ├── fast_rewind_sharp.cljs
│   │           ├── fast_rewind_two_tone.cljs
│   │           ├── fastfood.cljs
│   │           ├── fastfood_outlined.cljs
│   │           ├── fastfood_rounded.cljs
│   │           ├── fastfood_sharp.cljs
│   │           ├── fastfood_two_tone.cljs
│   │           ├── favorite.cljs
│   │           ├── favorite_border.cljs
│   │           ├── favorite_border_outlined.cljs
│   │           ├── favorite_border_rounded.cljs
│   │           ├── favorite_border_sharp.cljs
│   │           ├── favorite_border_two_tone.cljs
│   │           ├── favorite_outlined.cljs
│   │           ├── favorite_rounded.cljs
│   │           ├── favorite_sharp.cljs
│   │           ├── favorite_two_tone.cljs
│   │           ├── fax.cljs
│   │           ├── fax_outlined.cljs
│   │           ├── fax_rounded.cljs
│   │           ├── fax_sharp.cljs
│   │           ├── fax_two_tone.cljs
│   │           ├── featured_play_list.cljs
│   │           ├── featured_play_list_outlined.cljs
│   │           ├── featured_play_list_rounded.cljs
│   │           ├── featured_play_list_sharp.cljs
│   │           ├── featured_play_list_two_tone.cljs
│   │           ├── featured_video.cljs
│   │           ├── featured_video_outlined.cljs
│   │           ├── featured_video_rounded.cljs
│   │           ├── featured_video_sharp.cljs
│   │           ├── featured_video_two_tone.cljs
│   │           ├── feed.cljs
│   │           ├── feed_outlined.cljs
│   │           ├── feed_rounded.cljs
│   │           ├── feed_sharp.cljs
│   │           ├── feed_two_tone.cljs
│   │           ├── feedback.cljs
│   │           ├── feedback_outlined.cljs
│   │           ├── feedback_rounded.cljs
│   │           ├── feedback_sharp.cljs
│   │           ├── feedback_two_tone.cljs
│   │           ├── female.cljs
│   │           ├── female_outlined.cljs
│   │           ├── female_rounded.cljs
│   │           ├── female_sharp.cljs
│   │           ├── female_two_tone.cljs
│   │           ├── fence.cljs
│   │           ├── fence_outlined.cljs
│   │           ├── fence_rounded.cljs
│   │           ├── fence_sharp.cljs
│   │           ├── fence_two_tone.cljs
│   │           ├── festival.cljs
│   │           ├── festival_outlined.cljs
│   │           ├── festival_rounded.cljs
│   │           ├── festival_sharp.cljs
│   │           ├── festival_two_tone.cljs
│   │           ├── fiber_dvr.cljs
│   │           ├── fiber_dvr_outlined.cljs
│   │           ├── fiber_dvr_rounded.cljs
│   │           ├── fiber_dvr_sharp.cljs
│   │           ├── fiber_dvr_two_tone.cljs
│   │           ├── fiber_manual_record.cljs
│   │           ├── fiber_manual_record_outlined.cljs
│   │           ├── fiber_manual_record_rounded.cljs
│   │           ├── fiber_manual_record_sharp.cljs
│   │           ├── fiber_manual_record_two_tone.cljs
│   │           ├── fiber_new.cljs
│   │           ├── fiber_new_outlined.cljs
│   │           ├── fiber_new_rounded.cljs
│   │           ├── fiber_new_sharp.cljs
│   │           ├── fiber_new_two_tone.cljs
│   │           ├── fiber_pin.cljs
│   │           ├── fiber_pin_outlined.cljs
│   │           ├── fiber_pin_rounded.cljs
│   │           ├── fiber_pin_sharp.cljs
│   │           ├── fiber_pin_two_tone.cljs
│   │           ├── fiber_smart_record.cljs
│   │           ├── fiber_smart_record_outlined.cljs
│   │           ├── fiber_smart_record_rounded.cljs
│   │           ├── fiber_smart_record_sharp.cljs
│   │           ├── fiber_smart_record_two_tone.cljs
│   │           ├── fifteen_mp.cljs
│   │           ├── fifteen_mp_outlined.cljs
│   │           ├── fifteen_mp_rounded.cljs
│   │           ├── fifteen_mp_sharp.cljs
│   │           ├── fifteen_mp_two_tone.cljs
│   │           ├── file_copy.cljs
│   │           ├── file_copy_outlined.cljs
│   │           ├── file_copy_rounded.cljs
│   │           ├── file_copy_sharp.cljs
│   │           ├── file_copy_two_tone.cljs
│   │           ├── file_download.cljs
│   │           ├── file_download_done.cljs
│   │           ├── file_download_done_outlined.cljs
│   │           ├── file_download_done_rounded.cljs
│   │           ├── file_download_done_sharp.cljs
│   │           ├── file_download_done_two_tone.cljs
│   │           ├── file_download_off.cljs
│   │           ├── file_download_off_outlined.cljs
│   │           ├── file_download_off_rounded.cljs
│   │           ├── file_download_off_sharp.cljs
│   │           ├── file_download_off_two_tone.cljs
│   │           ├── file_download_outlined.cljs
│   │           ├── file_download_rounded.cljs
│   │           ├── file_download_sharp.cljs
│   │           ├── file_download_two_tone.cljs
│   │           ├── file_open.cljs
│   │           ├── file_open_outlined.cljs
│   │           ├── file_open_rounded.cljs
│   │           ├── file_open_sharp.cljs
│   │           ├── file_open_two_tone.cljs
│   │           ├── file_present.cljs
│   │           ├── file_present_outlined.cljs
│   │           ├── file_present_rounded.cljs
│   │           ├── file_present_sharp.cljs
│   │           ├── file_present_two_tone.cljs
│   │           ├── file_upload.cljs
│   │           ├── file_upload_outlined.cljs
│   │           ├── file_upload_rounded.cljs
│   │           ├── file_upload_sharp.cljs
│   │           ├── file_upload_two_tone.cljs
│   │           ├── filter.cljs
│   │           ├── filter_1.cljs
│   │           ├── filter_1_outlined.cljs
│   │           ├── filter_1_rounded.cljs
│   │           ├── filter_1_sharp.cljs
│   │           ├── filter_1_two_tone.cljs
│   │           ├── filter_2.cljs
│   │           ├── filter_2_outlined.cljs
│   │           ├── filter_2_rounded.cljs
│   │           ├── filter_2_sharp.cljs
│   │           ├── filter_2_two_tone.cljs
│   │           ├── filter_3.cljs
│   │           ├── filter_3_outlined.cljs
│   │           ├── filter_3_rounded.cljs
│   │           ├── filter_3_sharp.cljs
│   │           ├── filter_3_two_tone.cljs
│   │           ├── filter_4.cljs
│   │           ├── filter_4_outlined.cljs
│   │           ├── filter_4_rounded.cljs
│   │           ├── filter_4_sharp.cljs
│   │           ├── filter_4_two_tone.cljs
│   │           ├── filter_5.cljs
│   │           ├── filter_5_outlined.cljs
│   │           ├── filter_5_rounded.cljs
│   │           ├── filter_5_sharp.cljs
│   │           ├── filter_5_two_tone.cljs
│   │           ├── filter_6.cljs
│   │           ├── filter_6_outlined.cljs
│   │           ├── filter_6_rounded.cljs
│   │           ├── filter_6_sharp.cljs
│   │           ├── filter_6_two_tone.cljs
│   │           ├── filter_7.cljs
│   │           ├── filter_7_outlined.cljs
│   │           ├── filter_7_rounded.cljs
│   │           ├── filter_7_sharp.cljs
│   │           ├── filter_7_two_tone.cljs
│   │           ├── filter_8.cljs
│   │           ├── filter_8_outlined.cljs
│   │           ├── filter_8_rounded.cljs
│   │           ├── filter_8_sharp.cljs
│   │           ├── filter_8_two_tone.cljs
│   │           ├── filter_9.cljs
│   │           ├── filter_9_outlined.cljs
│   │           ├── filter_9_plus.cljs
│   │           ├── filter_9_plus_outlined.cljs
│   │           ├── filter_9_plus_rounded.cljs
│   │           ├── filter_9_plus_sharp.cljs
│   │           ├── filter_9_plus_two_tone.cljs
│   │           ├── filter_9_rounded.cljs
│   │           ├── filter_9_sharp.cljs
│   │           ├── filter_9_two_tone.cljs
│   │           ├── filter_alt.cljs
│   │           ├── filter_alt_off.cljs
│   │           ├── filter_alt_off_outlined.cljs
│   │           ├── filter_alt_off_rounded.cljs
│   │           ├── filter_alt_off_sharp.cljs
│   │           ├── filter_alt_off_two_tone.cljs
│   │           ├── filter_alt_outlined.cljs
│   │           ├── filter_alt_rounded.cljs
│   │           ├── filter_alt_sharp.cljs
│   │           ├── filter_alt_two_tone.cljs
│   │           ├── filter_b_and_w.cljs
│   │           ├── filter_b_and_w_outlined.cljs
│   │           ├── filter_b_and_w_rounded.cljs
│   │           ├── filter_b_and_w_sharp.cljs
│   │           ├── filter_b_and_w_two_tone.cljs
│   │           ├── filter_center_focus.cljs
│   │           ├── filter_center_focus_outlined.cljs
│   │           ├── filter_center_focus_rounded.cljs
│   │           ├── filter_center_focus_sharp.cljs
│   │           ├── filter_center_focus_two_tone.cljs
│   │           ├── filter_drama.cljs
│   │           ├── filter_drama_outlined.cljs
│   │           ├── filter_drama_rounded.cljs
│   │           ├── filter_drama_sharp.cljs
│   │           ├── filter_drama_two_tone.cljs
│   │           ├── filter_frames.cljs
│   │           ├── filter_frames_outlined.cljs
│   │           ├── filter_frames_rounded.cljs
│   │           ├── filter_frames_sharp.cljs
│   │           ├── filter_frames_two_tone.cljs
│   │           ├── filter_hdr.cljs
│   │           ├── filter_hdr_outlined.cljs
│   │           ├── filter_hdr_rounded.cljs
│   │           ├── filter_hdr_sharp.cljs
│   │           ├── filter_hdr_two_tone.cljs
│   │           ├── filter_list.cljs
│   │           ├── filter_list_off.cljs
│   │           ├── filter_list_off_outlined.cljs
│   │           ├── filter_list_off_rounded.cljs
│   │           ├── filter_list_off_sharp.cljs
│   │           ├── filter_list_off_two_tone.cljs
│   │           ├── filter_list_outlined.cljs
│   │           ├── filter_list_rounded.cljs
│   │           ├── filter_list_sharp.cljs
│   │           ├── filter_list_two_tone.cljs
│   │           ├── filter_none.cljs
│   │           ├── filter_none_outlined.cljs
│   │           ├── filter_none_rounded.cljs
│   │           ├── filter_none_sharp.cljs
│   │           ├── filter_none_two_tone.cljs
│   │           ├── filter_outlined.cljs
│   │           ├── filter_rounded.cljs
│   │           ├── filter_sharp.cljs
│   │           ├── filter_tilt_shift.cljs
│   │           ├── filter_tilt_shift_outlined.cljs
│   │           ├── filter_tilt_shift_rounded.cljs
│   │           ├── filter_tilt_shift_sharp.cljs
│   │           ├── filter_tilt_shift_two_tone.cljs
│   │           ├── filter_two_tone.cljs
│   │           ├── filter_vintage.cljs
│   │           ├── filter_vintage_outlined.cljs
│   │           ├── filter_vintage_rounded.cljs
│   │           ├── filter_vintage_sharp.cljs
│   │           ├── filter_vintage_two_tone.cljs
│   │           ├── find_in_page.cljs
│   │           ├── find_in_page_outlined.cljs
│   │           ├── find_in_page_rounded.cljs
│   │           ├── find_in_page_sharp.cljs
│   │           ├── find_in_page_two_tone.cljs
│   │           ├── find_replace.cljs
│   │           ├── find_replace_outlined.cljs
│   │           ├── find_replace_rounded.cljs
│   │           ├── find_replace_sharp.cljs
│   │           ├── find_replace_two_tone.cljs
│   │           ├── fingerprint.cljs
│   │           ├── fingerprint_outlined.cljs
│   │           ├── fingerprint_rounded.cljs
│   │           ├── fingerprint_sharp.cljs
│   │           ├── fingerprint_two_tone.cljs
│   │           ├── fire_extinguisher.cljs
│   │           ├── fire_extinguisher_outlined.cljs
│   │           ├── fire_extinguisher_rounded.cljs
│   │           ├── fire_extinguisher_sharp.cljs
│   │           ├── fire_extinguisher_two_tone.cljs
│   │           ├── fire_hydrant_alt.cljs
│   │           ├── fire_hydrant_alt_outlined.cljs
│   │           ├── fire_hydrant_alt_rounded.cljs
│   │           ├── fire_hydrant_alt_sharp.cljs
│   │           ├── fire_hydrant_alt_two_tone.cljs
│   │           ├── fire_truck.cljs
│   │           ├── fire_truck_outlined.cljs
│   │           ├── fire_truck_rounded.cljs
│   │           ├── fire_truck_sharp.cljs
│   │           ├── fire_truck_two_tone.cljs
│   │           ├── fireplace.cljs
│   │           ├── fireplace_outlined.cljs
│   │           ├── fireplace_rounded.cljs
│   │           ├── fireplace_sharp.cljs
│   │           ├── fireplace_two_tone.cljs
│   │           ├── first_page.cljs
│   │           ├── first_page_outlined.cljs
│   │           ├── first_page_rounded.cljs
│   │           ├── first_page_sharp.cljs
│   │           ├── first_page_two_tone.cljs
│   │           ├── fit_screen.cljs
│   │           ├── fit_screen_outlined.cljs
│   │           ├── fit_screen_rounded.cljs
│   │           ├── fit_screen_sharp.cljs
│   │           ├── fit_screen_two_tone.cljs
│   │           ├── fitbit.cljs
│   │           ├── fitbit_outlined.cljs
│   │           ├── fitbit_rounded.cljs
│   │           ├── fitbit_sharp.cljs
│   │           ├── fitbit_two_tone.cljs
│   │           ├── fitness_center.cljs
│   │           ├── fitness_center_outlined.cljs
│   │           ├── fitness_center_rounded.cljs
│   │           ├── fitness_center_sharp.cljs
│   │           ├── fitness_center_two_tone.cljs
│   │           ├── five_g.cljs
│   │           ├── five_g_outlined.cljs
│   │           ├── five_g_rounded.cljs
│   │           ├── five_g_sharp.cljs
│   │           ├── five_g_two_tone.cljs
│   │           ├── five_k.cljs
│   │           ├── five_k_outlined.cljs
│   │           ├── five_k_plus.cljs
│   │           ├── five_k_plus_outlined.cljs
│   │           ├── five_k_plus_rounded.cljs
│   │           ├── five_k_plus_sharp.cljs
│   │           ├── five_k_plus_two_tone.cljs
│   │           ├── five_k_rounded.cljs
│   │           ├── five_k_sharp.cljs
│   │           ├── five_k_two_tone.cljs
│   │           ├── five_mp.cljs
│   │           ├── five_mp_outlined.cljs
│   │           ├── five_mp_rounded.cljs
│   │           ├── five_mp_sharp.cljs
│   │           ├── five_mp_two_tone.cljs
│   │           ├── fivteen_mp.cljs
│   │           ├── fivteen_mp_outlined.cljs
│   │           ├── fivteen_mp_rounded.cljs
│   │           ├── fivteen_mp_sharp.cljs
│   │           ├── fivteen_mp_two_tone.cljs
│   │           ├── flag.cljs
│   │           ├── flag_circle.cljs
│   │           ├── flag_circle_outlined.cljs
│   │           ├── flag_circle_rounded.cljs
│   │           ├── flag_circle_sharp.cljs
│   │           ├── flag_circle_two_tone.cljs
│   │           ├── flag_outlined.cljs
│   │           ├── flag_rounded.cljs
│   │           ├── flag_sharp.cljs
│   │           ├── flag_two_tone.cljs
│   │           ├── flaky.cljs
│   │           ├── flaky_outlined.cljs
│   │           ├── flaky_rounded.cljs
│   │           ├── flaky_sharp.cljs
│   │           ├── flaky_two_tone.cljs
│   │           ├── flare.cljs
│   │           ├── flare_outlined.cljs
│   │           ├── flare_rounded.cljs
│   │           ├── flare_sharp.cljs
│   │           ├── flare_two_tone.cljs
│   │           ├── flash_auto.cljs
│   │           ├── flash_auto_outlined.cljs
│   │           ├── flash_auto_rounded.cljs
│   │           ├── flash_auto_sharp.cljs
│   │           ├── flash_auto_two_tone.cljs
│   │           ├── flash_off.cljs
│   │           ├── flash_off_outlined.cljs
│   │           ├── flash_off_rounded.cljs
│   │           ├── flash_off_sharp.cljs
│   │           ├── flash_off_two_tone.cljs
│   │           ├── flash_on.cljs
│   │           ├── flash_on_outlined.cljs
│   │           ├── flash_on_rounded.cljs
│   │           ├── flash_on_sharp.cljs
│   │           ├── flash_on_two_tone.cljs
│   │           ├── flashlight_off.cljs
│   │           ├── flashlight_off_outlined.cljs
│   │           ├── flashlight_off_rounded.cljs
│   │           ├── flashlight_off_sharp.cljs
│   │           ├── flashlight_off_two_tone.cljs
│   │           ├── flashlight_on.cljs
│   │           ├── flashlight_on_outlined.cljs
│   │           ├── flashlight_on_rounded.cljs
│   │           ├── flashlight_on_sharp.cljs
│   │           ├── flashlight_on_two_tone.cljs
│   │           ├── flatware.cljs
│   │           ├── flatware_outlined.cljs
│   │           ├── flatware_rounded.cljs
│   │           ├── flatware_sharp.cljs
│   │           ├── flatware_two_tone.cljs
│   │           ├── flight.cljs
│   │           ├── flight_class.cljs
│   │           ├── flight_class_outlined.cljs
│   │           ├── flight_class_rounded.cljs
│   │           ├── flight_class_sharp.cljs
│   │           ├── flight_class_two_tone.cljs
│   │           ├── flight_land.cljs
│   │           ├── flight_land_outlined.cljs
│   │           ├── flight_land_rounded.cljs
│   │           ├── flight_land_sharp.cljs
│   │           ├── flight_land_two_tone.cljs
│   │           ├── flight_outlined.cljs
│   │           ├── flight_rounded.cljs
│   │           ├── flight_sharp.cljs
│   │           ├── flight_takeoff.cljs
│   │           ├── flight_takeoff_outlined.cljs
│   │           ├── flight_takeoff_rounded.cljs
│   │           ├── flight_takeoff_sharp.cljs
│   │           ├── flight_takeoff_two_tone.cljs
│   │           ├── flight_two_tone.cljs
│   │           ├── flip.cljs
│   │           ├── flip_camera_android.cljs
│   │           ├── flip_camera_android_outlined.cljs
│   │           ├── flip_camera_android_rounded.cljs
│   │           ├── flip_camera_android_sharp.cljs
│   │           ├── flip_camera_android_two_tone.cljs
│   │           ├── flip_camera_ios.cljs
│   │           ├── flip_camera_ios_outlined.cljs
│   │           ├── flip_camera_ios_rounded.cljs
│   │           ├── flip_camera_ios_sharp.cljs
│   │           ├── flip_camera_ios_two_tone.cljs
│   │           ├── flip_outlined.cljs
│   │           ├── flip_rounded.cljs
│   │           ├── flip_sharp.cljs
│   │           ├── flip_to_back.cljs
│   │           ├── flip_to_back_outlined.cljs
│   │           ├── flip_to_back_rounded.cljs
│   │           ├── flip_to_back_sharp.cljs
│   │           ├── flip_to_back_two_tone.cljs
│   │           ├── flip_to_front.cljs
│   │           ├── flip_to_front_outlined.cljs
│   │           ├── flip_to_front_rounded.cljs
│   │           ├── flip_to_front_sharp.cljs
│   │           ├── flip_to_front_two_tone.cljs
│   │           ├── flip_two_tone.cljs
│   │           ├── flood.cljs
│   │           ├── flood_outlined.cljs
│   │           ├── flood_rounded.cljs
│   │           ├── flood_sharp.cljs
│   │           ├── flood_two_tone.cljs
│   │           ├── fluorescent.cljs
│   │           ├── fluorescent_outlined.cljs
│   │           ├── fluorescent_rounded.cljs
│   │           ├── fluorescent_sharp.cljs
│   │           ├── fluorescent_two_tone.cljs
│   │           ├── flutter_dash.cljs
│   │           ├── flutter_dash_outlined.cljs
│   │           ├── flutter_dash_rounded.cljs
│   │           ├── flutter_dash_sharp.cljs
│   │           ├── flutter_dash_two_tone.cljs
│   │           ├── fmd_bad.cljs
│   │           ├── fmd_bad_outlined.cljs
│   │           ├── fmd_bad_rounded.cljs
│   │           ├── fmd_bad_sharp.cljs
│   │           ├── fmd_bad_two_tone.cljs
│   │           ├── fmd_good.cljs
│   │           ├── fmd_good_outlined.cljs
│   │           ├── fmd_good_rounded.cljs
│   │           ├── fmd_good_sharp.cljs
│   │           ├── fmd_good_two_tone.cljs
│   │           ├── folder.cljs
│   │           ├── folder_copy.cljs
│   │           ├── folder_copy_outlined.cljs
│   │           ├── folder_copy_rounded.cljs
│   │           ├── folder_copy_sharp.cljs
│   │           ├── folder_copy_two_tone.cljs
│   │           ├── folder_delete.cljs
│   │           ├── folder_delete_outlined.cljs
│   │           ├── folder_delete_rounded.cljs
│   │           ├── folder_delete_sharp.cljs
│   │           ├── folder_delete_two_tone.cljs
│   │           ├── folder_off.cljs
│   │           ├── folder_off_outlined.cljs
│   │           ├── folder_off_rounded.cljs
│   │           ├── folder_off_sharp.cljs
│   │           ├── folder_off_two_tone.cljs
│   │           ├── folder_open.cljs
│   │           ├── folder_open_outlined.cljs
│   │           ├── folder_open_rounded.cljs
│   │           ├── folder_open_sharp.cljs
│   │           ├── folder_open_two_tone.cljs
│   │           ├── folder_outlined.cljs
│   │           ├── folder_rounded.cljs
│   │           ├── folder_shared.cljs
│   │           ├── folder_shared_outlined.cljs
│   │           ├── folder_shared_rounded.cljs
│   │           ├── folder_shared_sharp.cljs
│   │           ├── folder_shared_two_tone.cljs
│   │           ├── folder_sharp.cljs
│   │           ├── folder_special.cljs
│   │           ├── folder_special_outlined.cljs
│   │           ├── folder_special_rounded.cljs
│   │           ├── folder_special_sharp.cljs
│   │           ├── folder_special_two_tone.cljs
│   │           ├── folder_two_tone.cljs
│   │           ├── folder_zip.cljs
│   │           ├── folder_zip_outlined.cljs
│   │           ├── folder_zip_rounded.cljs
│   │           ├── folder_zip_sharp.cljs
│   │           ├── folder_zip_two_tone.cljs
│   │           ├── follow_the_signs.cljs
│   │           ├── follow_the_signs_outlined.cljs
│   │           ├── follow_the_signs_rounded.cljs
│   │           ├── follow_the_signs_sharp.cljs
│   │           ├── follow_the_signs_two_tone.cljs
│   │           ├── font_download.cljs
│   │           ├── font_download_off.cljs
│   │           ├── font_download_off_outlined.cljs
│   │           ├── font_download_off_rounded.cljs
│   │           ├── font_download_off_sharp.cljs
│   │           ├── font_download_off_two_tone.cljs
│   │           ├── font_download_outlined.cljs
│   │           ├── font_download_rounded.cljs
│   │           ├── font_download_sharp.cljs
│   │           ├── font_download_two_tone.cljs
│   │           ├── food_bank.cljs
│   │           ├── food_bank_outlined.cljs
│   │           ├── food_bank_rounded.cljs
│   │           ├── food_bank_sharp.cljs
│   │           ├── food_bank_two_tone.cljs
│   │           ├── forest.cljs
│   │           ├── forest_outlined.cljs
│   │           ├── forest_rounded.cljs
│   │           ├── forest_sharp.cljs
│   │           ├── forest_two_tone.cljs
│   │           ├── fork_left.cljs
│   │           ├── fork_left_outlined.cljs
│   │           ├── fork_left_rounded.cljs
│   │           ├── fork_left_sharp.cljs
│   │           ├── fork_left_two_tone.cljs
│   │           ├── fork_right.cljs
│   │           ├── fork_right_outlined.cljs
│   │           ├── fork_right_rounded.cljs
│   │           ├── fork_right_sharp.cljs
│   │           ├── fork_right_two_tone.cljs
│   │           ├── format_align_center.cljs
│   │           ├── format_align_center_outlined.cljs
│   │           ├── format_align_center_rounded.cljs
│   │           ├── format_align_center_sharp.cljs
│   │           ├── format_align_center_two_tone.cljs
│   │           ├── format_align_justify.cljs
│   │           ├── format_align_justify_outlined.cljs
│   │           ├── format_align_justify_rounded.cljs
│   │           ├── format_align_justify_sharp.cljs
│   │           ├── format_align_justify_two_tone.cljs
│   │           ├── format_align_left.cljs
│   │           ├── format_align_left_outlined.cljs
│   │           ├── format_align_left_rounded.cljs
│   │           ├── format_align_left_sharp.cljs
│   │           ├── format_align_left_two_tone.cljs
│   │           ├── format_align_right.cljs
│   │           ├── format_align_right_outlined.cljs
│   │           ├── format_align_right_rounded.cljs
│   │           ├── format_align_right_sharp.cljs
│   │           ├── format_align_right_two_tone.cljs
│   │           ├── format_bold.cljs
│   │           ├── format_bold_outlined.cljs
│   │           ├── format_bold_rounded.cljs
│   │           ├── format_bold_sharp.cljs
│   │           ├── format_bold_two_tone.cljs
│   │           ├── format_clear.cljs
│   │           ├── format_clear_outlined.cljs
│   │           ├── format_clear_rounded.cljs
│   │           ├── format_clear_sharp.cljs
│   │           ├── format_clear_two_tone.cljs
│   │           ├── format_color_fill.cljs
│   │           ├── format_color_fill_outlined.cljs
│   │           ├── format_color_fill_rounded.cljs
│   │           ├── format_color_fill_sharp.cljs
│   │           ├── format_color_fill_two_tone.cljs
│   │           ├── format_color_reset.cljs
│   │           ├── format_color_reset_outlined.cljs
│   │           ├── format_color_reset_rounded.cljs
│   │           ├── format_color_reset_sharp.cljs
│   │           ├── format_color_reset_two_tone.cljs
│   │           ├── format_color_text.cljs
│   │           ├── format_color_text_outlined.cljs
│   │           ├── format_color_text_rounded.cljs
│   │           ├── format_color_text_sharp.cljs
│   │           ├── format_color_text_two_tone.cljs
│   │           ├── format_indent_decrease.cljs
│   │           ├── format_indent_decrease_outlined.cljs
│   │           ├── format_indent_decrease_rounded.cljs
│   │           ├── format_indent_decrease_sharp.cljs
│   │           ├── format_indent_decrease_two_tone.cljs
│   │           ├── format_indent_increase.cljs
│   │           ├── format_indent_increase_outlined.cljs
│   │           ├── format_indent_increase_rounded.cljs
│   │           ├── format_indent_increase_sharp.cljs
│   │           ├── format_indent_increase_two_tone.cljs
│   │           ├── format_italic.cljs
│   │           ├── format_italic_outlined.cljs
│   │           ├── format_italic_rounded.cljs
│   │           ├── format_italic_sharp.cljs
│   │           ├── format_italic_two_tone.cljs
│   │           ├── format_line_spacing.cljs
│   │           ├── format_line_spacing_outlined.cljs
│   │           ├── format_line_spacing_rounded.cljs
│   │           ├── format_line_spacing_sharp.cljs
│   │           ├── format_line_spacing_two_tone.cljs
│   │           ├── format_list_bulleted.cljs
│   │           ├── format_list_bulleted_outlined.cljs
│   │           ├── format_list_bulleted_rounded.cljs
│   │           ├── format_list_bulleted_sharp.cljs
│   │           ├── format_list_bulleted_two_tone.cljs
│   │           ├── format_list_numbered.cljs
│   │           ├── format_list_numbered_outlined.cljs
│   │           ├── format_list_numbered_rounded.cljs
│   │           ├── format_list_numbered_rtl.cljs
│   │           ├── format_list_numbered_rtl_outlined.cljs
│   │           ├── format_list_numbered_rtl_rounded.cljs
│   │           ├── format_list_numbered_rtl_sharp.cljs
│   │           ├── format_list_numbered_rtl_two_tone.cljs
│   │           ├── format_list_numbered_sharp.cljs
│   │           ├── format_list_numbered_two_tone.cljs
│   │           ├── format_overline.cljs
│   │           ├── format_overline_outlined.cljs
│   │           ├── format_overline_rounded.cljs
│   │           ├── format_overline_sharp.cljs
│   │           ├── format_overline_two_tone.cljs
│   │           ├── format_paint.cljs
│   │           ├── format_paint_outlined.cljs
│   │           ├── format_paint_rounded.cljs
│   │           ├── format_paint_sharp.cljs
│   │           ├── format_paint_two_tone.cljs
│   │           ├── format_quote.cljs
│   │           ├── format_quote_outlined.cljs
│   │           ├── format_quote_rounded.cljs
│   │           ├── format_quote_sharp.cljs
│   │           ├── format_quote_two_tone.cljs
│   │           ├── format_shapes.cljs
│   │           ├── format_shapes_outlined.cljs
│   │           ├── format_shapes_rounded.cljs
│   │           ├── format_shapes_sharp.cljs
│   │           ├── format_shapes_two_tone.cljs
│   │           ├── format_size.cljs
│   │           ├── format_size_outlined.cljs
│   │           ├── format_size_rounded.cljs
│   │           ├── format_size_sharp.cljs
│   │           ├── format_size_two_tone.cljs
│   │           ├── format_strikethrough.cljs
│   │           ├── format_strikethrough_outlined.cljs
│   │           ├── format_strikethrough_rounded.cljs
│   │           ├── format_strikethrough_sharp.cljs
│   │           ├── format_strikethrough_two_tone.cljs
│   │           ├── format_textdirection_l_to_r.cljs
│   │           ├── format_textdirection_l_to_r_outlined.cljs
│   │           ├── format_textdirection_l_to_r_rounded.cljs
│   │           ├── format_textdirection_l_to_r_sharp.cljs
│   │           ├── format_textdirection_l_to_r_two_tone.cljs
│   │           ├── format_textdirection_r_to_l.cljs
│   │           ├── format_textdirection_r_to_l_outlined.cljs
│   │           ├── format_textdirection_r_to_l_rounded.cljs
│   │           ├── format_textdirection_r_to_l_sharp.cljs
│   │           ├── format_textdirection_r_to_l_two_tone.cljs
│   │           ├── format_underlined.cljs
│   │           ├── format_underlined_outlined.cljs
│   │           ├── format_underlined_rounded.cljs
│   │           ├── format_underlined_sharp.cljs
│   │           ├── format_underlined_two_tone.cljs
│   │           ├── fort.cljs
│   │           ├── fort_outlined.cljs
│   │           ├── fort_rounded.cljs
│   │           ├── fort_sharp.cljs
│   │           ├── fort_two_tone.cljs
│   │           ├── forum.cljs
│   │           ├── forum_outlined.cljs
│   │           ├── forum_rounded.cljs
│   │           ├── forum_sharp.cljs
│   │           ├── forum_two_tone.cljs
│   │           ├── forward.cljs
│   │           ├── forward_10.cljs
│   │           ├── forward_10_outlined.cljs
│   │           ├── forward_10_rounded.cljs
│   │           ├── forward_10_sharp.cljs
│   │           ├── forward_10_two_tone.cljs
│   │           ├── forward_30.cljs
│   │           ├── forward_30_outlined.cljs
│   │           ├── forward_30_rounded.cljs
│   │           ├── forward_30_sharp.cljs
│   │           ├── forward_30_two_tone.cljs
│   │           ├── forward_5.cljs
│   │           ├── forward_5_outlined.cljs
│   │           ├── forward_5_rounded.cljs
│   │           ├── forward_5_sharp.cljs
│   │           ├── forward_5_two_tone.cljs
│   │           ├── forward_outlined.cljs
│   │           ├── forward_rounded.cljs
│   │           ├── forward_sharp.cljs
│   │           ├── forward_to_inbox.cljs
│   │           ├── forward_to_inbox_outlined.cljs
│   │           ├── forward_to_inbox_rounded.cljs
│   │           ├── forward_to_inbox_sharp.cljs
│   │           ├── forward_to_inbox_two_tone.cljs
│   │           ├── forward_two_tone.cljs
│   │           ├── foundation.cljs
│   │           ├── foundation_outlined.cljs
│   │           ├── foundation_rounded.cljs
│   │           ├── foundation_sharp.cljs
│   │           ├── foundation_two_tone.cljs
│   │           ├── four_g_mobiledata.cljs
│   │           ├── four_g_mobiledata_outlined.cljs
│   │           ├── four_g_mobiledata_rounded.cljs
│   │           ├── four_g_mobiledata_sharp.cljs
│   │           ├── four_g_mobiledata_two_tone.cljs
│   │           ├── four_g_plus_mobiledata.cljs
│   │           ├── four_g_plus_mobiledata_outlined.cljs
│   │           ├── four_g_plus_mobiledata_rounded.cljs
│   │           ├── four_g_plus_mobiledata_sharp.cljs
│   │           ├── four_g_plus_mobiledata_two_tone.cljs
│   │           ├── four_k.cljs
│   │           ├── four_k_outlined.cljs
│   │           ├── four_k_plus.cljs
│   │           ├── four_k_plus_outlined.cljs
│   │           ├── four_k_plus_rounded.cljs
│   │           ├── four_k_plus_sharp.cljs
│   │           ├── four_k_plus_two_tone.cljs
│   │           ├── four_k_rounded.cljs
│   │           ├── four_k_sharp.cljs
│   │           ├── four_k_two_tone.cljs
│   │           ├── four_mp.cljs
│   │           ├── four_mp_outlined.cljs
│   │           ├── four_mp_rounded.cljs
│   │           ├── four_mp_sharp.cljs
│   │           ├── four_mp_two_tone.cljs
│   │           ├── fourteen_mp.cljs
│   │           ├── fourteen_mp_outlined.cljs
│   │           ├── fourteen_mp_rounded.cljs
│   │           ├── fourteen_mp_sharp.cljs
│   │           ├── fourteen_mp_two_tone.cljs
│   │           ├── free_breakfast.cljs
│   │           ├── free_breakfast_outlined.cljs
│   │           ├── free_breakfast_rounded.cljs
│   │           ├── free_breakfast_sharp.cljs
│   │           ├── free_breakfast_two_tone.cljs
│   │           ├── fullscreen.cljs
│   │           ├── fullscreen_exit.cljs
│   │           ├── fullscreen_exit_outlined.cljs
│   │           ├── fullscreen_exit_rounded.cljs
│   │           ├── fullscreen_exit_sharp.cljs
│   │           ├── fullscreen_exit_two_tone.cljs
│   │           ├── fullscreen_outlined.cljs
│   │           ├── fullscreen_rounded.cljs
│   │           ├── fullscreen_sharp.cljs
│   │           ├── fullscreen_two_tone.cljs
│   │           ├── functions.cljs
│   │           ├── functions_outlined.cljs
│   │           ├── functions_rounded.cljs
│   │           ├── functions_sharp.cljs
│   │           ├── functions_two_tone.cljs
│   │           ├── g_mobiledata.cljs
│   │           ├── g_mobiledata_outlined.cljs
│   │           ├── g_mobiledata_rounded.cljs
│   │           ├── g_mobiledata_sharp.cljs
│   │           ├── g_mobiledata_two_tone.cljs
│   │           ├── g_translate.cljs
│   │           ├── g_translate_outlined.cljs
│   │           ├── g_translate_rounded.cljs
│   │           ├── g_translate_sharp.cljs
│   │           ├── g_translate_two_tone.cljs
│   │           ├── gamepad.cljs
│   │           ├── gamepad_outlined.cljs
│   │           ├── gamepad_rounded.cljs
│   │           ├── gamepad_sharp.cljs
│   │           ├── gamepad_two_tone.cljs
│   │           ├── games.cljs
│   │           ├── games_outlined.cljs
│   │           ├── games_rounded.cljs
│   │           ├── games_sharp.cljs
│   │           ├── games_two_tone.cljs
│   │           ├── garage.cljs
│   │           ├── garage_outlined.cljs
│   │           ├── garage_rounded.cljs
│   │           ├── garage_sharp.cljs
│   │           ├── garage_two_tone.cljs
│   │           ├── gas_meter.cljs
│   │           ├── gas_meter_outlined.cljs
│   │           ├── gas_meter_rounded.cljs
│   │           ├── gas_meter_sharp.cljs
│   │           ├── gas_meter_two_tone.cljs
│   │           ├── gavel.cljs
│   │           ├── gavel_outlined.cljs
│   │           ├── gavel_rounded.cljs
│   │           ├── gavel_sharp.cljs
│   │           ├── gavel_two_tone.cljs
│   │           ├── gesture.cljs
│   │           ├── gesture_outlined.cljs
│   │           ├── gesture_rounded.cljs
│   │           ├── gesture_sharp.cljs
│   │           ├── gesture_two_tone.cljs
│   │           ├── get_app.cljs
│   │           ├── get_app_outlined.cljs
│   │           ├── get_app_rounded.cljs
│   │           ├── get_app_sharp.cljs
│   │           ├── get_app_two_tone.cljs
│   │           ├── gif.cljs
│   │           ├── gif_box.cljs
│   │           ├── gif_box_outlined.cljs
│   │           ├── gif_box_rounded.cljs
│   │           ├── gif_box_sharp.cljs
│   │           ├── gif_box_two_tone.cljs
│   │           ├── gif_outlined.cljs
│   │           ├── gif_rounded.cljs
│   │           ├── gif_sharp.cljs
│   │           ├── gif_two_tone.cljs
│   │           ├── girl.cljs
│   │           ├── girl_outlined.cljs
│   │           ├── girl_rounded.cljs
│   │           ├── girl_sharp.cljs
│   │           ├── girl_two_tone.cljs
│   │           ├── git_hub.cljs
│   │           ├── gite.cljs
│   │           ├── gite_outlined.cljs
│   │           ├── gite_rounded.cljs
│   │           ├── gite_sharp.cljs
│   │           ├── gite_two_tone.cljs
│   │           ├── golf_course.cljs
│   │           ├── golf_course_outlined.cljs
│   │           ├── golf_course_rounded.cljs
│   │           ├── golf_course_sharp.cljs
│   │           ├── golf_course_two_tone.cljs
│   │           ├── google.cljs
│   │           ├── gpp_bad.cljs
│   │           ├── gpp_bad_outlined.cljs
│   │           ├── gpp_bad_rounded.cljs
│   │           ├── gpp_bad_sharp.cljs
│   │           ├── gpp_bad_two_tone.cljs
│   │           ├── gpp_good.cljs
│   │           ├── gpp_good_outlined.cljs
│   │           ├── gpp_good_rounded.cljs
│   │           ├── gpp_good_sharp.cljs
│   │           ├── gpp_good_two_tone.cljs
│   │           ├── gpp_maybe.cljs
│   │           ├── gpp_maybe_outlined.cljs
│   │           ├── gpp_maybe_rounded.cljs
│   │           ├── gpp_maybe_sharp.cljs
│   │           ├── gpp_maybe_two_tone.cljs
│   │           ├── gps_fixed.cljs
│   │           ├── gps_fixed_outlined.cljs
│   │           ├── gps_fixed_rounded.cljs
│   │           ├── gps_fixed_sharp.cljs
│   │           ├── gps_fixed_two_tone.cljs
│   │           ├── gps_not_fixed.cljs
│   │           ├── gps_not_fixed_outlined.cljs
│   │           ├── gps_not_fixed_rounded.cljs
│   │           ├── gps_not_fixed_sharp.cljs
│   │           ├── gps_not_fixed_two_tone.cljs
│   │           ├── gps_off.cljs
│   │           ├── gps_off_outlined.cljs
│   │           ├── gps_off_rounded.cljs
│   │           ├── gps_off_sharp.cljs
│   │           ├── gps_off_two_tone.cljs
│   │           ├── grade.cljs
│   │           ├── grade_outlined.cljs
│   │           ├── grade_rounded.cljs
│   │           ├── grade_sharp.cljs
│   │           ├── grade_two_tone.cljs
│   │           ├── gradient.cljs
│   │           ├── gradient_outlined.cljs
│   │           ├── gradient_rounded.cljs
│   │           ├── gradient_sharp.cljs
│   │           ├── gradient_two_tone.cljs
│   │           ├── grading.cljs
│   │           ├── grading_outlined.cljs
│   │           ├── grading_rounded.cljs
│   │           ├── grading_sharp.cljs
│   │           ├── grading_two_tone.cljs
│   │           ├── grain.cljs
│   │           ├── grain_outlined.cljs
│   │           ├── grain_rounded.cljs
│   │           ├── grain_sharp.cljs
│   │           ├── grain_two_tone.cljs
│   │           ├── graphic_eq.cljs
│   │           ├── graphic_eq_outlined.cljs
│   │           ├── graphic_eq_rounded.cljs
│   │           ├── graphic_eq_sharp.cljs
│   │           ├── graphic_eq_two_tone.cljs
│   │           ├── grass.cljs
│   │           ├── grass_outlined.cljs
│   │           ├── grass_rounded.cljs
│   │           ├── grass_sharp.cljs
│   │           ├── grass_two_tone.cljs
│   │           ├── grid_3x_3.cljs
│   │           ├── grid_3x_3_outlined.cljs
│   │           ├── grid_3x_3_rounded.cljs
│   │           ├── grid_3x_3_sharp.cljs
│   │           ├── grid_3x_3_two_tone.cljs
│   │           ├── grid_4x_4.cljs
│   │           ├── grid_4x_4_outlined.cljs
│   │           ├── grid_4x_4_rounded.cljs
│   │           ├── grid_4x_4_sharp.cljs
│   │           ├── grid_4x_4_two_tone.cljs
│   │           ├── grid_goldenratio.cljs
│   │           ├── grid_goldenratio_outlined.cljs
│   │           ├── grid_goldenratio_rounded.cljs
│   │           ├── grid_goldenratio_sharp.cljs
│   │           ├── grid_goldenratio_two_tone.cljs
│   │           ├── grid_off.cljs
│   │           ├── grid_off_outlined.cljs
│   │           ├── grid_off_rounded.cljs
│   │           ├── grid_off_sharp.cljs
│   │           ├── grid_off_two_tone.cljs
│   │           ├── grid_on.cljs
│   │           ├── grid_on_outlined.cljs
│   │           
Condensed preview — 11081 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (9,198K chars).
[
  {
    "path": ".github/workflows/main.yml",
    "chars": 1351,
    "preview": "name: CI\n\non:\n  push:\n    branches:\n      - master\n      - next\n  pull_request:\n    branches:\n      - master\n      - nex"
  },
  {
    "path": ".gitignore",
    "chars": 220,
    "preview": "/target\n/classes\n/checkouts\nprofiles.clj\npom.xml\npom.xml.asc\n*.jar\n*.class\n/.lein-*\n/.nrepl-port\n.idea\n*.iml\n.rebel_read"
  },
  {
    "path": ".nvmrc",
    "chars": 3,
    "preview": "16\n"
  },
  {
    "path": "CHANGELOG.md",
    "chars": 9267,
    "preview": "# Changelog\n\nSee [MUI changelog](https://github.com/mui-org/material-ui/blob/master/CHANGELOG.md) for changes in MUI.\n\n#"
  },
  {
    "path": "LICENSE",
    "chars": 14197,
    "preview": "Eclipse Public License - v 2.0\n\n    THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE\n    PUBLIC LICE"
  },
  {
    "path": "README.md",
    "chars": 5739,
    "preview": "# reagent-material-ui\n\n[![Actions Status](https://github.com/arttuka/reagent-material-ui/workflows/CI/badge.svg)](https:"
  },
  {
    "path": "deploy.sh",
    "chars": 94,
    "preview": "#!/bin/bash\n\nset -euxo pipefail\n\nlein cljfmt check\nnpm test\nnpm run build\nlein deploy clojars\n"
  },
  {
    "path": "deps.cljs",
    "chars": 163,
    "preview": "{:npm-deps\n {\"@mui/material\"   \"5.11.12\"\n  \"@emotion/react\"  \"^11.0.0\"\n  \"@emotion/styled\" \"^11.0.0\"\n  \"react\"          "
  },
  {
    "path": "deps.edn",
    "chars": 247,
    "preview": "{:paths [\"src/core\" \"src/icons\" \"src/x\"]\n :deps  {reagent/reagent                     {:mvn/version \"1.1.1\"}\n         co"
  },
  {
    "path": "example/.gitignore",
    "chars": 87,
    "preview": "/checkouts\n/target\n/resources/public/js\n/node_modules\n.cpcache\n.idea\n.lsp\n.shadow-cljs\n"
  },
  {
    "path": "example/.nvmrc",
    "chars": 3,
    "preview": "16\n"
  },
  {
    "path": "example/README.md",
    "chars": 716,
    "preview": "# reagent-material-ui example\n\nExample project demonstrating `arttuka/reagent-material-ui`. Server will run at http://lo"
  },
  {
    "path": "example/deps.edn",
    "chars": 534,
    "preview": "{:paths   [\"src\" \"target\" \"resources\"]\n :deps    {arttuka/reagent-material-ui {:mvn/version \"5.11.12-0\"\n                "
  },
  {
    "path": "example/dev.cljs.edn",
    "chars": 150,
    "preview": "^{:watch-dirs [\"src\"]}\n{:main       example.core\n :output-to  \"resources/public/js/app.js\"\n :output-dir \"resources/publi"
  },
  {
    "path": "example/npm.cljs.edn",
    "chars": 192,
    "preview": "^{:watch-dirs      [\"src\"]\n  :auto-bundle     :webpack\n  :bundle-freq     :smart\n  :final-output-to \"target/public/js/ap"
  },
  {
    "path": "example/package.json",
    "chars": 457,
    "preview": "{\n  \"dependencies\": {\n    \"@emotion/react\": \"^11.10.5\",\n    \"@emotion/styled\": \"^11.10.5\",\n    \"@mui/material\": \"5.11.12"
  },
  {
    "path": "example/project.clj",
    "chars": 834,
    "preview": "(defproject reagent-material-ui-example \"1.0.0\"\n  :dependencies [[org.clojure/clojure \"1.11.1\"]\n                 [org.cl"
  },
  {
    "path": "example/resources/public/index.html",
    "chars": 285,
    "preview": "<!doctype html>\n<html>\n  <head>\n    <meta charset=\"utf-8\">\n    <title>Example</title>\n  </head>\n  <body>\n    <div id=\"ap"
  },
  {
    "path": "example/shadow-cljs.edn",
    "chars": 699,
    "preview": "{:dependencies [[reagent \"1.2.0\"]\n                [arttuka/reagent-material-ui \"5.11.12-0\"]]\n :source-paths [\"src\" \"../s"
  },
  {
    "path": "example/src/deps.cljs",
    "chars": 470,
    "preview": "{:foreign-libs\n [{:file           \"x-mock.js\"\n   :provides       [\"@mui/x-data-grid\"\n                    \"@mui/x-date-pi"
  },
  {
    "path": "example/src/example/autocomplete.cljs",
    "chars": 2764,
    "preview": "(ns example.autocomplete\n  (:require-macros [reagent-mui.util :refer [react-component]])\n  (:require [reagent.core :as r"
  },
  {
    "path": "example/src/example/core.cljs",
    "chars": 6830,
    "preview": "(ns ^:figwheel-hooks example.core\n  (:require-macros [reagent-mui.util :refer [react-component]])\n  (:require [react :as"
  },
  {
    "path": "example/src/example/data_grid.cljs",
    "chars": 2217,
    "preview": "(ns example.data-grid\n  (:require [reagent.core :as r]\n            [reagent-mui.x.data-grid :refer [data-grid]]\n        "
  },
  {
    "path": "example/src/example/select.cljs",
    "chars": 3883,
    "preview": "(ns example.select\n  (:require-macros [reagent-mui.util :refer [react-component]])\n  (:require [reagent.core :as r]\n    "
  },
  {
    "path": "example/src/x-mock.js",
    "chars": 341,
    "preview": "var MuiXDataGrid = {\n  DataGrid: function() { return \"Data Grid is not available with CLJSJS deps\"; }\n};\nvar MuiXDatePic"
  },
  {
    "path": "karma.conf.js",
    "chars": 385,
    "preview": "module.exports = function (config) {\n  config.set({\n    browsers: ['ChromeHeadless'],\n    basePath: 'target',\n    files:"
  },
  {
    "path": "package.json",
    "chars": 1165,
    "preview": "{\n  \"name\": \"reagent-material-ui\",\n  \"private\": true,\n  \"devDependencies\": {\n    \"karma\": \"^6.4.1\",\n    \"karma-chrome-la"
  },
  {
    "path": "project.clj",
    "chars": 2862,
    "preview": "(defproject arttuka/reagent-material-ui \"5.11.12-0\"\n  :description \"Reagent wrapper library for MUI (formerly Material U"
  },
  {
    "path": "reagent-material-ui-js/.gitignore",
    "chars": 24,
    "preview": "/target\nsrc/mui/*.inc.js"
  },
  {
    "path": "reagent-material-ui-js/README.md",
    "chars": 136,
    "preview": "# reagent-material-ui-js\n\nMUI packaged into JS files for [arttuka/reagent-material-ui](https://github.com/arttuka/reagen"
  },
  {
    "path": "reagent-material-ui-js/deps.cljs",
    "chars": 56451,
    "preview": "{:foreign-libs\n [{:file \"mui/mui-material.inc.js\",\n   :file-min \"mui/mui-material.min.inc.js\",\n   :provides [\"@mui/mater"
  },
  {
    "path": "reagent-material-ui-js/entries/baseComponents.json",
    "chars": 3646,
    "preview": "[\n  {\n    \"entry\": \"mui-base-badge-unstyled\",\n    \"root\": \"MuiBaseBadgeUnstyled\"\n  }, {\n    \"entry\": \"mui-base-button-un"
  },
  {
    "path": "reagent-material-ui-js/entries/components.json",
    "chars": 12793,
    "preview": "[\n  {\n    \"entry\": \"mui-material-accordion\",\n    \"root\": \"MuiMaterialAccordion\"\n  }, {\n    \"entry\": \"mui-material-accord"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-badge-unstyled.js",
    "chars": 89,
    "preview": "export { default } from '@mui/base/BadgeUnstyled'\nexport * from '@mui/base/BadgeUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-button-unstyled.js",
    "chars": 91,
    "preview": "export { default } from '@mui/base/ButtonUnstyled'\nexport * from '@mui/base/ButtonUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-class-name.js",
    "chars": 81,
    "preview": "export { default } from '@mui/base/className'\nexport * from '@mui/base/className'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-click-away-listener.js",
    "chars": 97,
    "preview": "export { default } from '@mui/base/ClickAwayListener'\nexport * from '@mui/base/ClickAwayListener'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-compose-classes.js",
    "chars": 91,
    "preview": "export { default } from '@mui/base/composeClasses'\nexport * from '@mui/base/composeClasses'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-focus-trap.js",
    "chars": 81,
    "preview": "export { default } from '@mui/base/FocusTrap'\nexport * from '@mui/base/FocusTrap'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-form-control-unstyled.js",
    "chars": 101,
    "preview": "export { default } from '@mui/base/FormControlUnstyled'\nexport * from '@mui/base/FormControlUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-generate-utility-class.js",
    "chars": 103,
    "preview": "export { default } from '@mui/base/generateUtilityClass'\nexport * from '@mui/base/generateUtilityClass'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-generate-utility-classes.js",
    "chars": 107,
    "preview": "export { default } from '@mui/base/generateUtilityClasses'\nexport * from '@mui/base/generateUtilityClasses'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-input-unstyled.js",
    "chars": 89,
    "preview": "export { default } from '@mui/base/InputUnstyled'\nexport * from '@mui/base/InputUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-menu-item-unstyled.js",
    "chars": 95,
    "preview": "export { default } from '@mui/base/MenuItemUnstyled'\nexport * from '@mui/base/MenuItemUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-menu-unstyled.js",
    "chars": 87,
    "preview": "export { default } from '@mui/base/MenuUnstyled'\nexport * from '@mui/base/MenuUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-modal-unstyled.js",
    "chars": 89,
    "preview": "export { default } from '@mui/base/ModalUnstyled'\nexport * from '@mui/base/ModalUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-no-ssr.js",
    "chars": 73,
    "preview": "export { default } from '@mui/base/NoSsr'\nexport * from '@mui/base/NoSsr'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-option-group-unstyled.js",
    "chars": 101,
    "preview": "export { default } from '@mui/base/OptionGroupUnstyled'\nexport * from '@mui/base/OptionGroupUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-option-unstyled.js",
    "chars": 91,
    "preview": "export { default } from '@mui/base/OptionUnstyled'\nexport * from '@mui/base/OptionUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-popper-unstyled.js",
    "chars": 91,
    "preview": "export { default } from '@mui/base/PopperUnstyled'\nexport * from '@mui/base/PopperUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-portal.js",
    "chars": 75,
    "preview": "export { default } from '@mui/base/Portal'\nexport * from '@mui/base/Portal'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-select-unstyled.js",
    "chars": 91,
    "preview": "export { default } from '@mui/base/SelectUnstyled'\nexport * from '@mui/base/SelectUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-slider-unstyled.js",
    "chars": 91,
    "preview": "export { default } from '@mui/base/SliderUnstyled'\nexport * from '@mui/base/SliderUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-snackbar-unstyled.js",
    "chars": 95,
    "preview": "export { default } from '@mui/base/SnackbarUnstyled'\nexport * from '@mui/base/SnackbarUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-switch-unstyled.js",
    "chars": 91,
    "preview": "export { default } from '@mui/base/SwitchUnstyled'\nexport * from '@mui/base/SwitchUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-tab-panel-unstyled.js",
    "chars": 95,
    "preview": "export { default } from '@mui/base/TabPanelUnstyled'\nexport * from '@mui/base/TabPanelUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-tab-unstyled.js",
    "chars": 85,
    "preview": "export { default } from '@mui/base/TabUnstyled'\nexport * from '@mui/base/TabUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-table-pagination-unstyled.js",
    "chars": 109,
    "preview": "export { default } from '@mui/base/TablePaginationUnstyled'\nexport * from '@mui/base/TablePaginationUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-tabs-list-unstyled.js",
    "chars": 95,
    "preview": "export { default } from '@mui/base/TabsListUnstyled'\nexport * from '@mui/base/TabsListUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-tabs-unstyled.js",
    "chars": 87,
    "preview": "export { default } from '@mui/base/TabsUnstyled'\nexport * from '@mui/base/TabsUnstyled'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-textarea-autosize.js",
    "chars": 95,
    "preview": "export { default } from '@mui/base/TextareaAutosize'\nexport * from '@mui/base/TextareaAutosize'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-autocomplete.js",
    "chars": 93,
    "preview": "export { default } from '@mui/base/useAutocomplete'\nexport * from '@mui/base/useAutocomplete'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-badge.js",
    "chars": 79,
    "preview": "export { default } from '@mui/base/useBadge'\nexport * from '@mui/base/useBadge'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-button.js",
    "chars": 81,
    "preview": "export { default } from '@mui/base/useButton'\nexport * from '@mui/base/useButton'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-input.js",
    "chars": 79,
    "preview": "export { default } from '@mui/base/useInput'\nexport * from '@mui/base/useInput'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-listbox.js",
    "chars": 83,
    "preview": "export { default } from '@mui/base/useListbox'\nexport * from '@mui/base/useListbox'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-menu-item.js",
    "chars": 85,
    "preview": "export { default } from '@mui/base/useMenuItem'\nexport * from '@mui/base/useMenuItem'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-menu.js",
    "chars": 77,
    "preview": "export { default } from '@mui/base/useMenu'\nexport * from '@mui/base/useMenu'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-option.js",
    "chars": 81,
    "preview": "export { default } from '@mui/base/useOption'\nexport * from '@mui/base/useOption'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-select.js",
    "chars": 81,
    "preview": "export { default } from '@mui/base/useSelect'\nexport * from '@mui/base/useSelect'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-slider.js",
    "chars": 81,
    "preview": "export { default } from '@mui/base/useSlider'\nexport * from '@mui/base/useSlider'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-snackbar.js",
    "chars": 85,
    "preview": "export { default } from '@mui/base/useSnackbar'\nexport * from '@mui/base/useSnackbar'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-switch.js",
    "chars": 81,
    "preview": "export { default } from '@mui/base/useSwitch'\nexport * from '@mui/base/useSwitch'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-tab-panel.js",
    "chars": 85,
    "preview": "export { default } from '@mui/base/useTabPanel'\nexport * from '@mui/base/useTabPanel'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-tab.js",
    "chars": 75,
    "preview": "export { default } from '@mui/base/useTab'\nexport * from '@mui/base/useTab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-tabs-list.js",
    "chars": 85,
    "preview": "export { default } from '@mui/base/useTabsList'\nexport * from '@mui/base/useTabsList'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-use-tabs.js",
    "chars": 77,
    "preview": "export { default } from '@mui/base/useTabs'\nexport * from '@mui/base/useTabs'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-base-utils.js",
    "chars": 31,
    "preview": "export * from '@mui/base/utils'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-loading-button.js",
    "chars": 51,
    "preview": "export { LoadingButton as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-masonry-item.js",
    "chars": 49,
    "preview": "export { MasonryItem as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-masonry.js",
    "chars": 45,
    "preview": "export { Masonry as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-tab-context.js",
    "chars": 63,
    "preview": "export { TabContext as default, useTabContext } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-tab-list.js",
    "chars": 45,
    "preview": "export { TabList as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-tab-panel.js",
    "chars": 46,
    "preview": "export { TabPanel as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-timeline-connector.js",
    "chars": 55,
    "preview": "export { TimelineConnector as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-timeline-content.js",
    "chars": 53,
    "preview": "export { TimelineContent as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-timeline-dot.js",
    "chars": 49,
    "preview": "export { TimelineDot as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-timeline-item.js",
    "chars": 50,
    "preview": "export { TimelineItem as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-timeline-opposite-content.js",
    "chars": 61,
    "preview": "export { TimelineOppositeContent as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-timeline-separator.js",
    "chars": 55,
    "preview": "export { TimelineSeparator as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-timeline.js",
    "chars": 46,
    "preview": "export { Timeline as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-tree-item.js",
    "chars": 59,
    "preview": "export { TreeItem as default, useTreeItem } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-lab-tree-view.js",
    "chars": 46,
    "preview": "export { TreeView as default } from '@mui/lab'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-accordion-actions.js",
    "chars": 84,
    "preview": "export { AccordionActions as default, accordionActionsClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-accordion-details.js",
    "chars": 84,
    "preview": "export { AccordionDetails as default, accordionDetailsClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-accordion-summary.js",
    "chars": 84,
    "preview": "export { AccordionSummary as default, accordionSummaryClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-accordion.js",
    "chars": 70,
    "preview": "export { Accordion as default, accordionClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-alert-title.js",
    "chars": 72,
    "preview": "export { AlertTitle as default, alertTitleClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-alert.js",
    "chars": 62,
    "preview": "export { Alert as default, alertClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-app-bar.js",
    "chars": 64,
    "preview": "export { AppBar as default, appBarClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-autocomplete.js",
    "chars": 97,
    "preview": "export { Autocomplete as default, createFilterOptions, autocompleteClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-avatar-group.js",
    "chars": 74,
    "preview": "export { AvatarGroup as default, avatarGroupClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-avatar.js",
    "chars": 64,
    "preview": "export { Avatar as default, avatarClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-backdrop.js",
    "chars": 51,
    "preview": "export { Backdrop as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-badge.js",
    "chars": 48,
    "preview": "export { Badge as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-bottom-navigation-action.js",
    "chars": 96,
    "preview": "export { BottomNavigationAction as default, bottomNavigationActionClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-bottom-navigation.js",
    "chars": 84,
    "preview": "export { BottomNavigation as default, bottomNavigationClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-box.js",
    "chars": 46,
    "preview": "export { Box as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-breadcrumbs.js",
    "chars": 74,
    "preview": "export { Breadcrumbs as default, breadcrumbsClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-button-base.js",
    "chars": 72,
    "preview": "export { ButtonBase as default, buttonBaseClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-button-group.js",
    "chars": 74,
    "preview": "export { ButtonGroup as default, buttonGroupClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-button.js",
    "chars": 64,
    "preview": "export { Button as default, buttonClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-card-action-area.js",
    "chars": 80,
    "preview": "export { CardActionArea as default, cardActionAreaClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-card-actions.js",
    "chars": 74,
    "preview": "export { CardActions as default, cardActionsClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-card-content.js",
    "chars": 74,
    "preview": "export { CardContent as default, cardContentClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-card-header.js",
    "chars": 72,
    "preview": "export { CardHeader as default, cardHeaderClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-card-media.js",
    "chars": 70,
    "preview": "export { CardMedia as default, cardMediaClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-card.js",
    "chars": 60,
    "preview": "export { Card as default, cardClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-checkbox.js",
    "chars": 68,
    "preview": "export { Checkbox as default, checkboxClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-chip.js",
    "chars": 60,
    "preview": "export { Chip as default, chipClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-circular-progress.js",
    "chars": 84,
    "preview": "export { CircularProgress as default, circularProgressClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-click-away-listener.js",
    "chars": 60,
    "preview": "export { ClickAwayListener as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-collapse.js",
    "chars": 68,
    "preview": "export { Collapse as default, collapseClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-container.js",
    "chars": 70,
    "preview": "export { Container as default, containerClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-css-baseline.js",
    "chars": 54,
    "preview": "export { CssBaseline as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-dialog-actions.js",
    "chars": 78,
    "preview": "export { DialogActions as default, dialogActionsClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-dialog-content-text.js",
    "chars": 86,
    "preview": "export { DialogContentText as default, dialogContentTextClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-dialog-content.js",
    "chars": 78,
    "preview": "export { DialogContent as default, dialogContentClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-dialog-title.js",
    "chars": 74,
    "preview": "export { DialogTitle as default, dialogTitleClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-dialog.js",
    "chars": 64,
    "preview": "export { Dialog as default, dialogClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-divider.js",
    "chars": 66,
    "preview": "export { Divider as default, dividerClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-drawer.js",
    "chars": 64,
    "preview": "export { Drawer as default, drawerClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-fab.js",
    "chars": 58,
    "preview": "export { Fab as default, fabClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-fade.js",
    "chars": 47,
    "preview": "export { Fade as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-filled-input.js",
    "chars": 74,
    "preview": "export { FilledInput as default, filledInputClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-form-control-label.js",
    "chars": 84,
    "preview": "export { FormControlLabel as default, formControlLabelClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-form-control.js",
    "chars": 90,
    "preview": "export { FormControl as default, useFormControl, formControlClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-form-group.js",
    "chars": 70,
    "preview": "export { FormGroup as default, formGroupClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-form-helper-text.js",
    "chars": 80,
    "preview": "export { FormHelperText as default, formHelperTextClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-form-label.js",
    "chars": 70,
    "preview": "export { FormLabel as default, formLabelClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-generate-utility-class.js",
    "chars": 63,
    "preview": "export { generateUtilityClass as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-generate-utility-classes.js",
    "chars": 65,
    "preview": "export { generateUtilityClasses as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-global-styles.js",
    "chars": 55,
    "preview": "export { GlobalStyles as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-grid.js",
    "chars": 60,
    "preview": "export { Grid as default, gridClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-grow.js",
    "chars": 47,
    "preview": "export { Grow as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-hidden.js",
    "chars": 49,
    "preview": "export { Hidden as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-icon-button.js",
    "chars": 72,
    "preview": "export { IconButton as default, iconButtonClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-icon.js",
    "chars": 60,
    "preview": "export { Icon as default, iconClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-image-list-item-bar.js",
    "chars": 84,
    "preview": "export { ImageListItemBar as default, imageListItemBarClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-image-list-item.js",
    "chars": 78,
    "preview": "export { ImageListItem as default, imageListItemClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-image-list.js",
    "chars": 70,
    "preview": "export { ImageList as default, imageListClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-input-adornment.js",
    "chars": 80,
    "preview": "export { InputAdornment as default, inputAdornmentClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-input-base.js",
    "chars": 70,
    "preview": "export { InputBase as default, inputBaseClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-input-label.js",
    "chars": 72,
    "preview": "export { InputLabel as default, inputLabelClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-input.js",
    "chars": 62,
    "preview": "export { Input as default, inputClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-linear-progress.js",
    "chars": 80,
    "preview": "export { LinearProgress as default, linearProgressClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-link.js",
    "chars": 60,
    "preview": "export { Link as default, linkClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list-item-avatar.js",
    "chars": 80,
    "preview": "export { ListItemAvatar as default, listItemAvatarClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list-item-button.js",
    "chars": 80,
    "preview": "export { ListItemButton as default, listItemButtonClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list-item-icon.js",
    "chars": 76,
    "preview": "export { ListItemIcon as default, listItemIconClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list-item-secondary-action.js",
    "chars": 98,
    "preview": "export { ListItemSecondaryAction as default, listItemSecondaryActionClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list-item-text.js",
    "chars": 76,
    "preview": "export { ListItemText as default, listItemTextClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list-item.js",
    "chars": 68,
    "preview": "export { ListItem as default, listItemClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list-subheader.js",
    "chars": 78,
    "preview": "export { ListSubheader as default, listSubheaderClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-list.js",
    "chars": 60,
    "preview": "export { List as default, listClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-menu-item.js",
    "chars": 68,
    "preview": "export { MenuItem as default, menuItemClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-menu-list.js",
    "chars": 51,
    "preview": "export { MenuList as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-menu.js",
    "chars": 60,
    "preview": "export { Menu as default, menuClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-mobile-stepper.js",
    "chars": 78,
    "preview": "export { MobileStepper as default, mobileStepperClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-modal.js",
    "chars": 62,
    "preview": "export { Modal as default, ModalManager } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-native-select.js",
    "chars": 76,
    "preview": "export { NativeSelect as default, nativeSelectClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-no-ssr.js",
    "chars": 48,
    "preview": "export { NoSsr as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-outlined-input.js",
    "chars": 78,
    "preview": "export { OutlinedInput as default, outlinedInputClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-pagination-item.js",
    "chars": 80,
    "preview": "export { PaginationItem as default, paginationItemClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-pagination.js",
    "chars": 72,
    "preview": "export { Pagination as default, paginationClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-paper.js",
    "chars": 62,
    "preview": "export { Paper as default, paperClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-popover.js",
    "chars": 66,
    "preview": "export { Popover as default, popoverClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-popper.js",
    "chars": 49,
    "preview": "export { Popper as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-portal.js",
    "chars": 49,
    "preview": "export { Portal as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-radio-group.js",
    "chars": 68,
    "preview": "export { RadioGroup as default, useRadioGroup } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-radio.js",
    "chars": 62,
    "preview": "export { Radio as default, radioClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-rating.js",
    "chars": 64,
    "preview": "export { Rating as default, ratingClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-scoped-css-baseline.js",
    "chars": 86,
    "preview": "export { ScopedCssBaseline as default, scopedCssBaselineClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-select.js",
    "chars": 64,
    "preview": "export { Select as default, selectClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-skeleton.js",
    "chars": 68,
    "preview": "export { Skeleton as default, skeletonClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-slide.js",
    "chars": 48,
    "preview": "export { Slide as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-slider.js",
    "chars": 49,
    "preview": "export { Slider as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-snackbar-content.js",
    "chars": 82,
    "preview": "export { SnackbarContent as default, snackbarContentClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-snackbar.js",
    "chars": 68,
    "preview": "export { Snackbar as default, snackbarClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-speed-dial-action.js",
    "chars": 82,
    "preview": "export { SpeedDialAction as default, speedDialActionClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-speed-dial-icon.js",
    "chars": 78,
    "preview": "export { SpeedDialIcon as default, speedDialIconClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-speed-dial.js",
    "chars": 70,
    "preview": "export { SpeedDial as default, speedDialClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-stack.js",
    "chars": 48,
    "preview": "export { Stack as default } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-step-button.js",
    "chars": 72,
    "preview": "export { StepButton as default, stepButtonClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-step-connector.js",
    "chars": 78,
    "preview": "export { StepConnector as default, stepConnectorClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-step-content.js",
    "chars": 74,
    "preview": "export { StepContent as default, stepContentClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-step-icon.js",
    "chars": 68,
    "preview": "export { StepIcon as default, stepIconClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-step-label.js",
    "chars": 70,
    "preview": "export { StepLabel as default, stepLabelClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-step.js",
    "chars": 60,
    "preview": "export { Step as default, stepClasses } from '@mui/material'"
  },
  {
    "path": "reagent-material-ui-js/entries/mui-material-stepper.js",
    "chars": 66,
    "preview": "export { Stepper as default, stepperClasses } from '@mui/material'"
  }
]

// ... and 10881 more files (download for full content)

About this extraction

This page contains the full source code of the arttuka/reagent-material-ui GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 11081 files (7.7 MB), approximately 2.6M tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!